/**
* base.css
* @author Beau Bishop beau [at] webteks [dot] com
*
* Base Styles
*/

body {
	margin: 0;
	font: normal 76% Arial, Helvetica, sans-serif;
	background: #023850 url('../images/shared/base_gradient_bg.jpg') repeat-x;
	color: #5a5648;
}

html {
	height: 100%;
}

ul {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	margin: .5em 0;
}

/** Misc classes *********************/
.clear { clear: both; height:1px; }
.clear-left { clear: left; height: 1px;}
.clear-right { clear: right; height: 1px;}
.left { float: left; }
.right { float: right; }
.skipto,.divider { display: none; }
.line { height: 1px; line-height: 0;overflow:hidden; border-top: 1px solid #b1aa8d;}
.error { color: #f00; }


/** Form styles *********************/
.form { position: relative; width: 95%; margin: 1em auto 1em;}
.form form { margin: 0; padding: 0; }
.form fieldset { position: relative; border: 1px solid #b1aa8d; background: #dbd6c0; }
.form fieldset legend { position: absolute; top: -10px; left: .2em;font-weight:bold; font-size:12px; color: #5a5648;}
.form fieldset p.note { text-align: right; font-size: 9px; padding: 5px 5px 0;}
.form ol { list-style: none; margin: 1em 1.25em; padding-left: 0; }
.form ol li { display: block; }
.form ol ol { margin: 0; padding: 0; }
.form label { position:relative;display: block; font-family: "Trebuchet MS",sans-serif;font-size:11px; border-top:1px dotted #b1aa8d; color:#5a5648; padding: 2px; }
.form input,.form select,.form textarea { margin: 0 0 10px 60px; border: 1px solid #b1aa8d; padding: 2px; font: normal 12px Arial,sans-serif; width:85%; background: #c9c4b0; color:#111;}
.form input[type="checkbox"] { border: 0; vertical-align:top; }
.form input.checkbox { border: 0; vertical-align:top; width: auto;}
.form fieldset.radio { border: 0; margin: 0; width:auto;}
.form fieldset.radio input { border: 0; margin: 2px 0 0 20px; width:auto;}
.form fieldset.checkbox input { width:auto; border:0;}
.form fieldset.checkbox label { vertical-align:middle; }
.form fieldset.date label { width: auto; border: 0; }
.form fieldset.date input { width:100px; border:0;}
.form fieldset fieldset { margin: 0 0 0 60px; border: 0; }
.form fieldset fieldset label { display: inline; line-height:normal; border: 0;}
.form fieldset fieldset input { margin-left: 10px; width:auto;}
.form .buttonset { text-align:center; }
.form .buttonset input { margin: 0 5px 20px;width:auto; background: #b1aa8d; color:#fff; font-weight:bold;font-size:11px; border: 1px solid #7b7662;}



/** Layout Styles **********************/
#wrapper {
	position: relative;
	width: 925px;
	margin: 0 auto;
	font-size: 1em;
}

#logo {
	position: relative;
	top: 9px;
	margin: 0;
	width: 438px;
	height: 60px;
	background: url('../images/shared/sdc_logo.jpg') no-repeat 0 0;
}
#logo a {
	display:block;
	width: 438px;
	height: 60px;
}
#logo span { display: none; }

#page {
	position: relative;
	width: 925px;
	top:10px;
	background: url('../images/shared/page_base_bg.png') repeat-y 0 0;
}

.page-shadow-top {
	position:relative;
	width: 925px;
	height: 5px;
	overflow: hidden;
	padding: 0;
	top: 10px;
	line-height: 1px;
	background:  url('../images/shared/page_shadow_top.png') no-repeat 0 0;
}
.page-shadow-bottom {
	position: relative;
	width: 925px;
	margin-top: 10px;
	height: 5px;
	overflow: hidden;
	background: url('../images/shared/page_shadow_bottom.png') no-repeat 0 0;
}

#page .block-container {
	position: relative;
	background: #fff;
	left: 7px;
	width: 886px;
	height: auto;
	padding: 8px;
}

#footer {
	clear: both;
	position: relative;
	margin: 5px;
}
#footer p {
	text-align:right;
	margin: 0;
	font: normal 9px Arial,sans-serif;
	color: #577c8c;
}
#footer a {
	text-decoration: none;
	color: #577c8c;
}


