@charset "utf-8";
/*--------------------------------Global-------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%;
/* 	vertical-align: center;*/
	background: transparent;
}
html{
	height: 100%;
	background: url(/images/img_bg_24.png) #bf7633 repeat-x; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	margin: 0 auto;
	height: 100%;
}
a{
	text-decoration:none;
}
a:visited,
a:active,
a:link{
	color: #fff;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	line-height: 1.8;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3;
}
h3 {
	font-size: 1.1em;
	line-height: 1.2;
}
h4 {
	font-size: 1.0em;
}
p{
	text-align: justify;
	line-height: 1.4;
	padding: .2em;
	margin: .5em 0;
	font-size: .9em;
}
ul{
	padding: .1em 0 .1em 1.5em;
	list-style-image: square;
}
ul li{
	margin: .2em 0;
}
ul.none{
	list-style: none;
}
div.table {
	width: 100%;
	padding: .5em;
}
div.row{
	clear: both;
	margin: 1ex 0;
	padding: 1ex;
}
div.cell{
	float: left;
}
div.cellHeight{
	float: left;
	height: 20px;
}
a.link {
	color: #bf7633;
}
/*--------------------------------Classes-------------------------*/
.left{
	float: left;	
}
.right{
	float: right;
}
.r_align{
	text-align: right;
}
.l_align{
	text-align: left;
}
.center{
	text-align: center;	
}
.third{
	width: 33%;
}
.two_thirds{
	width: 66%;
}
.quarter{
	width: 25%;
}
.three_quarters{
	width: 75%;
}
.half{
	width: 50%;
}
.clear{
	clear: both;	
}
.inline{
	display: inline;
}
.margin{
	margin: .2em 0;	
}
.img_border {
	border: 1px solid #bf7633;
	margin: .2ex;
}
.border_none {
	border: none;
}
/*--------------------------------Layout-------------------------*/
#shadow{
	background: url(/images/img_shadow_24.png) center center repeat-y;
}
#shadow_end{
	clear: both;
	background: url(/images/img_shadow_btm_24.png) center center no-repeat;
	height: 20px;
}
#container{
	position: relative;
	width: 970px;
	margin: 0 auto;
}
/*--------------------------------Banner-------------------------*/
#banner {
	background: url(/images/img_banner_bg.jpg) top left repeat-x;
	height: 124px;
	border-bottom: 5px solid #000;
}
#banner h1{
	background: url(/images/img_logo.png) no-repeat;
	width: 334px;
	height: 100px;
	margin: 1ex 1em;
	text-indent: -9999px;
}
#banner_img1,
#banner_img2,
#banner_img3,
#banner_img4{
	height: 101px;
	float: right;
	width: 101px;
	margin: 1ex 1ex 0 0;
}
#banner_img1{
	background: url(/images/img_banner_display_1.jpg) no-repeat;
}
#banner_img2{
	background: url(/images/img_banner_display_2.jpg) no-repeat;
	width: 202px;
}
#banner_img3{
	background: url(/images/img_banner_display_3.jpg) no-repeat;
}
#banner_img4{
	background: url(/images/img_banner_display_4.jpg) no-repeat;
}
/*--------------------------------Menu-------------------------*/
#menu {
	height: 45px;
	float: right;
	font-family: impact;
	text-transform: uppercase;
	font-size: 20px;
}
#menu a{
	color: #000;
}
#menu a:hover{
	color: #bf7633;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li{
	display: inline;
	margin: 0 .1em;
	padding: 0;
}

#menu li img{
	border: none;
}

/*--------------------------------Main Contents-------------------------*/
#mainContent{
	background: #fff;
}
#content{
	width: 61.2%;
	padding: 1em;
	float: left;
}
#content ul li{
	list-style: default;
}
#sideBar{
	width: 33%;
	float: right;
	padding: 1ex;
}
#sideBar img{
	float: left;
}
#about_list{
	font-size: 1.1em;
	float: left;
}
#about_list ul{
	padding:0;
}
#about_list li{
	margin: 0 1ex .2ex 0;
}
#about_list span.orange{
	color: #bf7633;
	font-size: 1.5em;
}
/*--------------------------------About-------------------------*/

/*--------------------------------Footer-------------------------*/
#footer {
	clear: both;
	width: 970px;
	font-size: .7em;
	margin: 0 auto;
	padding: .5em;
}
#footerNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
/*--------------------------------CMS HTML--------------------*/
#cms_html{
	padding: .5em;
	text-align: justify;
	font-family: "Times New Roman";
	font-size: 1.2em;
}
#cms_html p{
	line-height: 1.2;
	margin: .2em 0;
}
#cms_html img{
	border: 1px solid #000;
	margin: .3em;
}

#cms_html h2{
	text-transform: uppercase;
	color: #039;
	margin: .5em 0;
}