/*
Theme Name: Intelliject
Theme URI: http://crt-tanaka.com/
Description: Intelliject theme.
Author: Jason Poulos and David McNamara
Version: 1.0
Tags: intelliect
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin:0 auto;
	width:1024px;
}

#logo {
	width:1024px;
	text-align:center;
	height:87px;
	background-color:#fff;
}

#logo a img {
	border:none;	
}

#nav  {
	width:1024px;
	height:31px;
	background: url('img/bg_nav.gif') no-repeat;
	background-color:#4f8a12;
	text-align:center;
}
	
	/*#nav ul {
		display:inline;
		margin:0;
		padding:0;
		text-align:center;
	}*/
	
	#nav ul li {
		display:inline-block; /*IE only likes inline*/
		list-style:none;
		/*float:left;
		height:19px;*/
		text-decoration:none;
		/*display:inline-block;*/
		font-weight:bold;
		/*font-size:16px;*/
		line-height:28px;
		/*padding:0 15px 0 15px;*/
		/*margin:0 4px 0 4px;*/
		/*color:#fff;*/
	}
	
	#nav ul li a {
		text-decoration:none;
		display:inline-block;
		font-weight:bold;
		/*font-size:16px;*/
		line-height:28px;
		padding:0 15px 0 15px;
		/*margin:0 4px 0 4px;*/
		/*color:#fff;*/

	}
	
	#nav ul li a:hover {
		text-decoration:none;
		font-weight:bold;
		/*font-size:16px;*/
		color:#4f8a12;
		
	}
	

	
	.page_item a {
		color:#fff;
		margin:0;
		padding:0;
	}
	
	.current_page_item , .current_page_item a , .current_page_parent , .current_page_parent a , current_page_ancestor , .current_page_ancestor a  {
		background-color:#ffae00;
		color:#1f487f;
		
	}
	
	
	
	#nav ul li.current_page_item a:hover , #nav ul li.current_page_parent a:hover , #nav ul li.current_page_ancestor a:hover {
		text-decoration:none;
		color:#1f487f;
		
	}

#flash {
	width:986px;
	height:267px;
	background-color:#666;
	margin:0 20px 0 18px;
	
}

	

#intflash {
	width:986px;
	height:167px;
	background:url('img/flash_bg.jpg') no-repeat;
	margin:0 20px 0 18px;
	
}

#homeIntro {
	width:1024px;
	height:76px;
	background: url('img/bg_home_intro.gif');
	text-align:center
}

	#homeIntro p {
		padding:10px 30px 10px 30px;
		margin:0;
		color:#1f487f;
		font-size:18px;
		font-weight:bold;
	}	

#homeContent {
	width:980px;
	border:2px solid #ffae00;
	border-top:none;
	padding:20px;
}
	
	
#homeLt {
	width:345px;
	background: url('img/home_lt_bg.gif') top left;
	background-repeat:no-repeat;
	background-color:#fff6df;
	height:308px;
	padding-left:270px;
	float:left;
	overflow: hidden;
}

	#homeLt .entry-content {
		padding: 20px 20px 0 0;
	}
	#homeLt p {
		margin: 0 0 20px 0;
	}
		#homeLt p.featured {
			background: #00457C;
			padding: 5px;
			color: #FFF;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
		}
		#homeLt p.featured a:link,
		#homeLt p.featured a:visited {
			color: #FFF;
			text-decoration: none;
		}
		#homeLt p.featured a:hover {
			color: #FFF;
			text-decoration: underline;
		}
	#homeLt ul {
		margin:10px 0px 10px 20px;	
	}
	

#homeRt {
	width:343px;
	padding-left:20px;
	float:left;
	height:308px;
	background: url('img/bg_home_rt.gif');
	background-repeat:repeat-x;
	
}

	#homeRtCt {
		background:#fff;
		margin-top:53px;
		border:1px solid #006fb3;
		width:254px;
		float:left;
		padding:20px;
	}	

.homeBtm {
	margin-top:8px;
}

	
	.homeBtm img {
		cursor:pointer;
	}

#homeSlider {
	background-color:#fff;
}
	#one {
		padding-right:10px;
		text-align:center;
	}
	
	#one p {
		font-size:16px;
			
	}
	
	#one a {
		color:#1f487f;	
	}
	#one h2 {
		text-align:center;
		font-size:16px;
		color:#1f487f;
	}
	#two {
		width:420px;
		float:left;
		padding-left:10px;
		text-align:center;
	}
	
	#two h2 {
		text-align:center;
		font-size:16px;
		color:#1f487f;
	}
	
	#three {
		text-align:center;
	}
	
	#three h2 {
		text-align:center;
		font-size:16px;
		color:#1f487f;
	}

