@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background:url(../images/bg.jpg) no-repeat center top;
	background-color:#d7d3cd;
	text-align:center;
	font-family:Arial, Helvetica, "Lucida Grande", Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:16px;
}
body.large {
	background-position-y: bottom;
	background-color: #fff;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:934px;
	min-height:400px;
}
#secondary-nav-bar {
	height: 20px;
	background-color: #c2beb2;
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0px;
}
#secondary-nav-wrapper {
	background-color: white;
	width: 100%;
	height: 20px;
}
#secondary-nav {
	list-style-type: none;
	float: right;
	background: url(../images/secondary-nav-bg.gif) no-repeat left center;
	padding-left: 25px;
	padding-top: 3px;
	margin: 0px;
	height: 17px;
}
#secondary-nav li {
	float: left;
	margin-right: 10px;
	color: #5a564c;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
#secondary-nav li a {
	color: inherit;
	text-decoration: none;
}
#secondary-nav li a:hover {
	color: white;
	text-decoration: none;
}
	#header {
		margin-top: 40px;
	}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

ul#nav {	
	width:934px;
	list-style:none;
	height:52px;
	margin: 0;
}

ul#nav li {
	display:inline
}

ul#nav li a {
	height:52px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#nav  li a span {
	float:left;
	display:block
}

ul#nav li#nav-1 a {
	width:303px;
	background:url(../images/nav.gif) no-repeat 0px 0
}

ul#nav li#nav-1 a:active,
ul#nav li#nav-1 a:hover {
	background-position:0px -52px
}
ul#nav li#nav-1 a.current {
	background-position:0px 0px -52px
}

ul#nav li#nav-2 a {
	width:109px;
	background:url(../images/nav.gif) no-repeat -303px 0
}

ul#nav li#nav-2 a:active,
ul#nav li#nav-2 a:hover {
	background-position:-303px -52px
}
ul#nav li#nav-2 a.current {
	background-position:-303px -303px -52px
}

ul#nav li#nav-3 a {
	width:79px;
	background:url(../images/nav.gif) no-repeat -412px 0
}

ul#nav li#nav-3 a:active,
ul#nav li#nav-3 a:hover {
	background-position:-412px -52px
}
ul#nav li#nav-3 a.current {
	background-position:-412px -412px -52px
}

ul#nav li#nav-4 a {
	width:99px;
	background:url(../images/nav.gif) no-repeat -491px 0
}

ul#nav li#nav-4 a:active,
ul#nav li#nav-4 a:hover {
	background-position:-491px -52px
}
ul#nav li#nav-4 a.current {
	background-position:-491px -491px -52px
}

ul#nav li#nav-5 a {
	width:62px;
	background:url(../images/nav.gif) no-repeat -590px 0
}

ul#nav li#nav-5 a:active,
ul#nav li#nav-5 a:hover {
	background-position:-590px -52px
}
ul#nav li#nav-5 a.current {
	background-position:-590px -590px -52px
}

ul#nav li#nav-6 a {
	width:73px;
	background:url(../images/nav.gif) no-repeat -652px 0
}

ul#nav li#nav-6 a:active,
ul#nav li#nav-6 a:hover {
	background-position:-652px -52px
}
ul#nav li#nav-6 a.current {
	background-position:-652px -652px -52px
}

ul#nav li#nav-7 a {
	width:209px;
	background:url(../images/nav.gif) no-repeat -725px 0
}

ul#nav li#nav-7 a:active,
ul#nav li#nav-7 a:hover {
	background-position:-725px -52px
}
ul#nav li#nav-7 a.current {
	background-position:-725px -725px -52px
}

#body {
	position: relative;
	background: url(../images/body-bg.gif) repeat-y;
	padding: 20px 30px 20px 30px;
	clear: both;
}
#footer {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
	width: 934px;
	height: 24px;
	padding-top: 12px;
	text-align: center;
	background: url(../images/footer-bg.gif) no-repeat;
	margin-bottom: 400px;
}
#footer a {
	color: inherit;
}
#footer input.textfield {
	width: 170px;
	height: 20px;
	border: 1px solid #ccc;
	font-size: 9px;
	font-weight: bold;
	color: #999;
}


