@charset "utf-8";
/* Cleve Persinger - Portfolio */

html {
	background:#E5F1F4;
	font-size:13px;
	color:#4B4942;
	font-family: Trebuchet MS;
}

body {
	background:#E5F1F4 url("../images/bg.gif");
	background-repeat:repeat-x;
}

a {
	color:#2E8696;
}

strong {
	font-weight:bold!important;
}

#wrap{
	width:920px;
	margin:0px auto!important;
	background:url("../images/bg_overlay.png");
	background-repeat: no-repeat;
}

#header {
	text-align:center;
	height:220px;
}

.nav {
	float:right;
	height:36px;
}

.nav li {
	display:inline!important;
	list-style:none!important;
}

.green_tab {
	margin-left:5px;
	margin-right:5px;
	background:url("../images/green_tab_up.jpg");
	width:95px!important;
	height:26px!important;
	display:block;
	text-align:center;
	color:#fff!important;
	font-size:17px;
	text-decoration:none!important;
	letter-spacing:-1px;
}	

.green_tab:hover {
	background:url("../images/green_tab_over.jpg");
	height:30px!important;
}

.blue_bg {
	width:136px;
	background:#D3E6EA;
	float:left;
	margin-right:20px;
}

.blue_bg_end {
	width:140px;
	background:#D3E6EA;
	float:left;
}

.blue_bg li{
	padding:5px;
	margin-bottom:2px;
	font-weight:bold;	
}

.blue_bg li a{
	color:#2E8696;
	text-decoration:underline!important;	
}

.blue_bg li a:hover{
	background:#FFFBC1;	
}

.blue_bg_end li{
	padding:5px;
	margin-bottom:2px;
	font-family: Trebuchet MS;
	font-weight:bold;	
}

.blue_bg_end li a{
	color:#2E8696;
	text-decoration:underline!important;	
}

.blue_bg_end li a:hover{
	background:#FFFBC1;	
}

#contact_title {
	margin:0px auto;
	width:305px;
}

#contact {
	margin:0px auto;
	width:285px;
	background:#D3E6EA;
	padding:10px;
}

#contact p{
	padding-bottom:6px!important;
}

/*FONT STYLES*/

h1 {
	font-family: georgia, times, serif; 
	font-size:78px!important;
	color:#fff;
	margin:0px auto!important;
}

h1 a {
	color:#fff!important;
	text-decoration:none!important;
}

h2 {
	font-family: georgia, times, serif; 
	font-size:21px!important;
	text-transform:uppercase;
	letter-spacing:-1px;
	background:#E5F1F4;
	margin-bottom:10px!important;
}

h3 {
	font-family: georgia, times, serif; 
	font-size:21px!important;
	text-transform:uppercase;
	letter-spacing:-1px;
	background:#E5F1F4;
	margin-bottom:0px!important;
}


/*RESET STYLES*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
} 
  
table {   
    border-collapse:collapse;   
    border-spacing:0;   
} 
  
fieldset,img {    
    border:0;   
}   

address,caption,cite,code,dfn,em,strong,th,var {   
    font-style:normal;   
    font-weight:normal;   
} 
  
ol,ul {   
     list-style:none;   
}   

caption,th {   
     text-align:left;   
}   

h1,h2,h3,h4,h5,h6 {   
     font-size:100%;   
     font-weight:normal;   
}   

q:before,q:after {   
     content:'';   
}   

abbr,acronym { 
	border:0;   
}   


