/* 

	Theme Name: Corporate

	Theme URL: http://www.studiopress.com/themes/corporate

	Description: Corporate is a 2-column Widget-ready theme created for WordPress.

	Author: StudioPress

	Author URI: http://www.studiopress.com

	Version: 2.0

	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets

	

	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php

*/



body {

	background: #e7e7e9;

	width: 980px;

	color: #222222;

	font-size: 16px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	margin: 0px auto 0px;

	padding: 0px;

	}

	

#wrap {

	background: #FFFFFF;

	width: 960px;

	margin: 0px auto 0px;

	padding: 0px;

	position: relative;

	}

	

/************************************************

*	Hyperlinks									*

************************************************/

	

a img {

	border: none;

	}

	

a:focus, a:hover, a:active {

	outline: none 

	}

	

/************************************************

*	Top     									*

************************************************/



#top {

	background: #e7e7e9;

	width: 980px;

	height: 5px;

	margin: 0px auto 0px;

	padding: 0px;

	overflow: hidden;

	}

	

/************************************************

*	Header  									*

************************************************/



#header {

	background: #e7e7e9;

	width: 960px;

	height: 120px;

	margin: 0px auto 0px;

	padding: 0px;

	overflow: hidden;

	}



#header h1, #header h4 {

	color: #FFFFFF;

	font-size: 36px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

	text-decoration: none;

	}

	

#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {

	color: #FFFFFF;

	font-size: 36px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

	text-decoration: none;

	}

	

#header h1 a:hover, #header h4 a:hover {

	color: #FFFFFF;

	text-decoration: none;

	}



.headerleft {

	width: 640px;

	float: left;

	margin: 0px;

	padding: 0px;

	overflow: hidden;

	}

	

.headertext {

	margin: 0px;

	padding: 20px 0px 0px 10px;

	}



.headerleft p {

	color: #C0C0C0;

	font-size: 14px;

	margin: 0px;

	padding: 0px;

	line-height: 20px;

	}

	

.headerright {

	width: 300px;

	float: right;

	margin: 0px;

	padding: 35px 10px 0px 0px;

	text-align: right;

	}



.headerrighttop {

	width: 300px;

	float: right;

	margin: 0px;

	padding: 10px 10px 0px 0px;

	text-align: right;

	}

	

.headerright p {

	margin: 0px;

	padding: 0px;

	}

	

.headerright a, .headerright a:visited {

	color: #FFFFFF;

	text-decoration: none;

	}

	

.headerright a:hover {

	color: #666666;

	text-decoration: underline;

	}



/************************************************

*	Navbar      								*

************************************************/



#navbar {

	background: #99D6F4;

	width: 960px;

	height: 55px;

	font-size: 14px;

	font-family: 'Helvetica Neue', Arial, Verdana, san-serif;

	color: #000000;

	font-weight: bold;

	margin: 0px auto 0px;

	padding: 0px;

	}

	

.navbarleft {

	width: 765px;

	float: left;

	margin: 0px;

	padding: 0px;

	}

	

.navbarright {

	width: 170px;

	float: right;

	margin: 0px;

	padding: 9px 20px 0px 0px;

	text-align: right;

	}

	

.navbarright a, .navbarright a:visited {

	color: #FFFFFF;

	font-size: 11px;

	font-family: 'Helvetica Neue', Arial, Verdana, san-serif;

/*	font-family: Georgia, 'Times New Roman', serif; */

	font-weight: bold;

	text-transform: uppercase;

	text-decoration: none;

	}

	

.navbarright a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}

	

#nav {

	margin: 0px;

	padding: 0px;

	}

	

#nav ul {

	float: left;

	list-style: none;

	margin: 0px;

	padding: 0px;

	}

	

#nav li {

	float: left;

	list-style: none;

	margin: 0px;

	padding: 0px;

    z-index: 15;

    position: relative;

	}

	

#nav li a, #nav li a:link, #nav li a:visited {

	color: #000000;

	display: block;

	font-weight: normal;

    margin: 0px;

	padding: 20px 24px 20px 24px;

	text-decoration: none;

/*	text-transform: uppercase;

	border-right: 1px solid #ffffff; */ 

	background: url('/images/nav-separator.gif') no-repeat right center;

	}



#nav li a:hover, #nav li a:active {

	background: #0B4472; /*dark blue */

	color: #ffffff;

	}

	