.tab-box,
.inside-tab-box,
.last-tab-box {
	float: left;
	width: 428px;
	margin-right: 18px;
	position: relative;
}
.inside-tab-box,
.last-tab-box {
	margin-right: 0px;
}
.inside-tab-box {
	padding-right: 19px;
}
.inside-tab-box div.alt {
	background-color: black;
	width: 386px;
	min-height: 290px;
	_height: 290px;
	padding: 20px;
	border: 1px solid #ccc;
}
h1.tab-title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background: url(../images/box-header-bg.gif) no-repeat right center;
	padding: 3px 20px 0px 5px;
	margin: 0px;
	height: 17px;
	width: 200px;
}
.inside-tab-box-alt h1.tab-title,
.inside-tab-box h1.tab-title {
	background: url(../images/inside-box-header-bg.gif) no-repeat right center;
}
#pointer-arrow {
	position: absolute;
	top: 188px;
	right: 0;
}
#pointer-arrow.alt {
	position: absolute;
	top: 20px;
	right: 0;
}
#tab-box-masthead {
	width: 428px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
#masthead-info {
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 416px;
	height: 61px;
	padding: 5px;
	background: url(/media/images/inside-info-bg.png);
}
#masthead-info h1 {
	font-size: 15px;
	color: black;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0;
}
#masthead-info {
	font-size: 11px;
	line-height: 12px;
	color: white;
}
.inside-content-box {
	position: relative;
	width: 425px;
	min-height: 330px;
	_height: 330px;
	background: #aaa;
	float: left;
	margin-top: 20px;
	border: 1px solid #ccc;
}
.padding_20 {
	padding: 20px;
}
.video-container {
	border: 1px solid #ccc;
}
#more-info-div {
	position: absolute;
	top:0;
	left: 0;
	width: 425px;
	height: 330px;
	overflow: hidden;
	background: #ccc;
	z-index: 200;
}
#info-content {
	padding: 20px 20px 20px 40px;
	overflow: auto;
	width: 365px;
	height: 290px;
}
.close-btn {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/media/images/close_button.png) top center no-repeat;
	text-indent: -9999px;
}
.close-btn:hover {
	background-position: bottom;
}
#more-info {
	color:#deb406;
	font-weight: bold;
}
#more-info:hover {
	color:#fff;
}

/* SMARTPOSITION ITEMS
 ******************************/
body.smartposition .inside-tab-box {
	position: fixed;
	top: 10px;
}
body.stopposition .inside-tab-box {
	position: absolute;
	bottom: 20px;
}

/* CAROUSEL ITEMS
 ******************************/
.jcarousel-skin-duc {
	list-style-type: none;
}
.jcarousel-skin-duc li {
	float: left;
    width: 126px;
    height: 80px;
    margin: 0px;
    border: 1px solid white;
}
a.scroller-list-item-pic {
	width: 126px;
	height: 59px;
	background-position: top center;
	display: block;
	text-indent: -9999px;
}
a.scroller-list-item-text {
	background: url(/media/images/scroller-arrow-off.png) no-repeat right center;
	background-color: #878378;
	display: block;
	width: 121px;
	height: 19px;
	color: white;
	text-decoration: none;
	font-size: 9px;
	padding: 2px 0px 0px 5px;
}
.jcarousel-skin-duc li.selected a.scroller-list-item-pic,
.jcarousel-skin-duc li:hover a.scroller-list-item-pic {
	background-position: bottom center;
}
.jcarousel-skin-duc li.selected a.scroller-list-item-text,
.jcarousel-skin-duc li:hover a.scroller-list-item-text {
	background: url(/media/images/scroller-arrow-on.png) no-repeat right center;
	background-color: #deb406;
}

/* ALT BOX STYLES
 ******************************/
.alt ul {
	margin-left: 0px;
	list-style-type: none;
}
.alt li {
	width: 99%;
	margin-bottom: 10px;
}
a.alt-list-item-text {
	background: url(/media/images/js-arrow-right.png) no-repeat right center;
	background-color: #878378;
	display: block;
	width: 100%;
	height: 19px;
	color: white;
	text-decoration: none;
	font-size: 11px;
	padding: 2px 0px 0px 5px;
	border: 1px solid #ccc;
}
.alt li.selected a.alt-list-item-text,
.alt li:hover a.alt-list-item-text {
	background: url(/media/images/js-arrow-down.png) no-repeat right center;
	background-color: #deb406;
}
.alt li ul {
	display: none;
	margin-top: 5px;
}
.alt li.selected ul {
	display: block;
}

