@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background:#9f6d3a;
}

p {
	font-size:12px;
}	

/* Workaround for using "absmiddle" property for images */

.img_absmiddle {
vertical-align: middle;
}

/* Workaround for clearing out DIVs that don't behave */

.cleardiv {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	overflow:hidden;
}

#site_wrap {
	width:1000px;
	height:auto;
	margin:0 auto;
}

#main_area {
	width:1000px;
	height:auto;
	position:relative;
	background:url(../images/global/content_slice.jpg) top left repeat-y;
}





#header {
	width:975px;
	height:88px;
	margin-left:12px;
	background:url(../images/global/header_back.png) top center no-repeat; 
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}

/* -- Additional Mod Header Selectors -- */

.nav_list_item {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	list-style:none;
	float:left;
	margin-right:25px;
	position:relative;
}

.nav_list_item a {
	text-decoration:none;
	color:#FFFFFF;
}

.nav_list_item a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.nav_list_item_L_side {
	color:#FFFFFF;
	font-size:13px;
	margin-left:15px;
}

.nav_list_item_L_side a{
	text-decoration:none;
	color:#FFFFFF;
}

.nav_list_item_L_side a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.nav_list_item_L_side a:hover{
	text-decoration:underline;
	color:#FFFF00;
}

#tdyLink {

text-transform:uppercase;
font-weight:bold;
}

#faderWrapper {
float:left;
width:723px;
height:498px;
}

/* -- Remaining Areas -- */

#navigation {
	width:643px;
	height:26px;
	position:absolute;
	top:15px;
	left:268px;
}

#content_left {
	width:232px;
	margin-left:12px;
	padding:10px;
	float:left;
	display:inline;
	background:url(../images/global/left_bar.jpg) top left no-repeat #f6e7cf;
}	

#content_right {
	width:723px;
	padding-right:13px;
	height:auto;
	float:right;
}

#footer {
	width:1000px;
	height:63px;
	padding-top:20px;
	background:url(../images/global/bottom_cap.jpg) top center no-repeat;
}
	
/* Content classes */

.left_brown_focus {
	width:201px;
	height:auto;
	padding:15px;
	margin:0 auto;
	background:#642818;
}

.left_brown_focus_bottomcap {
	width:231px;
	height:19px;
	margin:0 auto;
	background:url(../images/global/content_left_bfocus_cap.png) top left no-repeat;
}
	
.left_transp_focus {
	width:201px;
	height:auto;
	padding:15px;
	background:url(../images/global/shader_img.png) top left repeat;
	margin:0 auto;
}
	
.text_tamer_rightcol {
	width:693px;
	height:auto;
	padding:15px;
	float:left;
}


.text_tamer_rightcol a {
color:#663300;
font-size:12px
}


.text_tamer_rightcol_50L {
	width:331px;
	height:auto;
	padding:15px;
	float:left;
}

.text_tamer_rightcol_50L a {
color:#663300;
font-size:12px;
}


.text_tamer_rightcol_50L ol {
font-size:12px;
padding-left:20px;

}

.text_tamer_rightcol_50L ol li {
padding-bottom:10px;

}




.text_tamer_rightcol_50R {
	width:331px;
	height:auto;
	padding:15px;
	float:right;
}	
	
	
/* Fonts */	

.footer_font {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#d8944f;
}	
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
	
.white_text {
	color:#FFFFFF;
}	
	
.content_h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ac845a;
}

.content_h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#ac845a;
}

.normal_list {
	list-style:disc;
	margin-left:25px;
	margin-right:50px;
	font-size:12px;
}

.yellow_link a{
	font-size:11px;
	text-decoration:none;
	color:#FFFF00;
}		

.yellow_link a:visited{
	text-decoration:none;
	color:#FFFF00;
}		

.yellow_link a:hover{
	text-decoration:underline;
}		
.call_directly {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/* ########################     Menu (SDDM)    ######################## */


/* Nav title styling */

#sddm {	
	margin: 0;
	padding: 0;
}

#sddm li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size:12px;
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
}

#sddm li a {	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {
	color: #ffffff;
	text-decoration:underline;
}

/* Nav dropdown styling */

#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #642818;
	border: 1px solid #000000;
}

#sddm div a	{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-size:12px;
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
}

#sddm div a:hover {	
	background: #FFFFCC;
	color: #000000
}
	
	
	
	
	
	
	
/* End */	
