/* CSS Document for comblast print styles */

/* -------------- GENERAL ----------------------------------------------------------*/

 /* Body background, font and centering for IE */
body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#wrapper {
	margin: 0px auto;
	width: 700px;
	text-align:left;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}

#access_buttons {
	visibility: hidden;
}
#access_buttons img {
	border: 0;
	visibility: hidden;
}

/* -------------- HEADER ----------------------------------------------------------*/


#header {
	visibility: hidden;
	height: 1px;
}
#printheader {
	height: 150px;
	width: 100%;
	visibility: visible;
}
#headerleft {
visibility: hidden;
	height: 1px;
}

#headerright {
	visibility: hidden;
	height: 1px;
}

#wrapper #header #headerleft h3 {
	visibility: hidden;
	}

/* -------------- TOP NAVIGATION ----------------------------------------------------------*/

#topnav {
	visibility: hidden;
	height:1px;
}


/* -------------- MAINCONTENT ----------------------------------------------------------*/

#wrapper #maincontent {
}
#maincontent h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #000000;
}


#maincontent p {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.call_up {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

/* -------------- COLUMNS ----------------------------------------------------------*/

#main_three_column{
	width:700px;
	margin:0px;
	padding:0px;
}
#main_three_column a:link, #main_three_column a:active, #main_three_column a:visited {
	visibility: hidden;
}
#main_three_column a:hover {
	color: #EAEAEA;
}
#column1{
	width: 212px;
	height: 277px;
	margin-left: 10px;
	float:left;
	display:inline;
	background: url(../images/feature_bg.jpg) no-repeat;
}

#column2{
	width: 212px;
	height: 277px;
	margin-left:20px;
	float:left;
	display:inline;
	background: url(../images/feature_bg.jpg) no-repeat;
}

#column3{
	width: 212px;
	height: 277px;
	margin-left:20px;
	float:left;
	display:inline;
	background: url(../images/feature_bg.jpg) no-repeat;
}
.column_headers{
width:212px;
text-align:center;
font-size:23px;
font-family: Georgia, "Times New Roman", Times, serif;
margin-top:10px;
}

.column_text{
	width:181px;
	margin-left:17px;
	margin-top:10px;
	font: normal 0.95em/1em Georgia, "Times New Roman", Times, serif;
}
.column_image{
margin-left:11px;
margin-top:9px;
}

/* -------------- FOOTER ----------------------------------------------------------*/

#footer {
	background: url(../images/foot_bg.gif) repeat-x top;
	clear: both;
	width: 100%;
	height: 100px;
}
#footer_content {
	margin: auto;
	padding: 24px;
	width: 700px;
	text-align: left;
	background: url(../images/foot_logo.gif) no-repeat 90% top;
}
#footer #footer_content p {
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 15px;
	text-align: left;
	clear: right;
}
#footer #footer_content ul {
	visibility: hidden;
}

