/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva;
	font-size: 12px;
}
/*End Design Layout*/
/*Begin Nav*/
.nav {
	font-size: 14px;
  color: #F4BC2F;
  text-align: center;
  }
  
.nav a {
  color: #003333;
  text-decoration: none;
  padding: 0px 10px 10px 10px;
  }
  
.nav a:hover {
  text-decoration: underline;
}

/*End Nav*/
/*Begin Content*/


.header{
	color:#ffffff;
	background-color: #FF6600; 
	background-image: url(/inc/templates/current/sawyerplumbing/images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.head_right{
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-align:left
}

.head_right a {
	color:#ffffff;
	text-decoration:underline
}

#content{
	background-color: #EEEEEE;
	background-image: url(/inc/templates/current/sawyerplumbing/images/content_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 40px 20px 40px;
	color:#333333;
}

a{
	color:#962A44;
	text-decoration: underline
}

a:hover {
  text-decoration: underline;
}


img{
	border-width:0px;
}
h1{
	color:#999999;
	font-size:20px;
	margin: 20px 40px 20px 40px;
	font-weight:normal
}

h2{
	color:#666666;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#999999;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

h4{
	color:#ffffff;
	font-size:20px;
	margin: 20px 40px 20px 40px;
	font-weight:normal
}

hr {
	border: 0;
	color:#666666;
	background-color: #666666;
	height: 7px;
}

/*End Content*/

/*Begin Forms*/

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
width: 150px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_Other {
width: 200px;
height:50px;
text-indent: 0px;
}

/*End Forms*/

/*Footer*/

#footer_container {
	position: relative;
	bottom: 5px;
	margin-top: 25px;
	width:100%;
	color:#333333;
	text-align:center;
	font-size: 9px;
}

.footer a {
	color:#FF0000;
	text-decoration:none;
}
.footer a:hover {
	color:#FF0000;
	text-decoration:underline;
}

