/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.35;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

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

 h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #334d55;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-bottom: 5px;
}

h2{
	font-size: 150%;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	margin-bottom: 10px;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #334d55;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

h4{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
 font-weight: bold;
}

p
{
	margin-bottom: 10 px;
	font-size: 80%;
	line-height: 1.5;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
}

ul{
	list-style-type: square;

	font-size: x-small
	line-height: 1.35;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 80%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

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

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

#masthead{
	margin: 0;
	left: 200px;
	top: 20px;
	position: absolute;
	height: 40px;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;

	color: #003366
	padding-right: 0px;
	padding-bottom: 10px;
	color: #003366;
}


#navBar{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 192px;
	left: 675px;
	top: 93px;
	position: absolute;
	height: 454px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ccc;
}

#content{
	left: 100px;
	top: 84px;
	position: absolute;

	padding-left: 20px;
	padding-right: 20px;
	width: 544px;
}




/************** .feature styles ***************/
.feature{
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.feature img{
	float: right;
	padding: 0px;
	margin: 0 10px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* 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: 4px 4px 4px 0px;
	vertical-align: middle;
}




/*********** #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 #003366;
	margin-left: 0px;
	list-style-type: none;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


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

#sectionLinks{
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}


#sectionLinks li {
	list-style: none;
	padding-bottom: 10px;
}



#sectionLinks a:hover{
	background-color: #F1F2F3;
	text-decoration: underline;
	
}


.small {
	font-size: 75%;
}

#location 
{
	line-height: 1.5;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#sendform li
{
	border-bottom: 1px solid #EEE;
	list-style-type: none;
}
#sendform {
	border-bottom: 1px solid #EEE;
	list-style-type: none;
	background-color: #EEEEEE;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.list {
	font-size: small;
	vertical-align: top;
}
.2top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-right: 20px;
	margin-left: 20px;
	color: #999999;
	float: right;
}
li {
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: -10px;
	margin-left: 20px;
}
