/*  
File Name: layout.css
Description: LAYOUT STRUCTURE - body / a / formfields / container / masthead / banner / content / footer
Version: 1
Author: Nicolas Minacapelli
Author URI: http://www.columbiapools.com/
*/

{ margin: 0; padding: 0; }

body { margin:0; background-image: url(../images/layout/bkgds/bg_layout.jpg); background-repeat: repeat-x; z-index:-3; }

p { font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color: #000000; }

a { font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color: #4782BE; }
	a:link, a:visited { color: #4782BE; text-decoration: underline; }
	/*a:hover { text-decoration: underline; }*/
	
/* -------------------- ID -------------------- */
#wrapper { width: 100%; margin: 0 auto; position: relative; }

#masthead {
	background-image: url(../images/masthead.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-position:center;
	width: 100%; 
	height:115px;
	border-bottom: 22px #259ACF solid;
}
#container {
	width: 950px;
	margin: 0 auto; 		
	position: relative;
}
#main_content {
	width: 950px;
	float: left;
	background-image: url(../images/layout/bkgds/bg_content.jpg);
	background-repeat: no-repeat;
	padding: 0;
	background-color:#fff;	
	height:100%;
	position: relative;
}
#content_area {	
	background-image: url(../images/layout/bkgds/bg_content.jpg);
	background-repeat: no-repeat;
	padding:0 20px 20px 20px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #663333;
}
#side_content {
	background-color:#4782BE;
	width: 144px;
	left:949px;
	height:100%;
	position: absolute;
	z-index:-2;
	top: -40px;
}
.side {
	/*background-image:url(../images/layout/bkgds/bg_side.jpg);
	background-repeat: no-repeat;	
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
	line-height:18px;
	padding-left:6px;
	padding-right:6px;
	padding-top:8px;
	padding-bottom:8px;
	z-index:-1;*/
	padding-top:1px;
}
#white_spacer {
	background-color:#FFFFFF;
	height:18px;
}
#masthead_nav {
	padding-top:87px;
	float:right;	
	margin-right: 200px;
	position: relative;	
}
html>body #masthead_nav {
	margin-right: 360px;
}
.nav_pointer {	
	cursor: pointer;
	text-align:center;
	font-size:11px;
	line-height: 27px;
	font-weight:normal;
	color: #ffffff;
}
.nav_pointer_home {
	cursor: pointer;
	text-align:center;
	font-size:11px;
	line-height: 27px;
	font-weight:normal;
	color: #ffffff;
}
.border_bottom { border-bottom: 1px solid #fff; }

.rule_white { border-bottom: #fff 3px dotted; }

#navigation_content { width:950px; float:left; }

/* ---------------- NAV RULE ---------------- */
#nav_rule {
	height:9px;
	background-image: url(../images/layout/bkgds/nav_bottom.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}
/* ---------------- VIDEOS ---------------- */
.videos {
	width: 309px;
	background-image:url(../images/layout/videos.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 262px;
}

.videos ul  {
	list-style: none;
	padding: 150px 0 0 0;
	margin: 0;
}

.videos a {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	display: block;
	text-decoration: underline;
	color: #09F;
}
.videos a:hover {
	text-decoration:underline;
	color:#000;
}

/* ---------------- FOOTER ---------------- */
#footer { 
	width: 950px;
	margin: 0 auto; 		
	position: relative;
	top:8px;
}
.copyright { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:11px;
	font-weight:bold;
	color: #000000;
	text-align: center;
}
	.copyright a:link, .copyright a:visited { color: #000000; font-size:9px!important; line-height:11px!important; text-decoration: none; }
	.copyright a:hover { text-decoration: underline; }

.clear {
	clear:both;
	height:15px;
}
