@charset "utf-8";
/* CSS Document */
/* C-PATH STYLES */


body{
	font-family: Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	font-size:14px;
	margin: 0;
	width:auto;
	
}

#header {
	height: 25px;
	font-family: Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	background-image: url(../images/topper.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding: 0;
} 

#header h1 {
	float:right;
	font-size: 70%;
	color:#FFFFFF;
	margin:0;
	padding: 60px 20% 50px 20%;
}

#flashhome {
		display: none;
}

#banner {
	display: none;
}

#bannerimage {
	display: none;
}
#bannerimage2 {
	display: none;
}

#bannerimage3 {
	display: none;
}

#bannerimage4 {
	display: none;
}

#bannerimage5 {
	display: none;
}

#bannerimage6 {
	display: none;
}

#bannerimage7 {
	display: none;
}

#bannerimage8 {
	display: none;
}
#bannerimage9 {
	display: none;
}
#bannerimage10 {
	display: none;
}
#bannerimage11 {
	display: none;
}
#bannerimage12 {
	display: none;
}
#bannerimage13 {
	display: none;
}
#bannerimage14 {
	display: none;
}
#bannerimage15 {
	display: none;
}

#bluebottom {
	display: none;
}


/**************************

HOME PAGE STYLES

****************************/

#timelineimage {
	background-image: url(../images/timelinesample.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 211px;	
}

#home {
	clear: left;
	margin-top: 10px;
	padding-top: 1px;
}


#sectionr {
	/*float: right;
	width: 810px;*/
	margin-right: 2px;
	margin-top: 0px;
	margin-left: 2px;
}

/*#sectionr .sectionimagr {
	float: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;	
}

#sectionr .sectionimagl {
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;	
}*/

#announce {
	padding-left: 10px;
	width: 500px;
	float: right;
	margin-right: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d3dbe8;
	border-left-color: #d3dbe8;
	padding-right: 10px;
}

#announce h4 {
	color: #999999;
	font-size: 95%;
	line-height: normal;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	
}

#announce p {
	font-size: 90%;
	color: #333333;
	line-height: normal;
	padding-bottom: 10px;
}
#welcomebox {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

#welcomebox h1 {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 20px;	
}

#welcomebox h3 {
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
	
}

#welcomebox p {
	color: #333333;
	font-size: 95%;
	line-height: normal;
	
}

/*  COLUMN NEWS BOX */

#feeds .columnbox {
	padding-top: 0px;
	width: 100px;
	float: right;

	
}

#feeds h5 {
	color: #6699cc;
	font-size: 85%;
	line-height: normal;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	
}

#feeds h6 {
	height: 12px;
	background-image: url(../images/feedboxbottom.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

#feeds p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-family:Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	font-size: 70%;
	color: #333333;
	margin-top: 7px;
	margin-bottom: 0px;
	line-height: normal;
}

#feeds a:link, #feeds a:visited {
	color:#017DC3;
	text-decoration: underline;
	padding-left: 0px;
}

#feeds a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #017DC3;
}

/***********************************/
	/* END HOME STYLES*/
/***********************************/

/***********************************/
/*  THREE TIER NAVIGAITON  */
/*******************************/

div#nav {
	float: left;
	margin-top: 5px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 5px;
	left: auto;
	top: 350px;
	right: auto;
	width: 100%;
}

div#nav ul {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#nav li {
	position: relative;
	list-style: none;
	float:left;
	width: 7.3em;
	line-height:1em;
	margin: 0 auto;
	padding-right: 3px;
	padding-left: 0px;
}

div#nav li a:hover {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffc425;
}

div#nav li.submenu {
	/*border-top-style:none;*/
}

div#nav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.42em;
	padding-bottom: 0.5em;
	padding-left: 0.1em;
	background-image: url(../images/navtab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#nav ul ul {
	display: none;
}


div#nav ul.level1 li.submenu:hover ul.level2 {
	display: none;	
}


div#nav ul.level2 {
	left:1px;
}


/**************************
END NAVIGATION
***************************/


#main {
	clear: left;
	background-image: url(../images/mainbkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}

#bodybox {
	margin-left: 5px;
	margin-right: 198px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3dbe8;
	padding-right: 15px;
	
}

#bodybox a:link, #bodybox a:visited {
	color:#017DC3;
	text-decoration: underline;
	padding-left: 0px;
}

#bodybox a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #017DC3;
}

#bodybox p {
	color: #333333;
	font-size: 80%;
}

#bodybox .profiles {
	width: 500px;
	margin-right: auto;
	margin-left: auto;

}

#bodybox .imgr {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}


#bodybox .imgl {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	
}

#bodybox h1 {
	color: #999999;
	font-size: 120%;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	
}

#bodybox h3 {
	font-weight: normal;
	margin-top: 20px;
	color: #007DC3;
	
}

#bodybox h4 {
	font-weight: normal;
	color: #007DC3;
	
}

#bodybox .contact {
	text-align: center;
	
}

#bodybox ul {
	padding-top: 10px;
	vertical-align: baseline;
	list-style-type: none;
}

#bodybox li {
	color:#333333;
	font-size: 80%;
	padding-bottom: 10px;
	padding-left: 10px;
	background:transparent url(../images/uldot.gif) no-repeat;
	background-position:0 5px;
}

#tagtext {
	float: right;
	width: 185px;
	margin-right: 5px;
	margin-top: 20px;
}

#tagtext p {
	color: #007dc3;
	font-family: Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	font-size: 110%;
	line-height: 1.1em;
}

#tagtext .biline {
	font-size: 70%;
	text-align: right;
	
}

#tagtext .quoteb {
	vertical-align: text-top;
	
}

#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(../images/tail.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer a:link, a:visited {
	color:#ffffff;
	text-decoration: none;
 	padding-left: 10px;
}

#footer a:hover {
	color:#ffffff;
	text-decoration: underline;	
}

#footer p {
	font-family:Verdana, Arial, "Myriad Roman", "Lucida Sans", serif;
	margin:0;
	padding: 10px;
	font-size: 70%;
	text-align:center;
	color: #fff;
}

#search {
	display: none;
	
}
#leftcol {
	padding-right: 1px;
	float: left;
	width: 130px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
}

#leftcol p {
	color: #6699cc;
	font-size: 95%;
	line-height: normal;
	font-style: italic;
	font-weight: bold;
}

div#quicklink {
	width: 130px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	z-index: 0;
}

div#quicklink h3 {
	color: #366995;
	font-weight: normal;
	
}

div#quicklink ul {
	margin: 0;
	padding: 0;
	width: 165px;
	background: white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div#quicklink li {
	position: relative;
	list-style: none;  /*removes all bullet points*/
	margin: 0;
	font-size: 90%;
	color: #999999;
	border-bottom: 1px solid #cccccc;
/*	border-right: 1px solid #cccccc;*/
}


/*Other*/
/* Start Commented Backslash Hack if IE 6 \*/
* html #footer {height: 1%;}
/* Close Commented Backslash Hack */

/* Start Commented Backslash Hack if IE 5 \*/
#leftColumn1 a {height: 1%;}
/* Start Commented Backslash Hack \*/

/* Start Commented Backslash Hack \*/
#leftColumn1 a  {
position: relative;
height: 1%;
zoom: 100%;
}
/* Start Commented Backslash Hack \*/


[if IE 5]>

/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 200px;
}

[if IE]>

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
