@charset "utf-8";
/* CSS Document */

h1 {
		font-size: 3.5em;
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;

}
h2 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bannertext {font-size: 3.5em;
		color:#FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;	
		}
.whitetextbold{
	color: #FFFFFF;
	font-size: 1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.smallwhitetext {
	color:#FFFFFF;
	font-size: 0.69em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.greytextbold{
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.whitelargetextbold{
	color: #FFFFFF;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.whitebodytext{
	line-height: 1.5em;
	font-size: 1.1em;	
}
.smallwhitelink {
 	text-decoration: none;
	color:#FFFFFF;
}
/*menu*/
#menu {
	clear: both;
	list-style: none;
	background-color: transparent;
	background-image:url(/images/2008/tel_no.gif);
	text-align: left;
	padding: 0 0 0 0;
	margin: 0;
}

#menu li {
	display: inline;
	padding: 0 10px 0 0;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size: 1.3em;
	font-weight:bold;
	background-color: transparent;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:link, #menu a:visited {
	color: #3273B7;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu a:active {
	color: #3273B7;
}
#menu.home a.home, #menu.details a.details, #menu.location a.location, #menu.contact-us a.contact-us{
	color: #3273B7;
}
#arrowlist{
list-style-image: url(/images/2008/small_arrow.gif);
line-height: 1.5em;
align: absolute-middle;
font-size: 1.1em;
}

.arrowlist{
list-style-image: url(/images/2008/small_arrow.gif);
line-height: 1.5em;
align: absolute-middle;
font-size: 1.1em;
}

a.whiteboldlink:link, a.whiteboldlink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.whiteboldlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.whiteboldlink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.smallbluetext {
	color:#336699;
	}
.titleLarge {
	color:#999999;
	font-size: 2.5em;
}	
.titleLargeBlue {
	color:#3273B7;
	font-size: 2.5em;
}	
.titleMed {
	color:#999999;
	font-size: 2em;
}	
.titleSmall {
	color: #999999;
	font-size: 1.25em;
}	
.whiteButton {
background-image:url(/images/2008/white_button.gif);
color:#000000;
font-size:10px;
font-weight: bold;
}