/*  
URL: http://www.wethnk.com
Description: Design by Jermaine Valentine - 2008-2009
Version: 1.1
Author: Jermaine Valentine
Author URL: http://www.wethnk.com/

	This css was designed and built by Jermaine Valentine,
	whose website you will find at http://www.wethnk.com/
	The CSS, XHTML and design is Copyright 2007, All rights reserved.

*/

/*-----------------------------------------------------------------------------
[client] Screen Stylesheet
-----------------------------------------------------------------------------*/
/* Import other stylesheets
-----------------------------------------------------------------------------*/
@import url("reset.css");
@import url("print.css"); 
/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
*{border: 0;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:1em 5%;} 
 
li, dd {margin-left:5%;} 

fieldset {padding: .5em;} 

select {min-width:1.5em;}
/*
global style sheet
----------------------------------------------------------------- */
body{
 font: 12px georgia, times, serif;
 background: url(../images/background.png) repeat-x fixed;
 color: #80796e;
 text-align:center;
 
}
#layer{
 width: 100%;
 background: url('../images/background2.png') top center no-repeat fixed;
 margin: 0; padding: 0;
}
#wrapper{ 
 width: 948px; /* Set page width here - you can also use percentage */
 text-align:left;  
 margin: 0 auto 0 auto;
 background: #fff;
}
.clear{clear:both;}
.right{float: right;}
.left{float: left;}
#header{
 width: 928px;
 height: 108px;
 background: #fff;
 margin: 0 auto 0 auto;
}
#header a img {
 margin: 32px 0 0 0;
 float: left;
}
#header ul{
 width: 510px;
 float: right;
 margin: 10px 0 0 20px;
}
#header li{
 text-transform: uppercase;
 float: right;
 margin: 0;
 width: 96px;
 height: 85px;
 text-align: center;
}
.no_link{
 color: #aea495;
}
.select{
 background: url(../images/li_bg.png) no-repeat;
}
.link{
color: #fff;
}
#media{
 width: 928px;
 height: 228px;
 background: #fff;
 margin: 0 auto 0 auto;
 overflow: hidden;
}
#content{
 width: 928px;
 margin: 0 auto 0 auto;
 background: #fff url(../images/content_bg.png) no-repeat;
 border-top: 10px solid #fff;
 min-height: 400px;
 height: auto ! important;
 height: 400px;
}
#leftCol{
 width: 320px;
 float: left;
 margin: 30px 10px 0 0;
}
#leftCol h1{
 color: #508687;
 font-size: 22px;
 margin: 0 0 20px 40px;
 font-weight: normal;
}
#leftCol p{
 font-size: 12px;
 margin: 20px 0px 20px 40px;
} 
#leftCol hr {
 width: 200px;
 height: 1px;
 color: #aea495;
 background-color: #aea495;
 margin: 0 0 0 40px;
}
#leftCol a, active, visited{
 font-size: 12px;
 display: block;
 color: #5c8c8c;
 text-decoration: underline;
} 
#rightCol{
 width: 598px;
 float: left;
 margin: 30px 0 0 0;
}
#rightCol h1{
 color: #508687;
 font-size: 22px;
 margin: 0 0 15px 25px;
 font-weight: normal;
}
#rightCol h2{
 color: #508687;
 font-size: 16px;
 margin: 0 0 0 25px;
 font-weight: normal;
}
#rightCol p{
 font-size: 12px;
 margin: 15px 10px 20px 25px;
 text-align: justify;
} 
#rightCol img{
 border: 5px solid #fff;
 float: left;
 margin: 0 20px 10px 0;
} 
#rightCol a, active, visited{
 color: #508687;
}
#rightCol li{
 list-style: disc;
 font-size: 12px;
 margin-top: 10px;
}
form {
 height: 100%;
 padding: 1;
}
input {
 margin: 0 0 10px 26px;
 width: 275px;
 height: 19px;
 background-color: #aea495;
 color: #fff;
 font: 11px georgia, times, serif;
 padding: 3px;
}
textarea{
 margin: 0 100px 10px 26px;
 width: 280px;
 height: 200px;
 background-color: #aea495;
 color: #fff;
 float: left;
 font: 11px georgia, times, serif;
 padding: 3px;
}
.button{
 background: #046c6f;
 width: 60px;
 float: left;
}
/* Homepage Styles
-----------------------------------------------------------------------------*/


/* Subpage Styles
-----------------------------------------------------------------------------*/


/* Footer
-----------------------------------------------------------------------------*/
#footer{ 
 width: 948px; /* Set page width here - you can also use percentage */
 height: 72px;
 text-align:left;  
 margin: 20px auto 20px auto;
 background: #fff;
 font-size: 10px;
}
#footer img{
 float: left;
 margin: 20px 0 0 50px;
}
#footer .left{
 margin: 30px 0 0 15px;
}
#footer .right{
 margin: 30px 20px 0 0;
}
#footer a, active, visited{
 color: #aea495;
 padding-bottom: 1px;
 border-bottom: 1px solid #aea495;
}
/* Class Styles
-----------------------------------------------------------------------------*/
.flagGood{
 color: #008800;
 font: 10px georgia, times, serif;
 font-weight: bold;
}
.flagBad{
 color: #ff0000;
 font: 10px georgia, times, serif;
 font-weight: bold;
}
/* End All Styles
-----------------------------------------------------------------------------*/










