/* -- reset all elements to a common value ----------------------------------------------------- 

*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockq

uote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* -- default classes -------------------------------------------------------------------------- 

*/
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.greenbg{ background: #f3f3f3; }

/* -- accessibility ---------------------------------------------------------------------------- 

*/
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }


/* -- Default Styles --------------------------------------------------------------------------- 

*/
/* colours, sizes, etc of elements */
body {
	font: 75.4%/1.5 Verdana, Arial, sans-serif; /* set font size to 12px  - 1.4 line height */
	background: #fff;
}

h1 { 
	color: #004276;
	font-weight: 400;
	font-size: 2.086em; /* 25px */
	line-height: 1.2em;
	margin: 0.2em 0 0.5em 0;
}

div#content h1 {
	padding: 0;
	margin-bottom: 0.4em;
	clear: left;
	width: 100%;
	}

h2 { 
	color: #004276;
	font-weight: 800;
	font-size: 1em; /* 18px */
}

	#homepage h2 { font-size: 1.5em; /* 18px */}
	
	h2 span {font-weight: 400;}

h3 { 
	font-size: 1em;
	font-weight: 400;
	color: #eb1d25;
}

	
h4 { font-size: 1.4em; }

a { 
	color: #1169aa;
	text-decoration: none;
}

a:hover, a:active { text-decoration: underline; }

p{
	margin: 0 0 1.2em 0;
	padding: 0;
	line-height: 1.6em;
}

/* -- Layout Styles ---------------------------------------------------------------------------- 

*/
#header, #contentGroup, #content, #nav, #footer { float: left; }

#container { /* keep the layout together and centered */
	width: 986px;
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #e6f1f7;
	border-right: 1px solid #e6f1f7;
}

#header{
	margin-top: 138px; /*must equal height of #masthead */
	width: 946px;
	background: #F2F7F9;	
	padding: 20px 20px 5px;
	border-bottom: 1px solid #e6f1f7;
}

#logo{
	float: left;
	width: 559px;
	height: 55px;
	text-indent: -999em;
	background: url(/images/logo.gif) no-repeat;
}

#nav-top{
	width: 87.2%;
	margin: 1em 0 0 0;
	float: right;
}

	#nav-top li{
		float: left;
		padding: 0 9px 0 9px;
		border-left: 1px solid #acacac;
	}
	#nav-top li.first {
		border-left:0!important;
}
	
		#nav-top li a{
			color: #000;
			font-weight: bold;
		}
		
		#nav-top li.currentPage a{ color: #ec1d25;}

		#nav-top li:first-child{ border: none;}
		
		#nav-top li.site-search{
			border: none;
			float: right;
		}
		
			#nav-top li.site-search input{
				width: 180px;
				border: 1px solid #dee3e5;
				padding: 2px 4px 2px 3px;
				margin-right: 11px;
			}
#content{ 
	width: 600px;
	padding: 10px 20px 0 30px;
}

	ul#content li{
		float: left;
		width: 100%;
		padding: 0 0 1em 0;
		margin: 0 0 1em 0;
	}

	ul#content li:first-child{ border-bottom: 4px solid #f3f3f3;}
	
	ul#content li img{ float: left;}
	
	ul#content li .content-col{
		float: right;
		margin: 0 0 0 1em;
		width: 282px;
	}
	
	ul#content li .content-col p{ line-height: 1.5em;}
	
	ul#content li:first-child .content-col{ width: 220px; }
	
	ul#content li h2 { 
		font-size: 1.5em; /* 18px */
		line-height: 1.2em;
		margin: 0 0 0.5em 0;
		font-weight: 500;
	}
	
ul#content li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html ul#content li { height: 1%;}
/* End hide from IE-mac */

