@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Grande";
	font-size:12px;
	background:url(images/header-bg.jpg) top #171E3E repeat-x;
	margin:0px 0px 0px 0px;
	height:237px;
}

#main-container {
	height:237px;
	text-align:center;
}

#body-background {
	background:url(images/body-expand.jpg) repeat-y center;
	
}

#nav {
	margin:0px 0px 0px 148px;
 	background:url(images/nav-bg.jpg) center repeat-x;
	width:718px;
	height:33px;
	padding:15px 0px 0px 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	position:relative;
}

#nav ul {
	bottom:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px;
	position:relative;
	right:0px;
}
#nav li {
	display:block;
	float:left;
}
#nav li a:link, #nav li a:visited {
	background:none repeat scroll 0%;
	color:#FFFFFF;
	display:inline;
	font-weight:bold;
	line-height:1.5em;
	margin-right:0.5em;
	padding:0.2em 0.5em;
	text-decoration:none;
}
#nav li a:hover, #nav li a:active {
	background:none repeat scroll 0%;
	color:#171e3e;
}
#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	background:none repeat scroll 0%;
	color:#F19B23;
	cursor:default;
	}


#content-area {
	width:444px;
	border:thin #CCCCCC;
	background-color:#FFFFFF;
	margin:20px 0px 0px 158px;

}


#content-area-2 {
	width:706px;
	border:thin #CCCCCC;
	background-color:#FFFFFF;
	margin:20px 0px 0px 158px;

}


#content-area-admin {
	width:694px;
	border:thin #CCCCCC;
	background-color:#FFFFFF;
	margin:20px 0px 0px 158px;

}

#content-text {
	padding:25px;
	color:#666666;


}

#right-column {
	float:right;
	margin:20px 160px 0px 0px;
	background:url(images/right-column.jpg) no-repeat top;
	width:257px;
	height:524px;


}

#right-column-2 {
	float:right;
	margin:20px 170px 0px 0px;
	width:230px;


}

#right-txt {
width:200px;
text-align:center;
padding:20px 0px 0px 30px;
color:#FFFFFF;


}

#bottom-tag{
	background:url(images/bottom-gradient.jpg) top no-repeat;
	width:692px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	padding-top:14px;
}

#footer {
	text-align:center;

}

#footer-txt {
	font-size:9px;
	text-align:center;
	color:#999999;


}