/*------------------- TYPOGRAPHY -------------------*/

body, td { font: 11px Arial, Helvetica, sans-serif; color: #505050; line-height: 13px }

h1 {
	font-size: 25px;
	/*color: #ce7b05;*/
	color: #fbb900;
	letter-spacing: -1px;
	margin: 10px 0 23px -1px;
	line-height: 25px;
}

h2 {
	font-size: 14px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 11px;
	margin: 18px 0 2px 0;
}

h4 { font-size: 11px; color: #454545; margin: 5px 0px 0px 0px; font-weight: bold }

h2.top, h3.top {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #cd7b05;
}

a:hover {
	color: #221612;
}

* html p { margin: 12px 0 12px 0 }

*:first-child+html p { margin: 12px 0 12px 0 }

.notice {
	font-style: italic;
	color: #cd7b05;
}

cite { display: block; font-size: 10px; font-style: italic; text-align: right; margin-top: 6px; color: #707070 }

p.intro {
	font-size: 16px;
	line-height: 27px;
	font-weight: 100;
}

blockquote {
	text-indent: -4px;
}


/*------------------- LAYOUT -------------------*/

table, td, tr { margin: 0; padding: 0; border: 0; border-collapse: collapse; vertical-align: top; padding: 0px; margin: 0px; border-spacing: 0; }
.clear { clear: both }
span.delimiter { margin: 0 10px }
img { border: none }


/*------------------- DATA -------------------*/

table.data { width: 100%; margin: 10px 0px }
table.data_wrapped { border: 1px solid #cccccc; margin-top: 8px }
table.data thead td { background-color: #707070; color: #FFFFFF; font-weight: bold }
table.data th { font-size: 9px; font-weight: normal; text-transform: uppercase; text-align: left; padding: 7px 8px; }
table.data td { padding: 6px 8px 6px 8px; vertical-align: top; }
table.data td.data { padding: 0 }
table.data td.data table td { padding: 6px 8px 10px 8px }
table.data tr.highlight td { background-color: #f5f4eb; }
table.data .title_nolink { color: #454545; }
table.data div.details_text { margin: 10px 0px 0 14px; }
table.data div.details_text p { margin-top: 0; }
table.data a.details_link { display: block; width: 60px; height: 13px; background-position: center; background-repeat: no-repeat; text-indent: -20000px; text-decoration: none; cursor: pointer; margin: 5px 0 4px 0; clear: left; background-image: url('/assets/global/images/general/details_link_collapsed.gif'); }
table.data a.details_link.details_link_expanded { background-image: url('/assets/global/images/general/details_link_expanded.gif') }
table.data .title { width: 360px; display: block }
table#offer_library.data div.details_text { padding-right: 120px; background-position: top right; background-repeat: no-repeat }


/*------------------- LISTS -------------------*/

ul, ol { padding: 0px 0px 0px 14px; margin: 10px 0px 15px 0px }
ul li ul, ol li ol, ul li ol, ol li ul { margin-top: 10px; font-size: 11px }
ol { margin-left: 4px; }
ul { list-style-image: url('/site/images/bullet.gif'); }
ul ul { list-style-type: disc; list-style-image: none; }
li { margin: 0px 0px 8px 0px; padding: 0px 7px 0px 6px }
ul li { padding-left: 8px; }

ul.below_header, ol.below_header { margin-top: 14px; }
ul.nostyle { list-style: none; list-style-image: none; margin-left: 0; padding-left: 0px }
ul.nostyle li { list-style: none; list-style-image: none; margin-left: 0; padding-left: 0px }

/* IE 6 sucks */
* html ol { margin: 10px 0px 15px 12px }
* html ul { padding: 0px 0px 0px 18px; margin: 0px 0px 15px 0px }
* html li { padding-left: 6px }
* html ul li { padding-left: 5px }
* html ul.links { margin-left: 17px }

/* IE 7 sucks */
*:first-child+html ol { margin: 10px 0px 15px 12px }
*:first-child+html ul { padding: 0px 0px 0px 18px }
*:first-child+html li { padding-left: 6px }
*:first-child+html ul li { padding-left: 5px }
*:first-child+html ul.links { margin-left: 17px }


/*------------------- FORMS -------------------*/

form { margin: 0 }
div.form_box { background: #eeeeee; padding: 20px; border: 1px solid #707070; margin: 10px 0 }
.buttonbox { text-align: right; padding: 15px 0 0 0; clear: both }
select { height: 17px }
input, select, textarea { font-size: 11px; margin-bottom: 8px; color: #525252; border: 1px solid #a5a5a5; }
select.multiselect { height: 50px }
.checkbox, .radio { border: none; margin-right: 10px; font-size: 10px; background: none }
input.button { border: none; margin-left: -4px }
input.file { border: none }
label { display: block; margin: 0; font-size: 10px; text-transform: uppercase }
label.inline { display: inline }

.mf_form { margin: 10px 0 15px 0; width: 500px }
.mf_form input, .mf_form select, .mf_form textarea { margin: 0 }
.mf_form input { padding: 2px 2px }
.mf_form textarea { padding: 2px 0px 2px 2px; font-size: 11px }
.mf_form input.text, .mf_form textarea.textarea, .mf_form select.select, .mf_form select.multiselect, .mf_form input.password, .mf_form input.file { width: 200px }
.mf_form input.masked { color: #aeaeae }
.mf_form .checkbox, .mf_form .radio { border: none; margin-right: 10px; font-size: 10px; background: none }
.mf_form .image { border: none; margin: 10px 0 0 -6px }
.mf_form .button, .mf_form .submit { padding: 2px 4px; color: #FFFFFF; background: #707070; margin: 10px 10px 10px 0px }
.mf_formitemmsg { font-style: italic; font-size: 10px }
.mf_formitemcomments textarea { font-style: italic }
.mf_error .mf_formitemmsg, .mf_formitemcomments textarea { color: red }
.mf_success .mf_formitemmsg { color: #70a100 }
div.mf_form div.mf_formitem { margin-bottom: 5px; margin-top: 10px }
table.mf_form td { padding: 5px 10px 5px 0 }
table.mf_form tr.highlight td { background-color: #f5f5f5; }
table.mf_form td.mf_formitemlabel { padding-top: 8px; padding-left: 10px; text-align: right }
table.mf_form td.mf_formitemlabel label { display: inline }
table.mf_form.mf_display td.mf_formitemlabel { padding-top: 6px; width: 100px }
.mf_form .mf_formitemoptions { width: 350px }
.mf_form.mf_collection .mf_formitemoptions ul { list-style: none; list-style-image: none; margin: 0 0 0 12px; padding: 0 }
div.mf_form.mf_collection .mf_formitemoptions ul { margin-top: 6px }
.mf_form.mf_collection .mf_formitemoptions li { text-indent: -20px; margin-bottom: 10px }
.mf_form.mf_collection .mf_error input, .mf_form.mf_collection .mf_error select, .mf_form.mf_collection .mf_error textarea { border-width: 1px; border-color: red; background-color: #ffeeee }
.mf_form.mf_collection .mf_success input, .mf_form.mf_collection .mf_success select, .mf_form.mf_collection .mf_success textarea { border-width: 1px; border-color: #70a100; background-color: #f2f3f0 }
.mf_form.mf_collection .mf_error label { color: red }
.mf_form.mf_collection .mf_success label { color: #70a100 }
div.mf_form.mf_display label { font-weight: bold }


/*------------------- SPECIFIC COMPONENTS -------------------*/

body {
	margin: 0;
	padding: 0 0 50px 0;
	text-align: center;
	background: #eeede8;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #505050;
}

div#wrapper {
	margin: 0 auto 0px auto;
	width: 1008px;
	text-align: left;
}

div#header {
	height: 81px;
	background: url('/site/images/logo.gif') top left no-repeat;
	position: relative;
}

div#header a#logo { 
	display: block;
	height: 75px;
	width: 250px;
	text-indent: -9999999px;
}

div#header a#advertisement {
	position: absolute;
	font-style: italic;
	top: 18px;
	right: 20px;
	width: 500px;
	height: 20px;
	text-align: right;
}

div#navigation {
	height: 27px;
	background: url('/site/images/main_background_top.gif') top center no-repeat;
}

/* top navigation */
#nav_L1 { list-style: none; line-height: 1; margin: 0; padding: 0; position: absolute; top: 40px; right: -15px; width: auto; border: none; padding: 3px 20px 0 20px }
#nav_L1 ul { list-style: none; line-height: 1; margin: 0; padding: 0; float: left }
#nav_L1 a { display: block; text-decoration: none; padding: 6px 15px 0px 15px; color: #4b342b;  }
#nav_L1 a.main { font-weight: bold; font-size: 16px;  }
#nav_L1 li { float: left; padding: 0; margin: 0px }
#nav_L1 li ul { position: absolute; right: 9999999px; height: auto; padding: 8px 0px 0px 0px; width: 800px }
#nav_L1 li li { position: relative; float: right }
#nav_L1 li li a { display: block; padding: 16px; color: #ffffff }
#nav_L1 li:hover ul, #nav_L1 li.sfhover ul { right: 20px }
#nav_L1 a:hover { color: #4b342b }
#nav_L1 a.main:hover { color: #1a110e }

#nav_L1 #nav_L1_0:hover ul, #nav_L1 #nav_L1_0.sfhover ul { right: 380px }
#nav_L1 #nav_L1_1:hover ul, #nav_L1 #nav_L1_1.sfhover ul { right: 360px }
#nav_L1 #nav_L1_3:hover ul, #nav_L1 #nav_L1_3.sfhover ul { right: 60px }

div#page {
	background: #ffffff url('/site/images/main_background_middle.gif') top center repeat-y;
	padding: 15px 4px 0px 4px;
	/* position: relative; */
}

div#main {
	min-height: 300px;
	width: 760px; 
	margin: 10px 0px 45px 0px;
	padding: 0 25px 0 25px;
	border-right: 1px solid #cccccc;
	float: left;
}

div#main div.column_1 {
	width: 365px;
	float: left;
}

div#main div.column_2 {
	width: 365px;
	float: left;
	margin-left: 25px;
}

div#sidebar {
	float: left;
	width: 180px;
	border: #cccccc;
	padding-top: 20px;
}

ul#nav_L2 {
	margin: 0;
	padding: 0;
}

ul#nav_L2 li {
	list-style-image: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav_L2 li a {
	padding: 4px 15px;
	display: block;
	color: #505050;
}

ul#nav_L2 li a:hover {
	color: #cd7b05;
}

ul#nav_L2 li.on a {
	font-weight: bold;
	color: #221612;
	background: url('/site/images/nav_indicator.gif') left center no-repeat;
}

div#divider {
	clear: both;
	height: 25px;
	background: #4b342b url('/site/images/main_divider.gif') center no-repeat;
}

div#highlight {
	min-height: 178px;
	background: #4c352c url('/site/images/main_background_highlight.gif') top center repeat-x;
	color: #ffffff;
}

div#highlight div.content {
	padding: 15px;
}

