/* @override 
	http://macbook.local/cvs_www/newcss.css
	http://macbook.local/sbarchitects/sb_styles.css
*/

/* CSS Document */

body {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
}
#header {
	height: 150px;
	position: absolute;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	z-index:2;
	background: url(images/top.jpg) repeat-x;
}
#headercontent{
	width: 800px;
	text-align: left;
	padding-top: 31px;
	padding-left: 91px;
}
#footer {
	height: 10%;
	position: absolute;
	width: 100%;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 11px;
	padding-bottom: 5px;
	z-index: 2;
	background: #09284f url(images/base.jpg) repeat-x;
}
#footercontent{
	width: 650px;
}
#core {
	width: 100%;
	background-color: #fff;
	position: absolute;
	overflow: auto;
	top: 111px;
	font: 12px Verdana, Arial;
	bottom: 99px;
}
#splashcontent {
	width: 800px;
	text-align: left;
}
#corecontent {
	width: 700px;
	text-align: left;
}

#contentbody{
	width: 450px;
	margin-left: 8px;
	height: 320px;
	overflow: auto;
	padding-right: 26px;
	z-index:1;
}

#footer a {
	text-decoration: none;
	color: #4678a9;
	font: 12px Verdana, Arial;
}
#nav{
	z-index: 4;
	height: 55px;
	width: 720px;
	background-image: url(images/navbg.png);
	margin-top: 31px;
}
#nav ul{
	padding-top: 12px;
}
#nav li{
	height: 20px;
	float: left;
	list-style-type: none;

	padding-left: 45px;
	padding-top: 4px;
	color: #0b3061;
	font: 13px Arial, Verdana;
	letter-spacing: 1px;
}
#nav li a{
	color: #0b3061;
	text-decoration: none;
}
#nav li a:hover{
	color: #4678a9;
	text-decoration: none;
}
#core li {
	list-style-image: url(images/bullet2.jpg);
	list-style-position: outside;
	line-height: 18px;
	text-decoration: none;
}
#core a {
	color: #0b2f5d;
	text-decoration: none;
}
table td{
	text-align: left;
}
.pad10{
	z-index: 0;
}
#leftcol{
	float: left;
	width: 340px;
	line-height: 16px;
	margin-top: 12px;
	text-align: justify;
}
#rightcol{
	float: right;
	width: 340px;
	line-height: 16px;
	margin-top: 12px;
	text-align: justify;
}
#singlecol{
	line-height: 16px;
	margin-top: 37px;
	text-align: justify;
}
.title{
	font-size: 12px;
	color: #0d3362;
	font-weight: bold;
	letter-spacing: 1px;
}
.padborder{
	border: 1px solid #d5d5d5;
	margin-top: 70px;
}
.proborder{
	border: 1px solid #d5d5d5;
	margin-bottom: 5px;
}
.imgdesc{
	line-height: 20px;
	color: #424242;
	font-size: 10px;
}
#proimage .imgdesc{
	line-height: 13px;
	color: #424242;
	font-size: 10px;
}
#proimage{
	width: 155px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 17px;
	text-align: left;
	height: 160px;
}
#proimagedetail{
	width: 155px;
	float: right;
	margin-right: 7px;
}
.heading{
	line-height: 26px;
	color: #002f5c;
	font-family:Gill Sans Light;
	font-size:30px;
	font-weight:light;
}

.heading2{
	color: #002f5c;
	font: 20px Gill Sans Light;
}