
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#666;
	font-size:14px;
	line-height:18px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff url(../images/bg.gif) left top repeat-x;
}
a {			color:#05386b; text-decoration:none; }
a:hover {	color:#0055a4; text-decoration:underline; }
a img { display:block; }

strong, b { font-weight:bold;}

.clear {	clear:both !important;	font-size:0; height:0; }


input {
	background:#fff url(../images/bg_input.jpg) bottom left repeat-x;
	border:1px solid #cecece;
	padding:3px;
	margin:0;
	color:#7c6356;
}
button {
	border:none;
	background:none;
	margin:0;
	padding:0;
}


sup {/* font-size:0.5em;*/ }





/* ------------------------------------------------- header ------------------------------------*/
#header {
	margin:0 auto;
	padding:11px 0 0;
	width:980px;
	height:88px;
	z-index:100;
	border-bottom:1px solid #cecece;
}


/* ------------------- logo ------------------- */
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	width:310px;
	height:88px;
	margin:0;
	padding:0;
	text-indent:-1000em;
	display:inline-block;
	float:left;
	background:url(../images/logo.gif) top left no-repeat;
}

/* ------------------- logo ------------------- */
#header h2 {
	margin:0;
	padding:0;
}
#header h2 a {
	margin:0 0 0 15px;
	padding:10px 15px 0 10px;
	display:inline-block;
	float:right;
	font-size:13px;
	line-height:20px;
}

#header h2.arrow a { background:url(../images/bg_arrow.gif) right 13px no-repeat; }






/* ------------------------------------------------- layout divs ----------------------------------- */
#contentWrap {
	width:980px;
	padding:0;
	margin:1px auto;
	background:url(../images/bg_contentWrap.gif) top left repeat-y;
}

#sidebar {
	float:left;
	display:inline;
	width:230px;
	margin:0 1px 0 0;
}

#content {
	overflow:hidden;
	float:right;
	display:inline;
	margin:0;
	padding:20px;
	width:709px;
}







.sidePromo {
	clear:both;
	display:block;
	padding:20px 10px 10px 15px;
	background:url(../images/bg_sidePromo.jpg) top left no-repeat;
	color:#333;
	font-size:12px;
	line-height:14px;
}
.sidePromo h2 {
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #687388;
}
.sidePromo h2 a {
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg_arrow_blue.gif) right 4px no-repeat;
	padding:0 15px 0 0;
}

.sidePromo h3 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}













/*---------------------- general subpage styles -------------------------*/
h1 {
	font-size:28px;
	line-height:30px;
	font-weight:normal;
	margin:5px 0;/*
	font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#036;
}

h2 {
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	margin:5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

h3 {
	font-size:18px;
	line-height:20px;
	color:#333;
	font-weight:normal;
	margin:5px 0;
}

h4 {
	font-size:16px;
	line-height:20px;
	color:#333;
	font-weight:normal;
	margin:5px 0;
}



p {
	padding:5px 0 10px 0;
}

ul {
	list-style:outside;
	margin-bottom:10px;
}
ol {
	margin-bottom:10px;
}
li {
	margin-left:30px;
	padding:4px 0;
}

ol ul { padding-left:20px; }

li.pdf {
	background:url(../images/icon_pdf.gif) top left no-repeat;
	list-style:none;
	margin-left:0;
	padding:0 0 0 30px;
}

hr {
	border:0;
	color:#eee;
	background-color:#eee;
	height:1px;
	margin:20px 0;
}



/* ------------------------------------------------ cms form styles ------------------------------------------------ */
div.formText {
	width:240px;
	float:right;
	display:inline;
}

form table.cmsForm {
	float:right;
	display:inline;/*
	color:#9a9a9a;*/
	font-size:12px;
	line-height:14px;
	width:410px;
}/*
form * {
	font-size:12px;
}*/
form table.cmsForm input, form table.cmsForm select {/*
	color:#666;*/
	margin-right:5px;
}

form table.cmsForm {
	margin:10px auto 0 auto;
}
form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}




/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#036;
	font-size:16px; 
	line-height:18px;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	color:#036;
	font-size:14px; 
	line-height:18px;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level1 a {
	font-size:16px; 
	line-height:20px;
	font-weight:normal;
}

















/*------------------------------------ footer ------------------------------------*/
#footer {
	clear:both !important;
	margin:0 auto;
	padding:15px 20px;
	width:940px;
	border-top:1px solid #cecece;
}

#footer a {color:#666;}

#footer ul#links {
	float:left;
	display:inline;
	width:750px;
	margin:0;
	padding:0;
	color:#fff;
	font-size:11px;
	line-height:16px;
	list-style:none;
}

#footer ul#links li {
	display:inline;
	margin:0 15px 0 0;
}

#footer ul#copyright {
	float:right;
	display:inline;
	width:175px;
	margin:0;
	padding:0;
	color:#666;
	font-size:11px;
	line-height:16px;
	list-style:none;
	text-align:right;
}

#footer ul#copyright li {
	margin:0;
	padding:0;
}