@charset "UTF-8";
body {
	background-repeat: repeat-x;
	font-family: Helvetica, sans-serif, Arial;
	background-color: #FAFCFC;
	font-size: 13px;
	color: #666;
}
p {
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #666;
}
h1 {
	color: #607996;
	font-weight: normal;
	font-size: 17px;
	margin-top: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 0.5em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #607996;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0px;
}
h3 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4em;
	color: #64768B;
}
a:link {
	color: #f4a321;
}
a:visited {
	color: #f4a321;
}
a:hover {
	color: #607996;
	text-decoration: none;
}
a:active {
	color: #CC6;
}
.box_bg a    {
	text-align: right;
	margin-right: 12px;
	font-size: 12px;
}
#mainContent {
	margin: 0px auto; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 6; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index: 500;
	width: 924px;
	text-align: left;
} 
.header_bg {
	background-color: #64768B;
	height: 116px;
	background-image: url(../images/header-bg.png);
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.header_bg #header img {
	padding-top: 48px;
	padding-left: 6px;
}
#header {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 116px;
} 
.photo_border {
	padding: 2px;
	border: 1px solid #69533C;
	margin-bottom: 4px;
}
.nav_bg {
	background-image: url(../images/nav_bg_04.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.main_bg {
	width: 100%;
}
.subscript_right {
	font-size: 9px;
	text-align: right;
}
#nav {
	margin: 0px auto;
	padding: 0px 0px 0px 12px;
	z-index: 600;
	width: 930px;
	height: 29px;
	text-align: left;
	vertical-align: top;
}
#banner {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner h1 {
	margin-top: 0.6em;
	margin-bottom: 0em;
}
.flash_main {
	margin: 0px;
}
.clearfloats {
	clear: both;
}
.exp_text {
	width: 920px;
	font-size: 13px;
	height: 100%;
}
.bottom_950 {
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear: both;
}
#footer {
	font-size: 11px;
	padding-top: 6px;
	text-align: center;
	margin: 0px;
	padding-bottom: 12px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1.4em;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #78531D; /* padding keeps the content of the div away from the edges */
	height: 100%;
	color: #EEEEEE;
	padding-bottom: 20px;
}
#sidebar2 {
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img_right {
	float: right;
	margin-right: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.box_bg {
	background-image: url(../images/box_bg_07_06.png);
	background-repeat: no-repeat;
	height: 182px;
	width: 264px;
	padding-left: 24px;
	padding-top: 4px;
	display: inline;
	padding-right: 12px;
	float: left;
	overflow: hidden;
}
.box_big_bg {
	background-image: url(../images/box_big_bg_07.png);
	background-repeat: no-repeat;
	height: 370px;
	width: 264px;
	padding-left: 24px;
	padding-top: 6px;
	display: inline;
	padding-right: 12px;
	float: left;
	margin-top: 8px;
}
.small-cap-ital {
	font-style: italic;
	font-variant: small-caps;
}
ul {
	font-family: Helvetica, sans-serif, Arial;
	margin: 0px;
	padding: 0px;
}
li {
	padding: 0px 0px 0px 1px;
	line-height: 1.3em;
	color: #666;
	font-size: 12px;
	margin-top: 0.1em;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0.1px;
}
.lists {
	float: left;
	margin-right: 6px;
}
.box_top {
	width: 264px;
	padding-left: 24px;
	padding-top: 15px;
	display: block;
	padding-right: 12px;
	margin-top: 0px;
	background-image: url(../images/box_top.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 24px;
}
.box_expand {
	width: 264px;
	padding-left: 24px;
	display: block;
	padding-right: 12px;
	margin-top: 0px;
	background-image: url(../images/box_body.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.box_bottom {
	width: 264px;
	padding-left: 24px;
	display: block;
	padding-right: 12px;
	margin-top: 0px;
	background-image: url(../images/box_bottom.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 17px;
}
#mainContent #main_right .box_top h1 {
	margin: 0px;
}
.box_expand p  {
	padding-top: 0.2 em;
	padding-bottom: 0.2em;
}
#mainContent #main_left p {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
	line-height: 1.4em;
}
#flashcontent {
	height: 560px;
	width: 920px;
}
.banner_bg #banner h1 {
	padding-left: 18px;
}
h4 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3em;
}
td {
	vertical-align: top;
}
.map_instruct {
	float: right;
	font-size: 11px;
}

