/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

/* 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: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #386187;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 210px;
	margin-left: 20px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #0460A6;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin: 230px 0px 5px 15px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
}
/* ----------------- 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.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 29px;
	text-align: left;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 585px;
	top: 0px;
	position: absolute;
	text-align: left;
	left: 184px;
	height: 29px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #386187;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:8px 25px 8px 24px;
	color: #FFFFFF;
	text-decoration:none;
	background: url(images/nav_on.gif) top left no-repeat;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BE0900;
	font-size: 9px;
	text-transform: uppercase;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #BE0900;
	color: #FFFFFF;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 583px;
}

div#content img {
	margin: 0px;
	text-align: left;
	padding: 0px;
}

div#content img.right {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 9px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: left;
	width: 183px;
	vertical-align: top;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

ul#list {
	font-size: 11px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 220px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

ul#list2 {
	font-size: 11px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 230px;
}

ul#list2 li {
	list-style-type: decimal;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px;
	overflow: hidden;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	border: 1px solid #666666;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
div#container2 {

	background: #FFFFFF url(images/contentbg2.gif);
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}
h2 {

	font: bold 14px Arial, Helvetica, sans-serif;
	color: #386187;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
div#headerdiy {

	background: url(images/header_diy.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 29px;
	text-align: left;
}
div#containerdiy {

	background: #FFFFFF url(images/contentbg_diy.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFFFFF;
}
div#footerdiy {

	clear: both;
	margin: 0px auto;
	width: 770px;
	background-image: url(images/footer_diy.gif);
	background-repeat: no-repeat;
	height: 9px;
}
div#flash {

	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
