/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #666666;
}

a:link, a:visited, a:hover {
		font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2{
	font-size: 2em;
	color: #666666;
	line-height: 1.1em;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	height: 76px;
	margin: 0px;
	padding: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 800px;
	margin: 0px auto 20px;
	padding: 0px;
	background: #FFFFFF;
}
#wrapperhome{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}
#masthead{
	width: 800px;
	background: #FFFFFF url(../images/header.gif) no-repeat;
	height: 41px;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	clear: both;
	float: left;
}
#mastheadcontact {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	display: inline;
	clear: both;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}

#date {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;

}



#sideBar{
	padding: 10px 0px 20px 10px;
	background-color: #C1C1C1;
	width: 240px;
	float: left;
	background-image: url(../images/sidbarbottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 2px;
	font: lighter 70% Arial, Helvetica, sans-serif;
	clear: right;

}

#flash{
	width: 800px;
	background: #666666 no-repeat;
	height: 229px;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0 0 0px;
}
#mastheadimage{
	width: 800px;
	background: #666666 no-repeat;
	height: 148px;
	clear: left;
	float: left;
	padding: 0px;
	margin: 0 0 0px;
}
.selected {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.selected a{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
#content{
	width: 800px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	background: #FFFFFF url(../images/page.jpg) repeat-x;
}
#divstaff {
	padding-left: 30px;
}
#divcase {
	padding-left: 0px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 14px;
}

/************** .story styles *****************/

#story2col{
	padding: 5px;
	font-size: 80%;
	margin: 20px 0px 0px;
	width: 250px;
	float: right;
}

#story2col img {
	background: url(../images/page.jpg) repeat-x;
	padding: 5px;
	border: 1px none #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}

#story2col p{
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#story2col h2 {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #1597B8;
	margin: 0px;
	padding: 0px 0px 3px;
}
#story2col img {
	background: #333333;
	margin: 3px;
	padding: 1px;
	clear: both;
	float: left;
	border: 1px solid #999999;
}
#story{
	padding: 5px;
	font-size: 80%;
	margin: 20px 0px 0px;
	width: 530px;
	float: right;
}

#story p{
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 12px;
	line-height: 19px;
}
#story h2 {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #1597B8;
	margin: 0px;
	padding: 0px 0px 3px;
}
#story img {
	background: #333333;
	margin: 3px;
	padding: 1px;
	clear: both;
	float: left;
	border: 1px solid #999999;
}
#jumplinks {
	padding-bottom: 20px;
	margin-bottom: 10px;

	}

#jumplinks ul{
	width: 210px;	/* Opera 5 */
	\width: 210px;	/* IE5Win */
	w\idth: 210px;	/* Others */
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

#jumplinks ul li{
	padding: 0 0 5px 15px;
	background: 0 4px;
	list-style: circle;
}
	

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 20px 0px 0px;
	padding: 20px 0px 10px 10px;
	float: left;
	width: 25px;
	clear: right;
}


/*************** #pageName styles **************/

#pageName{
	padding: 30px 0px 0px 10px;
	font: 1.7em "Times New Roman", Times, serif;
	color: #315E5E;
}


/************* #globalNav styles **************/
#globalNav{
	width: 800px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	display: inline;
	clear: both;
	float: left;
}
#globalNav li {
	width: 133px;
	background: no-repeat;
	height: 76px;
	clear: right;
	margin: 0px;
	float: left;
	display: inline;
	padding: 0px;
}

#globalNav a {
	font-size: 1em;
	color: #333333;
	font-weight: lighter;
	letter-spacing: 0.1em;
	width: 133px;
	text-align: center;
	display: block;
	background: url(../images/menu_tab2.jpg) no-repeat 0px 0px;
	height: 75px;
	line-height: 66px;
}
#globalNav a.active {
	font-size: 1em;
	color: #003366;
	font-weight: lighter;
	letter-spacing: 0.1em;
	width: 133px;
	text-align: center;
	display: block;
	background: url(../images/menu_tab2.jpg) no-repeat 0px -152px;
	height: 75px;
	line-height: 66px;
}
#globalNav a:hover{
	background: url(../images/menu_tab2.jpg) no-repeat 0px -76px;
	text-decoration: underline;
}

