/*
Author: Tribe Design, LLC.
Author URI: http://tribedesign.com/
*/
@font-face {
    font-family: 'robotoregular';
    src: url('webfonts/Roboto-Regular-webfont.eot');
    src: url('webfonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Roboto-Regular-webfont.woff') format('woff'),
         url('webfonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('webfonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoitalic';
    src: url('webfonts/Roboto-Italic-webfont.eot');
    src: url('webfonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Roboto-Italic-webfont.woff') format('woff'),
         url('webfonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('webfonts/Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('webfonts/Roboto-Bold-webfont.eot');
    src: url('webfonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Roboto-Bold-webfont.woff') format('woff'),
         url('webfonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('webfonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

li {
	margin: 0 0 10px 0;
}


em, i {
	font-family: 'robotoitalic' !important;
    font-weight: normal !important;
    font-style: normal !important;
}
.body_text {
	font-family: 'robotoregular';
	font-weight: normal;
    font-style: normal;
	font-size: 11pt;
	color: #333333;
	text-align: justify;
}
.paragraph_header {
	font-family: 'robotoregular';
	font-size: 15px;
	text-transform: uppercase;
	color: #8B0B04;
}

.paragraph_INTRO {
	font-family: robotoregular;
	font-size: 17px;
	color: #8B0B04;
}


.paragraph_headerHome {
	font-family: 'robotoregular';
	font-size: 28px;
	color: #8B0B04;
}
.footer_link {
	font-family: 'robotoregular';
	font-size: 12px;
	color: #E0DFD6;
	text-decoration: underline;
}
.footer_text {
	font-family: 'robotoregular';
	font-size: 12px;
	color: #E0DFD6;
}
.no_repeat {
	background-color: #E0DFD6;
	background-image: url(images/swoosh_bg.gif);
	background-repeat: no-repeat;
}
.body_link {
	font-family: 'robotoregular';
	font-size: 11pt;
	color: #333333;
	text-decoration: underline;
}
.paragraph_header_bold {
	font-family: 'robotobold';
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}
.figure_text {
	font-family: 'robotoregular';
	font-size: 10pt;
	color: #333333;

}

.figure_text_caps {
	font-family: 'robotobold';
	font-size: 10pt;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
}
.body_text_CAPS {
	font-family: 'robotoregular';
	font-size: 11pt;
	text-transform: capitalize;
	color: #333333;
	font-weight: normal;
}

/* --- HTML Body --- */
html, body {
	background-color: #b1afaf;
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}
/* --- Container--- */
#container {
	margin: 0 auto;
	width: 1024px;
	background-color:#E0DFD6;
	float: left;
}	

/* --- Header--- */
#header {
	float: left;
	width: 1024x;
	padding: 0 0 20px 0;
	background-color:none;
}

#logo {
	width: 1024x;
	float: left;
	background-color:none
}

#logo * {
	display: block;
}

/* --- Header - Navigation --- */
#nav-wrap {
	float: left;
	position: relative;
	z-index:100;
	margin: 0;
	padding: 0;
	width: 1024px;
	background-color: none;
	background: -webkit-linear-gradient(#890b04, #670803); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#890b04, #670803); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#890b04, #670803); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#890b04, #670803); /* Standard syntax */
}

#top_nav {
	float: right;
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}

#top_nav > li {
	display: table-cell;
	float: left;
	margin: 0;
	list-style: none;
}

#top_nav > li > a {
	color: #cccccc;
	font-size: 18px;
	line-height: 22px;
	font-family: 'robotoregular';
	font-weight: normal;
	text-align: center;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	background: none;
}

#top_nav > li:hover > a,
#top_nav > li.sfHover > a,
#top_nav > li.current-menu-item > a,
#top_nav > li.current-menu-parent > a,
#top_nav > li.current-menu-ancestor > a {
	color: #ffffff;
	background: -webkit-linear-gradient(#7b0a04, #460502); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7b0a04, #460502); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7b0a04, #460502); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7b0a04, #460502); /* Standard syntax */
}

#top_nav ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #890b04;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: 1px solid #ffffff;
	border-left: none;
}

#top_nav ul li {
	float: none;
	list-style: none;
	margin: 0;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#top_nav li li a,
#top_nav li li li a{
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-family: 'robotoregular';
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	display: block;
	width: 100px;
	padding: 10px;
	margin: 0;
}

#top_nav li li a{
	width: 100px;
}

#top_nav li li li a{
	width: 146px;
}

#top_nav ul li:hover,
#top_nav ul li.sfHover,
#top_nav ul li.current-menu-item,
#top_nav ul li.current-menu-parent {
	background: #6c0803;
}

#top_nav ul li.hasChildren li:first-child,
#top_nav ul li.hasChildren > li:hover,
#top_nav ul li.hasChildren > li.sfHover{
	border-left: 1px solid #6c0803;
}

#top_nav li ul ul {
    margin:-37px 0 0 120px;
}

#top_nav li:hover ul ul,
#top_nav li.sfHover ul ul {
    display: none;
}

#top_nav li:hover ul,
#top_nav li.sfHover ul,
#top_nav li li:hover ul,
#top_nav li li.sfHover ul {
	display: block;
}

/* --- Slideshow --- */
#homeSlideshow {
	float: left;
	position: relative;
	background-color:#E0DFD6;
	width: 1024px;
	height: 289px;
	z-index: 1;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#homeSlideshow * {
	position: absolute;
	width: 1024px;
	height: 289px;
	margin: 0;
	padding: 0;
	display: block;
}

#progress {
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 0px;
	background: #890b04;
	z-index: 500;
}

/* --- Homepage --- */
#home-content-container {
	margin: 0 auto;
	width: 1024px;
	height: auto;
	text-align: auto;
	background-color:#E0DFD6
}

#text-home {
	margin: auto;
	background-color: #E0DFD6;
	width: 984px;
	height:auto;
	text-align: auto;
	float: left;
	padding:20px;
}

#home-welcome-text{
	width: 300px;
	float: left;
}

.no_repeat {
	background-color: #E0DFD6;
	background-image: url(images/swoosh_bg.gif);
	background-repeat: no-repeat;
}

#home-highlights {
	margin: auto;
	width: 650px;
	text-align: auto;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
}

/* --- chapter--- */
#chapter-header-container {
	float: left;
	margin: 0;
	width: 1024px;
	text-align: left;
	background-color:none
}

#chapter-header-container img {
	width: 1024px;
	margin: 0;
	padding: 0;
	display: block;
}

#chapter-text{
	width: 600px;
	margin: 0;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#chapter-full{
	width: 985px;
	margin: 0;
	float: left;
	padding: 0px;
}

#chapter-highlights {
	margin: auto;
	background-color: #E0DFD6;
	width: 300px;
	float: right;
	text-align: justify;
	padding: 0px 20px 20px 0px;

}

/* --- footer --- */
#footer {
	position : relative;
	clear:both;
	height: 50px;
	margin: 0 auto;
	margin-top: 5px;
	width: 1024px;
	text-align: auto;
	padding-top: 20px;
	background-color: none;
}

#footer .tribe {
	float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E0DFD6;
}
#footer .tribe a {
	color: #E0DFD6;
}