#sideBar{
	width: 336px;	
	float: right;
        padding-top: 10px;
}

	#sideBar li{ margin: 0 0 0.1em 0;}
	#sideBar li div.banner { margin-top: 17px;}

	#sideBar h2{
		font-size: 1.2em;
		color: #274a92;
		padding: 10px 0 0.2em 0;
		border-bottom: 4px solid #f3f3f3;
		margin: 0 0 0.5em 0;
		text-transform: uppercase;
	}
	
	#sideBar ol { margin: 0 0 0 1.6em;}
	
		#sideBar ol li{
			margin: 0 0 0.1em 0;
			list-style: decimal;
		}
		
			#sideBar ol li a{ color: #EB1D25; }

#nav{
	width: 178px;
	margin-left: -986px;
	padding: 10px 10px 0;
}

#side-nav {
	text-align: right;
	color: #000;
}
	#side-nav li{ 
		font-weight: bold;
		color: #004276; 
		margin: 0 0 1.3em 0;
	}

		#side-nav li a{ 
			color: #004276;
		}

			#side-nav li a.linkRed{ color: #ec1d25!important;font-weight: 

bold!important;}
			
			#side-nav li:second-child a{ font-weight: bold;}
			
		#side-nav li li{ margin: 0 0 0.4em 0;}
			
			#side-nav li a,
			#side-nav li:first-child a{ 
				color: #000;
				font-weight: normal;
				line-height: 1em;
				display: block;
			}
	

#footer{ 
	width: 100%;
	clear: both;
	border-top: 1px solid #dae9f1;
	margin: 1em 0 0 0;
	padding: 1.5em 0 0 0;
	background: #fff;
	font-size: 0.9em;
}

	#footer a{ color: #004276;}

	#footer .footer-left{ 
		float: left;
		width: 590px;
		margin: 0 0 0 10px;
	}
	
	#footer .footer-right{ 
		float: right;
		text-align: right;
		width: 370px;
		margin: 0 10px 0 0;
	}
	
		#footer .footer-right p{ clear: both;}
	
	#footer .netconcepts{
		float: left;
		width: 966px;
		padding: 10px;
		background: #F7F6F6;
		text-align: right;
		margin: 0.8em 0 0 0;
	}

#footer-banner{
	border-bottom: 1px solid #dae9f1;
	margin: 0 0 1em 0;
	padding: 0 0 1.3em 0;
}

#masthead{ 
	width: 986px;
	height: 138px;
	clear: both;
	position: absolute;
	top: 0;
	background: #;
}

