/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../_images/common/mesh_wide.gif);
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #727272;
	font-size:10px;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 15px 0px;
	color:#2862B9;
	}	
h2 {
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 0px;
	margin-top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	padding:0px;
	color: #2862b9;
	}	
h3 {
	color:#2862B9;
	font-size:12px;
	font-weight:bold;
	margin:2px 0 4px 0;
	padding:0;
	}
h4 {
	color: #333333;
	font-size:9px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}	
	
p {
	font-size:10px;
	line-height:12px;
	margin:5px 0px 0px 0px;
	padding:0;
	}
p a { 	color:#2862B9; text-decoration:none; }
p a:hover { text-decoration:underline; }
p a:active { color:#00FFFF; }


textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	line-height:14px;
	font-size:12px;
	padding:5px;
	margin:0px 0px 0px 0px;
	}	

.ccg-form {
	font-size:11px;
	color:#333333;
	font-weight:normal;
	margin:0;
	padding:0;
	}
.text_button {
	line-height:26px;
	}
.text_button a {
	background-color:#FFFFFF;
	border:1px solid #2862B9;
	padding:5px 12px 5px 12px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	}	
.text_button a:hover {
	border:1px solid #FFFFFF;
	background-color:#2862B9;
	color:#FFFFFF;
	text-decoration:none;
	}		
.text_button a:active {
	color: #7EADD9;
	}		

#top_strip_upper {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:74px;
	background-image:url(../_images/common/header_small_pics.jpg);
	background-repeat:repeat-x;
	z-index:1;
	}

#top_strip_lower {
	position:absolute;
	top:74px;
	left:0px;
	width:100%;
	height:27px;
	background-image:url(../_images/common/metal_bar.gif);
	background-repeat:repeat-x;
	z-index:2;	
	}

#logo {	
	position:absolute;
	top:0px;
	left:270px;
	width:260px;
	height:125px;
	z-index:10;
	}	

#blends {
	position:absolute;
	top:130px;
	left:0px;
	width:800px;
	height:450px;
	background-image:url(../_images/common/content_blends.gif);
	background-repeat:no-repeat;
	z-index:3;
	}

#content {
	position:absolute;
	top:130px;
	left:0px;
	width:800px;
	z-index:4;
	}
	
#content_top_edge {
	position:absolute;
	top:100px;
	left:0px;
	height:30px;
	width:820px;
	background-image:url(../_images/common/content_top_edge.gif);
	background-repeat:no-repeat;
	z-index:6;
	}
	
#advert_tall {
	position:absolute;
	top:140px;
	left:830px;
	width:130px;
	height:430px;
	z-index:90;
	}	

#top_menu {
	position:absolute;
	top:86px;
	z-index:98;
	}

#top_menu a {
	display:block;
	overflow:hidden;
	height:24px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
	z-index:99;
	float:left;
	}
		
#top_menu a:hover {	background-position: 0px -24px; }

#top_menu #selected a { background-position: 0px -24px; }

#text_menu p {
	margin:4px 0 0 0;
	color:#2862B9;
	text-align:center;
	padding:0;
	font-size:9px;
	line-height:11px;
	}

#text_menu a {
	text-decoration:none;
	text-transform:uppercase;
	color:#2862B9;
	margin:0;
	padding:0;
	}

#text_menu a:hover { text-decoration:underline; }	
#text_menu a:active { text-decoration:underline; color: #00FFFF; }	