
/************** GENERAL ****************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

body {
	background: url(../images/page_bg.gif) repeat-x #000;
	
	margin: 0px 0px 0px 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b1704;
	text-decoration: underline;
}

a:visited {
	color: #8b1704;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #8b1704;
}

h1 {
	font-size: 22px;
	color: #8b1704;
	font-weight: normal;	
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

h2 {
	font-size: 16px;
	color: #8b1704;
	font-weight: normal;	
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.divider {
clear: both;

}

.sml {
	font-size: 9px;

}

hr {
	border: none 0; 
	border-bottom: dashed 1px #cec7ae;
	height: 1px;
	margin: 15px 0 15px 0;
}


/************** LAYOUT ****************/


#container {
	margin: 35px auto 0 auto;
	width: 895px;
	text-align: left;
}


#banner  {
	background: url(../images/banner_bg.jpg) no-repeat bottom left;
	background-repeat: no-repeat;
	width: 885px;
	padding: 0 0 0 10px;
	height: 136px;
}

#logo  {
	width: 231px;
}



#mainContent  {
	padding: 1px 5px 5px 5px;
	background: #FFF;
	width: 885px;

}


/************** MENU ****************/
.thumbs {
	float: left;
	margin: 5px;
	background: #e5e8ed;
	padding: 4px;
	border: 0;

}

.thumbsg {
	float: left;
	margin: 7px;
	background: #e5e8ed;
	padding: 4px;
	border: 0;

}

#menu
{
	width: 885px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	background: url(../images/menu_bg.gif) repeat-x;
}
#menu ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	float: right;
}

#menu ul li { 
	float: left; 
}

#menu ul a, #menu ul a:link, #menu ul a:visited
{
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 30px;
	background: url(../images/menu_divider.gif) no-repeat left top;
	text-decoration: none;
	font-size: 12px;
	color: #d3847c;
	font-weight: normal;
	text-transform: uppercase;
}

#menu ul a:hover
{
	padding: 0px 10px 0px 10px;
	display: block;
	line-height: 30px;
	background-image: url(../images/menu_divider.gif) no-repeat right top;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

/************** END MENU ****************/


#contentContainer  {
	width: 885px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	float: left;
}


#content  {
	width: 380px;
	margin: 0 0 0 0;
}


#rightCol {
	float: right;
	width: 500px;
	padding: 0;
}

#contactright{
	float: right;
	width: 280px;
	padding: 10px 0 0 0;
}

#contactright img {
	border: 5px solid #e5e8ed;
}

#flashframe {
	background: #e5e8ed;
	padding: 5px 5px 5px 5px;
}

#rightColClips {
	float: right;
	width: 170px;
	font-size: 10px;
	padding: 20px 20px 20px 0;
	text-align:justify;
}

#rightCol ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#rightCol li
{
	display: block;
	padding: 10px 0px 10px 10px;
	line-height: 14px;
	width: 155px;
	background: url(../images/arrow.gif) no-repeat left top;
	border-bottom: dashed 1px #cec7ae;
}

#rightCol li a, #subLinks li a:link, #subLinks li a:visited
{
	text-decoration: none;
	padding: 0px 3px 5px 0;
	color: #996633;
	font-size: 10px;
	color: #996633;
	font-weight: bold;
}

#rightCol li a:hover
{
	text-decoration: none;
	color: #FF0000;
}






#contentBanner {
	width: 588px;

}

#featureContent{
	padding: 20px 20px 20px 20px; 
	background: url(../images/featurebox.gif) repeat-x bottom left #f4f4f7;
	height: 360px;
	
}

.twentypad{
	padding: 20px 20px 20px 20px; 
	
}

.fivepad{
	padding: 20px 5px 5px 5px; 
	
}
/************** FOOTER ****************/


#footer {
	width: 875px;
	height: 44px;
	padding: 25px 10px 0 0;
	color: #6d6d6d;
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
	text-align: right;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer li a, #footer li a:link, #footer li a:visited
{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 9px;
	color: #b2bdcd;
	text-decoration: none;
	padding: 0 6px 0 4px;
	margin: 0 0 0 0;
}

.footerBorder {
	border-right: solid 1px #fff;
}


#footer li a:hover
{
	color: #FFf;
}

#copy
{
	color: #666;
	padding: 10px 0 30px 0;
	margin: 0 auto 0 auto;
	width: 895px;
	font-size: 11px;
}

#copy a, #copy a:link, #copy a:visited
{
	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fff;
}

/************ FORMS **************/

.input, textarea, select {
	background-image:url(../images/form_bg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #59add4;
	width: 150px;
	font-size:11px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	font-family:tahoma, arial, sans-serif;
}

form legend {
	font-size: 12px;
	font-weight: bold;
	}
	
form legend {
	margin: 0;
	padding: 0;
	}

form label {
	font-weight:bold;
	display:block;	
	margin-top:5px;
}
form small {
  	font-size:10px;
	font-weight:normal;
	font-style:italic;
	font-family:Verdana;
	display:block;	
	color:#8a877c;

}
form .input, form textarea,  form select{
	display:block;
	margin-top:2px;
	margin-bottom:2px;
	width:250px;
	padding:2px;	
	font-size:13px;
}

#quickcontact .input {
	width: 150px;
	display: inline;
	
}


.tenpad {
	padding: 0 10px 10px 10px; 
	text-align: justify;
}

.error {
	font-size: 10px;
	font-weight: bold;
	color:#F00;
}

.date {
float: right;
}

.repeater  {
padding: 10px 0 10px 0;
border-bottom: 1px dashed #C00;
line-height: 17px;
}
