/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bg_main.jpg) repeat-x;
	background-color: #277ace;
	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 {
	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;
	color: #000000;
	margin: 0px;
	padding: 5px 30px 5px 40px;
	text-align: left;
	line-height: 1.7;
}


h1 {
font: bold 30px Verdana, Arial, Helvetica, sans-serif;
color: #0f026b;
margin: 0;
padding: 0px 0px 0px 40px;
text-transform:uppercase;
}

h2 {
font: bold 16px Georgia, "Times New Roman", Times, serif;
color: #056014;
margin: 0px 0px 10px 0px;
padding: 10px 20px 10px 40px;
border-bottom: 1px solid #0f026b;
border-top: 1px dotted #0f026b;
}

h3 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
padding: 0px 20px 0px 40px;
color: #09677a;
text-align: center;
}

address {
margin:20px 0 0 0;
padding: 0px 20px 0px 40px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #000;
text-align: left;
line-height: 1.4;
}



li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #0f026b;
}
a:visited {
color:#0f026b;
}
a:hover {
color: #056014;
}
a:active {
color: #0f026b;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 790px;
margin: 0px auto;
padding: 0px;
}


div#header {
width: 790px;
height: 178px;
margin: 0px auto;
padding: 0px;
position: relative;
}

div#container {
width:790px;
margin:0px auto;
padding:0px;
background: url(images/bg_container.jpg) repeat-y;
}

div#content {
	width:740px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	vertical-align:top;
	text-align:left;
}


div#content a:link {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#content a:visited {
text-decoration: none;
border-bottom: 1px dotted #737373;
font-weight: bold;
}

div#footer {
	width:745px;
	height: 46px;
	margin:0px auto;
	padding:30px 15px 0px 30px;
	background: url(images/bg_footer.jpg) no-repeat;
	font:normal 11px Verdana, Arial, Helvetica, Verdana, sans-serif;
	color:#faf9ea;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	font-size:11px;
	color:#faf9ea;
	text-decoration:none;
}

div#footer a:hover, div#footer a:active {
	font-size:11px;
	color:#faf9ea;
	font-weight: bold;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */




	ul#mainnav {
	width: 480px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 310px;
	top: 142px;
	}

	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	padding: 6px;
	margin: 0px;
	border-right: 1px solid #d9d7be; 
	color: #d9d7be; 
	font-weight: bold;
	text-transform: uppercase;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color: #fff; 
	}


/* ----------------- COPYRIGHT CONTAINER ----------------- */

div#copyright {
position:relative;
color: #faf9ea;
width: 760px;
margin: 0 auto;
padding: 5px 0px;
font: normal 9px Arial, Helvetica, Verdana, sans-serif;
text-align: right;}

div#copyright a:link, div#copyright a:visited {
color: #faf9ea;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #faf9ea;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #dadada;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #a6e6ed;
	background-color: #ffffff;
	margin: 5px 0px 5px 10px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	clear: both;
}

div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bulletfloat {
float: left;
width: 180px;
list-style:none;
padding-bottom: 10px;
}

ul#bullet li, ul#bulletfloat li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 7px;
padding: 0px 30px 0px 15px;
line-height: 1.7;
}

.company {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #0f026b;
}

div#map {
width: 600px;
height: 300px;
margin: 10px auto;
padding: 0px;
border: 1px dotted #0f026b;
}

/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 600px;
	text-align: left;
	margin: 20px auto 0 40px;
}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.button {
margin-left: 50px;
}

textarea {
	margin-bottom: 10px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 225px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}
