/* Dry Sink */

body {
	background: #fff url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	
}
	#header h1 {
		float: left;
		width: 225px;
		height: 80px;
	}

	#header h1 a {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		float: left;
		background: url(../images/logo.png) no-repeat;
		width: 225px;
		height: 80px;
		margin-top: 5px;
	}

img.header_call {
	float: left;
	width: 80;
	height: 37px;
	margin-top: 30px;
	margin: 30px 0 0 60px;
}

#header_right {
	float: right;
	text-align: right;
	margin-top: 25px;
	width: 470px;
}
	#header_right:after{
	    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	
	}
	
#search_mini_form {
	height: 27px;
	display: block;
}

.mini-search {
/*	width: 100%; */
	float: right;
	margin-top: 10px;
}

	.mini-search input#search {
		margin-right: 7px;
		width: 198px;
	}
	.mini-search input.input-button {
		margin-left: 10px;
	}
	.mini-search input.input-text {
		height: 20px;
		padding: 5px 0 0 6px;
	}

ul#aux_nav {
	
}
	ul#aux_nav li {
		float: right;
		display: inline;
		
	}
		ul#aux_nav li a:link, ul#aux_nav li a:visited {
			font-size: 13px;
			color: #193441;
			text-decoration: none;
			font-weight: 700;
			padding-right: 15px;
		}
		ul#aux_nav li a:hover {
			text-decoration: underline;
		}
			ul#aux_nav li.first a:link, ul#aux_nav li.first a:visited { padding-right: 0px }

ul#nav {
	height: 31px;
	background: url(../images/nav_bg.jpg) repeat-x left top;
	border-top: 1px solid #193441;
	border-left: 1px solid #193441;
	border-right: 1px solid #193441;
	border-bottom: 4px solid #3b648b;
}
	ul#nav li {
		float: left;
		display: inline;
	}
		ul#nav li a:link, ul#nav li a:visited {
			font-size: 13px;
			color: #fff;
			text-decoration: none;
			padding: 8px 15px 0 15px;
			text-transform: uppercase;
			font-weight: 700;
			display: block;
			height: 27px;
		}
		ul#nav li a:hover {
			text-decoration: underline;
			color: #fff;
			background: #3b648b;
		}
	ul#nav ul.level0 {
		margin-top: 10px;
		border-top: none;
		border-left: 1px solid #DAD4D4;
		border-right: 1px solid #DAD4D4;
		border-bottom: 1px solid #DAD4D4;
		background: #ecf3f6;
		
	}
	ul#nav li.level1 {
		width: 270px;
		display: block;
	}
		ul#nav li.level1 a:hover {
			background: #dce2e4;
		}
	ul#nav li.level2 {
		width: 220px;
		display: block;
	}
	ul#nav li.active ul.level0 li.level1 a:link, ul#nav li.active ul.level0 li.level1 a:visited {
		background: #ecf3f6;
		border: none;
	}
	ul#nav li.active ul.level0 li.level1 a:hover {
		background: #d5e4eb;
	}
	
#content {
	background: #fff;
	width: 950px;
}

#sidebar {
	width: 225px;
	float: left;
	margin-right: 15px;
	padding: 15px;
}

	#sidebar h3 {
		color: #dca258;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 15px;
		position: relative;
		margin-bottom: 5px;
	}

ul#side_cat {
	margin-bottom: 10px;
}
	ul#side_cat li {
		
	}
		ul#side_cat li a:link, ul#side_cat li a:visited {
			color: #fff;
			text-decoration: none;
			font-size: 13px;
			line-height: 22px;
			padding-left: 10px;
		}
		ul#side_cat li a:hover {
			text-decoration: underline;
		}

#main h2.featured {
	background: #1a303b;
	height: 23px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
	padding: 7px 0 0 10px;
}
	
#footer {
	padding: 10px;
	font-size: 12px;
	color: #fff;
	background: #1f385a;
}
	
#contactform {
	width: 350px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 20px;
	float: left;
	margin-right: 30px;
}
	
	#contactform input, #contactform textarea {
		width: 310px;
		margin-bottom: 10px;
	}
	#contactform textarea {
		height: 100px;	
	}
	#contactform label {
      display: block;
	  width: 300px;
	  font-weight: bold;
	}
	
#welcome{
	padding: 20px;
	border: 1px solid #0092E7;
	background-color: #E5EFFF;
	margin-bottom: 20px;
}