#subNav {
	width:986px;
	height:48px;
	margin:0 20px 0 18px;
	background:url('img/bg_sub_nav.gif') repeat-x;
	text-align:center;
	padding-top:3px;
}
	#subNav ul {
		display:inline;
		
	}

	#subNav ul li{
		list-style:none;
		display:inline;
		
	}
	
	#subNav ul li a{
		text-decoration:none;
		display:inline-block;
		font-size:12px;
		font-weight:bold;
		padding:0px 10px 5px 10px;
		line-height:27px;
	}
	
	#subNav ul li a:hover{
		text-decoration:none;
		color:#4f8a12; 	
	}
	
	#subNav ul li.current_page_item a:hover {
		text-decoration:none;
		color:#1f487f; 	
	}
	


#content {
	width:1024px;
	background:url('img/bg_interior.gif') repeat-y;
}
	#left {
		width:667px;
		float:left;
		margin-right:14px;
		background:url('img/left.gif') top no-repeat;
		background-color:#FFF;
		padding-top:14px;
	}
		#top {
			width:667px;
			height:14px;
			vertical-align:top;
			
		}
		
		#bottom {
			width:623px;
			border:2px solid #ffae00;
			border-top:none;
			padding:20px;
			font-size:14px;
		}
			#thirdlevel {
				background-color:#1f487f;
				border-bottom:2px solid #4f8a12;
				height:25px;
				text-align:left;
				padding-top:2px;
			}
			
			#thirdlevel li {
				list-style:none;
				display:inline;
				padding:2px 8px 4px 8px;
				line-height:20px;
			}
			
			#thirdlevel a {
				text-decoration:none;
				font-size:12px;
				font-weight:bold;
			}
			
			#thirdlevel li.current_page_item  {
				text-decoration:none;
			}
			#bottom h1 {
				color:#1f487f;
				font-size:20px;
				font-weight:normal;
				border-bottom:2px solid #4f8a12;
				padding-bottom:5px;
				margin-bottom:10px;
			}
			
			#bottom h2 {
				color:#1f487f;
				font-size:16px;
				font-weight:bold;
				margin-top:10px;
			}

			#bottom h3 {
				color:#1f487f;
				font-size:14px;
				font-weight:bold;
				margin:10px 0;
			}
		
			#bottom hr {
				margin:25px 0;
				color:#fff;
				height:1px;
			}
			
			#bottom p {
				line-height:20px;
				margin-bottom:15px;
				color:#333;
			}
				#bottom p.wp-caption-text {
					font-size: 12px;
					color: #666;
					line-height: 16px;
					margin: 0;
				}
			#bottom ul {
				margin-left:30px;
				margin-top:15px;
				margin-bottom:10px;
			}
			
			#bottom ul li ul li{
				margin-bottom:10px;
			
			}
			
			#bottom ol {
				margin-left:30px;
			}
			
			#bottom ol li {
				margin-bottom:10px;	
			}
			
			#bottom sup {
				font-size:10px;
				vertical-align:top;
			}
			
			.alignleft {
				float:left;
				margin-right:10px;
				/*margin-bottom:50px;*/
				
			}
			
			.alignright {
				float:right;
				margin-left:10px;
				margin-bottom: 10px;
				clear: right;
				/*margin-bottom:50px;*/
				
			}
			.callout {
				width: 157px;
				background: #00457C;
				padding: 5px;
				color: #FFF;
				font-size: 14px;
				font-weight: bold;
				text-align: center;
			}
				.callout a:link,
				.callout a:visited {
					color: #FFF;
					text-decoration: underline;
				}
				.callout a:hover {
					color: #FFF;
					text-decoration: underline;
				}
			
	
	#right {
		float:left;
		width:343px;
		
	}
	
	.dimension {
		width:343px;
		border-top:none;
		height:14px;
		background:url('img/right.gif') top no-repeat;
	}
	
	.widget_item {
		width:299px;
		border:2px solid #ffae00;
		border-top:none;
		background-color:#FFF;
		list-style:none;
		margin:0;
		padding:20px;
	}
	
	.widget_item h2 {
				color:#1f487f;
				font-size:16px;
				font-weight:bold;
				border-bottom:1px solid #4f8a12;
				padding-bottom:3px;
				margin-bottom:10px;
				
			}
			
	.widget_item a {
		color:#1f487f;
		
	}

.clear {
	clear:both;
	height:0px;
}

#footer {
	width:924px;
	height:84px;
	font-size:10px;
	color:#1f487f;
	padding:0px 50px 10px 50px;
	background:url('img/bg_footer.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#8FA3BF;
	
	/*margin-bottom:10px;*/
}



.footerLeft {
	float:left;
	width:200px;
	margin-top:15px;
}

.footerRight {
	float:right;
	width:300px;
	margin-top:20px;
}

.footerRight ul li {
	list-style:none;
	display:inline;
	margin:0 0 0 8px;
	padding:0;

}

.footerRight ul li a {
	color:#1f487f;
	text-decoration:none;
	background-color:#8FA3BF;
}

.footerRight ul li a.page_item page-item-6 .current_page_ancestor .current_page_parent {
	
	
}

.logoHolder {
background:url('img/disclaimer.gif');
}

