/*CSS Document*/

body {
	background-color:#3D362D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}
#wrapper {
	width:960px;
	margin:0px auto;
}



/* @@@@@[ Footer  ]@@@@@ */
#footer {
	width:960px;
	color:#766A5B;
	padding-top:23px;
	padding-bottom:35px;
	line-height:12px;
	font-size:11px;
	text-align:left;
}
#footer span.credit {
	line-height:17px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#766A5B;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color:#766A5B;
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color:#766A5B;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}



/* @@@@@[  Home Page  ]@@@@@ */
#logo {
	margin-left:313px;
}
#flash {
	width:960px;
	height:435px;
	padding-bottom:5px;
}
/*@@@ Secondary @@@*/
#main{
	width:960px;
	min-height:435px;
	background:url(images/_bg.gif) no-repeat left bottom #625b52;
	margin-bottom:5px;
}
#content{
	width:556px;
	padding:70px 0px 0px 35px;
	color:#d0cecb;
	font-size:12px;
	line-height:20px;
}
#content p{
	margin:0;
	padding:0 0 13px 0;
}
.col1{
	float:left;
	width:135px;
	padding-top:5px;
}
.col2{
	float:left;
	width:410px;
	padding:0 0 20px 0;
}
/* @@@@@[  Headings  ]@@@@@ */
h1 {
	margin:0px;
	font-size:18px;
	color:#CD650B;
	padding-bottom:15px;
}
h2 {
	margin:0px;
	font-size:13px;
	padding-bottom:5px;
}
h3 {
	margin:0px;
	font-size:12px;
	padding-bottom:5px;
}
h4 {
	font-size:18px;
	color:#CD650B;
	padding-bottom:0px;
}




/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
.clrSolo {
 clear: both; 
 font-size: 1px; 
 line-height: 1px;
 height:0;
 margin: 0px; 
 padding: 0px; 
 visibility: hidden;
}
.clr {
 clear: both;
}
.left {
 float: left;
}
.right {
 float: right;
}
.imgRight {
 margin-bottom: 10px; 
 margin-left: 10px;
 float: right;
}
.imgLeft {
 margin-bottom: 10px; 
 margin-right: 10px;
 float: left;
} 
a {
	text-decoration:underline;
	color:#CD650B;
}
a:hover {
	text-decoration:none;
}
a img{
	border:none;
}
ul {
	margin:0px;
	padding-left:30px;
	list-style:none;
}
ul li {
	padding-bottom:2px;
	padding-left:8px;
	background:url(images/bullet.gif) left 7px no-repeat;
}


/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: .9em; 
	color: #666; 
	background: #ffe; 
	border: 1px solid #939;
}
input.clean {
	border-style: none; 
	background: none;
}


/* @@@@@[  Others  ]@@@@@ */
.footer_logo{
	padding-top:20px;
}
.award_logo{
	margin:0 5px;
	padding:2px;
	background-color:#333;
}

/*scollbars*/
.scroll-pane{
	height:355px;
	float:left;
	width:420px;
}
.jScrollPaneContainer{
	width:420px;
	padding:0 0 0px 0;
	position:relative;
	height:365px;
	overflow:hidden;
	outline:none;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #333;
}
.jScrollPaneDrag {
	position: absolute;
	background: #27231D;
	cursor: pointer;
	overflow: hidden;
	height:50%;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/*Newsletter Signup*/
#news-signup {
	width:345px;
	padding:0 0 10px 0;
	color:#766A5B;
	float:right;
}
#news-signup-wrapper {
	width:345px;
	float:right;
}
#news-signup input[type="text"] {
	width:165px;
	height:16px;
	line-height:16px;
	margin:0 3px 0 5px;
	background-color:#fff;
	border:1px solid #27231d;
}
#news-signup input[type="submit"] {
	width:50px;
	height:21px;
	margin:0 3px 0 0;
	padding:0 0 4px 0;
	line-height:20px;
	font-size:12px;
	color:#27231d;
	background-color:#625b52;
	border:1px solid #27231d;
}
#news-signup input[type="submit"]:hover {
	background-color:#27231d;
	color:#625b52;
	cursor:pointer;
}
