@charset "utf-8";
/* CSS Document */

/*  
Rural Directions

URL: http://www.ruraldirections.com

Version: 1.0

*/


/********** Body ************/

* { margin:0; padding:0;}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;} 

body { font-size: 10px; font-family: Trebuchet MS, Helvetica, Lucida Sans, sans-serif, Arial; color: #333; background:#FFF; }

p { color: #444; text-decoration: none; word-spacing: normal; text-align: left; letter-spacing: 0; line-height: 1.6em; font-size: 1.2em; margin-bottom: 10px; }
ul { font-size: 1.2em; }

h1 { font-size: 1.6em; color: #4F8537; line-height: 150%; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; color: #6C9957; }
h4 { font-size: 1.2em; color: #3d3d3d; line-height: 150%; }
h5 { font-size: 1em; }
h6 { font-size: 0.8em; }
img {
	padding: 2px;
	border: 0.05em solid #FFFFFF;
}
.img-left { float: left; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; }
.img-right { float: right; margin-left: 5px; margin-top: 5px; margin-bottom: 5px; }



#wrapper { margin: 0px auto; padding: 0px; width: 800px; }

/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}

/**************** Header *********************/

#header-wrap{ width:800px; height:351px; } /*Header Images */
#header { margin:0; padding:0; width:800px; height: 110px; }
#header h1 {text-indent:-10000px;margin:0;padding:0;}
#header h1 a { display:block; background:url(../images/rural-directions.jpg) no-repeat left; height:110px; }
#header-images {background:url(../images/rural-directions-images.jpg) no-repeat left;height:239px;width:539px;float: left;}/*Header Images */


/**************** Navigation *********************/

#navbar {padding: 0px;width:260px;height: 241px;float: right;}
#navbar ul li a { color: #FFFFFF; font-size: 1.4em; display: block;width: 230px; height: 30px;text-decoration: none;background:url(../images/nav-bg.gif);margin-bottom: 1px;padding-left: 30px;padding-top: 9px;}
#navbar ul li a:hover {background-position: -260px 0;}

#navbar ul {margin: 0;padding: 0;list-style: none;width: 260px; /* Width of Menu Items */}
#navbar ul li {position: relative;}
#navbar li ul {position: absolute; left: -150px; /* Set horizontal position of drop down */top: 0;display: none;}

/* Styles for Menu Items */
#navbar ul li a { display: block; text-decoration: none; ; /* IE6 Bug */ border-bottom: 0; }
#navbar ul li ul li { height: auto; padding: 0px; margin-top: 0px; margin-right: 0px; margin-left: 0px; background: #AAC49E; width: 150px; margin-bottom: 0px; border-bottom-width: 0.05em; border-bottom-style: solid; border-bottom-color: #FFFFFF; border-top-style: none; border-right-style: none; border-left-style: none; }
#navbar ul li ul li a { color: #FFFFFF; background-image: none;padding-left: 10px; margin: 0px; padding-right: 0px; padding-bottom: 11px; display: block; height: auto; width: 140px; padding-top: 10px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;font-size: 1em; }
#navbar ul li ul li a:hover { color: #003555;background-image: none;}
#navbar ul li ul { width: 150px; margin: 0px; padding: 0px; }
	
/* Holly Hack. IE Requirement \*/
* html ul li  { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navbar li:hover ul, li.over ul { display: block; } /* The magic */


/**************** Content *********************/

#content-container { float: left; min-height: 200px; width: 800px; padding-bottom: 50px; padding-top: 35px; } 
#content-container a { color: #6D9A59; }
#content-container a:hover { color: #033452; }
#content-container ul li { margin-left: 10px; list-style-image: url(../images/bullet.gif); list-style-type: none; }
#content-container ul { padding-left: 20px; }
.main-content { float: left; width: 510px; padding-bottom: 15px; padding-right: 10px; padding-left: 20px; }
.side-content { float: right; width: 245px; padding-left: 15px; padding-bottom: 15px; }

/**************** Footer *********************/
#footer { background-color: #aac49e; width: 800px; position: relative; margin-top: -50px; /* negative value of footer height */ height: 50px; clear:both; margin-right: auto; margin-left: auto; font-weight: bold; color: #FFFFFF; }
#footer a { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #6B9856; }

.box-right { float: right; width: 480px; font-size: 1.1em; margin-right: 10px; margin-top: 17px; }/*footer content right */
.box-left { float: left; width: 250px; display: block; margin-top: 17px; margin-left: 10px; }/*footer content left */

/* CLEAR FIX*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.login_btn{
background:#003A5A;
color:#ffffff;
border:0;
padding:5px;
}
.login_div{
width:150px;
}