/****************************************

     HANNUSH ENTERPRISES, LLC
     WebCSS V1.1 STYLE
     Date originated: 06 FEB 2008
     Writer: Drew Hannush
     www.hannush.com

*****************************************/

/****************************************
***** UNIVERSAL ELEMENTS ****************
*****************************************/

html, body, #wrapper {
	min-height: 400px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float  */
	}

body {
	background-color: #AFAB89;
	color: #666666;
	font-family: Cambria, Georgia,"Times New Roman", Times, serif;
	font-size:100%; /* IE6 FONT SIZE FIX For use with ems */
	margin: 2px 0px 0px 0px;
	padding:0px;
	text-align:center;  /* CENTER PAGE 2: Set text-align to center to fix IE6- margin recognition error in #wrapper  */
	}

a {
	color:#4C5B52;
	text-decoration:none;
	}

a:hover {
	color: #A5AB9D;
	text-decoration:none;
	}

h1, h2 {	/* MAIN HEADLINE: Large Font  */
	color: #171F80;
  font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	}

h3, h4 {  /* SECONDARY HEADLINE: Medium Large Font  */
	color:#FF6600;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	}

h5, h6 {  /* PARAGRAPH HEADER: Bold Font  */
	color: #4870A3;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#float-clear {
	clear:both;
	}

#searchbox {  /*  Make input name and id "searchbox"  */
	background-color: #BF2E01;
	border: 1px solid #000000;
	color: #FFFFFF;
  }

/****************************************
***** LAYOUT ELEMENTS: Wrapper ********** 
*****************************************/

#wrapper {
	margin-top: 0px;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0"  */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	text-align:left;
	height: 600px;
	width: 800px;
	background-image: url(/~providen/res_images/wrapper_background.jpg);
	background-repeat: no-repeat;
	background-color:#F4F2E1; 
	}
	
/****************************************
***** LAYOUT ELEMENTS: Masthead ********* 
*****************************************/

#masthead {
	float: left;
	width: 567px;
	height: 155px;
	padding-left:62px;
	padding-top:0px;
}

/****************************************
***** LAYOUT ELEMENTS: Main Content ***** 
*****************************************/

#sidebar {
	float: left;
	width:185px;
	height:600px;
	}

#logo{
	float:left;
	width: 185px;
	height: 142px;
	}

#menubox_single{
	float:left;
	width: 135px;
	height: 59px;
	display:inline;
	margin-left:20px;
	margin-right:30px;
	margin-top:0px;
	text-align:center;
	padding-top:20px;
	text-transform:uppercase;
	color:#4C5B52;
	font-size:12px;
	}
	
#menubox_double{
	float:left;
	width: 135px;
	height: 63px;
	display:inline;
	margin-left:20px;
	margin-right:30px;
	margin-top:0px;
	text-align:center;
	padding-top:14px;
	text-transform:uppercase;
	color:#4C5B52;
	font-size:12px;
	}
	
#menubox_bottom{
	float:left;
	width: 135px;
	height: 50px;
	display:inline;
	margin-top:0px;
	margin-left:20px;
	margin-right:30px;
	text-align:center;
	text-align:center;
	padding-top:21px;
	text-transform:uppercase;
	color:#4C5B52;
	font-size:12px;
	}

#menubox_single p, #menubox_double p, #menubox_bottom p {
	display:block;
	margin:0px;
	}
	
#copyarea {
	float: left;
	display:inline; /* DOUBLE MARGIN IE FIX */
	line-height: 125%;
	text-align:left;
	width: 615px;
	height:600px;
	}
	
#copy {
	float:left;
	display:inline;
	width: 577px;
	height: 420px;
	overflow: auto;
	padding-left:25px;
	padding-right:12px;
	margin-top:-3px;
	}
	
#copy p{
	font-size: 14px;
	color:#4C5C52;
	line-height:1.55em;
	}
	
/****************************************
***** LAYOUT ELEMENTS: Footer *********** 
*****************************************/

#footer {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 41px;
	padding-top: 12px;
	text-align: center;
	width: 770px;
	}

#copyright {
	float: left;
	padding-top: 9px;
	width: 615px;
	height: 16px;
	}
	
#copyright p{
	display:block;
	margin: 0px;
	font-size:12px;
	text-align:center;
	color: #FFFFFF;}
	
/****************************************
***** NAVIGATION ************************
*****************************************/

#navigation {
  }

select#testimonials {
	background-color: #DBDABE;
	border: 0;
	color: #4A5A50;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px;
	width: 170px;
}