/* CSS Document */

body {
	background-color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}



/**** HEADER ****/

#header {
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
	height: 180px;
}

#header .businesscard {
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 115px 20px 0px 20px;
	height: 35px;
}

#header .nav {
	clear: both;
}

/**** NAVIGATION ****/

.nav {
	font-size: 18px;
	text-align: center;
	color: #C00;
	padding: 5px 0px;
	height: 20px;
	overflow: hidden;
}

.nav .menuitem {
	display: inline;
}

.nav .menuitem a {
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

.nav .menuitem a:hover, .nav .menuitem .active {
	color: black;
}

/**** CONTENT ****/

#redborder {
	border: 1px solid #C00;
	padding: 3px;
}

#content {
	background-image: url(images/background_content.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCC;
	padding: 15px;
}

.col400 {
	width: 400px;
}

.col500 {
	width: 500px;
}

.redbox {
 	background-color: #C00;
	padding: 5px;
	color: white;
}

.borderbottom1 { 
	border-bottom: 1px solid #333;
}

.border0 {
	border: 0px;
}

#map_canvas {
	height: 350px;
	margin-bottom: 5px;
}

#routecontainer {
	display: none;
	font-size: 12px;
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 5px;
	color: black;
}

#route {
}

.directions .address_input {
	width: 320px;
}


/**** FOOTER ****/

#footer {
	font-size: 11px;
	color: #666;
	padding: 15px 0px;
}