.mastlinks {
	float: left;
	position: relative;
	width: 100%;
	height: 23px;
	background: #f3f3f3;
	color: #000; 
	padding: 5px 0 0 0;
	font-size: 0.9em;
}

	.mastlinks p{ margin: 0 20px; }
	
	.mastlinks a{ color: #000; }
	
	.mastlinks p > a:first-child{ 
		background: url(/images/rss.png) no-repeat 0px 2px;
		padding: 0 0 0 15px;
	}
	
	
.breadcrumb{
	float: left;
	width: 415px;
	margin: 0.4em 0 1em 0;
}
	.breadcrumb li{
		float: left;
		color: #9f9e9e;
		font-size: 0.8em;
		margin-left: 5px
	}
			
		.breadcrumb li a{ 
			color: #9f9e9e;
			margin-left: 5px;
			}
		
			.breadcrumb li:first-child,
			.breadcrumb li:first-child a{
				margin: 0;
			}
		
.tools{
	float: left;
	width: 230px;
	margin: 0.4em 0 1em 0;
}
	.tools li{
		float: left;
		color: #9f9e9e;
		font-size: 0.8em;
		margin: 0 0 0 1.3em;
	}
		
		.tools li a{ 
			padding: 2px 0 2px 20px;
			color: #9f9e9e;
			float: left;
		}
		
		.tools li.emailTool a{
			background: url(/html/img/btns/email.png) no-repeat 0 4px;
			
		}
		.tools li.printTool a{
			background: url(/html/img/btns/print.png) no-repeat;
		}
		
		.tools li.reprintsTool a{
			background: url(/html/img/btns/reprints.png) no-repeat;
		}
		
.toolsStacked{
	float: left;
	width: 100%;
	padding: 1em 0 0.5em;
	margin: 0 0 1em 0;
	border-top: 4px solid #f3f3f3;
	border-bottom: 1px solid #dee3e5;
}
	.toolsStacked li{
		float: left;
		width: 100%;
		color: #9f9e9e;
		font-size: 0.8em;
		margin: 0 0 0.4em 0;
	}
		
		.toolsStacked li a{ 
			padding: 2px 0 2px 20px;
			color: #ec1923;
			float: left;
		}
		
		.toolsStacked li.emailTool a{
			background: url(/html/img/btns/email.png) no-repeat 0 4px;
			
		}
		.toolsStacked li.printTool a{
			background: url(/html/img/btns/print.png) no-repeat;
		}
		
		.toolsStacked li.pdfTool a{
			background: url(/html/img/btns/pdf.png) no-repeat;
			padding-left: 30px;
		}
		
		
		
		.sponsor {
			float: left;
			text-align: right;
			text-transform: uppercase;
			width: 182px;
			color: #9f9e9e;
			font-size: 0.8em;
			margin: 0 0 1em 0;
		}
		
		.sponsor img{
			float: right;
			padding: 0 0 0 5px;
			width: 80px;
		}

	
		
.pagination{
	float: left;
	width: 415px;
	margin: 0em 0 1em 0;
	border-bottom: 4px solid #f3f3f3;
	padding: 0 0 1.5em 0;
}

	.pagination li{
		float: left;
		margin: 0 2px;
	}
	
		.pagination li a{
			border: 1px solid #d8d8d8;
			background: #f3f3f3;
			padding: 2px 4px;
			display: block;
		}
		
		.pagination li a:hover{ border: 1px solid #4A69B8; }
		
		.pagination li.currentPage a{
			border: none;
			background: none;
			color: #767676;
			font-weight: bold;
		}
		
			.pagination li.currentPage a:hover{ border:none; }
			
.listing{ 
	width: 415px;
	padding: 10px 0 0 0;
}

	.listing li{
		float: left;
		width: 100%;
		padding: 0 0 1em 0;
		margin: 0 0 2.3em 0;
		border-bottom: 1px solid #e5e5e5;
	}
	
		.listing li h2 { 
			font-size: 1.2em; /* 12px */
			line-height: 1.1em;
			margin: 0 0 0.3em 0;
			font-weight: 400;
		}
		
			.listing li h2 a{color: #004276;}
		
		.listing li .published {
			color: #8d8d8d;
			margin-bottom: 1em;
			font-size: 0.9em;
		}
	
.listing li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .listing li { height: 1%;}
/* End hide from IE-mac */
	
/* forms -------------------------------------------------------------------------------------- */

form#searchform {
}
form#searchform input {
	border:1px solid #DEE3E5;
	margin-right:11px;
	padding:2px 4px 2px 3px;
	width:180px;
}
form#commentform p{
	padding-bottom: .7em;
	display: block;
}
form#commentform button{
	display: inline!important;
}
form#commentform input{
	margin-right: .6em;
}
form#commentform .comments {
	width: 400px;
	margin-bottom: 1em;
}

label{
	float: left;
	text-align: left;
	font-weight: bold;	
}

