/*=================================================================
        Title: Rolling Hills CSS
  Site Design: I. Reyes
  Description: Primary CSS for Rolling Hills website
      Created:  10.05.2009

==================================================================*/
/********** ZEROED ELEMENTS ***************************************************

   This technique resets all padding, margin, etc... so all browsers are more or less equal. 
   Padding, margins, etc... are added as needed throughout the stylesheet. 
   IMPORTANT - Do not place any style declarations above the zeroing section! 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    /*
	vertical-align: baseline;
    */
}

body {
	font-family: "Trebuchet Ms",Arial, Helvetica, Sans-Serif;
	text-align: left;
	font-size: 62.5%; /* -- This setting makes all browsers display same size fonts - Specific font sizes are set as needed. */
	color: #000000;
	background: #eaf1fb url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/body_bkgrd_stylized_slice.jpg) top left repeat;
}


hr.dashed  { /* produces 1px dotted divider line */ 
	border: none;
	border-bottom: 1px dashed #C0C0C0;
	height: 1px;
	width: 96%;
	clear: both;
	margin-left: 2%;
}

/*====================== DIVS/SPANS ==================================*/

#mainbody {
	/*
     * width: 725px;
     */
	background: transparent url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/green_banner_deco2_sliceB.png) top left repeat-x;
	margin: auto;
}

#wrapper {
    width: 1000px;
    margin: auto;
    overflow:hidden;
    position: relative;
    display:block;
}

#logoDiv {
    position: absolute;
    /*
    background: transparent url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/rh_logo.png) top left no-repeat;
    */
    width: 240px;
	height: 145px;
}

#logoDiv h1 {
    text-indent: -9999px;
}

#logoDiv a {
	display:block;
    margin-top: -50px;
}

#logoDiv a img {
    padding: 0px;
}

#contactUsDiv {
    text-indent: 73px;
    /*
    background: transparent url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/contactus_bkgrd_med.png) top right no-repeat;
    */
    width: 190px;
    height: 95px;
    top: 0px;
    right: 50px;
    position: absolute;
}

#contactUsDiv p {
    margin-top: 30px;
}

#contactUsDiv a {
    color: #fff;
    font-size: 13pt;
}

#navMenu {
        /*
    background: #44956c url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/menu_bkgrd_med.png) bottom left no-repeat;
    background-color: #44596c;
    */
    margin-top: 138px;
    width: 1000px;
    height: 45px;
    text-indent: 10px;
}

#navMenu div {
    line-height: 1.2em;
    padding: 15px 0px 0px;
}

#navMenu span {
    margin: 15px 7px 15px;
    padding: 5px 10px 3px;
}

#navMenu a {
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}

#navMenu  ul {
    position: absolute;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 50px;
}

#navMenu li ul {
    margin: 0px;
    padding: 0px;
}

#navMenu li {
    float: left;
    display: block;
    line-height: 1.2em;
    margin-top: 4px;
    padding-right: 15px;
}

#navMenu li a {
    padding: 0px;
}

.on {
        /*
    background: transparent url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/menu_item_on_med.png) top left no-repeat;
    */
    background-color: #39485c;
}

.off {
    background-color: none;
    /*
    margin-top: 30px;
    */
}

.subon {
    background-color: #669933;
}

.suboff {
    background-color: none;
}


#bannerDeco {
    background: transparent url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/green_hills_fullcolor.png) center repeat-x;
    width: 100%;
    height: 114px;
    top: 35px;
    position:absolute;
}

#container {
    background: transparent url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/content_bkgrd_slice.png) top center repeat-y;
	overflow: hidden;
	padding-bottom: 20px;
    margin: 13px auto;
}

#leftColumn {
        /*
	border: 1px solid #C0C0C0;
    */
}

#mainContent {
	padding-bottom: 60px;
    width: 97%;
    margin: auto;
}

#imgbar {
    margin: 10px 0px 50px 120px;
}

#mainContentJanitor 
{
    width: 95%;    
	border: 1px solid #C0C0C0;
    margin-top: 200px;
	padding-bottom: 60px;
}

#footer {
	clear: both;
	width: 1000px;
	padding: 0px 0 12px 0;
    margin: 0px auto 5px;
    color: #000000;
}

#footer p {
    font-size: 10px;

}

#footer img {
    float:right;
    padding-right: 10px;
}

#siteBtm {
    background: transparent url(/www/ziggurat/sites/rollinghills/themes/default/siteimages/bottom_deco_footer.png) center repeat-x;
    height: 84px;
    width: 100%;
    bottom: 0;
    position: fixed;
}

#formDiv {
    margin-top:10px;
    margin-left:10px;
    margin-bottom: 7px;
}

#privacy_policy {
	width: 90%;	
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#commTable a {
    border: none;
}

#commTable a img {
    border: 2px solid #af9f78;
}

/*====================== HEADINGS ====================================*/

h1, h2, h3, h4, h5, h6
{
	padding: 12px;
	font-family: "Times New Roman", serif;
	color: #896633;
	line-height:1.4em;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
	font-weight: bold;
}
h3
{
	font-size: 16px;
	font-weight: bold;
}
h4
{
	font-size: 13px;

}
h5
{
	font-size: 12px;

}
h6
{
	font-size: 11px;
	
}

/*====================== CLASSES ======================================*/
.error
{
	color: #800000;
	font-weight: bold;
}
.orngText
{
	color: #E89719;
}
ul.addressList
{
	margin-left: 10px;
}
ul.addressList li
{
	padding: 2px;
}

/*===================== TEXT FORMATTING =============================*/

p, a, li {
}

p {
	font-size: 1.2em;
	padding: 12px;
	line-height: 1.5em;
}

div.bioDiv p
{
	width:365px;
	color: #6D6D6D;
	padding-left: 0;
	margin-left: 125px;
	
}
#breadcrumb p
{
	font-size: 10px;
	color: #676767;
	margin: 0;
	padding: 0;
}
/*====================== LISTS ======================================*/

ul
{
	list-style: none;
}

li
{
	padding: 5px; 
}

dl
{
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 25px;
}
dt
{
	font-weight: bold;
	margin-top: 12px;
}
dt
{
	
}
dd
{
	padding-left: 8px;	
	color: #6D6D6D;
}
#mainContent ul
{
	padding-left: 15px;
}

#ew_address
{
	margin-right: 10px;
}

ul#ew_address li
{
	float: left;
}

ul#ew_address li img {
}



ul#footer_menu
{
        /*
	float: left;
	margin-left: 80px;
    */
	float: right;
	margin-right: 10px;
}
ul#footer_menu li
{
	float: left;
}


/*====================== LINKS ======================================*/

a:link, a:visited
{
	color: #8a1e04;
	text-decoration: none;
}
a:hover
{
	color: #896633;
	text-decoration: underline;
}

a:active
{}

#footer ul li a,
#footer ul li
{
	font-size: 9px;
}

/*====================== TABLES ======================================*/

