/* 
 ::::::::::::::::::::::::::::::::::::::::::::::::::::
  Copyright Forged Media 2005. Used with Permission.                             
  May not be duplicated or reproduced.
 ::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

body table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#723515;
}
body {
	font-family:Arial;
	font-size:11px;
	color:#723515;
	background-image: url(../images/lt_BG_tile.jpg);
	background-repeat: repeat-x;
	background-color:#BCB4B1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body a{
	font-family:Arial;
	font-size:12px;
	color:#723515;
}
body a:link{
	font-family:Arial;
	font-size:11px;
	color:#723515;
}
body a:visited{
	font-family:Arial;
	font-size:11px;
	color:#723515;
}
body a:hover{
	font-family:Arial;
	font-size:11px;
	color:#723515;
	text-decoration: none;
}
#content{
	width:767px;
	position:static;
	margin-top:5px;
	margin-bottom:5px;
}
.hdrTxt{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#723515;
}

.newsTxt{
	font-family:"Times New Roman";
	font-size:20px;
	font-weight:bold;
	color:#723515;
}

.contentHdrTxt{
	font-style:italic;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#723515;
	border-bottom:solid #723515 1px;
	margin-bottom:2px;
	margin-top:15px;
	
}

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C9B9A0;
	color:#723515;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background:url("../images/submit_btn.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}
