/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/

body {
	background-image:url(../images/bg/bg-main.jpg);
	background-repeat: repeat;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#024c90;
}

h2 {
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	line-height:28px;
	color:#7d87a6;
}

h3 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
}

h4 {
	font-size:13px;
	line-height:36px;
	font-weight:normal;
	color:#000;
}

img {
	border:0;
}

hr {
	color:none; 
	background-color:none; 
	border: 2px dotted #024c90; 
	border-style: none none dotted;
	line-height:5px;
}

.logo {
	margin-top:0px;
	margin-left:110px;
}


/*--------------------------------------------------------------------------------------------------------
				MENU CLASSES
--------------------------------------------------------------------------------------------------------*/

.chromestyle{
	width: 950px;
	font-weight:normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 930px;
	height: 52px;
	background: url(../images/bg/chromebg.png) center center no-repeat; /*THEME CHANGE HERE*/
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #FFF;
	line-height:52px;
	padding-top:18px;
	padding-bottom:19px;
	padding-left:15px;
	padding-right:15px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #031227;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../images/bg/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #8398ac;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}


/*--------------------------------------------------------------------------------------------------------
				Formatting classes
--------------------------------------------------------------------------------------------------------*/

.oneColFixCtr #container {
	width:950px;
	margin:0px auto;
}

#bannerlogo {
	width:243px;
	height:129px;
	background-image:url(../images/ban/ban-logo.png);
	background-repeat:no-repeat;
	margin:0;
}

#bannerinfo {
	width:375px;
	height:114px;
	background-image:url(../images/ban/ban-shape.png);
	background-repeat:no-repeat;
	float:right;
	padding-right:30px;
	padding-left:300px;
	padding-top:15px;
	margin:0;
}

#contentbox {
	width:930px;
	background:#FFF url(../images/bg/bg-conTop.gif) no-repeat;
	padding:10px 10px 0px 10px;
}

#imgbox {
	width:210px;
	height:440px;
	padding-right:25px;
}

#content {
	width:675px;
	height:420px;
	float:right;
	padding-right:20px;
	margin:0;
	overflow:auto;
}

#contentb {
	width:695px;
	float:right;
	margin:0;
}

#spacer {
	width:950px;
	height:15px;
}

.bsinfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-align:right;
	line-height:20px;
}

.bsinfo a {
	color:#FFF;
	text-decoration:underline;
}

.bsinfo a:hover {
	color:#FFF;
	text-decoration:underline;
}

.bodytxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:19px;
}

.bodytxt a {
	text-decoration:none;
	color:#024b8d;
}

.bodytxt a:hover {
	text-decoration:underline;
	color:#024b8d;
}

.illtrans {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:14px;
}

.subhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#000;
	line-height:24px;
}

.whyhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	color:#000;
	line-height:24px;
}

.biopic {
	padding: 0 15px 15px 0;
}

/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/

#footercontainer {
	width:930px;
	background:url(../images/bg/bg-conBottom.gif) no-repeat top;
	padding:35px 10px;
}

.footerlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	color:#333;
	line-height:24px;	
}

.footerlinks a {
	text-decoration:none;
	color:#000;
}

.footerlinks a:hover {
	text-decoration:underline;
	color:#024b8d;
	
}

