/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #096CFF;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a, a:visited {
	color: #096CFF;
	text-decoration: none;
}

a:hover, a.active {
	color: #CC0000;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 882px;
	margin: 0 auto;
	clear: both;
}

#header {

}

#header #nav, #header #mininav {
	width: 850px;
	margin: 0 auto;
	clear: both;
}

#header #mininav {
	height: 20px;
	padding-top: 2px;
}

#header #nav .menuitem {
	width: 150px;
	height: 24px;
	float: left;
}

#header #mininav .menuitem {
	display: inline;
}

#header #nav .marginright {
	margin-right: 25px;
}

#header #nav .menuitem a {
	display: block;
	width: 148px;
	height: 22px;
	overflow: hidden;
	background-color: #096CFF;
	border: 1px solid white;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#header #nav .menuitem a:hover, #header #nav .menuitem a.active {
	background-color: #C00;
}

#header .slides {
	float: left;
	display: block;
	width: 170px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #999;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
}

#content {

}

#footer {

}

#footer a {

}

#footer a:hover {

}


/***** COMMON CLASSES *****/
.col150 {
	width: 150px;
	overflow: hidden;
}

.col200 {
	width: 200px;
}

.col250 {
	width: 250px;
}

.col270 {
	width: 270px;
}

.col300 {
	width: 300px;
}

.col350 {
	width: 350px;
}

.col500 {
	width: 500px;
}

.col550 {
	width: 550px;
}

.col600 {
	width: 600px;
}

.box100 {
	height: 100px;
	overflow: hidden;
}

.clam_blue {
	color: #096CFF;
}

.bg_clam_blue {
	background-color: #096CFF;
}

.bg_orange {
	background-color: #FC6;
}

.padding5x10 {
	padding: 5px 10px;
}

.data {
	font-family: "Courier New", Courier, monospace;
	background-color: #999;
}

.data .odd {
	background-color: #CCC;
}

/***** MAPS & DIRECTIONS CSS *****/

#map_canvas_small {
	height: 350px;
	border: 1px solid #333;
	background-color: white;
}

#map_canvas {
	width: 100%;
	height: 600px;
	border: 1px solid #333;
	background-color: white;
}

#routecontainer {
	display: none;
	font-size: 12px;
}

#route {
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
}

#directions {

}

#directions .address {
	padding: 3px;
	width: 242px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

#directions .button a {
	display: inline;
	padding: 3px;
	-moz-border-radius-topleft: 0.3em;
	-moz-border-radius-topright: 0.3em;
	-moz-border-radius-bottomleft: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	-webkit-border-top-left-radius:  0.3em;
	-webkit-border-top-right-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
	background-color: #DEDEDE;
	border: 1px solid #555;
	font-size: 11px;
}

/***** HOME PAGE EVENT BUTTONS *****/

.events {
	display: block;
	background-color: #FC6;
	width: 165px;
	height: 32px;
	overflow: hidden;
	font-size: 18px;
	color: #096CFF;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 40px;
	padding-top: 10px;
}

.events:hover {
	background-color: #C00;
	color: white;
}	

.events#weddings {
	background-image: url(images/events/weddings.png);
}

.events#christmas {
	background-image: url(images/events/christmas.png);
}

.events#celebration {
	background-image: url(images/events/celebration.png);
}

.events#family {
	background-image: url(images/events/family.png);
}

.events#graduation {
	background-image: url(images/events/graduation.png);
}

.events#birthday {
	background-image: url(images/events/birthday.png);
}

.events#sports {
	background-image: url(images/events/sports.png);
}

.events#class {
	background-image: url(images/events/class.png);
}