#nav li li a, #nav li li a:link, #nav li li a:visited {

	width: 170px;

	background: #99D6F4;

	color: #000000;

	float: none;

	margin: 0px;

	padding: 7px 10px 7px 10px;

	border-bottom: 1px solid #FFFFFF;

	border-left: 1px solid #FFFFFF;

	border-right: 1px solid #FFFFFF;

	}

	

#nav li li a:hover, #nav li li a:active {

	background: #0B4472;

	color: #FFFFFF;

	padding: 7px 10px 7px 10px;

	}



#nav li ul {

	z-index: 9999;

	position: absolute;

	left: -999em;

	height: auto;

	width: 190px;

	margin: 0px;

	padding: 0px;

	}



#nav li li { 

z-index: 10;

position: relative;

	}



#nav li ul a { 

	width: 160px;

	}



#nav li ul a:hover, #nav li ul a:active { 

	}



#nav li ul ul {

	margin: -30px 0 0 191px;

	}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

	}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {

	left: auto;

	}



#nav li:hover, #nav li.sfhover { 

	position: static;

	}

	

#nav .current_page_item a {

	background: #0B4472;

	color: #FFFFFF;

	}

	

.rsslink {

	margin: 0px 0px 0px 10px;

	padding: 3px 0px 3px 16px;

	background: url(images/rss.png) no-repeat left center;

	}	



/************************************************

*	Homepage 					            	* 

************************************************/



#homepage {

	width: 960px;

	margin: 0px auto 0px;

	padding: 0px 0px 0px 0px;

	}	

	

#homepage p {

	margin: 0px;

	padding: 0px 0px 10px 0px;

	}

	

#homepage a, #homepage a:visited {

	color: #3A87DD;

	text-decoration: underline;

	}

	

#homepage a:hover {

	color: #3A87DD;

	text-decoration: none;

	}

	

#homepage embed, #homepage object {

    background: #F7F7F7;

	width: 860px; 

	height: 240px;

	margin: 0px; 

	padding: 0px;

	}

	

#homepage .widget {

	background: #99D6F4;

	margin: 0px 0px 0px 0px;

/*	padding: 9px;

	border: 1px solid #E6E6E6; */

	}

	

#homepage ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#homepage ul li {

	list-style-type: none;

	margin: 0px 0px 5px 0px;

	padding: 0px;

	}



#homepage ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#homepage ul ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#homepage ul li li {

	background: url(images/icon.gif) no-repeat top left;

	margin: 0px;

	padding: 0px 0px 0px 18px;

	}

	

#homepage ul li ul li {

	background: url(images/icon.gif) no-repeat top left;

	margin: 0px;

	padding: 0px 0px 0px 18px;

	}

	

#homepage ul li a, #homepage ul li a:visited {

	color: #222222;

	text-decoration: none;

	}

	

#homepage ul li a:hover {

	color: #3A87DD;

	text-decoration: underline;

	}

	

.homepageleft {

	float: left;

	width: 960px;

	margin: 0px;

	padding: 0px;

	}

	

.homepageleft h4 {

	color: #222222;

	font-size: 14px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 0px 0px 0px 0px;

	}

	

.homepageright {

	float: right;

	width: 300px;

	margin: 0px;

	padding: 0px;

	}

	

.homepageright h4 {

	color: #222222;

	font-size: 14px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 0px 0px 0px 0px;

	}

	

#fcg {

	background: #F7F7F7;

	margin: 0px 0px 10px 0px;

	padding: 9px;

	border: 1px solid #E6E6E6;

	}

	

#fcg h2 {

	color: #124F7D;

	font-size: 20px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 5px 0px 0px 5px;

	}

	

#fcg p {

	color: #FFFFFF;

	margin: 0px;

	padding: 0px 10px 0px 10px;

	font-size: 12px;

	}

	

#homepagebottom {

	float: left;

	width: 630px;

	margin: 0px;

	padding: 0px;

	}

	

#homepagebottom p {

	margin: 0px;

	padding: 0px;

	}

	

#homepagebottom img, #homepagebottom img a, #homepagebottom img a:visited {

	float: left;

	padding: 0px 10px 0px 0px;

	border:none;

	}

	

#homepagebottom h1 {

	color: #222222;

	font-size: 14px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	}

	

#homepagebottom h1 a, #homepagebottom h1 a:visited {

	color: #222222;

	font-size: 14px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border: none;

	}



#homepagebottom h1 a:hover{

	color: #3A87DD;

	text-decoration: none;

	border: none;

	}