div#highlight div.content p, div#highlight div.content td {
	color: #a5a5a5;
}

div.highlight_photo {
	width: 191px;
	height: 145px;
	background: url('/site/images/highlight_photo_shadow.png') top left no-repeat;
}

div#highlight h2 {
	font-weight: normal;
	color: #ffffff;
	margin-top: 0px;
}

div#highlight table.news {
	margin-top: 10px;
}

div#highlight table.news th, table.news td {
	padding-bottom: 10px;
}

div#highlight table.news th {
	width: 40px; 
	padding-right: 11px;
	font-weight: normal;
}

div#ie_love_kiss {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

div#footer {
	padding: 19px 19px 0 19px;
	height: 12px;
	background: url('/site/images/main_background_bottom.gif') top center no-repeat;
}

ul.utility_links {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 8px;
	text-transform: uppercase;
	color: #707070;
	letter-spacing: 2px;
}

ul.utility_links.left {
	float: left;
}

ul.utility_links li {
	float: right;
	background: url('/site/images/divider.gif') right center no-repeat;
	margin: 0px;
	padding: 0px;
}

ul.utility_links.left li {
	float: left;
	background-position: left center;
	width: 400px;
}

ul.utility_links li.first {
	background: none;
}

*:first-child+html ul.utility_links li.first {
	margin-left: -23px;
}

