@charset "UTF-8";


/* Global Styles */

html,
body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	margin:0 auto;
	padding:0;
	height:100%;
	background-position: center top;
}

p {
	margin-bottom: 5px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212328;	
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050c22;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #379bd8;
	font-style: italic;
	font-weight: bold;
}

#wrapper {
	min-height:100%;
	position:relative;
	height: 100%;
	margin: 0 auto;
}
#header {
	height: 172px;
	width: 863px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #515665;
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.menu-links a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #515665;
	text-decoration: none;
}

.menu-links a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #363943;
	text-decoration: none;
}

#container {
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#323232;
	width: 864px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#left-col {
	float:left;
	width:220px;
	min-height:100%;
	height: 100%;
}

#right-col {
	float:right;
	width:627px;
	margin-right: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212328;
}

#footer {
	bottom:0;
	width:863px;
	height:39px;   /* Height of the footer */
	background-image: url(../images/footer_image.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001e01;
	padding-top: 15px;
}

.search-input{
	background-image:url(../images/search_input.jpg);
	background-repeat:no-repeat;
	padding-left:2px;
	padding-top:4px;
	border: 0px;
	height: 30px;
	width: 308px;
	padding-right: 25px;
} 
#search_box {
	height: 30px;
	width: 308px;
	background-image:url(../images/search_input.jpg);
	float: right;
	margin-right: 15px;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 275px;
    background: none;
}
#search_box #go {
	float: right;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.other-header-txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #323339;	
}	

.category-heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #379bd8;
	margin-bottom: 8px;
}

category-link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212328;
	font-weight: normal;
}

category-link a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212328;
	text-decoration: underline;
	font-weight: normal;
}

category-link a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212328;
	text-decoration: none;
	font-weight: normal;
}

#find-contractor-box {
	background-image: url(../images/find_contractor_box.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 194px;
	padding-top: 15px;
	margin-right: 6px;
	bottom:10px;
	margin-top: 50px;
}

.next-back-txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #379bd8;	
}

ol {
   font-weight: bold;
}
.normal {
   font-weight: normal;
}

hr {
    border-top: thin dotted;
	border-bottom: 0;
}
	
.searchResults  {
	color: #379bd8;
	text-decoration: underline;	
}

.searchResultsHeader  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #379bd8;	
}

.textInput
{
	border: 1px solid #999999;
	color: #000000;
	font-size: 1.1em;
	background-color: #F2F3F9;
}

.submitButton {
	background-color: #379bd8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-color: #379bd8;
}