.section {

	background: #F7F7F7;

	margin: 0px 0px 10px 0px;

	padding: 9px;

	border: 1px solid #E6E6E6;

	}



.hpbottomleft {

	float: left;

	width: 320px;

	margin: 0px;

	padding: 0px;

	background:#99D6F4;

/*	background: #99D6F4 url('images/home-separator.gif') no-repeat right center;*/	}



.hpbottommiddle {

	float: left;

	width: 320px;

	margin: 0px;

	padding: 0;

	background: #99D6F4 url('images/home-separator.gif') no-repeat right center;

	}



.hpbottomright {

	float: right;

	width: 320px;

	margin: 0px;

	padding: 0px;

	background: #99D6F4;

	}

	

/************************************************

*	Content 					     		    * 

************************************************/



#content {

	width: 960px;

	margin: 0px auto 0px;

	padding: 10px 0px 0px 0px;

	line-height: 20px;

	}

	

#contentleft {

	float: left;

	width: 640px;

	margin: 0px;

	padding: 20px 0px 20px 20px;

	}



#contentwide {

	float: left;

	width: 920px;

	margin: 0px;

	padding: 20px 20px 20px 20px;

	}

	

#contentwide a, #contentwide a:visited {

	/* color: #3A87DD; */

	/* text-decoration: underline; */

	}

	

#contentwide a:hover {

	color: #3A87DD;

	text-decoration: none;

	}



#contentleft h1, #contentwide h1 {

	color: #124F7D; /* 222222; */

	font-size: 24px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border-bottom: 2px solid #CCCCCC;

	}

	

#contentleft h1 a, #contentwide h1 a  {

	color: #222222;

	font-size: 24px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	text-decoration: none;

	line-height: 22px;

	border: none;

	}



#contentleft h1 a:hover, #contentwide h1 a:hover {

	color: #3A87DD;

	text-decoration: none;

	border: none;

	}

	

#contentleft h2, #contentwide h2 {

	color: #124F7D;

	font-size: 20px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 18px;

	border-bottom: 1px dotted #CCCCCC;

	}

	

#contentleft h3, #contentwide h3 {

	color: #222222;

	font-size: 20px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border-bottom: 2px solid #CCCCCC;

	}

	

#contentleft h4, #contentwide h4 {

	color: #222222;

	font-size: 20px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border-bottom: 2px solid #CCCCCC;

	}

	

#contentleft img.wp-smiley {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}



#contentleft img.wp-wink {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}

	

.post {

	margin: 0px 0px 40px 0px;

	padding: 0px;

	}

	

.post p {

	padding: 0px 0px 10px 0px;

	margin: 0px;

	}

	

.post a, .post a:visited, .postcomments a, .postcomments a:visited, .navlink a, .navlink a:visited {

	color: #3A87DD;

	text-decoration: underline;

	}

	

.post a:hover, .postcomments a:hover, .navlink a:hover {

	color: #3A87DD;

	text-decoration: none;

	}

	

.post ol {

	margin: 0px 0px 0px 5px;

	padding: 0px 0px 10px 0px;

	}

	

.post ol li {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 5px 0px;

	}

	

.post ul {

	list-style-type: none;

	margin: 0px 0px 0px 5px;

	padding: 0px 0px 10px 0px;

	}

	

.post ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}

	

.post ul li {

/*	background: url(images/arrow.gif) no-repeat top left; */

	padding: 0px 0px 0px 15px;

	margin: 0px 0px 5px 0px;

	}

	

.post ul ul li {

/*	background: url(images/arrow.gif) no-repeat top left; */

	padding: 0px 0px 0px 15px;

	margin: 0px 0px 5px 0px;

	}

	

.postauthor {

	margin: 0px 0px 10px 0px;

	padding: 0px;

	}

	

.postmeta {

	font-size: 11px;

	text-transform: uppercase;

	margin: 0px 0px 0px 0px;

	padding: 5px 0px 5px 0px;

	border-top: 2px solid #CCCCCC;

	}



.postmeta p {

	margin: 0px;

	padding: 0px;

	}

	

.authorbox {

	background: #F7F7F7;

	margin: 20px 0px 0px 0px;

	padding: 10px;

	border: 1px solid #E6E6E6;

	}

	

.authorbox p {

	margin: 0px;

	padding: 0px;

	}

	