ul.utility_links li a {
	color: #707070;
	margin: 0 15px 0 15px;
}

ul.utility_links li a:hover {
	color: #323232;
}

ul.utility_links li.first a {
	margin-right: 0px;
}

ul.utility_links.left li.first a {
	margin-left: 0px;
}


/*------------------- GENERIC COMPONENTS -------------------*/

div.faqbox {
	padding: 2px 10px 10px 10px;
}

div.faqbox h4.toggler {
	cursor: pointer;
	color: #cd7b05;
}

div.faqbox h4.toggler:hover {
	color: #221612;
}

div.faqbox h4.toggler.active,
div.faqbox h4.toggler.active:hover {
	cursor: text;
	color: #454545;
}

div.faqbox .element {
	display: none;
}

div.faqbox.highlight {
	background-color: #f5f5f5;
}

a.document_link {
	padding: 4px 0 4px 25px;
	background: url('/site/images/icon_document.gif') left center no-repeat;
}


/*------------------- PAGINATION -------------------*/

div.pagination { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 3px 0; text-align: center; height: 17px; line-height: 17px; margin: 10px 0 5px 0; }
div.pagination a { text-transform: capitalize; } 
div.pagination label { display: inline; font-size: 10px; font-weight: normal; text-transform: uppercase; margin-left: 10px; }
div.pagination select { margin-right: 10px; }
div.pagination .next { float: right; }
div.pagination .prev { float: left; }
div.pagination .page { margin: 0 3px; }