/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../images/backfade.jpg) scroll;

}

/* container holding everything on the page */
#mainwrap {
	MARGIN: 0px auto;
	WIDTH: 750px;
	background-image: url(maincontainerplus.jpg);
	padding-left: 10px;
	background-color: #FFFFFF;

}
.labelname {
	width: 170px;
	float: left;
}
div.boxdetail {
	margin-bottom: 5px;
}
/* ends */

/******* hyperlink and anchor tag styles *******/

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

a:hover{
	text-decoration: underline;
}

/************** heading tag styles **************/

h1{
 font:19px
 color: #334d55;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h2{
 font: normal 120% "Trebuchet MS", Verdana, Arial, Helvetica;
 color: #CC3300;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial, sans-serif;
 color: #CC3300;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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


/*************** forms tag styles ***************/

fieldset {
	padding: 8px;
}

#login fieldset {
	padding: 0px 0px 0px 5px;
	border-right-style: none;

}
#form .fm-optional label {
	color: #666666;
	width: 170px;
	float: left;
}
#form label {
	color: #000000;
	float: left;
	width: 170px;
}

#login label {
	color: #000000;
	float: left;
	width: 70px;
}

label span {
	width: 210px;
}

labeltwo span {
	width:200px;
}

legend {
	color: #CC3300;
	font-weight: bold;
}

form
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: small;
}

#formcontainer {
	border: 1px solid #316AC5;
	padding: 0px;
	margin: 0px;
	display: block;
}
.guidecolleft {
	float: left;
	width: 50%;
}
.guidecolright {
}


.formcontainer label {
	width:150px;
	float: left;
	padding-bottom: 5px;
	margin-top: 10px;
} 
textarea {
	height: 60px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#formnotes {
	background-color: #FFFFE1;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	}
#formnotes h1 {
	font-size: small;
	font-weight: bold;
	background-image: url(formnotesh1.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	color: #003366;
	text-indent: 2em;
	margin-bottom: 15px;
	}
	
.formcontainer br	{ clear: left; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 0px;
	left: 0;
	right: 2%;
	width:740px;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 0px;
	right: 2%;
	width:740px;
	left: 0;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px none #cccccc;
	font: small Verdana,sans-serif;
}
/*
#mainwrap #pagecell1 #pageNav {
	background: #ECE9D8;
}
*/

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	line-height: 120%;
	border: 1px solid #D0C99D;
}
#navmenu a, #adminmenu a {
	padding-left: 10px;
	border: 1px solid #CDC698;
	display: block;
}
#globalLink li {
	list-style: none;
	display: inline;
}


div.spacer {
  clear: both;
  }



/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 11px Verdana, sans-serif;
	position: absolute;
	top: 16px;
	right: 8px;
	color: #919999;
	width: 400px;
	text-align: right;
}

#utility a{
	color: #ffffff;
}

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

/************** pageName styles ****************/

#pageName{
	margin: 0px 0px 0px 190px;
	border-bottom:1px none #ccd2d2;
	color: #CC3300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
}
#pageNav #navmenu, #pageNav #adminmenu, #mainnav {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}


#pageName h2{
	font: normal 130% "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #CC3300;
	padding: 0px;
	margin-top: 10px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 720px;
	text-align: right;
}


a.glink, a.glink:visited{
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px #8FB8BC;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.glink:hover{
	background-image: url(glblnav_selected.gif);
	text-decoration: none;
	background-color: #FFFFFF;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 80px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

.leftsubnav {
	text-align: center;
	margin-top: 20px;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


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

#breadCrumb{
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	background-color: #ECE9D8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 100px;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	float: right;
	font-weight: normal;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 20px;
	left: 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** location styles *****************/

#location {
	margin-top: 10px;
}
.locationtext{
	margin-left: 200px;
}
.locationtext img {
	align: center;
}

.locationpics {
	float: left;
	margin-top: 0px;
}



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

#siteInfo{
	clear: both;
	border-top: 2px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 50px;
	background-color: #FFFFFF;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
html>body #siteInfo {
	height: 50px; /* ie5win fudge ends */
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FB0000;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}
#featureimg2 {
	padding: 0px 10px 0px 0px;
	left: 0px;
	text-align: center;
}

/*** table styles ***/
caption {
	padding: 0 0 5px;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) repeat-x;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
}

#rstable{
	position: relative;
	width: 95%;
	margin-top: 10px;
}

#nrtable {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: relative;
}

td.odd {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td.even {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
td.oddbit{

	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(bullet1.gif) no-repeat;
	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: left;
}
td.evenbit{
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #F5FAFA url(bullet2.gif) no-repeat;
	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: left;
}

td.oddbit a:link, a:visited{
	color: #797268;
	text-align: left;
}
td.evenbit a:link, a:visited{
	color: #006699;
	text-align: left;
}

td.oddbit a:visited{
	color: #797268;
	text-align: left;
}
td.evenbit a:visited{
	color: #006699;
	text-align: left;
}
td.noformat{
	border: 0;
	color: #797268;
	text-align: left;
}
td.color1{
	border: 0;
	color: #797268;
	text-align: left;
}
td.color2{
	border: 0;
	color: #006699;
	text-align: left;
	background: #f5fafa no-repeat;
}

table	{
	border-collapse: collapse}
#search4 {
	border: 1px solid #0099CC;
	background-color: #E8EAE9;
	float: right;
	text-align:left;
	padding: 10px;
	margin-left:20px;
	margin-top: 20px;
}
#search4 h1 {
	font-size: small;
}

#search_pete {
	border: 1px solid #0099CC;
	background-color: #E8EAE9;
	float: ;
	text-align:left;
	padding: 10px;
	margin-left:20px;
	margin-top: 20px;
}
#search_pete h1 {
	font-size: small;
}

#largemap {
	background-color: #CCCC99;
	text-align: center;

}
.download_text {
	font-weight: bold;
	text-align: left;


}
/*mapping stuffs*/
.guidecontainer {

	border: 1px solid #316AC5;
	padding: 10px;
	margin-bottom: 10px;
}
.leftcolguides {
	float: left;

}
.rightcolguides {
	margin-left: 280px;
	float: none;
}
.download_text img {

	text-align: left;
}

#guidetype br {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.newpage {
	padding: 10px;
	border: 1px solid #316AC5;
	background-color: #ECE9D8;
	margin: 5px;
}
#login {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
		padding-bottom: 10px;
}

#guidetype {
	margin: 0px;
	padding: 0px;
}
#login legend {
	color: #CC3300;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
#navmenu a:hover {
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	background-image: url(navmenu_roll.jpg);
}

#adminmenu a:hover {
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	background-image: url(pagenav_roll.jpg);
}

#adminmenu {
	background-color: #ADA828;
	background-image: url(pagenav.jpg);
}
#adminmenu a {
	color: #FFFFFF;
}
#pageNav #navmenu, #pageNav #adminmenu, #mainnav {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

#navmenu {
	background-image: url(navmenu.jpg);
}

#flashpanel {
	position: absolute;
	top: 76px;
}

#navmenu a, #adminmenu a {
	padding-left: 10px;
	display: block;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;

}
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px none #cccccc;
	font: small Verdana,sans-serif;
}
.navhead {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #993300;
	color: #FFFFFF;
	padding-left: 5px;
}

