/*-----------------------------------------------------------------------------
Whirliebird - Main Stylesheet
author:    Ben Falk, Web Advanced

colors:    Gold: E2CD8E
		   
/*---------------------------------------------------------------------------*/



/* GENERAL STYLES -------------------------------------------------------------*/

.right { float: right; }
.left { float: left; }

* { vertical-align: top; }
	
img {
	border: 0px; }

html, body, .index_wrapper, .main_wrapper {
	height: 100%; }
	
body {
	padding: 0px;
	margin: 0px;
	text-align: center; 
	
	background-color:#FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	}
	
/* MAIN STYLES  -------------------------------------------------------------*/

#wrapper {
	width: 855px;
	border: 0px;
	margin: 0px auto;
	
	text-align: left; }
	
#header {
	height: 93px;
	vertical-align: middle; 
	
	background-image: url(images/bg_header.jpg); }

#content_left {
	padding-top: 16px;
	vertical-align: top;
	background: url(images/bg_left.jpg) repeat-x bottom; 
	background-color: #0179ca;	
	border-left: 2px solid #b2b2b2; }
	
#content_main {
	padding: 0px 20px 20px 20px;
	
	background-image: url(images/bg_content.jpg); 
	background-repeat: repeat-y; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; }
	
#content_right {
	padding-top: 22px;
	text-align: center; 
	
	background-image: url(images/bg_right.jpg);
	background-repeat: repeat-y; 
	
	font-size: 10px; }

#base_main { 
	width: 100%; 
	vertical-align: top;
	text-align: center;
	background-image: url(images/base_content.jpg); 
	background-repeat: no-repeat; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px; 
	color: #016ec4; }
	
#footer_left { 
	padding: 0 0 0 20px;
	vertical-align: top;
	text-align: left; 
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; }
#footer_right { 
	padding: 0 20px 0 0;
	vertical-align: top;
	text-align: right; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }
	
#colors {
	width: 164px;
	margin: 0px auto;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; }
.color1 { height: 87px; vertical-align: bottom; text-align: center; padding: 0px; }
.color2 { height: 100px; vertical-align: bottom; text-align: center; }
.color3 { height: 95px; vertical-align: bottom; text-align: center; }


/* LIST / LINK STYLES ----------------------------------------------------------------- */	

#content_left ul { 
	margin: 0px;
	padding: 6px 0px 0px 20px; /*34*/
	list-style: none; }
#content_left ul li {
	padding-left: 20px;
	background: url(images/yellowbullet.gif) no-repeat 0 4px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	font-size: 14px;
	color: #FFFFFF;	}

#content_left .nostyle {
	font-size: 12px;
	font-weight: normal; }
	
#footer_left ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: square; }
	
#content_left a { color: #FFFFFF; }
#content_right a { color: #016ec4; }
#content_main a, #content_main a:visited { color: #ab3d3c; }


/* TEXT STYLES ---------------------------------------------------------------- */


#content_main .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold; }
#content_right .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; }	
	
#content_main .subheader {
	padding-left: 18px;
	background: url(images/bluebullet.gif) no-repeat 0 2px; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ab3d3c; 
	font-weight: bold; }
	
#content_right .subheader {
	padding-left: 30px;
	padding-top: 20px;
	background: url(images/redbullet.gif) no-repeat 12px 24px; 
	text-align: left;
	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;	
	font-size: 15px;
	color: #016ec4; 
	font-weight: bold; }
	
#footer_left .subheader, #footer_right .subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ab3d3c; 
	font-weight: bold; }

/* FORM STYLES ---------------------------------------------------------------- */

fieldset {  
	margin: 15px 0 0 0;  
	padding: 0;
	border-style: none; }

.form_label {
	padding-top: 4px; }
	
#email, #name {	
	width: 235px; 
	padding: 2px; 
	margin-bottom: 6px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
		
#message { 
	width: 235px; 
	padding: 2px; 
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}
	
.error {
	color:#FF0000;
	font-size: 11px; }
	
.red { color:#FF0000; }
.gray { color: #CCCCCC; text-decoration: underline; }