@charset "utf-8";

*{
	outline:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

BODY, TABLE, DIV{

	font-size:14px;
	color:#333333;
	margin:0px;
}


BODY,HTML{

	background-color:#333333;
	position:relative;
	height:100%;
} 
DIV#master_container{
	
	padding:0px;
	margin-right:50px;
	margin-left:50px;
	height:100%;
	
	
	background-image:url(/graphics/slices/body_top_shade.png);
	background-position:0px 220px;
	background-repeat:repeat-x;
	
	position:relative;
	background-color:#ABA59D;
}


.zindex{

	z-index:-1
}

.bring_to_front{
	
	z-index:2;

}

DIV#header{

	height:220px;
	
	background-image:url(/graphics/slices/header_shade.png);
	background-position:0 -50px;
	background-repeat:repeat-x;
	
	text-align:left;
	overflow:hidden;
	position:relative;
}

DIV#menu_shade{


}


DIV#content{
	
	margin-top:80px;
	/*padding-top:80px;*/
	
	position:relative;
	
	padding-right:30px;
	padding-left:30px;
	
	background-color:#FFFFFF;
	
	padding-bottom:15px;
	min-height:42%;
	
}

DIV#footer{

	height:auto;	
	
	background-image:url(/graphics/slices/footer_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	
	padding:15px 0px 15px 0px;
	text-align:center;
	
	background-color:#ABA59D;
}


DIV#menu{

	position:absolute;
	top:1px;
	left:30px;
	
	width:800px;
	
}

DIV#contact_us{

	position:absolute;
	top:1px;
	right:30px;

	width:125px;
}


#clear{

	margin:0px;
	padding:0px;
	clear:both;
}

#message_box{

	width:350px;
	display:none;
	
	position:absolute;
	top:30%;
	left:50%;
	
	margin-left:-175px;
	
	padding:30px;
	
	
	font-size:16px;
	border:1px dotted #999999;
	text-align:center;
	
	background-image:url(/graphics/slices/header_shade.png);
	background-position:0% 90%;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	
	overflow:visible;
	z-index:200;
}
#message_box h2{

	margin:0px;
}
#message_box h4{
	
	margin-bottom:0px;
}

#message_box>A{
	
	color:#CC0000;
}

body > div#message_box {

	position: fixed;
}

DIV.tab{

	float:left;
	width:126px;
	height:23px;
	overflow:hidden;
	
	padding-top:3px;
	margin-right:3px;
	
	background-image:url(/graphics/slices/tab.png);
	background-position:0px -177px;
	background-repeat:no-repeat;
	
	text-align:center;
	text-transform:capitalize;
	
	font-size:14px;
}

DIV.tab A, DIV.tab A:link, DIV.tab A:visited, DIV.tab A:active{

	color:#000000;
	text-decoration:none;
	display:block;
	height:23px;
	border:none;
	font-size:12px;
}


DIV.tab#dark{

	background-image:url(/graphics/slices/tab_dark.png);
	background-position:0px -177px;
	background-repeat:no-repeat;
	height:23px;

}

DIV.tab#dark A{

	color:#FFFFFF;
}

DIV.tab A:hover, DIV.tab#dark A:hover{

	color:#CC0000;
}