.authorbox img {

	background: #FFFFFF;

	float: left;

	margin: 0px 10px 0px 0px;

	padding: 3px;

	border: 1px solid #CCCCCC;

	}

	

blockquote {

	background: #F7F7F7;

	margin: 0px 25px 15px 25px;

	padding: 0px 25px 0px 10px;

	border: 1px solid #E6E6E6;

	}

	

#content blockquote p {

	margin: 0px;

	padding: 10px 0px 10px 0px;

	}

	

code {

	color: #222222;

	background: #EAEAEA;

	font-size: 11px;

	margin: 0px;

	padding: 10px;

	display: block;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	}

	

.archive {

	float: left;

	width: 295px;

	margin: 0px;

	padding: 20px 20px 20px 0px;

	}

	

.clear {

	clear: both;

	}



/************************************************

*	Images  					     		    * 

************************************************/



img.centered  {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	padding: 0px;

	}

	

img.alignnone {

	padding: 0px;

	margin: 0px 0px 10px 0px;

	display: inline;

	}



img.alignright {

	padding: 0px;

	margin: 0px 0px 10px 10px;

	display: inline;

	}



img.alignleft {

	padding: 0px;

	margin: 0px 10px 10px 0px;

	display: inline;

	}

	

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	}



.alignright {

	float: right;

	margin: 0px 0px 10px 10px;

	}



.alignleft {

	float: left;

	margin: 0px 10px 10px 0px;

	}

	

.wp-caption {

	border: 1px solid #DDDDDD;

	text-align: center;

	background-color: #F5F5F5;

	padding: 4px 0px 5px 0px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	}



.wp-caption img {

	margin: 0px 0px 5px 0px;

	padding: 0px;

	border: 0px;

	}



.wp-caption p.wp-caption-text {

	margin: 0px;

	padding: 0px 0px 0px 0px;

	font-size: 11px;

	font-weight: normal;

	line-height: 12px;

	}

	

/************************************************

*	Sidebar 	        			     	    * 

************************************************/

	

#sidebar {

	float: right;

	width: 260px;

	margin: 0px 10px 0px 0px;

	padding: 0px;

	}

	

#sidebar .widget  {

	background: #F7F7F7;

	margin: 0px 0px 10px 0px;

	padding: 10px;

	border: 1px solid #E6E6E6;

	}

	

#sidebar h4 {

	color: #124F7D;

	font-size: 14px;

	font-family: Arial, 'Helvetica Neue', Verdana, sans-serif;

	font-weight: bold;

	margin: 0px 0px 5px 0px;

	padding: 0px 0px 0px 0px;

	}

	

#sidebar a, #sidebar a:visited {

	color: #222222;

	text-decoration: none;

	}

	

#sidebar a:hover{

	color: #3A87DD;

	text-decoration: underline;

	}



#sidebar p {

	margin: 0px;

	padding: 0px;

	line-height: 20px;

	}



#sidebar ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#sidebar ul li {

	list-style-type: none;

	margin: 0px 0px 5px 0px;

	padding: 0px;

	}



#sidebar ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#sidebar ul ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#sidebar ul li li {

/*	background: url(images/icon.gif) no-repeat top left; */

	margin: 0px;

	padding: 0px 0px 0px 10px; /* was 0 0 0 18 */

	}

	

#sidebar ul li ul li {

/*	background: url(images/icon.gif) no-repeat top left; */

	margin: 0px;

	padding: 0px 0px 0px 10px; /* was 0 0 0 18 */

	}

	

#sidebar .video embed, #sidebar .video object {

	width: 250px; 

	height: 205px;

	margin: 0px; 

	padding: 0px;

	}

	

.textwidget {

	margin: 0px;

	padding: 0px;

	}

	

.postform {

	background: #F5F5F5;

	width: 235px;

	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 5px 0px 0px 0px;

	padding: 1px;

	display: inline;

	border: 1px solid #DDDDDD;

	}

	

#cat {

	background: #FFFFFF;

	color: #222222;

	margin: 5px 0px 0px 0px;

	}

	

.enews {

	background: url(images/enews.png) top right no-repeat;

	margin: 0px;

	padding: 0px;

	}

	

/************************************************

*	Footer  									*

************************************************/



#footer {

	background: #E7E7E9;

	height: 34px;

	width: 960px;

	color: #000000;

	font-size: 11px;

	margin: 0px auto 0px;

	padding: 0px;

	}

	

