html {
	height:100%;
	background:#000;
	background-image: url(/_media/page_layout/site_bg.gif);
	background-repeat: repeat;	
}

body {
	height:100%;
	margin:0px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#000;
}

.footnote{
	font-size:0.8em;
	text-align:right;
	color:#555;
}

#main_wrapper {
	position:relative;
	margin: 0 auto;
	width:980px;
	background:#fff;
	background-image: url(/_media/page_layout/content_bg.jpg);
	background-repeat: repeat-y;	
	min-height: 100%;
	padding:0px;
}

/* ----- HEADER ----- */
#header {
	background:#000000;
	padding:0px;
	height:135px;
}

#header_left {
	position:absolute;
	left:0px;
}
	
#header_right {
	position: absolute;
	right:0px;
	text-align: right;
}

#facebook_logo {
	position: absolute;
	float:left;
	left:15px;
	top:96px;
}

#midbar {
	background:#1756B5;
	padding:0px;
	margin:0;
	height:12px;
	text-align:center;
	color:#FFF;
	}
#midbar_graphic1 {
	position:absolute;
	left:170px;
	}
#midbar_graphic2 {
	position:absolute;
	right:142px;
	text-align: right;
	}

/* ------------------- */

#maincol {
	position:relative;
	margin:0px;
	top:0px;
	height:100%;
	padding-bottom:20px;
}

a {
	color:#FFF;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	color:#C2C2C2;
	}

/* ---------------- */

#leftcol { 
	position:absolute;
	top:0px;
	left:0px;
	float:left;
	width:170px;
	padding-top:12px;
	margin:0 0 0 0px;
	background:#091242;
	background-image: url(/_media/page_layout/menu_col_bg.jpg);
	background-repeat: repeat-y;	
	z-index:100;
}
#leftcol:after {
	content:url(/_media/page_layout/menu_bar_drop.jpg);
}

#leftcol ul {
  margin : 0;
  margin-left: 20px;
  margin-top: 6px;
  padding : 0px;
  list-style-type : none;
  font-size:11px;
  padding-bottom:14px;
}
#leftcol li {
  padding: 0px;
  padding-bottom: 10px;
}

/* --------------------------------------------------------- */

#centercol {
	position:relative;
	left:0px;
	top:0px;
	width:760px;
	height:100%;
}
#centercol p {
	position:relative;
}
#centercol h1 {
	position:relative;	
	color:#4D72AE;
	font-size:30px;
	}
#centercol h2 {
	color:#4D72AE;
	font-size:14px;
	padding-top:10px;
	}
#centercol h3 {
	color:#000;	
	font-size:12px;
	}

#centercol a {
	color:#990000;
	}
#centercol a:hover {
	text-decoration:underline;
	color:#ff0000;
	}

#centercol li{
	list-style-type : square;
}	

#content_image {
	position:relative;
	margin-left:170px;
}
#embeddedmedia {
	/*text-align:center;*/
	width:600px;
}

#content_copy {
	margin-left:180px;
}


/* --------------------------------------------------------- */

#rightcol {
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	margin:0 0 0 0px;
	background:#E2E2E2;
	z-index:99;
	}
	
#rightcol:after {
	content:url(/_media/page_layout/sidebar_drop.jpg);
}

#rightcol p {
	font-size:0.8em;
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px solid #aaa;
}

#rightcol a {
	color:#CC0000;	
}

#rightcol testimonial {
	text-align:right;	
}

/* --------------------------------------------------------- */

#footer {
	position:absolute;
	width:980px;	
	background:#1756B5;
	color:#75A6EE;
	text-align:center;
	bottom:0;
	margin: -18px auto 0 auto;	
	height:18px;
}

/* --- CONTENT -- */

table {
	width:610px;
	border-collapse:separate;
	border-color:#f2f2f2;
	border-spacing:1px;
}

caption {
	font-size:9px;	
	background-color:#1756B5;
	color:#FFFFFF;
	padding:4px;
	/*border:1px solid #fff;*/
	}

th {	
	padding:4px;
	background-color:#1756B5;
	color:#FFFFFF;
}

td {
	padding:8px;
	background-color:#c6d3e4;
	vertical-align:top;
	}

#snippet {	
	margin-left:180px;
	width:590px;
}

#snippet p {
	margin-left:8px;
	margin-top:12px;
	background:#C6D2E6;
	padding:4px;
}

.news {
	position:relative;
	border:1px solid #C6D2E6;
	background:#FFFFFF;
	width:590px;	
	margin-bottom:12px;
}
.news h1 {
	background:#C6D2E6;
	padding:8px;
	margin:0px;
}
.news h2 {
	background:#C6D2E6;
	padding:8px;
	margin:0px;
}
.news p {
	padding:8px;
	margin:0px;
}

#special {
	border:1px solid #000000;
	background:#DDDDDD;
	margin-left:180px;
	width:590px;
	margin-bottom:12px;
}
#special h2 {
	background:#000000;
	color:#FFFFFF;
	padding:4px;
	margin:0px;
}
#special p {
	padding:4px;
	margin:0px;
}
