html { overflow-x: auto; } 

BODY {
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000; 
    background-color : #ffffff; 
    margin : 0; 
} 

BR {
    font-size : 5px; 
    margin : 0; 
}

/********** LINKS ****************/

A:link {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:visited {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

A:hover {
    COLOR: #F56655;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: underline;
}

A:active {
    COLOR: #5678a2;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

/********** LISTS ****************/ 

li.category_li {
    list-style: none;
    /*margin: 0px 0px 0px 0px;*/
    /*list-style-image: url('./images/point.gif');*/ 
    /* background: url('./images/point.gif') no-repeat 0 12px; */
    /*padding: 2px 2px 2px 20px;*/
    /*padding: 10px 2px 2px 16px;*/
    /*display:block;*/
    /*display:list-item;*/
    
    list-style-image: url('./images/point.gif'); 
    padding: 0px 0px 0px 0px; 
 
}

ul.category_ul {
    /*list-style-image: url('./images/point.gif');*/
    /*padding: 0px;
    margin: 0px 0px 0px 0px;*/
    /*margin: 2px 2px 2px 20px;*/
    /*padding: 2px 2px 2px 20px;*/
    margin-left: 20px; /* width for bullet.gif */ 
    padding-left: 0; 
}

li.sitemap_li {
}

ul.sitemap_ul {
    margin-left: 10px;
    padding-left: 1.0em;
    padding-top: 0.2em;
    list-style-image: url('./images/point.gif')
}

/* Status line row/font style */

.status_line {
    background-color:#BABABA;
    color:#ffffff;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}
 
a.status_line:link {
    color: #ffffff;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

a.status_line:visited {
    color: #ffffff;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

a.status_line:hover {
    color: #F56655;
    font-size : 12px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

/* Company listings styles */

.company_default {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.company4 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none; 
    font-weight: bold;
	color: red;
}

.company3 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold; 
	color: blue;
}


.company2 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold;
	color: green;
}

.company1 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.listing_hot {
    color: red;
    font-size: 9px;
}

.listing_new_updated {
    color: green;
    font-size: 9px;
}

.listing_marked {
    color:#5678A2;
    font-size: 9px;
}

/******* BOXES ***********/ 

div.greybox {
    background-color: #F7F7F7; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}

div.whitebox {
    background-color: #FFFFFF; 
    border-width: 1px; 
    border-color: #D6D5D6;
    border-style: solid; 
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
}


/******** TABLE STYLES ************/

table.list {
    border: 1px #F7F7F7 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0px 0px 0px 0px;
    border: 1px 1px 1px 1px;
    padding: 2px 2px 2px 2px;
}

td.table_header {
    border: 1px #FFFFFF solid;
    background-color: #DEDFDE;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #515151;
}
 
td.table_rows {
    background-color:#F1F1F1;
    color:#666666
}

td.table_row_highlight {
    font-weight: bold;
    border: 1px #FFFFFF solid;
    background-color: #fcff9f;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow1 {
    border: 1px #FFFFFF solid;
    background-color: #EFEFEF;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

td.altrow2 {
    border: 1px #FFFFFF solid;
    background-color: #F6F6F6;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
}

table.bodyborder {
    border-bottom : 0px;
    border-left : 0px;
    border-right : 0px;
    border-top : 0px;
}

td.border {
    border-bottom : 1px solid #DADADA;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
}

td.border2 {
    background-image: url(images/cell-background.gif);
    BACKGROUND-REPEAT: repeat-x;
    border-left : 1px solid #DADADA;
    border-right : 1px solid #DADADA;
    border-top : 1px solid #DADADA;
    padding : 5;
}

/********** FORMS STYLES ************************/
form {
    border-width : 0; 
    padding : 0; 
    margin : 0; 
    display:inline;
} 

INPUT.button { 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    background-color:#E9E9E9; 
}

.textarea_default {
    width: 300;
    height: 100;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.textarea_tall {
    width: 300;
    height: 300;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
}

.input_default {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_seamless {
    width: 300;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 0px;
    padding: 1px 3px 1px 3px;
}

.input_small {
    width: 150;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small2 {
    width: 60;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_small3 {
    width: 40;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}

.input_multiple {
    width: 300;
    height: 200;
    background-color : #FFFFFF; 
    font-family: Verdana, Arial, Sans-Serif; 
    font-size : 12px; 
    color : #000000;
    border: 1px solid #C0C0C0;
    padding: 1px 3px 1px 3px;
}


radio { BORDER-STYLE: none; }

checkbox { BORDER-STYLE: none; }

INPUT , SELECT {
    background-color : #FFFFFF; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
    color : #000000;
} 

TEXTAREA {
    background-color : #FFFFFF; 
    color : #000000; 
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 12px; 
} 

.required_star {
    font-size: 12px;
    color:#ff0000;
}

/********** TEXT STYLES *************************/
span.text {
    color: #525163;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_bold {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft {
    color: #959598;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft_bold {
    color: #959598;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_large_bold {
    font-size: 14px;
    font-weight: bold;
    text-decoration : none;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_small {
    font-size: 11px;
    text-decoration : underline;
    font-family: Verdana, Arial, Sans-Serif; 
}

span.text_large_bold_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration : none; 
    color: 888888;
}

span.text_small_grey {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    text-decoration : none; 
    color: 888888;
}

span.error {
    font-weight: bold;
    color:#ff0000;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.success {
    font-weight: bold;
    color:#006600;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}


div.response_error {
    background-color: #ffeaea; 
    border-width: 1px; 
    border-color: #e82a2a;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

div.response_success {
    background-color: #eaffea; 
    border-width: 1px; 
    border-color: #4dda2c;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

/********** COMPARE CHART STYLES ****************/

.YES { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #006600
} 
.NO { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color: #FF0000
}



/************** additional styles copied from main tourism styles ************************/
/*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;
	border: none;
}
/*.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;
}



/*These styles format the search language and breadcrumb in the header firefox*/

#tools{
	width: 300px;
	float: right;
	text-align: right;
}

/*#search {
	padding-top: 1px;
	height: 25px;
}*/
.search {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.ca_button {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 15px;
}
#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;
}
#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;
}

/*additional text styling tag line is the land of enchantment small type is the NMTD title*/
.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;
}

/* navigation bar styling and rollover for second tier commented out because this is area specific or default styling if no cascade*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #1c4477;
	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;
	font-size: 10px;
	text-decoration: none;
}
#nav_two a:hover{
	background-color:#6699CC;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #6699cc;
}
/* tier two sub navigation for second and third tier nav*/

#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{
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
#nav_two_sub a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* Intro paragraph and page description specific to the department area*/

#intro {
	float: left;
	/*clear: left;*/
	width: 580px;
	text-align: left;
	padding-left: 3px;
	margin-top: 5px;
}
#intro h2{
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	color: #e84327;
	padding-bottom: -5px;
}
#intro p{
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
}
#intro h3{
	color: #453e34;
	font-size: 12px;
}
#intro h4{
	color: #605f7f;
	font-size: 12px;
	font-style: italic;
}

/* Subject is the series of links on the portal pages */


#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: #267272;
}
#subject .links ul {
	font-size: 11px;
	line-height: 14px;
	padding-top: 3px;
	margin-top: 3px;
	padding-left: 3px;
	margin-left: 3px;
	font-style: italic;
	float: left;
	list-style-image: none;
	list-style-type: none;
}
#subject .links li {
	margin-left: 10px;
}

#subject .links a {
	text-decoration: none;
	color:#000000

}
#subject .links a:hover{
	color:#000000;
	background-color: #CCCCCC;
}


#subject h4{
	color: #453e34;
	font-size: 12px;

}

/* 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: 10px;
	text-align: center;
}
 #footer a{
 	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
 #footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}
#flashform{
	/*	float:left;*/
	text-align: left;
	height: 400px;
	width: 580px;
	float: left;
}

