@charset "UTF-8";

/* 	Reset Browser
	-------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body {
	background: #898888 url(img/bg/body.jpg) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}
	
	
	}

div.inline {
	display:inline;
}
	
/* 	General Styles
	-------------------------- */
	
h1, h2, h3, h4, h5, p {
	padding: 5px 10px;
	}
	
h1 {
	font-size: 32px;
	font-weight: normal;
	color: #0b4b77;
	}
	
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #5f9dc7;
	}
	
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #375367;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	}
h5 {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	}
h5.under {
	font-size: 11px;
	font-weight: 900;
	color: #999999;
	text-decoration: underline;
	}
	
/* 	Div Styles
	-------------------------- */
	
#wrap {
	width: 800px;
	margin: 0 auto;			
	}
	
#header {
	width: 800px;
	height: 100px;
	background: #fff;
	float: left;
	}
	
#imgdisp {
	width: 800px;
	margin: 0;
	_margin-top: -2px;
	height: 201px;
	float: left;	
	}
	
	#imgdisp img {
		margin: 0;
		padding: 0;
		}
		
#nav {
	float: left;
	width: 800px;
	height: 25px;
	text-align: center;
	}
	
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
		#nav ul li {
	display: block;
	float: left;
	background: url(img/bg/nav_divider.gif) no-repeat right 1px;
	width: 157px;
	_width: 99px;
			}
			
		#nav ul li.last {
			display: block;
			float: left;
			background: none;
			}
			
	#nav ul li a, a:visited {
	display: block;
	float: left;
	height: 23px;
	width: 155px;
	_width: 99px;
	line-height: 23px;
	_margin: 0;
	padding: 0;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #07395b;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		
		#nav ul li a:hover {
			color: #999999;
			}
			
		#nav ul li a.active {
			margin: 0;
			border: 1px solid #052338;
			border-top: none;
			background: #07395b;
			color: #fff;
			}
	
#contentwrap {
	width: 100%;
	float: left;
	margin: 2px 0 0 0;
	_margin: 0;
	background: #fff url(img/bg/contentwrap.gif) repeat-x;
	}
	
#sub_nav {
	width: 155px;
	float: left;
	text-align: center;
	}
	
	#sub_nav blockquote {
		font-size: 11px;
		padding: 10px;
		text-align: center;
		font-style: italic;
		color: #999999;
		}
		
		#sub_nav blockquote em {
			color: #0b4b77;
			font-weight: bold;
			}
			
		#sub_nav blockquote p {
			padding: 0;
			}
	
	#sub_nav ul {
		list-style: none;
		margin: 10px 0;
		padding: 0 10px;
		}
		
		#sub_nav ul li {
			padding: 10px 0;
			background: url(img/bg/subnav_divider.gif) no-repeat center bottom;
			}
			
		#sub_nav ul li.last {
			background: none;
			}
			
		#sub_nav ul li.first {
			padding-top: 0;
		}
				
		#sub_nav ul li a, a:visited {
			font-size: 11px;
			line-height: normal;
			height: auto;
			color: #07395b;
			text-decoration: none;
			}
			
			#sub_nav ul li a:hover {
				color: #858585;
				text-decoration: underline;
				}
				
		#sub_nav ul li a.active {
			color: #0b4b77;
			}
	
	#float_wrap {
		margin: 0 auto;
		width: 800px;
		}
	
	#sub_wrap {
		width: 798px;
		background: #fff url(img/bg/tricorp.gif) no-repeat left bottom;
		margin: 0 auto;
		border: 1px solid #ddd;
		border-top: none;
		border-bottom: none;
		padding: 10px 0 0 0;
		float: left;
		}
	
#sub_content {
/*	width: 619px;*/
	width: 635px;
	background: #fff;
	margin: 0;
	border-left: 1px solid #ddd;
	float: left;
	padding-bottom: 20px;
}

#sub_wrap #sub_content a {
	font-size: inherit;
}

#sub_content h1 {
	font-size: 32px;
	font-weight: normal;
	color: #0b4b77;
	margin-top: 20px;
}
		
#sub_content p.image {
	text-align: center;
}
			
#sub_content p.image img {
	border: 1px solid #999;
	padding: 2px;
}
				
#sub_content p.image_thumb {
	margin-left: 10px;
}
		
#sub_content p.image_thumb img {
	border: none;
	padding: 0;
}

#sub_content div.project {
/*	width: 196px;*/
	width: 306;
	float: left;
	margin: 5px;
	border: medium solid #094065;
	padding: 5px;
}

#sub_content div.project span {
	display: block;
}

#sub_content div.project span.right {
	float: right;
}

#sub_content div.project img {
	border: 1px solid #999;
	padding: 2px;
	margin: 0;
}

#sub_content div.project a {
	text-align: left;
	text-decoration: none;
	font-size: 0.75em;
	font-style: oblique;
	font-weight: bold;
	color: #204e55;
}

p.clear_all {
	clear: both;
}

#sub_content div.project a:visited {
	color: #204e55;
}
				
		#sub_content p.logo {
			text-align: center;
			}
		
		#sub_content img.content {
			padding: 2px;
			margin: 2px 8px 5px 5px;
			border: 1px solid #999;
			}
			
			#sub_content img.content_right {
			padding: 2px;
			margin: 2px 8px 5px 5px;
			border: 1px solid #999;
			float: right;
			}
		
		#sub_content a, a:visited {
			color: #375367;
			text-decoration: underline;
			font-size: 12px;
			}
#sub_content  h5 a,a:visited {
	color: #2B6E9B;
	text-decoration: none;
	font-size: 9px;
			}
			
			#sub_content a:hover {
				color: #999;
				}
	
	#sub_content ol {
		margin: 5px 0;
		list-style-type: lower-roman;
		padding: 0px 40px;
		}
		
		#sub_content li {
			padding: 6px 0;
			border-bottom: 1px solid #ddd;
			}
			
	#sub_content address {
		padding: 0 10px 10px 10px;
		font-style: normal;
		}
		
	#sub_content fieldset {
		padding: 5px 10px;
		}
		
		#sub_content fieldset label, input {
			display: block;
			margin: 5px 0;
			}
			
		#sub_content fieldset input {
			background: #eee;
			border: 1px solid #ccc;
			color: #444
			font-size: 12px;
			font-weight: normal;
			padding: 3px;
			}

#footwrap {
	width: 100%;
	background: url(img/bg/footer.gif) repeat-x;
	clear: both;
	}
	
#footer {
	width: 800px;
	margin: 0 auto;
	height: 20px;
	}
	
	#footer p {
		font-size: 10px;
		padding: 5px 0;
		color: #444;
		}
		
		#footer p .divider {
			color: #777;
			padding: 0 4px;
			}
		
	#footer p a, a:visited {
		padding: 0;
		font-size: 10px;
		display: inline;
		width: auto;
		height: auto;
		line-height:  normal;
		text-decoration: none;
		color: #444;
		float: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
			color: #666;
			}
	
/* 	Reset Browser
	-------------------------- */
	
/* 	Reset Browser
	-------------------------- */
	
/* 	Reset Browser
	-------------------------- */
	
/* 	Reset Browser
	-------------------------- */
#col01 {
	width: 290px;
	float: left;
	padding-bottom: 30px;
	padding-left: 10px;
}
#col02 {
	width: 280px;
	float: left;
	margin-left: 50px;
	padding-bottom: 30px;
	margin-top: 22px;
}
