@charset "utf-8";
/* CSS Document */
 
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	background-image: url(images/bckgrnd.jpg);
 font: 90% Verdana, Arial, Helvetica, sans-serif;
color: #000033;
 margin: 5px;
 padding: 5px;

}

.twoColElsRtHdr #container {
	width: 800px;  
	background: #E4EBF1;
	margin: 5px auto; 
	border-left: 1px solid #000033;
border-right: 1px solid #000033;
	text-align: left; 
} 
.twoColElsRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;
	background-image: url(images/title.jpg);
	height: 70px;  
} 
.twoColElsRtHdr #containter .ldrop { 
	background: #CBD9E4; 
	margin: 0 auto;
	background-image: url(images/left_drop.jpg);

}
.twoColElsRtHdr #containter .rdrop { 
	background: #CBD9E4; 
	margin: 0 auto;
	background-image: url(images/right_drop.jpg);

}
.twoColElsRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 

}

/* nav*/
.twoColElsRtHdr #containerNav {
	width: 800px; 
	background: #CBD9E4;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColElsRtHdr #headerNav {
	background: #DDDDDD;
	padding: 0 0;
	background-image: url(images/457x45_assetNav.jpg);
	background-repeat:repeat-x;
	height: 45px;
} 

/* Gallery*/
.twoColElsRtHdr #containerGal {
	width: 900px; 
	background: #CBD9E4;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
.twoColElsRtHdr #headerGal {
	background: #CBD9E4;
	padding: 2px 0;
	height: 160px;  
} 
/* gal image holders */
.twoColElsRtHdr #gal1 {
	float: left;
	height: 150px;
	width: 195px;
	padding: 2px 0 5px 1px;
	border: 1px solid #FFD919;  
}
.twoColElsRtHdr #gal2 {
	float: left;
	height: 150px;
	width: 195px;
	padding: 2px 0 5px 1px; 
	border: 1px solid #FFD919; 
}
.twoColElsRtHdr #gal3 {
	float: right;
	height: 150px;
	width: 195px;
	padding: 2px 0 5px 1px;
	border: 1px solid #FFD919;
}

.twoColElsRtHdr #gal4 {
	float: right;
	height: 150px;
	width: 195px;
	padding: 2px 0 5px 1px;
	border: 1px solid #FFD919;
}

/* Topbar*/
.twoColElsRtHdr #containerTopB {
	width: 800px; 
	background: #e4ebf1;
	margin: 0 auto; 
	text-align: left; 
} 
.twoColElsRtHdr #headerTopB {
	background: #e4ebf1;
	padding: 0 10px;
	height: 10px; 
		background-image:url(images/bar_dot.jpg);
	background-repeat:repeat-x;
}

.twoColElsRtHdr #sidebar1 {
	float: right;
	width: 15em; 
	background: #E4EBF1; 
	padding: 10px 0;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 5px;
	margin-right: 5px;
}
.twoColElsRtHdr #sidebar2 {
	float: right;
	width: 15em;
	background: #FFFF66; 
	padding: 10px 0;
}
.twoColElsRtHdr #sidebar2 h3, .twoColElsRtHdr #sidebar2 p {
	margin-left: 5px;
	margin-right: 5px;
}

.twoColElsRtHdr #mainContent {
    background: #E4EBF1;
width: 560px;
  	margin: 0 9em 0 5px;
padding-left: 3px;
padding-right: 10px;
	border-right: 1px solid #cbd9e4;
} 

.twoColElsRtHdr #footer { 
	padding: 0 5px; 
	background:#CBD9E4;
	border-top: 1px solid #000033;
} 
.twoColElsRtHdr #footer p {
 font: 75% Verdana, Arial, Helvetica, sans-serif;
color: #000033;
	margin: 0; 
	padding: 5px 0; 
}
.twoColElsRtHdr #footer ul li {
  display: inline;
  }

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 [if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
.twoColElsRtHdr #imageBox {
border: #FFD919 1px;
border-bottom: #FFD919 1px;
border-top: #FFD919 1px;
border-right: #FFD919 1px;
border-left: #FFD919 1px;
padding:1px 1px 1px 1px;
float: left;
margin: 5px;
}

.twoColElsRtHdr #sectionLinks{
	margin: 0px;
	padding: 0px;
float: left;

}

.twoColElsRtHdr #sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

.twoColElsRtHdr #sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #003366;
}

.twoColElsRtHdr #sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}