/*****************/
/** GENERAL CSS **/
/*****************/
* {
	padding:0;
	margin:0;
}

body {
	font-family: Arial, sans-serif;
	font-size:62.5%;
}

h2 {
	font-size: 1.8em;
	line-height:1.3em;
	margin-bottom:0.7em;
}

p {
	margin-bottom:1em;
}

/********************/
/** HELPER CLASSES **/
/********************/
.clear0 {
	clear: both;
	height: 0;
}

.clear {
	clear:both;
}

.clear_left {
	clear: left;
}

.right {
	float:right;
}

.left {
	float:left;
}

.v_spacer9 {
	height: 9px;
}

.maroon {
	color: #502b2c;
}

a.maroon:hover {
	/*color: #824648;*/
	color: #9c5456;
}

.gold {
	color: #b3a569;
}

a.gold:hover {
	color: #d9c880;
}

.white {
	color: #FFFFFF;
}

a.white:hover {
	color: #DDDDDD;
}

.bold {
	font-weight: bold;
}

.no_top_margin {
	margin-top: 0;
}

.side_margin10 {
	margin-left: 10px;
	margin-right: 10px;
}

.side_margin5 {
	margin-left: 5px;
	margin-right: 5px;
}

ul.question_mark_bullets {
	list-style-type:none;
}

ul.question_mark_bullets li {
	background: url('../img/question_mark_bullet.png') no-repeat top left;
	padding-left:26px;
	display:block;
	text-indent:0;
}

.nonIEclear {
	clear:both;
}

/* the magic spacer bullet */
div.question_mark_bullet {
	background: url('../img/question_mark_bullet.png') no-repeat;
	min-width: 16px;
	min-height: 16px;
	float:left;
	margin-right: 10px;
}

ul li, ol li {
	margin-bottom:10px;
	margin-left:2em;
	text-indent:-1em;
	list-style-position:inside;
}

ul {
	list-style-position:inside;
}

/******************/
/** TOP_NAV **/
/******************/

div#top_nav {
    min-width:100%;
    width:100%;
    height:50px;
    overflow:hidden;
    background: url('../img/top-nav-bg.png') repeat-x top left;
}

div#navlist {
    width:100%;
    position:relative;
    overflow:hidden;
    float:left;
    background: url('../img/top-nav-bg.png') repeat-x top left;
}

div#navlist ul {
    clear:left;
    float:left;
    left:50%;
    margin:0 auto;
    position:relative;
    text-align:center;
}

div#navlist a { outline:none; }

div#navlist li {
    margin:0;
    padding:0;
    text-indent:0em;
    list-style-type:none;
    display:block;
    float:left;
    right:50%;
    position:relative;
    height:50px;
    padding:0px 0px 0px 0px;
    cursor:pointer;
}

div#navlist li span {
    background:url('../img/nav-seperator.png') no-repeat top left;
    padding:0px 0px 0px 11px;
    display:block;
    float:left;
    height:50px;
    line-height:30px;
    cursor:pointer;
}

div#navlist li a span {
    background:none;
    padding:0px 11px 0px 0px;
    display:block;
    float:left;
    height:50px;
    line-height:30px;
}

div#navlist li.last a {
    background:url('../img/nav-seperator.png') no-repeat top right;
}

div#navlist li.active {
    background:url('../img/top-nav-active.png') repeat-x top right;
}

div#navlist li a {
    margin:0;
    padding:0;
    color:#ffffff;
    font-family:"Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size:13px;
    display:block;
    line-height:30px;
    height:50px;
    text-decoration:none;
    padding:0px;
    float:left;
    position:relative;
    cursor:pointer;
}

div#navlist li a:hover {
    text-decoration:underline;
}

/******************/
/** MASTHEAD_NAV **/
/******************/
div#masthead h1 a {
	background: url('../img/masthead.png') no-repeat;
	width: 713px;
	height:182px;
	margin: 0 auto;
	text-indent:-9999px;
	display:block;	
}

div#nav-wrapper {
	background: url('../img/navigation.png') repeat-y;
	width: 289px;
	margin-top:-80px;
	margin-bottom:10px;
	float:left;
	padding:4px 24px;
	padding-bottom:0;
}

ul#navigation {
	background:white;
	margin-left:0;
	font-family: Helvetica, Arial, sans-serif;
	/*font-size:13px;*/
	list-style-type:none;
	border:solid 2px #562e2f;
	padding:2px;
	padding-bottom:0px;
}

ul#navigation li {
	margin-bottom:2px;
	margin-left:0px;
	text-indent:0;
	list-style-position:outside;
}

ul#navigation li a.nav_link, ul#navigation li a.current_nav_link {
	display:block;
	width: 281px;
	min-height: 31px;
	text-decoration: none;
	color: #000000;
}

ul#navigation li a.nav_link_double, ul#navigation li a.current_nav_link_double{
	display:block;
	width: 281px;
	height:45px;
	text-decoration: none;
	color: #000000;
	line-height:1.3em;
}

ul#navigation li a.nav_link:hover, ul#navigation li a.current_nav_link {
	background: url('../img/nav_link_single.png') repeat;
	color: #FFFFFF;
}

ul#navigation li a.nav_link_double:hover, ul#navigation li a.current_nav_link_double {
	background: url('../img/nav_link_double.png') repeat;
	color: #FFFFFF;
}

ul#navigation li a span {
	display:block;
	padding:5px 15px;
}

/************/
/** FOOTER **/
/************/
div#disclaimer {
	background: #2c451b url('../img/disclaimer.png') no-repeat bottom left;
	width: 881px;
	margin: auto;
	clear: both;
	margin-top:50px;
}

div#disclaimer_content {
	padding:30px 30px 30px 80px;
}

div#disclaimer_content p {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	line-height:1.4em;
}

div#disclaimer_content h2 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:1.9em;
}

div#footer_links {
	font-size: 12px;
	margin: auto;
	width: 713px;
	text-align:center;
	margin:55px auto 50px;
	line-height:1.5em;
}

div#footer_links a {
	color:#000000;
}

div#footer_links a:hover {
	color:#333333;
}


/**************/
/** HOME CSS **/
/**************/
div.content {
	width: 713px;
	margin: auto auto 15px auto;
	position: relative;
	font-size:1.2em;
	line-height:1.6em;
	padding-top:10px;
}

div.content_left {
	clear:left;
	float:left;
	margin-right:30px;
	width:307px;
}

div.content_right {
	float: right;
	width:376px;
}