/** top-nav navigation ****************/
ul#top-nav {
	position: absolute;
	top: 9px;
	right: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 255px;
	height: 10px;
}
ul#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#top-nav li a {
	display: block;
	height: 10px;
	background: url('../images/shared/top_nav.jpg') no-repeat 0 0;
}
ul#top-nav li a span { display: none;}
ul#top-nav li a.nav1 { width: 40px; background-position: 0px 0px; }
ul#top-nav li a.nav2 { width: 78px; background-position: -40px 0px; }
ul#top-nav li a.nav3 { width: 42px; background-position: -118px 0px; }
ul#top-nav li a.nav4 { width: 50px; background-position: -160px 0px; }
ul#top-nav li a.nav5 { width: 45px; background-position: -215px 0px; }
ul#top-nav li a.nav1:hover { background-position: 0px -11px; }
ul#top-nav li a.nav2:hover { background-position: -40px -11px; }
ul#top-nav li a.nav3:hover { background-position: -118px -11px; }
ul#top-nav li a.nav4:hover { background-position: -160px -11px; }
ul#top-nav li a.nav5:hover { background-position: -215px -11px; }


/** send-to-friend ********************/
a#stf_open {
	position: absolute;
	top: 57px;
	right: 10px;
	font: normal 10px Arial,sans-serif;
	text-decoration: none;
	color: #b1c5ce;
	text-indent:15px;
}
a#stf_open:hover {
	color: #fff;
}

#stf {
	position: absolute;
	z-index: 20;
	top: 40px;
	right: 180px;
	width: 280px;
	visibility: hidden;
}
.stf_mid {
	position:relative;
	background: url('../images/shared/send_to_friend_midbg.png') repeat-y 0 0;
	width: 280px;
	height: 230px;
	padding:0;
	margin:0;
}
.stf_top {
	position:relative;
	width: 280px;
	height: 17px;
	background: url('../images/shared/send_to_friend_topbg.png') repeat-y 0 0;
}
.stf_btm {
	position:relative;
	width: 280px;
	height: 17px;
	background: url('../images/shared/send_to_friend_btmbg.png') repeat-y 0 0;
}
#stf form {
	position:relative;
	top: 0px;
	margin: 0;
}
#stf div#stf_loader {
	position: absolute;
	z-index:99;
	background: #fff url('../images/shared/ajax-loader.gif') no-repeat 110px 90px;
	top: 0px;
	left: 10px;
	width: 240px;
}
#stf div#stf_loader #stf_status {
	margin: 125px 0 0 15px;
	text-align: center;
	font: normal 11px Arial,sans-serif;
	color: #60a4a5;
}
#stf fieldset { 
	position:relative;
	background: transparent;
	border: 0;
	padding: 15px 10px 0px 10px;
	width: 220px;
	height: 220px;
	margin: 0px auto 0px;
}
#stf legend {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 13px;
	top: -8px;
}
#stf label {
	border: 0;
	line-height: 12px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#stf input { 
	position:relative;
	z-index:5;
	background: #eee; 
	margin: 2px 0px 4px;
	width: 185px;
	padding: 1px;
	border: 1px solid #b1aa8d;
	font-size:11px;
}
#stf ol {
	margin: 0px;
	padding: 0px;
	position:relative;
}
#stf .buttonset { 
	margin: 0;
	padding: 0;
}
#stf .buttonset input { 
	position: relative;
	padding: 2px 5px;
	width: 102px;
	margin: 0 auto 5px; 
	background: #b1aa8d;
}
a#stf_close {
	position: absolute;
	z-index:55;
	top: 0px;
	right: 15px;
	width: 13px;
	height: 13px;
	background: url('../images/shared/close.gif') no-repeat 0 0;
}



/** sitemap styles *************/
ul#sitemap { }
ul#sitemap a { text-decoration: none; }
ul#sitemap a:hover { text-decoration: underline; }
ul#sitemap li { padding: 2px;}
ul#sitemap ul { list-style-type: circle !important; margin: 0 10px 0 !important; padding: 0;}




/** Moobox CSS ***********************************************/
div#mb_overlay {
	position: absolute;
	z-index:1;
	left: 0;
	width: 100%;
	background-color: #369;
	cursor: pointer;
}

div#mb_center, div#mb_bottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #023850;
	z-index:2;
}

div#mb_center {
	background-color: #FFF;
}

div#mb_contents {
	width: 400px;
	height: 400px;
	border: 10px solid #023850;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
	z-index:9;
}

.mb_loading {
	background: #fff url('../images/shared/ajax-loader.gif') no-repeat center center;
}

#mb_error {
	color: #CD0000;
	text-align: center;
	padding: 0.5em;
	font: bold 1.2em Verdana, Helvetica, sans-serif;
}

#mb_error em {
	font-size: 0.8em;
}

div#mb_bottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #023850;
	border-top-style: none;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url('../images/shared/closelabel.gif') no-repeat center;
	margin: 5px 5px 5px 0;
}

div#mb_caption {
	margin-right: 71px;
}


