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

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

body{
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	width: 760px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	position: relative;
}

a {
	color: #990066;
	text-decoration: none;
}
#content ul li a {
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #770044;
}
#content img.portrait {
	padding: 5px;
	margin: 10px;
	border: 3px solid #009;
	float: right;
	clear: right;
}
/* overrides decoration from previous rule for hovered links */

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

#content h1#pagename{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #000099;
	padding-bottom: 20px;
}
#content h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #000099;
	padding-bottom: 20px;
}
h2{
 font-size: 110%;
 color: #990066;
}

h3{
	font-size: 100%;
	color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

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

ul{
	font-size: 95%;
}

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: 10px 0px 0px 0px;
	width: 640px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	height: 92px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999999;
	line-height: 100%;
	margin: 10px 0px 0px 0px;
	text-align:justify;
	padding-left: 160px;
	border: 2px;
	border-color: #FF0000;
	line-height: 100%;
	padding-top: 5px;
	position: relative;
	left: 0px;
}

#navBar{
	padding: 0px 5px 0px 0px;
	background-color: #CCCCCC;
	border-right: 0;
	border-bottom: 0;
	color: #990066;
	font-size: 16px;
	text-align: right;
	border-left-width: 0px;
	width: 120px;
	position: absolute;
	left: 20px;
	top: 200px;
	font-weight: bold;
}

#content{
	margin: 10px 0px 0px 160px;
	font-size: 90%;
	width: 574px;
	left: 170px;
	top: 150px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
}

#content img{
	margin: 0 5px 5px 0;
	border: 1px black solid;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************ #masthead Styles ******************/
#masthead h1{
	color: #000000;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#masthead h2{
	color: #990066;
	font-size: 14px;
	font-weight: normal;
	width: 330px;
	border: 2px;
	border-color: #FF0000;
}
#masthead img{
	position: static;
	margin-top: 3px;
}
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #navBar ***********************/
#navBar a:hover{
}
/*************** #pageName styles **************/

h2#pageName{
}

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

#siteInfo{
	clear: both;
	border: 1px solid #000099;
	font-size: 70%;
	padding: 10px;
	margin-top: 2px;
	line-height: 100%;
	text-align: right;
	width: 574px;
	right: 20px;
	margin: -1px 0px 0px 150px;
	background-color: #FFFFFF;
	color: #666666;
}
/* 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 #EEE;}

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


.feature{
	margin: 1px;
	padding: 1px;
	display: block;
}
.feature img {
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
}
.feature p{
	margin-top: 10px;
}

#contact_info {
	position: absolute;
	height: 100px;
	width: 199px;
	left: 173px;
	top: 120px;
	color: #333333;
	font-size: 11px;
}
#content ul {
	font-size: 100%;
}
ul#subnav {
	display: block;
	list-style: none;
	padding: 5px;
	font-size: 90%;
	color: #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
	border: solid #999999 1px;
	margin: 5px;
	float: right;
	position: absolute;
	left: 390px;
	top: 230px;
	width: 326px;
}
ul#subnav li {
	border-bottom: solid #CCC 1px;
}
.section img{
	float: right;
	margin-right: 40px;
}
#address{
	text-align: right;
	color: #FFFFFF;
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 532px;
	left: 20px;
	position: absolute;
	font-size: 10px;
}
#address p{
	font-size: 10px;
	color: #333333;
}
.author {
	font-size: 90%;
	font-weight: normal;
}

#content .news {
	width:232px;
	z-index:1;
	left: 481px;
	top: 225px;
	padding: 10px 5px;
	border: solid #CCC 1px;
	font-size: 90%;
	float: right;
	clear: right;
	margin: 0 0 20px 10px;
}
#content .news img {
	float: left;
	float: left;
	margin: 2px;
	margin-right: 5px;
}
#content .news h2{
	text-align:center;
}
 #validate {
	font-size: 10px;
	text-align: right;
	color: #333333;
	text-decoration:none;
	position: absolute;
	left: 20px;
	width: 120px;
	top: 615px;
	margin: 0;
	padding: 0;
}
#masthead a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#title h1 a{
	font: 22px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 25px;
	font-weight: bold;
}
#title h2 {
	font-size: 12px;
	color: #990066;
	margin-left: 50px;
	font-style: italic;
	font-weight: normal;
}
#title h3 {
	font: italic 12px Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
	font-weight: normal;
	
}
#title {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	left: 160px;
	position: relative;
	margin-top: 10px;
}
#subpagename {
	font: italic normal 16px Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	z-index: 1;
	position: absolute;
	height: 115px;
	width: 352px;
	left: 378px;
	top: 285px;
}
table {
	margin-top: 10px;
	padding: 0;
	border: none;
}
td {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
}

#content a {
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
	color: #888888;
	text-decoration: underline;
}

p.caption {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.alert {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	vertical-align: super;
}

.hidden {
	display: none;
}
