@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	background: url(../images/body_bg_orange.gif) repeat-x #762a00 top;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#762A00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:0px;
}
blockquote{
	margin:20px;	
}
#wrap{
	width:980px;
	background:url(../images/wrap_bg_shadow.png) repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#wrapBottom{
	width:980px;
	height:10px;
	overflow:hidden;
	background:url(../images/wrap_bottom.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	text-align:left;
	background:url(../images/container_bg_yellow.png) repeat;
}
#containerMargin{
	margin:0px 20px;
}
#mast{
	height:150px;
	background:url(../images/mast.jpg) no-repeat;
}
#mainNav{
	background:url(../images/mainNav_bg.gif);
	margin-bottom:20px;
	height:26px;
}
#mainNav a{
	display:block;
	width:137px;
	float:left;
	display:inline;
	text-align:center;
	padding:5px 0px 5px 0px;
	color:#762A00;
}
#mainNav a:hover{
	background:url() #9D633E;
	text-decoration:none;
}
.clear{
	clear:both;
	width:0px;
	height:0px;
	overflow:hidden;
}
.mb10{
	margin-bottom:10px;	
}
h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
	display:block;
	color:#620B04;
}
h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	clear:both;
	display:block;
	color:#000;
}
.box{
	width:300px;
	background:#BF9B83;
	border-bottom:1px solid #5C0C05;
}
.box .margin{
	margin:0px 10px 0px 10px;
	padding:10px 0px 0px 0px;
}
.box h3{
	font-size:15px;
	background:url(../images/h3.gif) no-repeat;
	width:290px;
	height:21px;
	padding-top:4px;
	padding-left:10px;
	color:#c29663;
	font-weight:bold;
	text-transform:uppercase;
}
.box a{
	
}
p{
	line-height:18px;
	margin-bottom:15px;
}
.main{
	width:560px;
	margin-right:60px;
	float:left;
	display:inline;
}
.side{
	width:300px;
	float:left;
	display:inline;
}
.col{
	width:420px;
	margin-right:40px;
	float:left;
	display:inline;
}
.colLast{
	margin-right:0px;
	width:460px;
}
.imageRight{
	float:right;
	display:inline;
	margin:0px 0px 10px 10px;
	padding:5px;
	background:url(../images/body_bg_orange.gif) repeat-x #762a00;
}
.imageLeft{
	float:left;
	display:inline;
	margin:0px 10px 10px 0px;
	padding:5px;
	background:url(../images/body_bg_orange.gif) repeat-x #762a00;
}
.nb{
	background:none;
	margin:0px 10px 0px 0px;
	padding:0px;
}
.smaller{
	font-size:70%;
}
.mb20{
	margin-bottom:20px;
}
.mr20{
	margin-right:20px;
}
label{
	display:block;
	clear:both;
}
.button{
	background:url(../images/h3.gif) no-repeat;
	color:#c29663;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	border:none;
}
.reverse{
	unicode-bidi:bidi-override; direction: rtl;
}
.dn{
	display:none;
}
.td{
	float:left;	
}
#twitterWrap{margin:10px 0px; border-top:1px solid #5C0C05; padding-top:10px;}
#twitter_update_list{ list-style:none; }
#twitter_update_list li+li{margin-top:10px;}