@charset "utf-8";
@import url("home.css");

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #595957;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 780px;
}


/*header styling*/


#header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 88px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	width: 780px;
	clear: both;
} 
#header_img {
	float: left;
	height: 88px;
	width: 150px;
	padding-right: 5px;
}
/*.oneColElsCtrHdr #header img{
	float:left;
	padding-right: 20px;
}*/
#header_tag {
	float: left;
	height: 88px;
	width: 300px;
	text-align: left;
	padding-right: 10px;
}
#header h1 {
	font-size: medium;
	font-weight: bolder;
	color: #325576;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
}

.small_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #325576;
	margin-top: 3px;
}

.float_right {
	text-align: right;
	position: relative;
	top: -100px;
	right: 0px;
	bottom: 0px;
	left: 575px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
}
.tag_line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #895636;
	margin-top: 3px;
	margin-bottom: 2px;
	font-weight: bold;
}
/*These styles format the search language and breadcrumb in the header*/
/*#tools{
	width: 300px;
	float: right;
	height: 78px;
	text-align: right;
}

#breadcrumb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	margin-bottom: 5px;
	height: 12px;
}
#breadcrumb a{

	text-decoration: none;
	color: #666666;
}
#breadcrumb a:hover{
	text-decoration: underline;
	color: #666666;
}

#searchbox {

	height: 25px;

}
#language a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	padding-left: 50px;
	padding-top: 5px;
}*/


/*These styles format the search language and breadcrumb in the header firefox*/

#tools{
	width: 300px;
	float: right;
	text-align: right;
}

/*#search {
padding-top: 1px;
}*/
.search {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#breadcrumb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 3px;
	margin-bottom: 7px;
}
#breadcrumb a{
	text-decoration: none;
	color: #666666;
	font-weight: lighter;
}
#breadcrumb a:hover{
	text-decoration: underline;
	color: #666666;
}

#language a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
}


/* navigation bar styling and rollover this is commented out because it is local to the specific thier*/

/*#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #c05527;
	text-align: center;
	width: 780px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 12px;
}

#nav_two a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav_two a:hover{
	background-color:#efb497;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #efb497;
}*/


/* tier two and tier three sub navigation*/

#nav_two_sub {
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav_two_sub a{
	text-decoration: none;
	color: #666666;
}
#nav_two_sub a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*flash div if no flash*/

#flashcontent {
	width:780px;
	background-color: #FFFFFF;
	/*height: 249px;*/
	/*float: left;*/
	margin-top: 0px;
	padding-top: 0px;
	/*text-align: left;*/
}
#flashcontent_small {
	/*width: 220px;*/
	background-color: #FFFFFF;
	/*height: 249px;*/
	/*float: left;*/
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;	
}
#flashform{
	/*	float:left;*/
	text-align: left;
	height: 480px;
	width: 580px;
	float: left;
}


/* Intro paragraph a page description*/

#intro {
	float: left;
	/*clear: left;*/
	width: 780px;
	text-align: left;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#intro h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#intro p{
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	color: #000000;
}

/* right column navigation we may want to move this style to the main sheet */

/*comented out by Max 1-29-2008 cascade from home css*/

#right_constant {
	float: right;
	width: 180px;
	margin-top: 0px;
	clear: right;
}
#right_constant h5{
	font-size: 12px;
	color: #007297;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#right_constant p{
	font-size: 11px;
	color: #333333;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0px;
}
#right_constant .guide_img{
	float: right;	
}
#right_constant div{

	padding-top: 5px;
}
#right_constant .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 6px;
}
#right_constant .maps img{
	text-align: center;
}
#right_constant a {
	color: #333333;
 	text-decoration: none;
}
#right_constant a:hover {
	color: #333333;
 	text-decoration: underline;
}

/* Subject is the series of links on the portal pages or the main content are on third tier pages */

#subject {
	margin-top: 0px;
	float: left;
	width: 580px;
	padding-top: 7px;
}
#subject .links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
#subject .links img {
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	height: 95px;
	width: 135px;
}
#subject .links h3 {
	padding-top: 1px;
	margin-top: 0px;
	padding-right: 3px;
	margin-right: 3px;
	/*padding-left: 3px;*/
	margin-left: 3px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color: #AB5B14;
}
#subject .links p {
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
	margin-top: 3px;
	padding-left: 3px;
	margin-left: 3px;
}
#subject h2 {
	font-size: 14px;
	color: #c05527;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#subject p {
	font-size: 12px;
	line-height: 16px;

}
#subject li {
	font-size: 12px;
	line-height: 16px;

}
#subject img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#subject a{
	text-decoration: none;
	color: #333333;
}
#subject a:hover{
	text-decoration: underline;
	color: #000000;
}
/* I brought the footer styles over from Home */

/* footer styling*/
 #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
}
 #footer a{
	text-decoration: none;
	color: #666666;
}
 #footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

?
/* end footer*/

.clear {
	clear: both;
	width: 780px;
}

#intro img {
	float: left;
	margin-right: 5px;
}
.text_color {
	color: #006699;
}

#info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f4f3e9;
	text-align: left;
	width: 565px;
	float: left;
	clear: left;
	padding: 10px;
}



.weather {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.weather a{
	text-decoration: none;
	color: #333333;
}
.weather a:hover{
	text-decoration: underline;
	color: #000000;
}
.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.category a{
	text-decoration: none;
	color: #000000;
}

.category a:hover{
	text-decoration: underline;	
}

/* style for attractions menu on tier three pages */

.attractions {
        color: #000000;
        width: 560px;
        padding-right: 10px;
        padding-left: 10px;
        border: 1px solid #999999;
        padding-top: 5px;
}
.attractions h6 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #660000;
        line-height: 14px;
        margin-top: -1px;
}
