/*===== Redefined Html Tags Begin =====*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding: 0px;
	margin: 10px 0px 30px 0px;
	text-align: left;
	color: #666666;
	background-color: #cfcfcf;
}
a {
	color: #5a91c5;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #E3B83A;
	font-weight: normal;
	text-decoration: underline;
}
a img{
	border: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #AAAAAA;
	margin-bottom: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #AAAAAA;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #4E82B2;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #4E82B2;
	margin-bottom: 0px;
	height: 26px;
}
img.left {
	float: left;
	margin: 0px 12px 5px 0px;
}
img.center {
	display: block;
	margin: 0px auto 5px auto;
}
img.right {
	float: right;
	margin: 0px 0px 5px 5px;
}
/*===== Redefined Html Tags End =====	
#full{
	  width: 695px;
	  padding-left: 10px;
	  padding-right: 10px
	  padding-top: 10px;
	  float: left;
	  }
	  	  
	#half-R{
	  width: 330px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
	  
	#half-L{
	  width: 330px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
	  
	 #half-L p3{
	  font-size: 85%;
	  color:#888888;
	  line-height: normal;
	  padding-bottom: 0px;
	}*/

/*====================================================*/

/*===== Body Structure Begin =====*/
.shadetop {
	background-image: url(../images/shell_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
}
.shader {
	background-image: url(../images/shell_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.shadebottom {
	background-image: url(../images/shell_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
}
.container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	display: block;
}

/* Keep everything from flowing over Start */
.container:after {
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
/* Keep everything from flowing over End */

.header {
	clear: both;
	text-align: left;
	width: 785px;
	height: 106px;
	vertical-align: top;
	padding: 15px 0px 0px 15px;
	margin: 0px;
	background-image: url(../images/imagebar_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.navbar {
	background-image: url(../images/nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 100%;
	height: 31px;
	padding: 9px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.leftcol {
	float: left;
	width: 165px;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 10px;
}
.middlecol {
	 float: left;
	 width: 428px;
	 background-image: url(../images/content_bg.jpg);
	 background-repeat: repeat-y;
	 text-align: left;
	 vertical-align: top;
	 padding: 0px 10px 0px 10px;
}
.maincol {
	 float: left;
	 width: 595px;
	 background-image: url(../images/content_main_bg.jpg);
	 background-repeat: repeat-y;
	 text-align: left;
	 vertical-align: top;
	 padding: 0px 10px 0px 10px;
}

.rightcol {
	float: left;
	width: 145px;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 10px;
}
.footer a, .footer a:hover {
	color: #DDDDDD;
}
.footer {
	color: #DDDDDD;
	height: 25px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	clear: both;
	background-color: #4E82B2;
}
/*===== Body Structure End =====*/

/*====================================================*/

/*===== Custom CSS Begin =====*/
.content-image {
	float: left;
	height: inherit;
	width: 206px;
}
#content-exhibit {
	width: 207px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 12px;
}
#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	width: 130px;
}
#nav ul li {
	float: left;
	width: 130px;
	padding: 0px 0px 0px 6px;

}
/*#nav ul li ul {
	float: left;
	width: 130px;
	margin: 0px 0px 0px -60px;

}*/


#nav li ul {
	position: absolute;
	width: 130px;
	margin: 0px 0px 24px 12px;
	text-align: left;
	left: -999em;
	background-color: #2f4a7d;
	padding: 4px;
	
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
}
.footer p {
	margin: 0px;
	padding: 0px;
}
/*===== Custom CSS End =====*/

.blue_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4E82B2;
}
.gray_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AAAAAA;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: left;
	padding-left: 10px;
}
