@charset "UTF-8";
/* <SITENAME> LAYOUT CSS */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
	color:#000000;
}

img {
	border:0;
}

ul, li {
	list-style:none;
}

body {
	font-size:62.5%;
	font-family: Helvetica, Arial, sans-serif;
	}

/* End Reset default browser styling */


#container {
	position:relative;
	float:none;
	width:955px;
	margin:0px auto;
	clear:both;
}


#header {
	position:relative;
	float:left;
	clear:both;
	width:953px;
	height:116px;
	background-image:url(../images/structure/headerBackground.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FEFCFC;
	border:1px solid #F3E2E2;
	border-top:none;
}

.mainDropShadow {
	position:relative;
	float:left;
	clear:both;
	width:955px;
	height:8px;
	background-image:url(../images/structure/mainDropShadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#mainContent {
	position:relative;
	float:left;
	clear:both;
	width:953px;
	background-image:url(../images/structure/mainPanelBackground.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#F7F9F9;
	border:1px solid #CAC6D7;
}

#footer {
	position:relative;
	float:left;
	clear:both;
	width:953px;
	height:122px;
	background-image:url(../images/structure/footerBackground.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FEFCFC;
	border:1px solid #C5C1D2;
}
	
#mainNav {
	position:absolute;
	width:670px;
	height:115px;
	top:0px;
	left:270px;
}



#leftColumn {
	position:relative;
	float:left;
	clear:left;
	width:250px;
}
	
	
	
#divider {
	position:relative;
	float:left;
	clear:none;
	width:2px;
	margin:25px 0px;
	background-image:url(../images/structure/divider.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

.footerDivider {
	position:relative;
	float:left;
	clear:none;
	width:2px;
	height:82px;
	margin:20px 0px;
	background-image:url(../images/structure/divider.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
	
#rightColumn, #stdRightColumn {
	position:relative;
	float:right;
	clear:right;
	width:640px;
	margin:25px 30px 30px 0px;
}

#stdRightColumn {
/*	padding-right:180px;
*/	width:640px;
}


	
#subNav {
	position:relative;
	float:left;
	clear:left;
	width:176px;
	margin:-1px 0px 15px 36px;
	background-image:url(../images/structure/subNavBackground.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:4px;
}
	
#subNavBase {
	position:relative;
	float:left;
	clear:both;
	width:176px;
	height:5px;
	background-image:url(../images/structure/subNavBaseShadow.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#rightMain {
	position:relative;
	float:left;
	clear:left;
	width:460px;
	margin-top:10px;
}

#rightSub {
	position:relative;
	float:right;
	clear:right;
	width:150px;
	margin-top:10px;
}


#footerNav {
	position:relative;
	float:left;
	clear:left;
	width:190px;
	margin:20px 60px 0px 0px;
	text-align:right;
	background-image:none;
	height:auto;
}

#address {
	position:relative;
	float:left;
	clear:none;
	width:170px;
	margin:20px 0px 0px 29px;
	text-align:left;
}

#dottedBox {
	position:relative;
	float:right;
	clear:right;
	width:460px;
	height:65px;
	margin:15px 20px 0px 0px;
	border:1px dashed #fff;
	padding:5px;
}
	
#dbzws {
	position:relative;
	float:right;
	clear:right;
	width:460px;
	height:15px;
	text-align:right;
	margin:7px 20px 10px 0px;
}



	
	
	
	
	