@charset "UTF-8";
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_slvr.jpg);
	background-repeat:repeat-x;
	background-color:#D6E8ED;
	height:100%;
	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 */	
}
.surround #super_container {
	width: 907px;
	position:relative;
	margin: 6px auto 0 Auto; /* the auto margins (in conjunction with a width) center the page */
	/*          top right bottom left */ 
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.surround #container { 
	width: 907px;  
	position:relative;
	background: #ffffff;
	margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.surround #homepage_container {
	width: 907px;
	z-index:100;
	position:relative;
	padding:0 0;
	margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
} 
.surround #logo {
	z-index:2;
	position:absolute;
	top:1px;
	left:15px;
	height:127px;
	width:184px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	
}

.surround #header { 
	background: #FFFFFF; 
	width:907px;
	text-align:center;
	height: 80px;
	margin: 0 5px 0px 125px;
/*          top right bottom left */ 
} 
.surround #header img { 
    padding: 10px 10px;
	align:left;
}

.surround #top {
position:relative;
height: 18px;
width:100%;
padding: 0 0 0 0;
background-image:url(../images/top.jpg);
background-repeat:repeat-x;
margin: 0;
}



.surround #header h1 {
	margin: 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	padding: 5px 80px 10px 10px; 
}


.surround #left {
	float: left; 
	width: 37px;
	height:387px;
	position:relative;
	margin: 0;
	background-image:url(../images/left.jpg);
	background-repeat:repeat-x;
	padding: 0px 0 0 0px;

}



.surround #left p, .surround #left h3, .surround #right p, .surround #right h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.surround #center { 
position:relative;
	margin: 0px auto 0 10px;
	float:left;
	padding: 0 0 0 0;
/*          top right bottom left */ 
	 /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width:897px;
	background:#FFFFFF;
	
}
.surround #center img{
	border:0;
	;
	padding: 5px;
} 
.surround homepage_content{
		margin: 10px;
		position:relative;
		float:left;
		text-align:left;
		height:300px;
		width:auto;
		padding: 0;

}
.surround #homepage_content p {
	padding:20px 20px;
	line-height:2em;
	width:548px;
	margin: 0 0 0 0;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;

}
.surround #homepage_welcome {
	position:relative;
	background-image:url(../images/wave.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:158px;
}

.surround #homepage_welcome p {
	padding:0px 20px;
	width:448px;
	line-height:1.5em;
	font-weight:normal;
	color:#000000;
	font-size:11px;

}
.surround #homepage_welcome img {
	padding:0 0 0 20px;

}
.surround #col_1x{
		margin: 0;
		position:relative;
		float:left;
		text-align:left;
		padding: 0;
}
.surround #right_col{
	margin: 0;
	position:absolute;
	float:right;
	top:0px;
	text-align:right;
	padding: 0;
	margin-top: 0px;
	height: 417px;
	right: 5px;
	z-index: 0;
	overflow: hidden;
	width: 293px;
}
.surround #col_1x img{
		margin: 5px 5px;
}


.surround #col_1x p{
	padding:10px 10px;
	margin: 0 0 0 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;

}
.surround #col_1x p img{
	float:right;
	border:hidden;
	padding: 5px;
	margin: 0 0 10px 10px;

}

.surround #col_2x{
	margin: 0;
	width:500px;
	position:relative;
	float:left;
	text-align:left;
	padding: 0;
	color: #000;
	font-weight: bold;
}
.surround #col_2x p img{
	float:right;
	border:hidden;
	padding: 5px;
	margin: 0 0 10px 10px;

}
.surround #home_col_1x{
	margin: 0;
	width:500px;
	height:245px;
	position:relative;
	float:left;
	text-align:left;
	padding: 0;
	color: #000;
	font-weight: bold;
}
.surround #home_col_1x p{
	font: Verdana, Geneva, sans-serif;
	font-size:11px;
	padding: 20px 20px;
	font-weight:bold;
	line-height:2em;
	color:#FFF;
}
.surround #home_col_2x{
	margin: 0;
	width:500px;
	height:172px;
	position:relative;
	float:left;
	text-align:left;
	padding: 0;
	background-image:url(../images/wave.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color: #000;
	font-weight: bold;
}
.surround #home_col_2x p{
	font: Verdana, Geneva, sans-serif;
	font-size:11px;
	padding: 20px 20px;
	font-weight:normal;
}
.surround #home_col_2x img{
	float:left;
	padding:20px 10px 0 20px;
	margin: 0 0 0px 0px;

}

.surround p img{
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	background: #ffffff;
	border: 0px solid #DADADA;
	clear: both;
}


.surround #right {
	position:absolute;
	top:150px;
	right:0;
	height:200px;
	min-height:200px;
	float: right; 
	width: 62px;
	background-image:url(../images/right-fade.jpg);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0px 0 0 0px;
}

.surround #footer_top {
	position:relative;
	height:5px;
	background-image:url(../images/footer_top.jpg);
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
}
.surround #footer { 
	
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 0 0 auto;
/*          top right bottom left */ 
	background-image:url(../images/footer.jpg);
	background-repeat:repeat;
	text-align:center;
	margin: 0 auto;
	float:none;

} 

.surround #footer p {
	
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	margin: 0 20px;
	/*          top right bottom left */ 

}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*------------- TOP NAVIGATION ----------------- */

.surround #nav {
	position: relative;
	background: #FFFFFF;
	text-align: center;
	height: 30px;
	width:907px;
	
	
}

.surround #nav ul{
	position:relative;
	padding: 0px;
	margin: 0;
	text-align: right;
	color: #423A2F;
	list-style-image: none;
	float:right;
}

.surround #nav ul li{
	font: normal 14px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#000000;
	margin: 0 10px 0 0;
	list-style: none;
	list-style-image: none;
	display: inline;
}

.surround #nav a{
	color:#000000;
	overflow: hidden;
	text-decoration:none;
}

.surround #nav ul li a:hover{
	background-position: 0 -23px;
	color:#808080;
}
	
.surround #nav ul li a:active, .surround #nav ul li a.selected{
	background-position: 0 -46px;
	color:#000000;
}
.surround #super_container #container #center title_text img{
}
