/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #4e8aa8;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

.gallery {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #4e8aa8;
	background-image: url(images/body_bg_gallery.jpg);
	background-repeat: repeat-x;
}

.services {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #4e8aa8;
	background-image: url(images/body_bg_services.jpg);
	background-repeat: repeat-x;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	color: #645a4a;
	margin: 0px;
	text-transform: none;
	padding: 5px 5px 5px 10px;
}


ul {
	font-size: 13px;
	line-height: 16px;
	color: #645a4a;
	margin: 0 15px 0 60px;
	padding: 0;
	}

li {
	font-size: 13px;
	line-height: 16px;
	color: #645a4a;
	margin: 5px 0px 5px 0px;
	}
	
ul.left {
	float: left;
	margin: 0 0 0 5px;
	list-style-type: circle;
	width: 250px;
	}
	

ul.right{
	float: right;
	margin: 0 5px 0 0; 
	list-style-type: circle;
	width: 250px;
	}

h1 {
	font-size: 20px;
	color: #464646;
	padding: 0;
	margin: 25px 0 8px 10px;
	font-family:  "Segoe Print", "Bradley Hand ITC", 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	
}

h2 {
	font-family:  "Segoe Print", "Bradley Hand ITC", 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #464646;
	padding: 30px 0 10px 0;
	margin: 0px 0 8px 0px;
	text-align: center;
}


/* Creates the general link style for the site. This is not the main navigation.  */


a:link {
	text-decoration: none;
	color: #2179a5;
	}

a:hover {
	text-decoration: underline;
	color: #20b5fe;
	}

a:visited {
	text-decoration: none;
	color: #592869;
	}


.rightlink {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates the div container for the site. */
div#container {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#header1 {
	width: 950px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: url(images/header_home.jpg);
	background-repeat: no-repeat;
	height: 422px;
		}
		
div#header2 {
	width: 950px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: url(images/header_about.jpg);
	background-repeat: no-repeat;
	height: 422px;
		}
		
div#header3 {
	width: 950px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: url(images/header_services.jpg);
	background-repeat: no-repeat;
	height: 422px;
		}
		
div#header4 {
	width: 950px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: url(images/header_gallery.jpg);
	background-repeat: no-repeat;
	height: 422px;
		}		
	
div#header5 {
	width: 950px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: url(images/header_contact.jpg);
	background-repeat: no-repeat;
	height: 422px;
		}
		
div#main-content {
	width: 950px;
	margin: 0px;
	padding: 0 0px 0 0px;
	background-image:url(images/content_bg.jpg);
	background-color: #fff;
	height: 329px;
	background-repeat: no-repeat;
		}
		
div#main-content_full {
	width: 950px;
	margin: 0px;
	padding: 0 0px 0 0px;
	background-image:url(images/content_bg_full.jpg);
	background-color: #fff;
	height: 329px;
		}
		
div#main-content_gallery {
	width: 950px;
	margin: 0px;
	padding: 0 0px 0 0px;
	background-image:url(images/content_bg_gallery.jpg);
	background-color: #fff;
	height: 700px;
		}	
		
div#main-content_services {
	width: 950px;
	margin: 0px;
	padding: 0 0px 0 0px;
	background-image: url(images/content_bg_services.jpg);
	background-color: #fff;
	height: 637px;
		}			
					
/* Creates the div for the content */

div#content_full {
	float: left;
	margin: 0px 0 0 90px ;
	padding: 0px;
	width: 750px;
	
	}
	
	
div#content_index_one {
	float: left;
	margin: 0px 15px 0 85px ;
	padding: 0 0 0 0;
	width: 255px;
	}
	
div#content_index {
	float: left;
	margin: 0px 15px 0 0px ;
	padding: 0 0 0 0;
	width: 255px;
	}	
	
div#content_half {
	float: left;
	margin: 0px 0px 0 85px ;
	padding: 0 0 0 0;
	width: 545px;
	}	
	

/* Creates the div for the sidebar */
	
div#sidebar {
	float: right;
	margin: 0px 0 0 0px ;
	padding: 0px;
	width: 188px;
	}	



