body {
	background-color: #ffffff;
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
#header {
	height: 110px;
}
#wrap{
	background-image: url(../images/splash/vertDivider-trans.png);
	background-repeat: no-repeat;
	background-position: center;	

}
#wrap, #subWrap {
	margin-top: 10px;
}
#subWrap {
	background-color:#F5F4D5;
	background-image: url(../images/layout/rndBdyRt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content{
	margin: 10px 10px 0px 215px;
}
#bodyBot {
	background-image: url(../images/layout/rndBdyBl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width:760px;
	clear:both;

}
#bodyBot div {
	background-image: url(../images/layout/rndBdyBr.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 20px;
	background-color:#F5F4D5;
	margin-left:20px;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	clear:both;
	}
#leftCol{
	background-color: #EBF4F9;
	width: 205px;
	background-image: url(../images/layout/rightColBgBot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 100%;
	height: 100%;
	float:left;
}
#leftCol div{
	background-image: url(../images/layout/leftColHdBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 10px ;
}
#leftCol div p{
	font-size: 12px;
	font:Verdana, Arial, Helvetica, sans-serif;
}
/*Splash Layout*/
#lftSplash {
	background-image: url(../images/splash/rndL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	padding-top:43px;
	width: 350px;
	height: 433px;
}
#rghtSplash {
	background-image: url(../images/splash/rndR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
	padding-top:43px;
	width: 350px;
	height: 433px;
}

/*Splash Layout*/
.imgBrd {
	background-color: #C1C48B;
	padding: 4px;
	border: 1px solid #6C77A6;
}

/* Splash Page Nav*/
.splNav{
	list-style-type: none;
	margin: 0;
	width: 220px; /* width of menu (don't forget to add border with below!) */
	padding: 0px 0px 0px 50px;
}
.splNav li a{
	display: block;
	color: #2E2F1D;
	width: auto;
	padding: 6px 0px; /* Vertical (top/bottom) padding for each menu link */
	text-decoration: none;
	background-image: url(../images/splash/navHDivider.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
}
.splNav li a:visited, .splNav li a:active{
	color: #2E2F1D;
}
.splNav li a:hover{
	color: #000000;
	background-image: url(../images/splash/navBgOv.png);
}
/* Main Nav - Splash Page*/
/*Main Nav - Sub Pages*/
#nav{
	background-image:url(../images/layout/navBgL.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 57px;
	width: 100%;
}
#navBgR{
	background-image:url(../images/layout/navBgR.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	height: 57px;

}
#navBgC{
	background-image: url(../images/layout/navBgC.jpg);
	background-repeat: repeat-x;
	margin: 0px 10px;
	height: 57px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
}
#nav li{
	display: inline;
}
#nav li a{
	float: left;
	color: #2E2F1D;
	padding: 18px 4px;
	text-decoration: none;
}
#nav li a:hover, a:active{
	color: #999999;
}
/*Main Nav CSS*/
p,td,div,input,textarea{
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #333333;
	line-height: 1.3em;
}
input,textarea{
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #000000;
	line-height: 1.3em;
}
hr{
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited{
	color:#7b9ec3;
}
a:hover, a:active{
	color:#95A1C5;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #7b9ec3;
	padding:20px 0;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCBBA;
	line-height: 30px;
}
h2 {
	margin:0px;
	padding:0px;
	font-size:17px;
	color:#4c77a6;
}
h2.leftColHdBg{
	background-image: url(../images/layout/leftColHdBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding:5px;
}
h3 {
	color:#BEB081;
}
.req{
color:#990000;
}
.sub #leftCol {
	display:none;
	visibility: hidden;
}
.sub #content {
	margin: 10px 10px 0px 10px;
}
ul.clients {
	margin:0;
	padding:0;
	margin-left:20px;
	list-style-type:none;
}
	ul.clients li{
	margin:0;
	padding:0;
	padding-bottom: 15px;
	list-style-position: outside;
	list-style-image: url(../images/splash/navArrow.gif);
}
dl {
	margin:0;
	padding:0;
}
dt{
	font-weight:bold;
}
dd{
	padding: 5px 0px 20px 0px;
	margin-left:10px;

}
.brd {
	border: solid 1px #999999;
}