/*  
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: 11px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
 background:#fff url(../images/background.gif) repeat;
 color: #666;	
 text-align:center;
}
#wrapper{ 
 width: 980px; /* Set page width here - you can also use percentage */
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background: transparent;
}
.clear{clear:both;}
.right{float: right;}
.left{float: left;}
.alignleft{  float: left; }
.alignright{  float: right; }
#header{
 width: 980px;
 height: 100px;
 font: 11px Georgia, Times, "Times New Roman", serif;
}
#header ul{
 margin: 0; float: right; width: 300px;
 text-align: right; padding:0; 
}
#header li{
 float: left;
 margin: 45px 0 0 15px;
}
#header a, active, visited{
 color: #111;
}
#header a:hover{
 color: #666;
}
#header img{
 float: left;
}
/* Homepage Styles
-----------------------------------------------------------------------------*/
#colLeft{
 width: 320px;
 float: left;
 margin: 0;
}
#colMid{
 width: 320px;
 float: left;
 margin: 0 0 0 10px;
}
#colRight{
 width: 320px;
 float: left;
 margin: 0 0 0 10px;
}
/* Subpage Styles
-----------------------------------------------------------------------------*/
#subPage{
 width: 978px;
 border: 1px solid #d1d3d4;
 background:#fff;
 min-height: 525px;
 height: auto ! important;
 height: 525px;
}
#subLeft{
 float: left;
 width: 120px;
}
#subLeft h1{
 font: 18px Georgia, Times, "Times New Roman", serif;
 margin: 20px 0 0 10px; color: #000;
}
#subRight{
 float: left;
 width: 858px;
}
#subRight p{
 text-align: justify;
 margin: 20px 20px 20px 10px;
}
#subRight span{
 font-weight: bold; display: block;
 margin: 20px 20px 20px 10px;
}
#subPage a, active, visited{
  color: #f99d1e;
   font-size: 12px;
}
#portLeft{
 float: left;
 width: 380px;
}
#portLeft h1{
 font: 18px Georgia, Times, "Times New Roman", serif;
 margin: 20px 0 0 10px; color: #000;
}
#portLeft p{
 margin: 20px 10px 0 10px; 
}
#portRight{
 float: left;
 width: 580px;
}
#portRight p{
 text-align: justify;
 margin: 20px 20px 20px 10px;
}
#portRight img{
 margin: 30px 15px 0 15px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
 font: 10px Georgia, Times, "Times New Roman", serif;
 color: #666; border-top: 1px solid #d1d3d4;
 padding-top: 20px; margin: 50px 0 10px 0;
}

/* Class Styles
-----------------------------------------------------------------------------*/
.item{
 width: 318px;
 margin: 0 0 10px 0; padding: 0;
 border: 1px solid #d1d3d4;
 background-color:#fff;
}
.item img{
 margin: 10px;
 border: 1px solid #d1d3d4; padding: 0;
}
.item h1{
 font: 12px Georgia, Times, "Times New Roman", serif;
 font-style: italic; margin: 5px 10px 0 10px; padding-bottom: 15px;
 border-bottom: 1px solid #d1d3d4;
}
.item p{
 margin: 15px 10px 20px 10px;
 color: #f99d1e;
 font: 10px Georgia, Times, "Times New Roman", serif;
}
.hide{
 display: none;
}
/* End All Styles
-----------------------------------------------------------------------------*/










