﻿/* CSS Document 
   This styles the layout for the home page. */

*
{
    margin: 0;
    padding: 0;
}
* html
{
    margin: 0;
    padding: 0;
}

body
{
    /* min-width: 650px; /* 2x (LC fullwidth + CC padding) + RC fullwidth */
    max-width: 1200px;
    margin: 0;
    background-color: #d8d3ba; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    padding: 0;
    color: black;
    text-align: center;
   /* line-height: 1.5; */
    
}

#wrapper
{
    width: 96%;  /* this will create a container 90% of the browser width */
	margin: .5em auto; /* the auto margins (in conjunction with a width) center the page */
	border: none; /* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */ 
    background: #FFF url(/images/bgleftcolor.gif) repeat-y 21% 0;
    z-index: 50;
}

#innerwrapper
{
    background: url(/images/bgcontent.gif) repeat-y 21% 0;
    z-index: 250;
}

#header
{
     background: #ffffff url(/images/bgwhite.gif) repeat 0 0;
	padding: 1px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    height: 7em; 
    z-index: 20;
}

#logo
{
    float:left;       
}

#utility
{
    
    float: right;
    text-align: right;
}

#search
{
    display: inline;
    float: right;
    width: 201px;  
    height: 37px;
    background: url(/images/searchbox.gif) no-repeat;
    margin: 1em 0 2em 0;
}

#search #txtSearch {
    float:left;
    padding: 0;
    margin: 10px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}

#search #btnSearch
{
    float: right;
    margin: 3px 4px 0 0;
}


#h-contain {
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 25px;
	}

/*************** horizontal list for utility nav ****************/
#pipe
{
    background: #ffffff url(/images/bgwhite.gif) repeat 0 0;
    float:right;
    font-size: x-small;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
    height: 1.5em;
    z-index: 300;
    
}

#pipe.MainUtilMenu
{
   
}
#branding
{
    clear: both;
    width: 100%;
    height: 150px;
    background-color: #979048;
    border-top: solid 1px #979048;
    border-bottom: solid 1px #979048;
    overflow: hidden;  
}

#branding img
{
    width:915px;
    margin-left: auto;
    margin-right:auto;
}

/**************** CENTRAL NAVIGATION MENU *************/


#centralnav

{
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    
    
}

#centralnav img
{
    
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    z-index: 500;
    display: block;
   /* background: #F7F7F7; /*menu strip background*/
/* border: 1px solid gray; */
    padding: 0;
    margin-top: 0;
    margin-bottom: .5em;
/* border-width: 1px 0; */
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 98%;

}



.aerobuttonmenu a.aero{ /*aero button CSS*/
    background: transparent url('/images/nav/aeroleft_over32.gif') no-repeat top left;
display: block;
float: left;
font: bold x-small Verdana, Trebuchet MS; /* Change 13px as desired */
 line-height: 2.2; /*This value + 8px should equal height of button background (default is 31px) */
height: 32px;  /*Height of button background height */
width: 23%; 
/*width: 18%; */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 0; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #ffdfa4; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('/images/nav/aeroright_over32.gif') no-repeat top right;
display: block;
padding: 5px 5px 5px 0;
/* padding: 4px 10px 4px 0; /*Set 10px here to match value of 'padding-left' value above*/
text-align: center;
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}
.aerobuttonmenu a.aero:hover
{
    background-image: url('/images/nav/aeroleft32.gif')
}


.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
 color: #00447c;
background-image:  url('/images/nav/aeroright32.gif');
}

.black a.aero{
background-image: url('media/aeroleftblack32.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}




/*************************************
#pipe ul 
{
    display: inline-block;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li 
{
    display: inline-block;
    position: relative;
	margin-left: 0;
	padding: 0 15px;
	border-left: 1px solid #979048;
	list-style: none;
	display: inline;
	}

#pipe ul li a:link, #pipe ul li a:visited
{
    color: #979048;
    text-decoration: none;   
}	

#pipe ul li a:hover
{
    color: #d07b28;
    text-decoration: none;   
}
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#pipe li ul 
{
  clear: left;
  display: none;
  position: absolute; 
  top: 2em;
  left: 0;
  background-color: #979048;
  border: solid 1px #000;
  }
  
#pipe li a:hover>ul 
{
	top: auto;
	left: auto;
	}
  
#utilnav li a:hover ul
{ display: block;
    text-align: left; 
    }
    
*/
    

/*********** End horizontal list **************/



#content
{
    width: 75%;
    float: left;
    
}

#mainContent
{
    width: 65%;
    float: right;
    font-size: 90%;
}

#leftCol
{
    width: 25%;
    float: left;
    padding: .5em 5px .5em 5px;
    position: relative;
}


#secondaryContent
{
    width: 20%;
    float: right;
}

.homepagebottom
{
 margin-top: 2.5em;   
}

.homepagebottom p
{
    margin-top: 1em;
    font-weight: bold;
    color: #00447c;
}  

#footer
{
    clear: both;
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d8d3bc;
	color: #00447c;
}

#footer p
{
    margin-bottom: 0;
}