/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #897367;
}

/* 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: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	color: #897367;
}

h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #897367;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
}
h2 {
	font: italic 14px Arial, Helvetica, sans-serif;
	color: #9A3AB8;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	margin-top: 8px;
	margin-left: 3px;
	text-transform: uppercase;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px 65px;
}
/* ----------------- 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: 800px;
	height: 181px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* NAVIGATION CONTAINER */
div#nav {
	top: 122px;
	position: absolute;
	text-align: left;
	left: 206px;
	width: 600px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: url(images/navhover.gif);
	color: #9A3AB8;
}

/* 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;
	color: #877164;
	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: #CBE26E;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

div#nav li a:hover {
	background: url(images/navhover.gif);
	color: #563F32;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 611px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C7DE69;
	margin-bottom: 20px;
}

div#content img {
	padding: 0px;
	margin: 0px;
	text-align: left;
}
div#content img.center {
	padding: 1px;
	border: 1px solid #D8CFCB;
	text-align: center;
	margin: 5px 0px 5px 30px;
}
div#content img.right {
	float: right;
	margin-left: 5px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 1px;
	border: 1px solid #D8CFCB;
}

div#content img.left {
	float: left;
	border: 1px solid #D8CFCB;
	padding: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 30px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D8CFCB;
}

div#footer ul {
	list-style:none;
	font-size:85%;
	text-transform:capitalize;
	padding-top: 5px;
	padding-bottom: 20px;
	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:#9A3AB8;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	padding-right: 9px;
	padding-top: 0px;
	padding-left: 8px;
}

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: #AC9C93;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	background-color: #6A5347;
}
div#copyright a {
	font-size: 9px;
	color: #AC9C93;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: left;
	width: 183px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(images/cta.jpg);
	background-repeat: no-repeat;
}
div#leftside img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


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: #897367;
	font-size: 12px;
	line-height: 13pt;
}
ul#numbers {
	margin-left: 80px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
}

ul#numbers li {
	line-height: 13pt;
	list-style-position: outside;
	list-style-type: decimal;
	color: #897367;
	font-size: 12px;
}

.map {
	border: 1px solid #7E685C;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.name {
	color: #9A3AB8;
	font-style: italic;
}

.print {
	text-align: center;
}

.center {
	text-align: center;
}
