
/*********************************************************
   HTML Elements
 *********************************************************/

html 
{
	text-align: left;
	clear: both;
	position: relative;
	margin: 0 auto;
	background: url(../images/bg/bg.jpg);
}

body
{
	width: 800px;
	text-align: left;
	clear: both;
	position: relative;
	margin: 0 auto;
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

#footer {width:100%}

#header,#menu,#content {float:left}


/*********************************************
	Layout
*********************************************/

#header
{
	width: 798px; 
	height: 150px;	
	background-image: url(../images/bg/header_image2.jpg);
	border-bottom: 8px solid #767676;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#menu 
{
	width: 798px;
	height: 100%; 
	
	font: 10px verdana, arial, sans-serif;

	text-decoration: none;
	border-bottom: 8px solid #767676;
	border-right: 1px solid white;
	border-left: 1px solid white;
	background-color: #fff;
}

#menu2
{
	height: 100%;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #fff !important;
	padding: 10px 0px 10px 0px !important;
}
	
#content 
{
	width: 800px; 
	height: auto !important;
	height : 100%;
	min-height: 415px !important;
	text-align: left;
	padding: 0px;
	margin: 0px;
	min-height: 900px;
	color: #333;
	background-color: #fff;
	padding-bottom: 15px;
	float: left;

}

#footer 
{
	clear:both; 
	height: 100%;
	text-align: center;
	border-top: 1px dotted #666;
	color: #666;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #fff;
}

/*********************************************
	HTML
********************************************/

.fR {float: Right;}

.fL{float: Left;}

.c{text-align: center;}

.width100 {width: 100%}

.width50 {width: 45%;}

.width30 {width: 28%;}

.width20 {width: 20%;}

.width70 {width: 70%}

.bgBig
{
	padding: 15px;
}

.bgSmall
{
	padding: 15px;
	height: 100%;
	
	color: #666;
}

#columns 
{
	margin: 0 auto;
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}

a, strong a 
{
	color: #000;
	text-decoration:none;
}

a:visited 
{
	color: #000;
}

a:hover 
{
	text-decoration:underline;
}

.services td
{
	vertical-align: top;
}


/*********************************************
	Img thumbnails
*********************************************/

a.thumb img 
{
  border: 1px solid #E3E3E3;
}

a:hover.thumb 
{
  background: none;
}

/*********************************************
	H Tags & Font
*********************************************/

h1, h2, h3, h4, h5, h6 
{
	margin: 0 0 10px 0;
	padding: 0;
}

h1 
{  
	font: 25px verdana, arial, sans-serif;
	font-weight: normal;
	color: #163F53; 
	padding: 0px 0px 10px 0px;
	position: relative;
	border-bottom: 1px dotted #CCC;
	text-transform: uppercase;
}

h2
{
	font: normal 140% Tahoma, Arial, sans-serif;
	color: #779d03;
	margin: 0px 0px 2px;
	border:none;
}

h3 
{
	color: #759398;
	font: 15px verdana, arial, sans-serif;
	font-weight: bold;
}

h4 
{
	color: #FF6600;
	font: 15px verdana, arial, sans-serif;
	font-weight: bold;
}

.orange
{
	color: Orange;
}

.blue
{
	color: Blue;
}

.red
{
	color: Red;
}

.pad
{
	padding: 7px;
	margin: 7px;
}

.padLine
{
	padding: 7px;
	margin: 7px;
	border: 1px solid #E3E3E3;
}	

.padLinks
{
	padding: 0px 0px 0px 25px;
}

.highlight
{
	color: #2A5254;
	background: #B3C2C1;
	padding: 2px 5px;
}

blockquote
{
	background-color: #E7F1F3;
	padding: 5px 20px;
	margin: 0;
	border-top: 1px solid #AAD3DB;
	border-bottom: 1px solid #AAD3DB;
}

/*********************************************
	Submit Button
*********************************************/
.btn
{
	padding: 2px 5px;
	
	font: 400 0.9em verdana, serif;
	cursor: pointer;

	color: #fff;
	background: #FC3307;
	border-width: 1px;
	border-style: solid;
	border-color: #FF7800 #691300 #691300 #FF7800;
}
