@charset "utf-8";
/* CSS Document */

body,  html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x center top #FAFAFA;
}

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-weight: bold;
	
}

h1 {
	font-size: 17pt;
	border-bottom: #CCC 1px solid;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

.wrap {
	width: 940px;
	margin: 0 auto;
}

.container {
	width: 940px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: right;
	background-color: #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.header {
	width: 940px;
	height: 156px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	
}

#header {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 8px;
	width: 350px;
 
}
 
#header a {
    display: block;
    width: 375px;
    height: 85px; 
}

.content {
	width: 940px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	float: left;
	background-color: #FFF;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	margin-top: 10px;

}

.leftColumn {
	width: 201px;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	float: left;
	padding: 0px 0px 8px 7px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12pt;
	text-align: left;
	line-height: 1.75em;
}

#underline {
	border-bottom: #CCC 1px solid;
	width: 98%;
}

.leftColumn a {
	color: #666;
	text-decoration: none;
	padding-left: 3px;
}

.leftColumn a:hover {
	color: #0066CC;
	text-decoration: none;
	cursor: pointer;
}

.middleColumn {
	width: 405px;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.middleColumnBack {
	width: 707px;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	float: left;
	margin: 0px 12px 10px 12px;
	text-align: left;
}

.news {
	width: auto;
	height: auto;
	font: 12pt Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 15px 4px 10px 4px;
}

body#index .middleColumn {
	width: 400px;
	padding: 0px;
	border: none;
	margin-left: 4px;
}

body#twoColumn .middleColumn {
	width: 680px;
	border-right: none;
}

.rightColumn {
	width: 295px;
	_width: 220px;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	float: right;
	padding: 0px 0px 8px 0px;
	text-align: left;
}

body#twoColumn .rightColumn {
	display: none;
}

.extrasLeft {
	width: auto;
	height: auto;
	margin-right: 12px;
	padding: 0px;
	float: right;
}

.extrasRight {
	width: auto;
	height: auto;
	margin-left: 4px;
	padding: 0;
	float: left;
}

#contactTable {
	width: 100%;
	background: #e6dbc7;
}

	#contactTable td {
		padding: 5px;
		border: 1px solid #fff;
	}
	
	#contactTable td.leftCol {
		text-align: right;
		width: 20%;
		background: #d1c5af;
	}

.tinyText {
	font-size: 8pt;
}

.footer {
	width: 940px;
	height: 136px;
	margin-bottom: 0px;
	font-size: 9pt;
	color: #FFF;
	background-image: url(images/bg-bott.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 22px;
	text-decoration: none;
	float: left;
	line-height: 1.5em;
	background-color: #0C5AAD;
}

.footer a {
	color: #FFF;
	text-decoration: none;
	margin: 6px;
}

.footer a:hover {
	color: #CCC;
	text-decoration: none;
	cursor: pointer;
}

a {
	color: #0066CC;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {  
	color: #666; 
	text-decoration: underline;
	cursor: pointer;
}