/*#globalNav{
	width: 800px;
	height: 76px;
	margin: 0px;
	padding: 0px;
	display: inline;
	clear: both;
	float: left;
}
#globalNav li {
	width: 160px;
	background: no-repeat;
	height: 76px;
	clear: right;
	margin: 0px;
	float: left;
	display: inline;
	padding: 0px;
}

#globalNav a {
	font-size: 1em;
	color: #333333;
	font-weight: lighter;
	letter-spacing: 0.1em;
	width: 160px;
	text-align: center;
	display: block;
	background: url(../images/menu_tab.jpg) no-repeat 0px 0px;
	height: 75px;
	line-height: 66px;
}
#globalNav a.active {
	font-size: 1em;
	color: #003366;
	font-weight: lighter;
	letter-spacing: 0.1em;
	width: 160px;
	text-align: center;
	display: block;
	background: url(../images/menu_tab.jpg) no-repeat 0px -152px;
	height: 75px;
	line-height: 66px;
}
#globalNav a:hover{
	background: url(../images/menu_tab.jpg) no-repeat 0px -76px;
	text-decoration: underline;
} */



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 40px 0px 5px;
	text-align: center;
	line-height: 2px;
	margin-top: 30px;
}

.feature img{
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0 5px 5px 0;
	clear: both;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #999999;
	background: #FFFFFF url(../images/footer.gif) no-repeat bottom;
	display: block;
	width: 800px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	border-top: 1px solid #cccccc;
}
/* 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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#sideBar ul a:link, #navBar ul a:visited {
	display: block;
}
#sideBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sideBar h3 {
	padding-top: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 180%;
	padding-bottom: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sideBar li {border-bottom: 1px solid #E3E3E3;}

/* fix for browsers that don't need the hack */
html>body #sideBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px 79% 0px 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 30px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#HeaderStaff {
	width: 800px;
	background: #FFFFFF url(../images/header_staff.jpg) no-repeat;
	height: 226px;
	clear: both;
	float: left;
	padding: 0px 0px 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#HeaderServices {
	width: 800px;
	background: #FFFFFF url(../images/header_services.jpg) no-repeat;
	height: 226px;
	clear: both;
	float: left;
	padding: 0px 0px 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#HeaderReporting {
	width: 800px;
	background: #FFFFFF url(../images/header_reporting.jpg) no-repeat;
	height: 226px;
	clear: both;
	float: left;
	padding: 0px 0px 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#HeaderSeminars {
	width: 800px;
	background: #FFFFFF url(../images/header_seminars.jpg) no-repeat;
	height: 226px;
	clear: both;
	float: left;
	padding: 0px 0px 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#HeaderContact {
	width: 800px;
	background: #FFFFFF url(../images/header_contact.jpg) no-repeat;
	height: 226px;
	clear: both;
	float: left;
	padding: 0px 0px 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#sideBar img {
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#whiteboxstyle {
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px 10px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#grayboxstyle {
	background: #E5E5E5;
	border: 1px solid #999999;
	padding: 10px 10px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.more {
	font: 110% Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 0px;
	padding: 0px;
	height: 60px;
}

#developedby {
	font: 10px "Trebuchet MS";
	color: #CCCCCC;
	margin: 2px auto;
	height: 20px;
	width: 800px;
	text-align: right;
}
#divstaff h1 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006699;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#divstaff h1 a{
	color: #006699;

}
#divstaff h1 a:hover{
	color: #000000;
	text-decoration: underline;
}
#divstaff p {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 25px;
}
#top {
	width: 800px;
}

