/***********************************************/
/* 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: auto;
	padding: 0px;	
	background:#4A3754 url(images/bgd_body.gif) repeat;	
	background-position: top center;
}

img {
	border: 0px solid #000
}

.body-container {
	margin:auto;
	width:696px;
	padding: 0px;
	background:#4A3754 url(images/content.gif) repeat;

	border-left: 7px solid #FFF;
	border-right: 7px solid #FFF;	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
}

h1{
 font-size: 14pt;
 color: #636363;
 font-weight: bold;
 padding-top: 10px;
 padding-bottom: 10px; 
}

h2{
 font-size: 14pt;
 color: #636363;
 font-weight: normal;
 padding-bottom: 10px; 
}

h3{
 font-size: 11pt;
 color: #636363;
}

p{
	padding:  0px 10px 10px 0px;
	margin: 5px 0px 15px 0px;
	font-family: Arial,sans-serif;
	font-size: 10pt;
}

ul{
 	list-style-type: square;
 	font-family: Arial, sans-serif;
 	font-size: 10pt;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #fff;
	width: 696px;
	height: 175px;
	background:#c8ec94 url(images/header.jpg) no-repeat;	
}

#navBar{
	margin: 0 496px 0 0;
	padding: 0px;
}


#content{
  	float:right;
	width: 486px;
	padding: 0 0 0 0;
}

#footer{
	width: 710px;
	margin:auto;
	padding: 0 0 0 0;
}

.footerleft {
	width:350px;
	float: left;
}
.footerright {
	float: right;
}

a.footertext {
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #fff;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-width: 0px;
	font-size: 75%;
	margin:  0px 0px 0px -6px;
	height: 136px;
	background: #fff url(images/footer.jpg) no-repeat; 
}
/* 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" */

.getInTouch{
	position: relative;
	left: 565px;
	top: 20px;
	}

/*********** #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 196px;
	border-bottom: 1px dotted #d5656f;
	font-size: 90%;
}


#sectionLinks a:link{
	padding: 11px 0px 2px 20px;
	border-top: 1px dotted #d5656f;
	font-weight: bold;
	font-size: 10pt;
	color: #404040;
	height: 30px;
	width: auto;
}

#sectionLinks a:visited{
	padding: 11px 0px 2px 20px;
	border-top: 1px dotted #d5656f;
	font-weight: bold;
	font-size: 10pt;
	color: #404040;
	height: 30px;
	width: auto;
}

#sectionLinks a:hover{
	background-color: #efb1b7;
	padding: 11px 0px 2px 20px;
	text-decoration: none;
}


/********* Form Styles ************/
div.row {
  	clear: both;
  	padding-top: 10px;
}

div.row span.label {
	font-family: Arial,sans-serif;
	float: left;
  	width: 160px;
  	text-align: right;
  	font-weight: bold;
	font-size: 10pt;
  }

div.row span.formw {
  	float: right;
  	width: 315px;
  	text-align: left;
  } 