@charset "utf-8";
/* CSS Document */
@import 'nav.css';
@import 'fonts.css';
@import 'pages.css';

body,html,h1,h2,h3,h4,h5,h6,a,ul,li,img{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
}

html,body{
	height:100%;
}

.sub{
	padding-left:20px;
}
ul.normal{
	font-size:9pt;
	color:#6C6C37;
	line-height:12pt;
	margin-top:5px;
}
ul.normal li{
	list-style:disc !important;

}
body{
	background:#dbdbaf url(/img/bg_header.gif) top center repeat-x;
	width:100%;
}

body.subnav{
	background:#dbdbaf url(/img/bg_header_subnav.gif) top center repeat-x;
	width:100%;
}

body.body_home{
	background:#dbdbaf url(/img/bg_header_homepage.gif) top center repeat-x;
	width:100%;
}

.container{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

#content{
	width:100%;
	overflow:hidden;
	padding:20px 0;
}

#content .narrow{
	float:left;
	width:710px;
	margin-left:25px;
}

#main_content{
	min-height:100%;
}


#header{
	height:110px;
	width:100%;
	overflow:hidden;
}

.footer_spacer{
	height:180px;
}

#footer{
	background:#e8e8c7 url(/img/bg_content_footer.jpg) repeat-x top;
	width:100%; /* stretches to fill the width of the body tag */
	height:140px; /* sets the height. should be equal to or less than the
	footer_spacer height */
	padding-top:25px;
	margin:-180px 0 0;
}

.left{
	float:left;
}

.clear{
	display:block;
	width:100%;
	clear:both;
}

.hide{
	display:none;
}


/* --------------------- SECTIONS -----------------------------------*/
/* ------------ TOTAL WIDTH 950px, 10px gap between sections --------*/
/* ---------------- 190 per sections inc. 10px gap ------------------*/

.oneFifth, .oneFifthEnd, .oneFifthPadding{
	float:left;
	width:150px;
	margin-right:10px;
	height:auto;
}
.oneFifthPadding{
	width:140px;
	padding:20px;
}
.twoFifths, .twoFifthsEnd, .twoFifthsPadding{
	float:left;
	width:365px;
	margin-right:10px;
	height:auto;
}

.twoFifthsPadding{
	width:330px;
	padding:20px;
}

.threeFifths, .threeFifthsEnd, .threeFifthsPadding{
	float:left;
	width:540px;
	margin-right:10px;
	height:auto;
}
.threeFifthsPadding{
	width:520px;
	padding:20px;
}

.fourFifths, .fourFifthsEnd, .fourFifthsPadding{
	float:left;
	width:750px;
	margin-right:10px;
	height:auto;
}
.fourFifthsPadding{
	width:710px;
	padding:20px;
}
.oneFifthEnd, .twoFifthsEnd, .threeFifthsEnd, .fourFifthsEnd{
	padding-right:0;
}

.twothirds{
	width:630px;
	float:left;
	height:auto;
}

.onethird{
	width:310px;
	float:left;
	margin-left:10px;
	height:auto;
}

.onethirdStart{
	width:310px;
	float:left;
	height:auto;
}


.tall{
	height:550px;
}

.oneFifth a{
	font-size:9pt;
}

.half{
	width:464px;
	float:left;
}

.halfRight{
	width:464px;
	margin-left:20px;
	float:left;
}

hr {
	border:none;
	border-bottom:1px solid #c2c283;
	width:100%;
	display:block;
	margin:15px 0;
	background:none;
}

.clear{
	clear:both;
}
ul li{
	line-height:14pt;
}

ul.cleanList li{
	color:#6C6C37;
	list-style:disc;
	font-size:9pt;
	margin-left:15px;
	font-weight:bold;
}

#noscript{
	width:910px;
	margin:0px auto;
	text-align:center;
	background:red;
	padding:10px;
	font-size:1.4em;
	color:white;
}

#noscript a{
	color:black;
	text-decoration:underline;
}

#ui-datepicker-div{
	display:none;
}