.alt li ul li {
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px solid #333;
	padding: 3px 0px 3px 20px;
	margin: 0;
	position: relative;
}
.alt li ul li:last-child {
	border: none;
}
.alt li ul li a {
	color: #c2beb2;
	text-decoration: none;
}
.alt li ul li a.selected,
.alt li ul li a:hover {
	color: #fff;
}
.rbracket,
.lbracket {
	position: absolute;
	font-size: 14px;
	color: #deb406;
	display: none;
}
.lbracket {
	left: 10px;
	top: 2px;
}
.rbracket {
	margin-left: 7px;
	top: 2px;
}
.alt li ul li a:hover .rbracket,
.alt li ul li a.selected .rbracket,
.alt li ul li a:hover .lbracket,
.alt li ul li a.selected .lbracket {
	display: inline;
}

/* ELEMENT STYLES
 ******************************/
h1 {
	font-size: 20px;
	color: #646159;
	margin:15px 0px 10px;
	text-transform: uppercase;
}
div.inside-content-box h1:first-child {
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #646159;
	margin:10px 0px 7px;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	color: #646159;
	margin:8px 0px 5px;
	text-transform: uppercase;
}
a {
	color: #646159;
	text-decoration: none;
}
a:hover {
	color: white;
}
p {
	margin-bottom: 10px;
}
img.border-img {
	border: 1px solid #ccc;
}
a.button {
	display: block;
	width: 100px;
	padding: 3px 6px 4px;
	margin: 14px 10px;
	text-align: center;
	font-weight: bold;
	/*background: url(/media/images/scroller-arrow-off.png) no-repeat right center;*/
	background-color: #878378;
	text-decoration: none;
	color: white;
	font-size: 11px;
	border: 1px solid white;
}
a.button:hover {
	/*background: url(/media/images/scroller-arrow-on.png) no-repeat right center;*/
	background-color: #deb406;
}

br.clear {
	display: block;
	height: 1px;
	width: 1%;
	clear: both;
}

/* CLEAN FORM STYLES
 ******************************/
/* General */

.cleanform {
	font-size:1em;
	width:40em;
	color:#1b1b1b;
	text-align:left;
	margin:1em auto
}

/* Elements */

.cleanform  label,.cleanform legend{
	padding:0;
	margin:0.3em 0
}

.cleanform fieldset{
	padding:0.7em;
	border:1px solid #ddd;
	margin:0 0 0.5em 0
}

.cleanform label {
    font-weight:bold
}

.cleanform fieldset input {
    width:70%;
    line-height:1.5em;
	padding:0.15em
}

.cleanform .radio input,
.cleanform .checkbox input {
    width:auto;
    border:none;
    margin:0 1.5em 0 0
 }

.cleanform input, .cleanform textarea, .cleanform select {
    display:block;
    margin-bottom:1em;
    font-size:1em;
    border:1px solid #bbb;
    padding:0.15em;
    margin-right:1em
 }

.cleanform .radio label, .cleanform .radio input,
.cleanform .checkbox label, .cleanform .checkbox input {
    display:inline;
    margin:0 1.5em 0 0
}

.cleanform .radio input, .cleanform .checkbox input {
    margin:0 0.3em 0 0
}

/* Button */

.cleanform button {
	margin:0.3em 0;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:1em;
	cursor:pointer;
	padding:0.5em
}

.cleanform button:hover {
	background-color:#e6efc2;
	border:1px solid #c6d880;
	color:#529214
}

.cleanform button:active {
	background-color:#333;
	color:white;
	border:1px solid #000
}

/* Information */

.cleanform .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
    border-bottom:0.1em solid #ddd
}

.cleanform .formInfo h2 {
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

.cleanform .formInfo p{
	text-align:justify
}

.cleanform .required {
	color:#ff3838;
	font-weight:bold;
	font-size:0.8em
}