#footer p {

	color: darkblue;

	margin: 0px;	

	padding: 0px;

	}

	

#footer a img {

	border: none;

	margin: 0px;

	padding: 0px;

	}



#footer a {

	color: #FFFFFF;

	text-decoration: none;

	}



#footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	}

	

.footerleft {

	width: 650px;

	float: left;

	margin: 0px;

	padding: 10px 0px 0px 10px;

	}

	

.footerright {

	width: 230px;

	float: right;

	margin: 0px;

	padding: 10px 10px 0px 0px;

	text-align: right;

	}

	

/************************************************

*	Bottom  									*

************************************************/

	/*

#bottom {

 background: #FFFFFF url(images/bottom.gif); 

	width: 980px;

	height: 15px;

	margin: 0px auto 0px;

	padding: 0px;

	overflow: hidden;

	}

*/	

/************************************************

*	Search Form									*

************************************************/



#subscribe {

	margin: 0px;

	padding: 10px 0px 5px 0px;

	overflow: hidden;

	}



#subbox {

	background: #FFFFFF !important;

	width: 185px;

	color: #222222;

	font-size: 11px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: normal;

	margin: 0px;

	padding: 5px 0px 5px 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	display: inline;

	border: 1px solid #DDDDDD;

	}

	

#subbutton {

	background: #333333;

	color: #FFFFFF;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	font-size: 12px;

	text-transform: uppercase;

	text-decoration: none;

	margin: 0px 0px 0px 5px;

	padding: 3px 5px 4px 5px;

	border: 1px solid #333333;

	}



#searchform {

	margin: 0px 0px 0px 0px;

	}

	

#searchformheader {

	margin: 0px;

	padding: 0px;

	}

	

#searchbox {

	background: #F7F7F7 !important;

	-moz-border-radius: 3px;

    -webkit-border-radius: 3px;

	width: 210px;

	color: #222222;

	font-family: Arial, Tahoma, Verdana;

	padding: 3px;

	margin: 0px 3px 0px 0px;

	border: 1px solid #F7F7F7;

        border: solid 1px;

	}

	

#searchbutton {

	background: #EC5C2A; /*url(images/navbar.gif); 

	-moz-border-radius: 3px;

    -webkit-border-radius: 3px;*/

	color: #FFFFFF;

	font-family: Arial, Tahoma, Verdana;

	margin: 0px;

	padding: 3px;	

	border: 1px solid #EC5C2A;

/*	border: 1px solid #222222; */

	}

	

#s {

	background: #FFFFFF;

	width: 175px;

	color: #222222;

	font-size: 12px;

	font-family: Times New Roman, Georgia, serif;

	margin: 0px 3px 0px 0px;

	padding: 3px 0px 3px 3px;

	display: inline;

	border: 1px solid #DDDDDD;

	}

	

#searchsubmit {

	background: #DDDDDD;

	color: #222222;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-family: Trebuchet MS, Arial, Tahoma;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	margin: 0px;

	padding: 1px 2px 1px 2px;

	border: 1px solid #AAAAAA;

	display: inline;

	}

	

#submit {

	background: #666666;

	color: #FFFFFF;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 3px 5px;

	border: 1px solid #333333;

	}

	

#author, #email, #url {

	background: #F7F7F7 !important;

	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 0px;

	padding: 4px;

	border: 1px solid #E6E6E6;

	}

	

#comment {

	background: #F7F7F7 !important;

	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 5px 0px 5px 0px;

	padding: 4px;

	border: 1px solid #E6E6E6;

	}

	

/************************************************

*	Comments									*

************************************************/

	

.commentlist li ul li {

	font-size: 12px;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist li .avatar { 

	background: #FFFFFF;

	float: right;

	border: 1px solid #DDDDDD;

	margin: 0px 5px 0px 10px;

	padding: 3px;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 12px;

	}



.commentlist p {

	font-weight: normal;

	text-transform: none;

	}



.commentmetadata {

	font-weight: normal;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0px;

	}



#commentform {

	margin: 5px 10px 0px 0px;

	}

	

#commentform textarea {

	width: 98%;

	padding: 2px;

	}

	

#respond:after {

	content: "."; 

	display: block; 

	height: 0px; 

	clear: both; 

	visibility: hidden;

	}

	

#commentform p {

	margin: 5px 0px 5px 0px;

	}

	

#commentform #submit {

	margin: 0px;

	float: left;

	}

	

.alt {

	margin: 0px;

	padding: 10px;

	}



