/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}


body {
	/*background-image: url(../static_images/background.gif);*/
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

:focus { outline:none; }

a:link {
	color: #669966;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF9966;
}

a:hover {
	text-decoration: underline;
	color: #669966;
}

a:active {
	text-decoration: none;
}

.text-bold {
	color: #669966;
	font-weight: bold;
}

.bolditalic {
	font-weight: bold;
	font-style:italic;
}

.text-big-bold {
	color: #669966;
	font-weight: bold;
	font-size: 16px; 
}

#imagecaption {
	float:left;
	display:block;
	padding-top:2px;
	padding-right: 8px;
	padding-bottom: 1px;
	margin-right:4px;
	vertical-align:text-top;
}

#imagecaption1 {
	float:left;
	display:block;
	padding-top:2px;
	padding-right: 8px;
	padding-bottom: 25px;
	margin-bottom:15px;
	margin-right:4px;
	vertical-align:text-top;
}


#imagecaption2 {
	float:left;
	display:block;
	padding-top:2px;
	padding-right: 8px;
	padding-bottom: 55px;
	margin-right:4px;
	margin-bottom:15px;
	vertical-align:text-top;
}

#imagecaption3 {
	float:left;
	display:block;
	padding-top:2px;
	padding-right: 8px;
	padding-bottom: 160px;
	margin-bottom:15px;
	margin-right:4px;
	vertical-align:text-top;
}

#imagecaption4 {
	float:left;
	display:block;
	padding-top:2px;
	padding-right: 8px;
	padding-bottom: 95px;
	margin-bottom:15px;
	margin-right:4px;
	vertical-align:text-top;
}

.small_nav {
	font-size: 10px;
	line-height:13px;
	color:#999999;
	display:block;
	margin-left: 20px;	
	}

.black_bold {
	color: #000000;
	font-weight: bold;
}

.required_bullets {
	color: #FF0000;
	font-weight: bold;
}

#newscaption_right {
	float:right;
	display:block;
	padding-top:2px;
	padding-left: 10px;
	padding-bottom: 1px;
	vertical-align:text-top;
	font-size:9px;
	line-height:12px;
	font-style:italic;
	color:#000000;
}

.serviceSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
}

.serviceTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	font-style: italic;
}

.serviceText {
	font-size: 9px;
	line-height: 12px;
}

#travel_subnav {
	margin-left: 35px;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	margin-bottom: 7px;
}

#travel_subnav a {

	color: #333333;
}


/*NAVIGATION STYLES*/


#menu ul {
display: inline;
margin: 0;
padding: 0;

}

#menu li {
display: inline;
list-style: none;
margin: 0;
padding: 0;

}

li.home a {
background: url(../static_images/fp.gif);
background-position: 0 0;
display: block;
width: 116px;
height: 17px;
text-decoration: none;
text-indent: -1000em;

}

li.home a:hover {
background: url(../static_images/fp.gif);
background-position: -116px 0;
}

li.home a:visited {
background: url(../static_images/fp.gif);
background-position: -348px 0;
}

li.home a:visited:hover {
background: url(../static_images/fp.gif);
background-position: -116px 0;
}
