/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, a, th, td, label, input, textfield, fieldset 
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/page-bg.gif) repeat-x #333333;
	text-align: center;
}
	
#container {
}
	
#header {
	width: 995px;
	height: 250px;
	float: left;
	clear: both;
	background: url(../images/header-bg.gif) no-repeat;
}
	
#wrapper {
	width: 995px;
	clear: both;
	margin-right: auto;
	margin-left: auto; 
	background: url(../images/wrapper-bg.gif) repeat-y;
	text-align: left;
}
	
#main-nav {
	width: 215px;
	float: left;
}
	
#main-content {
	background: #fff;
	width: 740px;
	float: left;
	margin: 0 20px 10px 20px;
}
	
#footer {
	width: 100%;
	float: left;
	clear: both;
	background: #666666;
}
	
#footer .wrapper {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
		
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/

blockquote, p, h1, h2, h3, h4, h5, h6, pre, ul, ol   
{   
	margin: 6px 0 7px 0; padding: 0; border: 0; outline: none;   
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	text-align: center;
	font-size: 125%;
}

a:link, a:visited {
	color: #660000;
	font-weight: bold;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

/*-------------------------------------------------------
	Header
-------------------------------------------------------*/

a.logo-link {
	float: left;
	width: 400px;
	height: 250px;
	text-indent: -999em;
}
	
.mast-text {
	width: 550px;
	height: 100px;
	float: left;
	margin: 10px 10px 5px 10px;
}
	
#header h1, #header h2 {
	font-size: 10px;
}

#header .top {
	color: #ffffff;
}
	
#header .top h1 {
	font-size: 13pt;
	text-align: center;
}
	
#header .top h2 {
	font-size: 11pt;
	text-align: center;
}
	
#header .bottom {
	color: #666666;
}

#header .bottom strong {
	color: #000000;
}
	
#header .bottom h1 {
	float: left;
	width: 125px;
	line-height: 85px;
	font-size: 10pt;
	text-align: center;
}
	
#header .bottom h2 {
	float: left;
	width: 375px;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}

/*-------------------------------------------------------
	Main Nav
-------------------------------------------------------*/

#main-nav {
	color: #cccccc;
}

#main-nav ul, #main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav a:link, #main-nav a:visited {
	color: #cccccc;
	float: left;
	width: 215px;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/main-nav-bg.gif) repeat-x left bottom;
}

#main-nav a span {
	float: left;
	padding: 0 5px 0 15px;
	line-height: 25px;
	background: #333333;
	cursor: hand;
}

#main-nav a:hover {
	color: #ffffff;
	background: url(../images/main-nav-bg-over.gif) repeat-x left bottom;
}

#main-nav a:active, #main-nav a.down  {
	color: #CFCEA4;
	background: url(../images/main-nav-bg-down.gif) repeat-x left bottom;
	cursor: default;
}


#main-nav a.down span {
	float: left;
	padding: 0 5px 0 15px;
	line-height: 25px;
	background: #333333;cursor: default;
}


/*-------------------------------------------------------
	Main Content
-------------------------------------------------------*/

#main-content {
	min-height: 540px;
}

#main-content h1 {
	color: #333333;
	font-size: 14pt;
	margin: 0;
}

#main-content ul {
	margin-left: 50px;
}

.img-right {
	float: right;
	padding: 2px;
	margin-left: 10px;
	border: #333333 solid 1px;
}


.rotation {
	float: right;
	width: 302px;
	height: 477px;
	margin-left: 10px;
}


.rotation img {
	border: #333333 solid 1px;
}

.img-left {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: #333333 solid 1px;
}

.no-border {
	border: none;
}

.tel-numbers li {
	float: left;
	clear: both;
}

.tel-numbers strong {
	float: left;
	width: 175px;
	display: inline;
}

#google-map {
	float: left;
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

#google-map iframe {
	border: #000 1px solid;
}

/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/

#footer, #footer a {
	color: #fff;
	font-weight: bold;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact_form * {
	list-style-type: none;
}

#contact_form {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#contact_form div {
	float: left;
	display: inline;
	border: #333333 1px solid;
	margin: 5px;
	padding: 5px;
}

#contact_form div.half {
	width: 340px;
	height: 250px;
}

#contact_form div.full {
	clear: both;
	width: 700px;
}

#contact_form p {
}

#contact_form label { 
	display: inline;
}

#contact_form label.wide { 
	float: left;
	text-align: right;
	width: 90px;
	margin-right: 10px; 
}

#contact_form label.narrow { 
	text-align: center;
	margin: auto 10px; 
}

#contact_form h2 { 
	font-size: 1em; 
	font-weight: bold; 
	background: #333;
	color: #fff;
	margin: -5px;
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
}

#contact_form input {
	border: #333333 1px solid;
	margin: 1px 0;
}

#contact_form input.no-border {
	border: none;
}

#contact_form ul {
	float: left;
	width: 300px;
	margin: 0 0 0 25px;
	list-style: none;
}
#contact_form .comments {
	float: left;
	width: 300px;
	margin: -20px auto auto 50px;
	border: none;
}


#contact_form .bot-input { 
	float: left; 
	margin-left: -999em;
}

#contact_form #submit {
	background: #600000;
	padding: 3px 5px;
	color: #fff;
	font-weight: bold;
}

#contact_form #submit:hover {
	background: #333;
}