.commentlist {

	margin: 0px;

	padding: 0px;

	}

	

.commentlist ol {

	margin: 0px;

	padding: 10px;

	}



.commentlist li {

	margin: 15px 0px 10px;

	padding: 10px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

	}



.commentlist p {

	margin: 10px 0px 10px 0px;

	padding: 0px;

	}

	

.children { 

	margin: 0px;

	padding: 0px;

	}



.nocomments {

	text-align: center;

	margin: 0px;

	padding: 0px;

	}

	

.reply a, .reply a:visited {

	background: #666666;

	color: #FFFFFF;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-size: 11px;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 3px 5px;

	border: 1px solid #333333;

	}

	

.reply a:hover {

	background: #333333;

	color: #FFFFFF;

	text-decoration: none;

	border: 1px solid #333333;

	}



.commentmetadata {

	font-size: 10px;

	margin: 0px;

	display: block;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

	

.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

	

.thread-alt {

	background: #FFFFFF;

	margin: 0px;

	padding: 0px;

	}

	

.thread-even {

	background: #F7F7F7;

	margin: 0px;

	padding: 0px;

	}

	

.depth-1 {

	border: 1px solid #E6E6E6;

	margin: 0px;

	padding: 0px;

	}



.even, .alt {

	border-top: 1px solid #E6E6E6;

	border-bottom: 1px solid #E6E6E6;

	border-left: 1px solid #E6E6E6;

	margin: 0px;

	padding: 0px;

	}



/* ADDED BY PG */

.Orangetext {

color:#D24600;

font-size:15px;

font-weight:bold;

text-decoration:none;

}



.followus {

color:#777C83;

font-size:14px;

height:30px;

text-align:right;

}



table.clients {

border-width: 0px;

border-spacing: 0px;

border-style: outset;

border-color: gray;

border-collapse: collapse;

background-color: white;

}

table.clients th {

border-width: 2px;

padding: 2px;

border-style: solid;

border-color: white;

background-color: rgb(255, 245, 238);

-moz-border-radius: 0px 0px 0px 0px;

}

table.clients td {

border-width: 2px;

padding: 2px 2px 2px 10px;

border-style: solid;

border-color: white;

background-color: rgb(255, 245, 238);

-moz-border-radius: 0px 0px 0px 0px;

width:300px;

height:40px;

font-weight:bold;

font-size:12px;

}



input.linkbutton { 

font-size:12px; 

font-family:Arial,sans-serif; 

font-weight:bold; 

color:#FFFFFF; 

background-color:#FF6600; 

}

strong {

color:#124F7D;

font-weight: bold; 

}







#content .htmltagcloud{ 

padding-top:10px;

line-height:2.4em;

word-spacing:normal;

letter-spacing:normal;

text-transform:none;

text-align:justify;

text-indent:0}

#htmltagcloud a:link{

text-decoration:none}

#htmltagcloud a:visited{text-decoration:none}

#htmltagcloud a:hover{color:white;background-color:#05f}

#htmltagcloud a:active{color:white;background-color:#03d}

.wrd{padding:0;position:relative}.wrd a{text-decoration:none}

