/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/background_overall_stars.gif);
	background-position: center;
	background-attachment: fixed;	
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: black;
}

a, a:visited {
	color: red;
	text-decoration: none;
}

a:hover, a.active {
	color: black;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 994px;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	clear: both;
}

#main {
	width: 994px;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
}

/**** LEFT NAV CSS *****/

#leftnav {
	background-color: #039;
	border: 1px solid white;
	background-image: url(images/background_leftnav.jpg);
	background-repeat: no-repeat;
	padding-top: 90px;
	width: 198px;
	color: white;
}

.leftnav {
}

.leftnav .menuitem {
	width: 180px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 5px;
}

.leftnav .menuitem a {
	display: block;
	width: 172px;
	border: 1px solid #99ADD6;
	background-color: #4D71B8;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 3px 3px;
	font-size: 12px;
	font-weight: bold;
}

.leftnav .menuitem a:hover {
	background-color: #039;
}

/***** HEADER CSS *****/

#header {
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
	width: 910px;
}

#header .businesscard {
	color: white;
	margin-right: 5px;
	padding-top: 84px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

#header #nav {
	color: black;
	text-align: right;
	margin-right: 5px;
	height: 30px;
	overflow: hidden;
}

#header #nav .menuitem {
	display: inline;
}

#header #nav .menuitem a {
	color: black;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#header #nav .menuitem a:hover, #header #nav .menuitem a.active {
	color: red;
}


/***** FOOTER CSS *****/

#footer {
	margin: 0 auto;
	clear: both;
	width: 910px;
	font-size: 11px;
	padding: 20px 10px;
}

#footer a {
	color: #FF9;
}

#footer a:hover {
	color: white;
}


/***** CONTENT CSS *****/

#content {
	margin: 0 auto;
	clear: both;
	width: 910px;
}


/***** MAP CSS *****/

#map_canvas {
	height: 500px;
	margin-bottom: 5px;
}

#routecontainer {
	display: none;
	font-size: 12px;
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 5px;
}

#route {
}

.directions .address_input {
	width: 375px;
}


/***** COMMON CLASSES *****/

.col125 {
	width: 125px;
}

.col200 {
	width: 200px;
}

.col230 {
	width: 230px;
}

.col260 {
	width: 260px;
}

.col400 {
	width: 400px;
}

.col700 {
	width: 700px;
}

.borderwhite1 {
	border: 1px solid white;
}

#rotator {
	height: 124px;
	overflow: hidden;
}

#rotator div {
	text-align: center;
	width: 100%;
}
