/* CSS Document */

* {
	margin:0;
	padding:0;
}
.pagecontainer {
	width:750px;
	margin:10px auto 0 auto;
	border:#000000 solid 1px;
	background:#E4E0D4;
}
.bluebar {
	height:6px;
	font-size:0px;
	background:#4e658f;
	border-bottom:#000000 solid 1px;	
}
.pagegutter {
	margin:20px;
}
.logoline {
	margin-bottom:20px;
	font-weight:bold;
}
.content {
	margin-top:14px;
}
.homecontent {
	background:url(images/content/hpimage.jpg);
	width:707px;
	height:339px;
}
.subpagecontent-top {
	background:url(images/content/background/subtop.jpg) no-repeat;
	font-size:0px;
	width:707px;
	height:10px;
}
.subpagecontent-mid {
	background:url(images/content/background/submid.jpg) repeat-y;
	height:1%;
	padding-top:10px;
	padding-left:20px;
	padding-right:22px;
	padding-bottom:10px;
}
.subpagecontent-bottom {
	background:url(images/content/background/subbottom.jpg) no-repeat;
	width:707px;
	font-size:0px;
	height:10px;
}
.leftcol {
	float:left;
	width:166px;
}
.midcol {
	float:left;
	width:342px;
	margin-left:18px;
}
.rightcol {
	float:right;
	width:166px;
}
.pad {
	margin:20px;
}
.footertext {
	margin-top:14px;
}

.floatright {
	float:right;
}
.floatleft {
	float:left;
}

/* navbar */
.navbar {
	height:30px;
	margin-top:3px;
	background:#000000;
	text-align:center;
}
.navbar ul {
	line-height:27px;
	color:#98BAFA;
	list-style-type:none;
	white-space:nowrap;
}
.navbar ul li {
	margin:0 10px;
	display:inline;
	font-size:14px;
}

/* contact page */
#email-box {
	width:324px;
}
/*#direction-box {
	background:#acbad2;
	width:324px;
	height:470px;
}*/

/* location page */
#google-map {
	margin:0 auto;
	width:600px;
	border:#000000 solid 1px;
}