/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #4a6851;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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, h6, a, ul, li, ol, dt, dd, td, address {
	color: #FFFFFF;
	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;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
address {
	font-style: normal;
	font-size: 10px;
	width: 200px;
	padding-top: 10px;


}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
ul {
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	margin: 15px 0 0 0;
	padding: 0;
}
	

li {
	padding: 0px;
	margin: 0px;
}

/* Main nav */

div#main_nav {
	margin: 0px;
	padding: 0px;
	float:left;
	}
	#main_nav li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
	
a.home {
	background: url(images/welcome.gif) no-repeat;
	display: block;
	width: 130px;
	height: 19px;
	}
	
a.services {
	background: url(images/service.gif) no-repeat;
	display: block;
	width: 130px;
	height: 19px;
	}

a.locations {
	background:url(images/location.gif) no-repeat;
	display: block;
	width: 130px;
	height: 19px;
	}

a.contact {	
	background:url(images/contact.gif) no-repeat;
	display: block;
	width: 130px;
	height: 19px;
	}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 770px;
	margin: 0 auto;
}
div#header {
	width: 770px;
	height: 154px;
	background:url(images/header.jpg) no-repeat;
}
div#content {
	margin: 0 0 0 200px;
}
div#footer {
	clear: both;
	width: 770px;
	height: 163px;
	background:url(images/footer.gif) no-repeat;
	text-align:center;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
	margin: auto;
}



div#footer p{
	
	text-align:center;
	font: normal 9px Arial, Helvetica, Verdana, sans-serif;
}

div#footer a:link, div#footer a:visited {
font-size: 9px;
color: #fff;
text-decoration: underline;
}


div#copyright {
	font-size: 9px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	padding: 35px;
}
	#copyright a{
		color: #FFFFFF;
		}

.ypimg {
	border: 0px;
	padding-top: 10px;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding-right: 25px;
}
img.right {
	float: right;
	padding-left: 15px;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
a span {
	display: none;
	}
	
.moveright{
	margin:-10px 0 0 -45px;
	position:relative;
	top:0;
	}
	
.messagecontact{
	position: absolute;
	top:-10px;
	margin:290px 0 0 -90px;
	
}
.list li{
	line-height:18px;
	}
#padding{
	margin-bottom:240px;
	}
.size{
	font-size:15px;
	}			
	/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
form p {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
}
radio {
	border-width: 0px;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Tahoma, Arial, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;	
}
div#ps {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}
