/* ----------------MODULES----------------------------- */
#mod_right{
	margin-bottom:20px;
	width:auto;
}

#mod_right #module_title {
	font-weight:bold;
	font-size: 16px;
	margin: 0 0 10px;	
	color: #f986ba;
	padding-bottom:5px;
	border-bottom:1px solid #1b1b1b;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px 0 0;
	color: #E5E5E5;
	font-size: 70%;
	line-height: 1.8em;
	
}
#body-bg{
	background:#1b1b1b url(../images/page_watermark.gif) no-repeat 2% 98%;
}

a { 
	color: #a38d75; 
	font-weight:bold;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #cbcbcb;
	text-decoration: none;
}

/* Heading */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%; 
	margin: 5px 0 20px; 
	color: #a38d75;
	padding: 5px 0 15px 0;
	
}

h2{
	color: #9b9b9b;
	text-transform: lowercase;
	font-size: 130%;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h3{		
	font-size: 120%;
	color: #a38d75;
	margin: 0 0 10px;
	border-bottom: 2px solid #1b1b1b;
	padding: 0 0 15px 0;
}

/* Title text */
/*#page-title, h1, h2, h3,h4 {
	font-weight: normal;
}
*/
#page-title{
	background: #f986ba;
	padding: 3px 15px 3px 15px;
	color:white;
	font-size: 10pt;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Small text */
small, .small, .smalldark{
	color: black;
	font-size: 9pt;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}
p  { 
	margin: 5px 0 15px; 
	line-height: 1.6em; 
}
ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 15px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
	color: red;
}
hr {
	border-top: 2px solid #1b1b1b;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img{
	padding:7px;
}
img.clear-left{
	clear: left;
}

img.clear-right{
	clear: right;
}

.paragraph-break{
	border-bottom:1px dotted #1b1b1b;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/*********** #FORM styles ***********/
#feedback{
	font-weight:bold;
	padding:5px;
	border:1px solid #5F5F5F;
	margin:10px 5px 10px 0px;
	color:#CCC;
}

form{
	background:#1b1b1b;
	padding: 10px;
}

fieldset {
	padding: 10px;
	margin-bottom: 0.5em;
	color:#fff;
	border:none;

}
legend{
	font-weight:bold;
	padding:5px;
}
input{
	background:#1b1b1b;
	border: 1px solid #838383;
	color:#D8D8D8;
}
textarea{
	background:#1b1b1b;
	border: 1px solid #838383;
	color:#D8D8D8;
}
#submit{
	padding-top:7px;
}
.submitButton{
	background:#666;
	padding: 2px 4px 2px 4px;
	color:white;
	border:#1b1b1b 1px solid;
	margin:15px;
}
.submitButton:hover{
	background:#A2A598;

}
label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #F29400;
	color : #F29400;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color : #F29400;
	font-weight: bold;
	
}
/* MODULES
--------------------------------------------------------- */
.module{
	padding: 5px;
	margin: 0;
}

#module_title{

}
module_content{

}
#mod_top_right{
float:right;

font-size:7pt;
padding:3px 0px 3px 0px;
}

#mod_right{
	padding:0px;
	color: #E9E9E9;
	width:auto;
}

.module_title-black{
	background: black;
	padding:2px 5px 2px 5px;
	color:white;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
}
.module_title-pink{
	background: #f986ba;
	padding: 2px 5px 2px 5px;
	color:white;
}

.module_subtitle-pink{
	color: #f986ba;
	font-weight:bold;
}

#module_subtitle-pink{
	color: #f986ba;
	font-weight:bold;
}

.module_title-pink a{
	color:white;
}
.module_title-pink a:hover{
	color:white;
}

#search {
	width: 142px;
	background: url(../images/search-bg.gif) no-repeat;
	position: absolute;
	bottom: 20px;
	right: 10px;
	height: 20px;
}

#search .inputbox {
	width: 100px;
	padding: 0;
	border: none;
	margin: 3px 0 0 5px;
	color: #35A6BE;
	background: #FFFFFF;
}
.module #search .search {
	
	font-size: 11px;
}
/* Bottom Spotlight 1 */
.module #bottom_sl1 {
	border: 2px solid #1b1b1b;
	margin-top: 2px;
	background: url(../images/grad2.gif) repeat-x left bottom #FFFFFF;
	color: #666666;
	float:left;
	width:30%;
	margin-left:25px;
	margin-right:15px;
}
/* Bottom Spotlight 1 */
.module #bottom_sl2 {
	border: 2px solid #1b1b1b;
	margin-top: 2px;
	background: url(../images/grad2.gif) repeat-x left bottom #FFFFFF;
	color: #666666;
	float:left;
	width:30%;
	margin-right:15px;
	margin-left:15px;
}
/* Bottom Spotlight 1 */
.module #bottom_sl3 {
	border: 2px solid #1b1b1b;
	margin-top: 2px;
	background: url(../images/grad2.gif) repeat-x left bottom #FFFFFF;
	color: #666666;
	float:left;
	width:30%;
	margin-left:15px;
	margin-right:25px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFF;
	color: #666;
}

.button {
	padding: 2px 5px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	color: #333333;
	background: url(../images/grad1.gif) repeat-x top #F2F9FD;
}

* html .button, *+html .button {
	padding: 2px 3px !important;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 2px;
	border: 1px solid #DDDDDD;
	background: #FFF;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 3px 0 3px 30px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 3px 30px 3px 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #35A6BE;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #F29441;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #35A6BE;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #F2F9FD;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/sticky-bg.gif) no-repeat 5px 10px #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 50px;
	border: 1px solid #DDDDDD;
	background: url(../images/download-bg.gif) no-repeat 5px 10px #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #FFFFFF;
	color: #35A6BE;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#mainwrapper {
	padding-bottom: 30px;
}

#wrapper {
	padding-top: 0px;
	width: 795px;/* 970*/
	margin: 0 auto;
	clear: both;
	background:black;
	border:2px solid #2D2D2D;
	overflow:hidden;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
.clear{
	clear:both;
}
#containerwrap{
	padding: 0;
	background: #000;
	
}

#content {
	float: left;
	border-right:2px solid #2D2D2D;
	padding: 5px 15px 0px 20px;
	width: 480px;
	margin: 10px 0 0 0;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;	
}
#content #text{
	
}
#col1 {
	width: 245px;
	float: right;
	padding: 20px 20px 15px 10px;
	margin: 10px 0 0 0;
	margin-bottom: -32767px; 
	padding-bottom: 32767px;	
}

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

#col1 ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

/* HEADER
--------------------------------------------------------- */
#header {
	height: 140px;
	clear:right;
	background:black url(../images/header_bg.gif) no-repeat 95% 100%;
}

#logo {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	width: 310px;
	height: 65px;
	float: left;
}

#logo_img {
	position:relative;
	top:15px;
	left:15px;
	z-index:2;
	background: no-repeat;
	width: 238px;
	height: 120px;
	float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnav {
	float:right;
	height:25px;
	padding-left:20px;
	background: #1b1b1b; /*url(../images/main_menu_bg1.png) repeat-x;*/
	margin: 2px 0 0 0;
	width:775px;
}
#pathway {
	padding: 7px 3px 5px 25px;
	display: block;
	color: #999;
	font-size:8pt;
}

#pathway a {
	font-weight: bold;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
	clear:both;
	float:left;
	padding: 7px 20px 7px 20px;
	font-size:80%;
	height:20px;
	width: 755px;
	border-top: 2px solid #2D2D2D;
	background: #000;
}
