* {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: transparent;
}

html, body {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000033;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: underline;
}

a:hover {
	background-color: #CCFFFF;
}

div.page {
	width: 750px;
	text-align: left;
	margin: 5px auto 5px auto;
}

div.container {
	float: left;
	width: 750px;
	border: 1px solid #003366;
	margin-bottom: 5px;
}

div.top {
	width: 750px;
	height: 188px;
	background-image: url(images/top-bg.jpg);
	text-align: right;
}

div.head {
	background: #003366;
	width: 750px;
	text-align: center;
	color: white;
	font-size: .8em;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.head img {
	vertical-align: center;
}

div.menu {
	margin: 5px auto 0 12px;
	font-size: .8em;
}

div.fullcol {
	width: 740px;
	margin: 6px 0 -5px 8px;
	_margin-left: 10px;
}

div.leftcol {
	width: 236px;
	margin: 10px 9px 10px 9px;
	_margin-left: 11px;
	float: left;
}

div.midcol {
	width: 236px;
	margin: 10px 0 10px 0;
	float: left;
}

div.rightcol {
	width: 236px;
	margin: 10px 0px 10px 9px;
	float: left;
}

div.twocol {
	width: 483px;
	margin: 10px 0px 0px 0px;
	float: left;
}

p, h3, h4 {
	margin: 0 9px 5px 10px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000099;
}

h4 {
	font-size: 1em;
	color: #000099;
}

h5 {
	font-size: .9em;
	font-weight: bold;
	margin: 0 9px 5px 10px;
}

div.center {
	width: 99%;
	text-align: center;
}

div.center div {
	margin-left: auto;
	margin-right: auto;
}

div.phone img {
	margin-top: 4px;
}

div.phone {
	width: 214px;
	height: 105px;
	background-image: url(images/phoneyanim.gif);
}

p.caption {
	text-align: center;
	font-style: italic;
	font-size: .9em;
	margin-bottom: 8px;
}

ul {
	margin: 5px 9px 5px 30px;
}


div.box {
/*	border: 1px solid #003366; */
	width: 100%;
	float: left;
	margin-bottom: 6px;
	background-image: url(images/bluebox.gif);
	background-position: bottom;
}

div.greybox {
	background-image: url(images/greybox.gif) !important;
}

div.whitebox {
	background-image: url(images/box-white.gif) !important;
}

div.twocolbox {
	width: 100%;
	float: left;
/*	margin-bottom: 6px; */
	background-image: url(images/box2col.gif);
	background-position: bottom;
}

div.boxtop {
	width: 100%;
	padding-top: 9px;
	background-image: url(images/bluebox.gif);
	background-position: top;
}

div.greybox div.boxtop {
	background-image: url(images/greybox.gif) !important;
}

div.whitebox div.boxtop {
	background-image: url(images/box-white.gif) !important;
}

div.twocolboxtop {
	width: 100%;
	padding-top: 9px;
	background-position: top;
	background-image: url(images/box2col.gif) !important;
}

p.spacer {
	height: 6px;
}

p.demobutton {
	text-align: right;
}

form p {
	font-size: .8em;
}

input.text, textarea {
	border: 1px solid #000033;
}

input.button {
	border: 1px solid #CCCC99;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	background-color: white;
}

div.close {
	float: right;
	margin-right: 10px;
}

#contact, #eval {
	width: 236px !important;
}

.clear {
	clear: both;
}

img.thumb {
	border: 1px solid #000033;
}