/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	background-color: #333333;
}

/* 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: 25px;
	margin-left: 52px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-indent: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #742929;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #E0CB54;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #80A4AE;
}

address {
	padding: 0px;
	margin: 20px 0px 20px 10px;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	color: #2C4C63;
	font-family: Arial, Helvetica, sans-serif;
}
address a:link, address a:visited, address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
/* ----------------- 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: 770px;
	height: 204px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* 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;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 555px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#content img.left {
	float: left;
	clear: left;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #BFE1EA;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}


/* ----------------- left NAVIGATION ----------------- */

div#nav {
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 192px;
}
ul#nav {
	padding: 0px;
	margin: 10px 0px 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1AB31;
}
ul#nav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display: block;
	border-bottom: 1px solid #C1AB31;
	text-decoration: none;
	padding: 4px 0px;
	text-indent: 10px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
}
ul#nav li a:hover, ul#nav li a.current:link, ul#nav a.current:visited {
	background: #C1AB31;
	color: #FFFFFF;
}

ul#list {
	font-size: 11px;
	padding: 0px;
	margin-left: 80px;
	line-height: 16px;
}
ul#list li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

div#content img {
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-left: 30px;
	clear: right;
	float: right;
	margin-right: 30px;
}

/* ----------------- FORM ELEMENTS ----------------- */

fieldset {
	margin:0px auto;
	padding:0px;
	border:1 solid #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 370px;
}
legend {
	margin:0px;
	padding: 0px 0px 10px 0px;
	text-transform:capitalize;
	color: #639BD4;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

input, textarea {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

label{
	text-align: right;
	float: left;
	width: 150px;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

input.submit {
	width: 100px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #639BD4;
	border: 1px solid #F0F0EB;
	clear: both;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #742929;
	text-transform: uppercase;
	margin-left: 50px;
}
iframe.map {
	margin-left: 10px;
	border: 1px solid #666666;
}
div#flash {

	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 359px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