input,
select,
textarea{
	border: 1px solid #dee3e5;
	float: left;
}
.newsletter-signup-footer button {
	float:right;
	margin-top:-2.2em;
}
button{
	color: #000;
	cursor: pointer;
	height: 22px;
	margin: 0;
	padding: 0 4px 4px 4px;
	overflow: visible;
	display: block;
	line-height: 1.5em;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

	.standardForm ul{
		float: left;
		width: 100%;
	}
	
		.standardForm ul li{
			float: left;
			width: 100%;
			padding: 0;
			margin: 0.2em 0;
		}

	.standardForm label{
		width: 125px;
		margin: 0 0.5em 0 0;
	}
	
	.standardForm input,
	.standardForm select,
	.standardForm textarea{	
		width: 	280px;
	}
	
	.standardForm .halfLength{ width: 140px;}
	
	.standardForm textarea{height: 5em;}
	
	.standardForm button{margin: 12px 0 0 130px; height: 22px;}
	
	.standardForm .hints{
		margin: 5px 0 0 130px;
		font-size: 0.9em;
		color: #6a6a6a;
	}

/* jobsearch styles */
#jobSearch{
	border-top: 4px solid #f3f3f3;
	border-bottom: 1px solid #e5e5e5;
	padding: 1em 0;
	margin: 0 0 0.5em 0;
}

	#jobSearch label{ width: 65px;}
	
	#jobSearch select#location,
	#jobSearch select#duration,
	#jobSearch input#keyword{ width: 140px;}
	
	#jobSearch button{ margin-left: 70px;}
	
#jobApply{ margin: 1.8em 0 0.5em 0;}


/* newsletter styles */
form.newsletter-signup{
	float: right;
	width: 250px;
	border: 1px solid #dee3e5;
	background: #f6f6f6;
	font-size: 0.9em;
	padding: 6px 10px;
}

	.newsletter-signup label{
		width: 100%;
		margin: 0 0 5px 0;
	}
	
	.newsletter-signup input,
	.newsletter-signup-footer input{
		width: 170px;
		padding: 2px 4px 2px 3px;
	}
	
.newsletter-signup-footer { 
	width: 245px;
	float: right;
	text-align: right;
}

	.newsletter-signup-footer input{margin-right: 1em;float:left;}


/* generic styles ------------------------------------------------------------------------------ 

*/

/*Banners */
#mastheadbanner {
	width: 100%;
	height: 90px;
	text-align: center;
	overflow: hidden;
	float: left;
	clear: left;
	margin: 8px auto;
}

.banner{text-align: center;}
/* Page related styles ------------------------------------------------------------------------- 

*/
/* home page */



/* Article Page */

.articleImg{
	float: left;
	margin: 0.4em 0.8em 0.3em 0;
	border: 1px solid #c8cfc8;
}
	
.articlePublished{
	color: #8d8d8d;
	margin-bottom: 0.4em;
	font-size: 0.9em;
}

.articleAuthor{
	border-bottom: 4px solid #f3f3f3;
	padding: 0 0 0.4em 0;
}

/* Posts ------------------------------------------------------------------------- */

.pagetitle {
	color: #666;
}
.post h2 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0 0 0.5em;
	font-weight: normal;
}
.post h2 a {
	color: #004276;
}
.entry {
	padding-bottom: 20px;
}

.entry p img{
	padding: 10px;
}

.post small {
	color: #8D8D8D;
}
.post-categories {
	padding-bottom: 5px;
}
.post-categories li a {
	color: #EC1D25;
}
/* Job Search */

.searchResults {margin: 1em 0;}

	.searchResults dt{margin-top: 1.2em;}
	
		.searchResults dt a{ 
			text-decoration: underline;
			color: #000;
		}
			
	.searchResults dd{ font-size: 0.9em;}
	
#featuredJobs {
	padding: 0.01em 1.1em 1em 1.1em;
	background: #F2F7F9;
	margin-bottom: 1.5em;
}
	
	#featuredJobs dt a{ color: #004276;}

.jobDescription{ 
	font-size: 0.9em;
	border-bottom: 1px solid #dee3e5;
	margin: 1em 0 1.8em;
	padding: 0 0 1.3em 0;
	
}

	.jobDescription dt{
		float: left;
		font-weight: bold;
		width: 40%;
		margin-bottom: 0.5em;
	}
	
	.jobDescription dd{
		float: left;
		width: 60%;
		margin-bottom: 0.5em;
	}
		
