/*
 Theme Name: Austin Drainage
 Theme URI: http://example.com/example/
 Description: This website was designed by Zocalo Design. This is a custom template.
 Author: David Richardson
 Author URI: http://test.dev
 Version: 1.0
 Tags: Comma-separated tags that describe your theme
 .
 Your theme can be your copyrighted work.
 Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

 .
 */

* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
body {
	background-image: url(images/body_background.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
}
#austin_drainage {
	background-image: url(images/body_repeat.png);
	background-repeat: repeat;
	width: 100%;
	min-height: 500px;
	font-style: normal;
	font-weight: lighter;
}
#head_bar {
	background-image: url(images/header_bar.png);
	background-repeat: repeat;
	width: 100%;
	height: 20px;
}
#footer_shadow {
	background-image: url(images/footer_shadow.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
}
#content_wrapper {
	width: 1170px;
	min-height: 500px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.navigation {
	float: right;
	margin-right: 118px;
	width: 715px;
}
.navigation li {
	list-style: none;
	float: left;
}
.navigation li a {
	color: #5e665e;
	font-size: 11px;
	line-height: 1.8;
}
.navigation li img {
	height: 45px;
}
#logo {
	float: left;
	width: 270px;
	height: 140px;
	padding-top: 10px;
	margin-left: 55px;
}
.sub_nav {
	float: right;
	margin-right: 135px;
	padding-bottom: 15px;
	padding-top: 40px;
}
.sub_nav li {
	list-style: none;
	display: inline;
}
.sub_nav li a {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	line-height: 1.8;
}
.sub_nav li a:hover {
	color: #333333;
}
#home_content_placeholder {
	/*background-image: url(images/home_content_placeholder.png);
	background-repeat: no-repeat;*/
	width: 706px;
	min-height: 627px;
	float: left;
}
#content_placeholder_top {
	background-image: url(images/content_placeholder_top.png);
	background-repeat: no-repeat;
	width: 706px;
	height: 20px;
	float: left;
}
#content_placeholder_repeat {
	background-image: url(images/content_placeholder_repeat.png);
	background-repeat: repeat-y;
	width: 706px;
	min-height: 650px;
	float: left;
}
#content_placeholder_bottom {
	background-image: url(images/content_placeholder_bottom.png);
	background-repeat: no-repeat;
	width: 706px;
	height: 20px;
	float: left;
}
#home_content_placeholder .top_left {
	width: 440px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}
#home_content_placeholder .top_left p {
	color: #003300;
	font-size: 13px;
	line-height: 1.7;
}
#home_content_placeholder .top_right {
	width: 215px;
	float: right;
	margin-top: 25px;
	margin-right: 25px;
}
#home_content_placeholder .top_right p {
	color: #525151;
	font-size: 13px;
	line-height: 1.7;
	font-style: italic;
        margin-left: 5px;
}
#home_content_placeholder .top_right a {
	color: #4a7833;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8;
	font-style: normal;
	text-decoration: none;
}
.bottom_upper {
	width: 675px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}
.bottom_upper ul li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}
.bottom_lower {
	width: 450px;
	float: left;
	margin-left: 20px;
}
.bottom_lower ul li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}
.bottom_right {
	width: 130px;
	float: right;
	margin-top: 30px;
	margin-right: 60px;
}
.bottom_right ul li {
	list-style: none;
}
.bottom_right ul li {
	text-align: center;
	padding-bottom: 20px;
}
#side_navigation {
	clear: left;
	float: left;
	margin-left: 135px;
}
#side_navigation ul li {
	list-style: none;
}
#side_navigation ul .side_nav_header {
	color: #3a5a29;
	font-size: 12px!important;
	text-transform: uppercase;
	line-height: 1.8;
        font-weight: bold;
}
#side_navigation ul .side_nav_header a {
        color: #3a5a29;
	font-size: 12px!important;
	text-transform: uppercase;
	line-height: 1.8;
        font-weight: bold;
}
#side_navigation ul li a {
	color: #5e665e;
	font-size: 13px;
	line-height: 1.0;
	text-decoration: none;
}
#side_navigation ul li a:hover {
	color: #333333;
}
.on {
        color: #000000;
        font-size: 12px;
}
#side_navigation ul li, .side_nav_header {
	text-align: right;
}
#side_navigation img {
	padding: 4px;
}
.contact_number {
     color: #4A7833;
    float: right;
    font-weight: bold;
    margin-right: 95px;
    margin-top: 35px;
    width: 210px;
}
/* Drop Down */

ul.dropdown li {
	float: left;
	zoom: 1;
}
ul.dropdown li a {
	display: block;
}
ul.dropdown li:last-child a {
	border-right: none;
}/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #eaf1e7;
	position: relative;
}

h1
{

font-size: 100%; color: green; font-weight: bold; 
}

h2 
{

font-size: 100%; color: green; font-weight: bold; 
}



/*
 LEVEL TWO
 */
ul.dropdown ul {
	visibility: hidden;
	left: 0;
        min-width: 50px;
        position: absolute;
}
ul.dropdown ul li {
	background: white;
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	padding: 5px;
}
.sub_menu {
	background-color: white;
        top: 45px;
}
.footer_content {
	margin-left: 210px;
        padding-top: 10px;
}
.footer_content p {
	font-size: 11px;
	color: #979797;
        text-align: center;
}
.footer_content p a {
	color: #979797;
}
.footer_content p a:hover {
	color: #ffffff;
}
#content_body {
    float: left;
    margin-left: 27px;
    width: 720px;
}
.left_col {
	float: left;
	width: 440px;
	margin-left: 25px;
	margin-top: 25px;
	border-right: 1px solid #ACB49B;
}
.page_headers {
	color: #336633;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
	padding-top: 25px;
}
.page_content {
	color: #666666;
	font-size: 13px;
	line-height: 1.8;
	padding-right: 10px;
}
.right_col {
	width: 210px;
	float: right;
}
.right_col ul li {
	list-style: none;
	text-align: center;
	padding-bottom: 20px;
}
.right_col ul {
	margin-right: 35px;
	margin-top: 20px;
}
.left_col ul li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}
.left_col ul {
	width: 460px;