@charset "utf-8";
/* CSS Document */

html, body {
	background-color:#d0d0d0;
	font-size:11px;
}
div.fullwidth {
	background-color:#000;
	background:url(../images/gray-bg.gif) repeat-x top left;
	height:131px;
}
#header {
	margin:0px auto;
	width:766px;
}
#content_wrap {
	margin:0px auto;
	width:766px;
	background:transparent url(../images/content-bg.gif) repeat-y top center;
}
#content {
	background:transparent url(../images/content-bg-top.gif) no-repeat top center;
}
h1 {
	background-color:#e4e4e4;
	border-bottom:1px solid #007ba3;
	padding:4px 6px 3px;
	font-size:14px;
	color:#777;
	font-weight:normal;
	font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}
ul {
	list-style-image:url(../images/bullet.gif);
}
#gmg {
	float:right;
	width:135px;
}
#footer {
	margin:0px auto;
	width:766px;
}
label {
	display:block;
}
#reserve {
	display:block;
	padding:12px;
	background-color:#C6CED0;
	border:1px solid #777;
	border-top:2px solid #006699;
}
a:link, a:visited {
	color:#003366;
}
a:hover, a:active {
	text-decoration:underline;
	color:#000066;
}
#bottom_links {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
#bottom_links li {
	display:inline;
}
#bottom_links a:link, #bottom_links a:visited {
	color:#fff;
	padding:0px 4px;
	font-size:10px;
	font-weight:bold;
}
img.leftmargin {
	border:1px solid #006699;
	padding:1px;
	background-color:#FFF;
	margin:0px 8px 4px 0px;
}
img.rightmargin {
	border:1px solid #006699;
	padding:1px;
	background-color:#FFF;
	margin:0px 0px 4px 8px;
}
#mainpic {
	padding:2px;
	background-color:#fff;
	border:2px solid #069;
}
.services li {
	font-size:13px;
	margin-bottom:5px;
}
input.text {
	width:180px;
}