@charset "UTF-8";
/* CSS Document */

/*DONT TOUCH*/

/* -- start reset -- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -- end reset -- */

/*END DONT TOUCH






/*begin custom coding*/
/*universal selector affects all aspects of site*/
*{
 font-family:verdana;
 font-size:12px;
 text-decoration:none;
}


body{
	margin-top:15px;
	background:#FFFFFF;
	
}


/*sets dimensions of the site and overall background color*/
#wrapper{
	width:798px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	float:none;
}

#banner{
	height:73px;
	width:661px;
	background: url(../images/navigation/banner.jpg) no-repeat center;
	margin:0 auto;
	float:none;
}







/*tabs*/

.darktab{
	float:left;
	background:url(../images/navigation/darktab.jpg) no-repeat center;
	height:27px;
	width:199px;
	z-index:2;
	font-size:16px;	
}

.darktab p{
	margin-top: 5px;px;
}

.darklink{
	text-decoration:none;
	color: #FFFFFF;
}

.darklink:hover{
	color: #3385cb;
}

.tab{
	float:left;
	background:url(../images/navigation/tab.jpg) no-repeat bottom;
	height:27px;
	width:199px;
	z-index:2;
	font-size:16px;	
}

.tab p{
	margin-top: 5px;
}

tab:hover{
	background-image:url(../images/navigation/darktab.jpg) no-repeat bottom;
}

/*end of tabs*/






#nav{
	width:800px;
	height:30px;
	background: #FFFFFF;
	clear:both;
	vertical-align: baseline;
	display:inline;
}

.link{
	text-decoration:none;
	color:#000000;
}

.link:hover{
	color: #3385cb;
}


.link_orange:hover{
	color:#3385cb;
	
}

.link_orange{
	color:#3385cb;
	text-decoration:none;
	
}

.link_Lorange{
	color:#e56425;
	text-decoration:none;
	
}





#main{
	width:800px;
	height:480px;	
	float:left;
	
	clear:both;
}


#links_p{
	color:black;
	height:410px;
	width:300px;
	margin-left:70px;
	margin-top:30px;
	font-size:13px;
}

#links_p a{
	color:#3385cb;
}

#links_p a:hover{
	color:#e56425;
}

#home_p{
	color:black;
	width:350px;
	margin-left:350px;
	margin-top:-255px;
	font-size:14px;
	
}

#home_p a{
	color:#3385cb;
}

#home_p a:hover{
	color:#e56425;
}

#stucco_p{
	color:black;
	width:440px;
	margin-left:300px;
	margin-top:-315px;
	font-size:14px;
	
}

#stucco_p a{
	color:#3385cb;
}

#stucco_p a:hover{
	color:#e56425;
}



#links_p{
	color:black;
	width:350px;
	margin-left:350px;
	margin-top:40px;
	font-size:14px;
	
}

#links_p a{
	color:#3385cb;
}

#links_p a:hover{
	color:#e56425;
}


#sitemap_p{
	color:black;
	width:350px;
	margin-left:350px;
	margin-top:-260px;
	font-size:14px;
	
}

#sitemap_p a{
	color:#000000;
}

#sitemap_p a:hover{
	color:#3385cb;
}


h1{
	font-size:14px;
	font-weight:lighter;
	padding-top:25px;
	text-align:center;

}

h1 a{
	color:#0000FF;
}

h1 a:hover{
	color:#3385cb;
}

h2{
	font-size:15px;
	color:#000000;
	font-weight:lighter;
	padding-top:290px;
	text-align:left;margin-left:42px;

}

h2 a{
	color:#0000FF;
}

h2 a:hover{
	color:#3385cb;
}

h3{
	font-size:20px;
	color:#c92428;
	font-weight:lighter;
	padding-top:30px;
	text-align:left;margin-left:37px;

}

h3 a{
	color:#0000FF;
}

h3 a:hover{
	color:#3385cb;
}

h4{
	font-size:22px;
	font-weight:lighter;
	padding-top:25px;
	margin-left:80px;

}

h4 a{
	color:#0000FF;
}

h4 a:hover{
	color:#3385cb;
}


#smallerH1{
	font-size:18px;
	color:#666;
}

#smallerH2{
	font-size:14px;
	color:#f86c1e;
}

#smallerH3{
	font-size:14px;
	color:#000000;
}

#right_content{
	width:110px;
	height:150px;
	float:right;	
}



.gallery{
	margin-left:67px;
	margin-top:250px;
}

.gallery li{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	border: #CCCCCC 1px solid;
	background:#FFFFFF;
	height:72px;
	width:92px;
	vertical-align:top;
	
}

.gallery img{
	border:#FFFFFF thick solid;
	
}

.slimPic{
	margin-left:18px;
	width:47px;
}

.eSlimPic{
	margin-left:27px;
	width:25px;
}

.squarePic{
	margin-left:7px;
	width:65px;
}

.fatPic{
	position:relative;
	margin-top:17px;
	height:25px;
}




#footer{
	width:800px;
	height:25px;
	clear:both;
	font-size:13px;
	padding-bottom:35px;
}

#footer ul{
	margin-left:55px;
	padding-top: 25px;
}

#footer li{
	float:left;
	padding-right:50px;
}