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

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

body{
background-color: #DBDBDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 10px 0px;
	padding: 0px;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 115%;
	color: #334d55;
	margin: 10px 10px 10px 0px;
}

h2{
	font-size: 14px;
	color:#666666;
	margin: 0px 10px 0px 0px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
}

h3{
	font-size: 13px;
	color:#666666;
	margin: 0px 10px 0px 0px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
}

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

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

#para a:link{
	color: #000099;
	text-decoration: none;
	
}

#para a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	margin: 10px 10px 8px 0px;
	line-height: 18px;
}

#para a:hover{
	font-size: 13px;
	margin: 10px 10px 8px 0px;
	line-height: 18px;
	text-decoration: underline;
	color:#BD2422;
}			


p{
	font-size: 13px;
	color:#666666;
	margin: 10px 10px 8px 0px;
	line-height: 18px;
}

p.niltop{
	font-size: 13px;
	color:#666666;
	margin: 0px 10px 8px 0px;
	line-height: 18px;
}

p a:link {
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	color: #0000CC;
}

p a:visited {
	font-size: 13px;
	line-height: 18px;
	color: #0000CC;
}

p a:hover {
	text-decoration: underline;
	font-size: 13px;
	line-height: 18px;
	color: #0000CC;
	margin-left: 0px;
}

.copyright{
	font-size: 10px;
	color:#CCCCCC;
	margin: 7px 10px;
	text-align: left;
	float: left;
	width: 250px;
	padding: 0px;
}

ul{
	list-style-type: square;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color:#334d55;
}
	
#page a:link{
	color: #000099;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;	
}

#page a:visited{
	color: #000099;
	text-decoration: none;
	font-size: 13px;
	margin: 10px 10px 8px 0px;
	line-height: 18px;
}

#page a:hover{
	font-size: 13px;
	margin: 10px 10px 8px 0px;
	line-height: 18px;
	text-decoration: underline;
	color:#999999;
}			

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

#wrapper {
	background-color:#FFFFFF;
	background-image:url(../gfx/build/lhs_bg2.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align:left;
	width: 800px;
	padding-bottom: 0px;
	border: 1px solid #666666;
}

#masthead{
    background-image: url(../gfx/build/masthead1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	height: 138px;
}

#navBar{
	margin: 0 651px 0 0;
	padding: 0px;
	background-image: url(../gfx/build/lhs_bg2.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


#siteInfo {
	display:block;
	background-color: #db8786;
	clear: both;
	font-size: 11px;
	color: #cccccc;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
}

#siteInfo a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

#siteInfo a:hover {
	text-decoration: underline;
}

#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: 2px solid #ffffff;}

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	color:#FFFFFF;
	padding: 9px 0px 9px 12px;
	width: 100%;
	width: auto;
	text-decoration: none;
}

#sectionLinks a:visited{
	padding: 9px 0px 9px 12px;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #cc3333;
	padding: 9px 0px 9px 12px;
	text-decoration: none;
}

#contacttable table {
	text-align: left;
	border: 1px solid #B8292D;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contacttable th{
	text-align: left;
	color: #FFFFFF;
	background-color: #637B89;
	padding: 6px 3px;
	border-top: 1px solid #B8292D;
	border-right: 1px solid #B8292D;
	border-bottom: 1px solid #B8292D;
	border-left: 1px solid #B8292D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#contacttable td{
	padding: 6px 3px;
	border: 1px solid #B8292D;
	font-size: 12px;
	font-weight: normal;
}


#contacttable a:link{
	color: #666666;
	padding: 0px;
	text-decoration: none;
}

#contacttable a:visited{
	text-decoration: none;
	color: #333333;
}

#contacttable a:hover{
	background-color: #BD2422;
	color: #FFFFFF;
}

.tdtop {
	vertical-align: top;
}

.icons {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	float: right;
}

td.greybg {
	color: #FFFFFF;
	background-color: #637B89;
	padding-right: 5px;
}

#newsitemheading {
	background-color: #CCCCCC;
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #637B89;
	border-left-color: #BD2422;
}

#newsitem {
	display: block;
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#newsitem a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color:#BD2422;
	
}


#newsitem a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color:#BD2422;
	
}


.pullquote {
	font-size: 105%;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	background-color: #637B89;
	float: right;
	width: 120px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: thin solid #BD2422;
	font-weight: bold;
}

.pullquote2 {
	font-size: 105%;
	font-style: normal;
	text-align: left;
	color: #FF0000;
	background-color: #FFFFFF;
	float: right;
	width: 190px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: 1px dashed #BD2422;
	font-weight: normal;
	margin: 10px;
}

.pullquote3 {
	text-align: left;
	color: #FF0000;
	background-color: #F3D9D8;
	float: right;
	width: 150px;
	border: 1px solid #637B89;
	margin: 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
}

.pullquote3 a {
	color: #000099;
	text-decoration: underline;
}

.pullquote4 {
	font-size: 100%;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	background-color: #637B89;
	float: right;
	width: 120px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 6px;
	border: thin solid #BD2422;
	font-weight: bold;
}
.feature {
	font-size: 12px;
	color:#666666;
}

.frontpagecontent {
	float: left;
	width: 430px;
}

#frontpageright {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-top: 10px;
}

.newsblock {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0px 20px;
	padding: 0px;
	border-right-color: #637B89;
	border-left-color: #637B89;
	background-color: #F6E2E3;
}

.newsblockheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #647B89;
	display: block;
	padding: 5px;
}

.newsblock p {
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #637B89;
	font-size: 10px;	
}

.bottnavlinks {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
	padding: 0px;
}

.newsblock a:link{
	color: #BD2422;
	text-decoration: none;
	font-size: 10px;
}

.newsblock a:visited{
	color: #BD2422;
	text-decoration: none;
	margin: 10px 10px 8px 0px;
	line-height: 18px;
	font-size: 10px;
}

.newsblock a:hover{
	margin: 10px 10px 8px 0px;
	line-height: 18px;
	text-decoration: underline;
	color:#BD2422;
	font-size: 10px;
}			

.imageright {
	float: right;
	padding: 10px;
}