/* Address Sidebox */
address {
	float: left;
	margin: 25px 0px 0 10px ;
	padding: 0px;
	width: 197px;
	text-align: left;
	font: 9px normal Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-style: normal;
	}

address p{
	margin: 0;
	padding: 0;
	
	}
	
				

/* Styles the footer div */
	
div#footer {
	margin: 0px;
	padding:0px;
	width: 950px;
	height: 97px;
		}	

.footer_icon {
	float:left;
	margin:0;
	padding: 2px;
	margin: 15px 0 0 40px ;
	}
	
/* Styles the copyright div */
div#copyright {
	float: right;
	text-align: right;
	width: 400px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0 0;
	padding: 40px 0 0 0px;
	}
	
div#copyright p {
	text-align: right;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 10px 0 0;
	padding: 0;
	}
		
div#copyright a {
	text-align: right;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}



/*-----HOSTED DRIFT-----*/
#drift {
	height:30px;
	width:400px;
	float:right;
	margin:0;
}

#drift img {
	border:none;
	outline:none;
}

#drift a {
	width:400px;
	height:40px;
	display:block;
	background:url(./images/drift.png) 100% 0 no-repeat;
	text-indent:-9999px;
	outline:none;
}
/*-----END HOSTED DRIFT-----*/

/*-----CLOUD-----*/
#cloud {
	float:right;
	clear:both;
}

#cloud a {
	display:block;
	width:300px;
	height:10px;
	font-size: 12px;
	color: #bfbfbf;
	text-decoration: none;
	margin:0;
	outline:none;
}

#cloud a:hover{
	text-decoration: none;
	outline:none;
}
/*-----END CLOUD-----*/



/* Styles the image box div */
div#pic {
	float: left;
	text-align: center;
	width: 220px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 10px 8px 20px;
	padding: 0px 0 0 0px;
	}


/*  =Main Navigation
---------------------------------------------*/

#mainnav {

width:520px;
height:35px;
margin: 90px 100px 0 0;
padding: 0px 0 0 0px;
float:right;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
height: 35px;
}

ul#nav li {
float:left;
margin:0px;
padding:0px 0 0 0;
display:inline;
width: 104px;
text-align: center;
line-height: 35px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
margin:0 ;
padding:0;
display:run-in;
line-height:35px;
font-size:16px;
font-weight: bold;
text-decoration:none;
color:#fff;
width: 104px;
float:left;
text-align: center;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {

color: #fff;
float:left;
margin:0px;
padding:0px 0 0 0;
display:run-in;
width: 104px;
text-align: center;
height: 35px;
background-color: #003f5e;
}



/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 500px;
	text-align: left;
	margin: 0 0 0 15px;
	font-size: 12px;
}

form p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-size: 12px;
	color: #385f72;
	text-align: left;
	font-weight: bold;
	}
	
input {
	margin-bottom: 5px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

.submit {
	width: 100px;
	margin: 0 0 0 20px;
	height: 30px;
	}
.reset {
	width: 100px;
	margin: 0 0 0 150px;
	height: 30px;
	}	

select {
	padding-left: 20px;
	margin-bottom: 0px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	height: 80px;
}

.textfield2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
}

label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	clear: right;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 5px 0 0 15px;
}
		
/* ----------------- CUSTOM CLASSES ----------------- */

.bold {
	font-weight:bold;
	}
	
#clear {
		clear:both;
		height: 0px;}
			

.phone {
	margin: 0px 0 0px 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
	color: #003300;
	font-weight:bold;
	}
	
.large { 
	font-weight: bold;
	font-size: 16px;
	color:#464646;
	font:Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	}	
	
.address, .fax {
	margin: 0px 0 0 0;
	text-align: center;
	color: #000;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}
	
.hours {
	text-align: right;
	margin: 15px 0 0 0;
	}	
	
.center {	
	text-align: center;
	font-size: 14px;
	}
	
.centerbig {	
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #006600;
	}		
	
.pic {
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #666;
	}

.pic_right {
	float: right;
	margin: 0 15px 5px 10px;
	padding: 5px;
	border: 1px solid #666;
	}
	
.nav {
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}				

.flash {
	float:left;
	margin: 0px 0 0 0px;
	width:750px;
	height:590px;
}

