/* CSS Document */

/* Zero down margin and padding on all elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 50.5%/1.6 Verdana, sans-serif;
	background-color:#000000;
	text-align: center; 
    min-width: 760px;
    background-image: url(images/background_image.gif);
}
#wrapper {
  width: 720px; 
  margin: 0 auto; 
  text-align: left;
  background: url('images/page_border2.gif') repeat-y left top;
}
#header {
	height: 140px;
	background: #000000 url('images/header.gif') no-repeat top right;
	width:712px;
	margin-left:4px;
	
}
#tablecontactform table
{
	margin: 0 auto;
	font-size:11px;
	font-family: Verdana;	
}

#tablecontactform .labels
{
	background-color:#B6B8B9;
	font-weight:bold;
	padding-right:5px;	
}

#content * {
  padding-left: 20px;
  padding-right:20px;
}

#content * * {
  padding-left: 0;
}
#content { 
	width:450px;
	float: left; 
	padding-right:20px;
	padding-bottom:25px;
	margin-left:4px;
	min-height:425px;
	_height:425px;
}

#contactcontent { 
	width: 712px;
	
	float: left; 
	padding-right:40px;
	padding-bottom:25px;
	margin-left:20px;
	min-height:425px;
	_height:425px;
}

#contactcontent p
{
	padding-left:0px;
	padding-right:20px;
}

#contactcontent h1
{
	padding-left:0px;
	padding-right:20px;
	background:url('images/divider3.gif') no-repeat 0em 1.3em;
}

#content ul
{
	list-style-type:disc;
	margin-left: 20px;
}
#SampleContent * {
  padding-left: 20px;
}

#SampleContent * * {
  padding-left: 0;
}
#SampleContent { 
	width: 451px;
	float: left; 
	padding-right:20px;
	padding-bottom:25px;
	margin-left:4px;
	min-height:425px;
	_height:425px;
}

#SecondaryContent{
	padding:2.2em 2.2em 50px 2.2em;
	width:204px;
	float:left;
}

#SecondaryContent hr{
	color:#BDBAB5;
	border:1px solid #BDBAB5;
	height:1px;
	width:100%;
	margin-bottom:2.2em;
}
#footer {
	background-color:#2E2D2D;
	padding: 1px 0px;
	clear: both; 
	width:712px;
	margin-left:4px;
	border-bottom:2px solid #A1998A;
}
/*Navigation*/
#mainNav
{
	font-size:.8em;
	padding: 0;
	float: left;
	width: 712px;
	text-transform:uppercase;
	background:url('images/menu.gif') repeat-y top left; list-style-type:none; margin-left:4px; margin-right:0; margin-top:0; margin-bottom:0
}
#mainNav li {
	float: left;
	background: url('images/menu_border.gif') no-repeat center right;
}
#mainNav a {
	line-height: 2.5em;
	background: url('images/tab-left.gif') no-repeat top left;
	text-decoration: none;
	color: #B92215;
	float: left;
	/*padding within the menu on both sides of bar*/
	display: block; padding-left:25px; padding-right:25px; padding-top:0; padding-bottom:0
}
#mainNav a:hover {
	color: #F9301E;
}
/*Use this class for the last menu item to remove the bar from the right side*/
#mainNav .lastItem{
	background:none;
}
/*Use this class for the menu item that is currently active*/
#mainNav .currentItem{
	color:#B92215;
	font-weight:bold;
}