/*colors light orange: fcf1e9; mid orange: f6d5be; dark orange: e27329 ** dark blue: 043453; light blue: b2c7d1*/
@import url("header.css");
@import url("content.css");
@import url("rightCol.css");
/*@import url("popupnojs.css");*/
html, body { height:100%; }
body {
	font-family: Verdana, Arial, sans-serif;	
	background: url(../images/body-bg.gif) repeat-x;
}
body.reg {
	font-size:0.7em;
}
body.large {
	font-size: 120%;
}
body.extralarge {
	font-size: 150%;
}
#page {
	margin: 0 auto;	
	width: 780px;
	min-height: 100%;
	height:auto !important; 
	height:100%; 
	background: url(../images/bg-page.png) repeat-y;
	padding: 0px 33px;
	text-align: left;
	position: relative;
}
form#mainForm {
	position: relative;
}
#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 2em 0;
	position: relative;
	bottom: 0;
}
#leftCol {
	width: 155px;
	float: left;
	position: relative;
}
#contentCol {
	width: 480px;
	float: left;
	margin: 10px;
	position: relative;
	line-height: 1.5em;
	color: #666;
}
#contentColWide {
	width: 620px;
	float: left;
	margin: 0px 0 0 5px;
	position: relative;
	line-height: 1.5em;
	color: #666;
}
#rightCol {
	width: 120px;
	float: right;
	position: relative;
	padding: 100px 0 0 0px;
}
#page .left {
	float: left;
}
#page .right {
	float: right;
}
p {
	color: #666;
	padding: 0.7em 0;
}
li {
	color: #666;
}	
strong {
	font-weight: bold;
}	
a {
	text-decoration: none;
	color: #043453;
	/*lighter blue = 6ea2d9*/
}
a:active {
	outline: none;
}
table {
	margin: 3px 0 10px 0;
}

#footer ul {
	clear: both;
	text-align: center;	
	list-style: none;
	margin: 0.5em 0 0 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	padding: 0 0.5em;
	border-right: 1px solid #000;
	font-size: 90%;
}	
#footer ul.grey li a {
	color: #999;
	border-right: 1px solid #999;
}
#footer ul li a.end {
	border: none;
}
#footer span {
	color: #999;
	text-align: center;
	font-size: 90%;
	width: 780px;
	margin: 0 auto;	
	display: block;
	padding: 4px 0px 0px 0px;
}

/* CLEARFIX (http://www.positioniseverything.net/easyclearing.html)
--------------------------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear{clear:both;}
