/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: white;
}

a, a:visited {
	color: #099;
	text-decoration: none;
}

a:hover, a.active {
	color: #039;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 924px;
	padding: 0px 12px;
	margin: 0 auto;
	clear: both;
	background-color: white;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#header {
	height: 108px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
}

#headerphoto, .headerphoto {
	display: block;
	width: 924px;
	height: 295px;
	overflow: hidden;
}

#headerphoto .phone {
	font-family: Impact, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin-left: 50px;
}

#headerphoto .saying {
	font-size: 40px;
	font-style: italic;
	margin-left: 50px;
	width: 300px;
	margin-top: 80px;
}

#footer {
	background-color: #039;
}

#footer a {
	color: #F2C15F;
}

#footer a:hover {
	color: white;
}


/**** NAVIGATION ****/

#nav {
	width: 300px;
	background-color: none;
	background-image: url(images/background_leftnav_repeat.jpg);
	background-repeat: repeat;
}

#navinside {
	background-image: url(images/background_leftnav.jpg);
	background-repeat: no-repeat;
}

#nav .menuitem {
	display: block
}

#nav a {
	display: block;
	width: 260px;
	margin: 0 auto;
	clear: both;
	height: 24px;
	padding: 8px 0px 3px 10px;
	background-image: url(images/background_nav.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: white;
}

#nav a:hover, #nav a.active  {
	background-image: url(images/background_nav_active.gif);
	color: #039;
}


/***** MININAV CSS *****/

#mininav {
	font-size: 12px;
	color: white;
	text-align: right;
	padding: 2px 10px;
	height: 21px;
}

#mininav .menuitem {
	display: inline;
}

#mininav .menuitem a {
	color: white;
}

#mininav .menuitem a:hover, #mininav .menuitem a.active {
	color: #7FCCE5;
}

/***** MAP CSS *****/

#map_canvas {
	border: 1px solid black;
	height: 400px;
}

.directions form .address_input {
	width: 400px;
}

#routecontainer {
	border: 1px solid black;
	display: none;
	padding: 10px;
	margin: 5px 0px;
}

#route {
	font-size: 10px;
}

.mapinfo {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mapinfo div {
	padding: 3px;
}

/***** GENERAL CSS *****/

.col250 {
	width: 250px;
}

.col300 {
	width: 300px;
}

.col600 {
	width: 600px;
}

.fld_blue {
	color: #099;
}

