﻿/*-----------------------------------------------------------*/
/*----------RaeWaters.com Screen Styles----------------------*/
/*----------(c)2010 ReElect Rae Waters-----------------------*/	
/*----------Site Design by Jennifer Wilder-------------------*/	
/*----------eMail: wilderdesigns@gmail.com-------------------*/	
/*-----------------------------------------------------------*/

/*---TABLE OF CONTENTS----
01. Global Styles
02. Layout
03. Typography
04. Forms
-------------------------*/


/*-------------------------------------------------------------
01. GLOBAL STYLES
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}

body
{	background: #2E425D;
	font: normal 12px/1.9em Veranda, Arial, Helvetica, Sans-serif;
	color: #565656;
	text-align: left;
	}
	
.img_right
{   float: right;
    margin: 5px 0 0 10px;
    border: solid 1px #CCC;
    }
    
.img_left
{   float: left;
    margin: 5px 10px 0 0;
    border: solid 1px #CCC;
    }

a img {border: none;}

a:link { color: #2a69a3; text-decoration: underline;}
a:visited { color: #2a69a3; text-decoration: underline;}
a:hover { color: #24a6ee; text-decoration: none;}
a:active { color: #2a69a3; text-decoration: underline;}

hr 
{   border: none 0; 
    height: 1px; 
    margin: 12px 0; 
    padding: 0; 
    border-top: 1px dotted #CCC;
    }
     
p  {text-align:justify; margin:0 0 10px 0;}

ul 
{list-style-type: none; padding: 0; margin-left: 25px;}
	
h1,h2,h3,h4,h5,h6
{   font-family: "Times New Roman", Serif;
	font-weight: bold; 
	text-align: left; 
	}

h1,h3,h4,h5,h6	
{color: #712020;}

h1 {font-size: 2.5em; padding-bottom: 20px;}
h2 {font-size: 1.6em; color: #2a69a3;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

/*-------------------------------------------------------------
02. LAYOUT
--------------------------------------------------------------*/
/***Wrapper***/
#wrapper
{   width: 1020px;
    }


/***Social***/
#social 
{   width: 1020px;
    height: 50px;
    }
   
#social img {float: right; margin-top: 20px; height: 30px;}

#social span 
{   float: left;
    color: #F7F7F7;
    font-weight: bold;
    padding: 20px 0 0 10px;
    }

/***Header***/
#header
{   width: 1020px; 
    height: 250px;
	}
	
/***Content Wrapper***/
#c_wrapper
{   width: 1020px;
	margin: -5px 0 0 0;
	padding: 0;
    }
	
/***Left Column***/
#left 
{   background: #2E425D url('images/bg_left.jpg') repeat-y top;
    width: 210px;
    float: left;
    font: bold 1.4em/2.2em Veranda, Arial, Helvetica, Sans-serif;
    text-align: left;
    }
    
#left .nav
{   margin: 10px 0 0 6px;
    }
    
#left .nav li 
{   height: 40px;
    vertical-align: middle;
    }
    
#left .nav li a
{   padding: 0 25px 0;
    text-decoration: none;
    }
    
#left .active 
{   background: transparent url('images/nav.jpg') no-repeat left;
    }

#left .active a
{   color: #FFF;
    }

#left_bottom
{   background: #2E425D url('images/bottom_left.jpg') no-repeat top;
    width: 210px;
    height: 30px;
    float: left;
    }

/***Main Column***/
#main 
{   background-color: #F7F7F7;
    width: 600px;
    float: left;
    }
    
#main a:link,a:visited,a:active { color: #2a69a3; text-decoration: underline;}
#main a:hover { color: #24a6ee; text-decoration: none;}

/***Inner Content (Main Column) ***/
#main .inner 
{   background-color: #F7F7F7;
    width: 550px;
    padding: 10px 25px 0;
    min-height: 500px;
    }
    
#main .inner p strong
{color: #712020;}

#main .more
{   margin: 15px 0 0;
    padding: 8px 0 0;
    font-weight: bold;
    border-top: dotted 1px #CCC;
    }
    
#main p.more img
{   float: left;
    border: none;
    vertical-align: bottom;
    margin: 0;
    }

#main_bottom
{   background: #2E425D url('images/bottom_main.jpg') no-repeat top;
    width: 600px;
    height: 30px;
    float: left;
    }

/***Right Column***/
#right 
{   background: #2E425D url('images/bg_right.jpg') repeat-y top;
    width: 210px;
    float: right;
    }
    
#right .inner 
{   padding: 10px 30px 0 10px;
    line-height: 1.4em;
    min-height: 400px !important;
    }
	
#right .inner img
{   float: left;}
	
#right .inner hr
{   margin: 20px 0;}
	
#right .inner p
{   padding: 0 0 0 30px;
	text-align: left;
	font-weight: bold;
	}
	
#right .inner strong
{   color: #2a69a3;
	}

#right_bottom
{   background: #2E425D url('images/bottom_right.jpg') no-repeat top;
    width: 210px;
    height: 30px;
    float: right;
    }

/***Footer***/
#footer 
{   clear: both;
    padding: 30px;
    color: #CCC;
    font-size: .88em;
    line-height: 1.4em;
    text-align: center;
    }
    
#footer a:link,a:visited,a:active
{text-decoration: underline;}

#footer a:hover
{text-decoration: none;}
    
#footer p
{   padding: 0;
    margin: 0;
    text-align: center;
    }
    
#footer p a {color:#CCC;}
    
#footer ul li
{   display: inline;
    padding: 0 2px 0 2px;
    margin: 0;
    }    
    
#footer li a {color:#CCC;}
    
/*-------------------------------------------------------------
03. TYPOGRAPHY
--------------------------------------------------------------*/
ul .bills a {width: 100px;}
	


/*-------------------------------------------------------------
04. FORMS
--------------------------------------------------------------*/

/* BEGIN CLEARFIX FOR FLOAT STYLES */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
.clearfix {display: block;}