/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #E0D4BB;
}

a:link, a:visited, a:hover {
	color: #0F357B;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

#feature h2{
 font-size: 130%;
 color: #0F357B;
 margin: 5px 0;
 border-bottom: 1px solid #0F357B;
}

h3{
 font-size: 105%;
 color: #000;
 padding: 0;
 margin: 15px 0 -10px 0;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li{
line-height: 1.5;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
		
.break {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px;
}			

.back a {
font-size: 10px;
text-decoration: underline;
}

form {
margin: 0;
padding: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid black;
	background: #F4F0E6 url('images/leftbg.gif') repeat-y top left;
}

#header1 {
	line-height: 125px;
	height:125px;
	background: #fff url('images/logo.gif') no-repeat top left;
	float:left;
	margin:0;
  	padding:0;
	width: 250px;
}
#header1 h2 a {
	text-indent: -20000px;
	display:block;
	width: 234px;
}
#header2{
	line-height: 125px;
	height:125px;
	background: #9E896B;
	float:right;
	margin:0;
  	padding:0;
	text-align:center;
	width: 650px;
}
#header2 img{
margin-top: 25px;
}


#masthead{
	margin: 0;
	padding: 0;
	width: 100%;
	clear:both;
}

#navBar{
	margin: 0 650px 0 0;
	padding: 0px;
	background-color: #CDB99C;
	text-align:center;
	font-size: 12px;
}

#content{
  float:right;
	width: 640px;
	margin: 0;
	padding: 5px 5px;
	background: #F4F0E6;
}


#subcontent{
  float:right;
	width: 640px;
	margin: 0;
	padding:0;
	background: #E0D4BB;
	font-size: 12px;
}

#side1{
float: left;
width: 45%;
text-align:left;
border-right: 1px solid #9E896B;
}

#side2 {
width: 45%;
float: left;
text-align: left;
}

#side1, #side2 {
padding: 5px 10px;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
white-space: nowrap;
background: #020173 url('images/topnavbg.gif') repeat-x top left;
height: 31px;
line-height: 31px;
text-align:center; padding-left:10px; padding-right:0px; padding-top:0px; padding-bottom:0px
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}




/************** .feature styles ***************/

#feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #fff;
	padding: 10px;
	margin-top: 0px;
	background: #9E896B url('images/footerbg.gif') repeat-x top left;
	text-align:center
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 7px 0 0 0;
	vertical-align: middle;
}

#siteInfo a{
color: #fff;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



#navcontainer {
        margin: 0 auto;
        padding: 0;
        height: 31px;
        
}

#navcontainer ul {
        border: 0px none;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        width: 107px;
        height: 31px;
        line-height: 31px;
        padding: 0;
        margin: 0;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font: #fff normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #fff;
        background: url('images/topnavbg_on.gif') repeat-x top left;
}

#navcontainer a:active {
        background: url('images/topnavbg_on.gif') repeat-x top left;
        color: #fff
}

#navcontainer li#active a {
        background: url('images/topnavbg_on.gif') repeat-x top left;
        color: #fff
}