/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #77797A;
}

/* 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, blockquote, cite {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #1AA5B3;
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 139px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	padding: 15px 0px 0px;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #1AA5B3;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-color: #EBEDED;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
}

blockquote {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 10px 60px 25px 60px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #cccccc;
}

cite {
	float: right;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}

applet {
	margin-top: 117px;
	margin-right: 67px;
	border: 1px solid #D5D5D5;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #1AA5B3;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	padding: 0px;
	text-align: center;
	margin-top: 290px;
	margin-right: 68px;
	margin-bottom: 10px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #1AA5B3;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px 0px 0px 20px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	height: 193px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	top: 158px;
	position: absolute;
	text-align: left;
	left: 165px;
	width: 750px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/navhover.gif);
	color: #333333;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	width: 100%;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	padding:0;
	margin: 0px auto;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	width: auto;
	padding:10px 12px 11px;
	color: #CCEAEC;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

div#nav li a:hover {
	color: #FFFFFF;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
}

/* Creates the div for the content */
div#content {
	width: 990px;
	vertical-align: top;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
/* Creates the div for the leftside */
div#leftside {
	width: 660px;
	text-align: left;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

div#leftside img {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
div#leftside img.center {
	padding: 1px;
	border: 1px solid #D8CFCB;
	text-align: center;
	margin: 5px 0px 5px 30px;
}
div#leftside img.right {
	float: right;
	margin-left: 5px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 1px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	padding: 2px 0px 0px;
	margin-top: 0px;
	margin-right: 70px;
	margin-left: 59px;
	margin-bottom: 0px;
	background-color: #1AA5B3;
	height: 25px;
}

div#footer ul {
	list-style:none;
	font-size:85%;
	text-transform:capitalize;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 11px;
} 

div#footer li {
	float:left;
	line-height:normal;
	text-indent:0;}

div#footer li a {
	display: block;
	width: auto;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	padding-right: 17px;
	padding-top: 0px;
	padding-left: 16px;
	text-transform: uppercase;
	padding-bottom: 0px;
}

div#footer li a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	background-color: #3E3F41;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(images/cta.gif);
	background-repeat: no-repeat;
	width: 266px;
}
div#rightside strong {
	text-transform: uppercase;
	color: #1AA5B3;
}


ul#list {
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 60px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	color: #666666;
	font-size: 12px;
	line-height: 13pt;
}

ol#list {
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 60px;
}

ol#list li {
	list-style-position: outside;
	color: #666666;
	font-size: 12px;
	line-height: 13pt;
}
.map {
	border: 1px solid #666666;
	margin-left: 80px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.name {
	color: #1AA5B3;
}

.center {
	text-align: center;
}
p.indent {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 80px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
}
.form {
	margin-left: 65px;
}
