/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #575758;
}

/* 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, a, ul, li, address {
	font-family: 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: 13px;
	line-height: 16px;
	color: #666666;
	margin: 0 15px 20px 10px;
	text-transform: none;
	padding: 0px;
}

address {
	font-size: 12px;
	font-style: normal;
	color: #0a2944;
	padding: 0px;
	margin: 30px 0px 20px 3px;
	text-align: left;
}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #073D6B;
	padding: 5px;
	margin: 15px 15px 20px 0;
	text-transform: uppercase;
	text-indent: 5px;
}

/* ------------------------- GENERAL LINKS----------------------------- */
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #666666;
	font-weight: bold;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #DF8040;
}
a:active {
}


/* ------------------------- GENERAL LIST ITEMS ----------------------------- */
ul {
	margin: 0px;
	padding: 5px 25px 15px 40px;
	}
	
ul.left {
	float: left;
	}
	
li {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	}

/* ------------------------- MAIN NAVIGATION TAB STYLE----------------------------- */

ul#mainnav {
	width: 770px;
	height: 23px;
	margin: 5px auto 0px auto;
	padding: 0px;
	background: #30607a;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
	border-right: 1px solid #7d7d7d;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 4px 13px 4px 13px;
	font-size: 11px;
	font-weight: bold;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #666666;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates the div container for the site. */
div#container {
	background-image: url(images/content_bg.gif);
	width: 770px;
	margin: 0px auto;
	border: 8px solid #FFFFFF;
}

div#header {
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	
	background-color: #30607a;
}

div#bodyleft {
	float: left;
	width: 168px;
}

/* Creates the div for the content */
div#bodyright {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 580px;
	border: 1px solid #666666;
}

div#bodyright img.right {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 1px solid #666;
}

div#bodyright img.right_noborder {
	float: right;
	margin: 5px 0px 5px 10px;
}

div#bodyright img.left {
	float: left;
	margin: 0px 10px 15px 0px;
}

img.cc {
	float: left;
	margin-left: 20px;
} 


/* Styles the copyright div */
div#copyright, div#footnav {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px auto;
	padding: 0px;
	text-transform: capitalize;
	clear: both;
	width: 786px;
}

div#copyright a, div#footnav a {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

div#footnavleft {
	float: left;
	text-align: left;
}

div#footnavright {
	float: right;
	text-align: right;
}

div#footnav img {
	border: none;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div.clear {
	clear: both;
}

div.clearleft {
	clear: left;
}

div#maps {
	width: 400px;
	border: 1px solid #666;
	float: right;
	margin-bottom: 15px;
}

iframe.noscroll {
	margin-top: -50px;
}


ul#list {
	font-size: 10px;
	color: #666666;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 80px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	text-transform: capitalize;
}

table#pics {
width: 520px;

}

table#pics td {
width: 25%;
padding: 4px;
border: 1px;
}