.tagcloud0{font-size:1.1em;color:#124F7D;z-index:10}

.tagcloud0 a{font-size:1.1em;color:#124F7D;}

.tagcloud1{font-size:1.4em;color:#ACC1F3;z-index:9}

.tagcloud1 a{color:#ACC1F3}

.tagcloud2{font-size:1.5em;color:#7FABC1;z-index:8}

.tagcloud2 a{color:#7FABC1}

.tagcloud3{font-size:1.8em;color:#264CA2;z-index:7}

.tagcloud3 a{color:#264CA2}

.tagcloud4{font-size:2.0em;color:#607EC5;z-index:6}

.tagcloud4 a{color:#607EC5}

.tagcloud5{font-size:3.0em;color:#607EC5;z-index:5}

.tagcloud5 a{color:#607EC5}

.tagcloud6{font-size:3.1em;color:#4C6DB9;z-index:4}

.tagcloud6 a{color:#4C6DB9}

.tagcloud7{font-size:3.3em;color:#395CAE;z-index:3}

.tagcloud7 a{color:#395CAE}

.tagcloud8{font-size:3.4em;color:#264CA2;z-index:2}

.tagcloud8 a{color:#264CA2}

.tagcloud9{font-size:3.6em;color:#133B97;z-index:1}

.tagcloud9 a{color:#133B97}

.tagcloud10{font-size:3.8em;color:#002A8B;z-index:0}

.tagcloud10 a{color:#002A8B}

.freq{font-size:10pt !important;color:#bbb}

	

/* March 2011 Landing Page - Added by Verndale */

.landing_page_march { background: url(images/landing-page-bg.jpg) no-repeat top left; height:660px; padding: 0px !important; font-family: "Myraid Pro", "Trebuchet MS", Arial, Helvetica, sans-serif !important; }
.landing_page_march .post { padding: 80px 0px 0px 130px !important; width: 960px !important;}
.landing_page_march .post h1 { color: #0071bc !important; margin-left: -30px; padding: 10px 0px 20px 0px;}
.landing_page_march .post h2 { font-size: 22px; font-weight: normal; width: 650px !important; }
.landing_page_march .post h3 { color: #0071bc !important; font-size: 14px; font-weight: normal; width: 650px !important; }
.landing_page_march .post p { width: 650px !important; font-size: 14px;}
.landing_page_march .post ul { 
	width: 580px !important; 
	font-size: 12px; 
	list-style-image:url("images/check.png");
	padding: 0 0 40px 20px;
}
.landing_page_march .post li { margin: 0 !important; padding: 0 !important; width: 540px;}
.landing_page_march .post strong { color: #000 !important; }
.landing_page_march .post #wphc { 
	width: 250px !important; 
	position: absolute !important; 
	top: 230px !important; 
	right: 5px !important; 
	font-family: "Myraid Pro","Trebuchet MS",Arial,Helvetica,sans-serif !important;
	font-size: 14px !important;
	color: #f15a24 !important;
	padding: 4px !important;
}
.landing_page_march .post #wphc p { width: 0px !important; height: 0px !important; padding: 0px !important; margin: 0px !important; }
.landing_page_march .post #wphc .heading { width: 220px !important; padding: 10px 0px 0px 15px !important;}
.landing_page_march .post #wphc label { width: 70px !important; float: left; height: 20px !important; position: absolute; bottom: 0px; }
.landing_page_march .post #wphc input { float: right; width: 155px !important; height: 20px !important; padding: 0px !important; margin: 0px !important;}
.landing_page_march .post #wphc .email .required { height:20px !important; }
.landing_page_march .post #wphc .firstName { height: 20px !important; position: relative !important; padding: 0px; margin: 0px 0px 10px 0px !important; }
.landing_page_march .post #wphc .lastName { height: 20px !important; position: relative !important; padding: 0px;  margin: 0px 0px 10px 0px !important; }
.landing_page_march .post #wphc .title { height: 20px !important; position: relative !important; padding: 0px; margin: 0px 0px 10px 0px !important; }
.landing_page_march .post #wphc .company { height: 20px !important; position: relative !important; padding: 0px;  margin: 0px 0px 10px 0px !important;}
.landing_page_march .post #wphc .email { height: 20px !important; position: relative !important; padding: 0px;  margin: 0px 0px 10px 0px !important; }
.landing_page_march .post #wphc .phoneNumber { height: 20px !important; position: relative !important; padding: 0px;  margin: 0px 0px 10px 0px !important; }
.landing_page_march .post #wphc input[type="text"], #wphc textarea { 
	background: #FFF !important; 
	font-family: "Myraid Pro", "Trebuchet MS", Arial, Helvetica, sans-serif !important; 
	font-weight: normal !important; 
	font-size: 11px !important;
} 
#wphc input[type="text"], #wphc textarea { padding: 0px !important; }
#wphc label { padding-top: 0px !important; }
.landing_page_march #wphc label.error { display: none !important; }
.landing_page_march .post form { 
	background-color: #cce3f2; 
	border: 1px solid #ccc; 
	overflow:visible;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.landing_page_march .wphc-message { width: 700px !important; background-color: #EBEBEB !important; border: 1px solid #0071bc !important; color: #000 !important; position:absolute; top: 100px;}
.landing_page_march #wphc .buttons { margin: 15px 0px 0px 150px !important;}
.landing_page_march #wphc button  { margin: 0px !important; padding: 0px !important; background-color: #0071BC !important; height: 25px; width: 70px; font-size: 12px;-moz-border-radius: 15px 15px 15px 15px; }

/* Thank you page */
.landing_page_march #thank_you{ padding: 150px 0px 0px 290px !important; }

