@charset "windows-1252";

* {
	margin: 0px;
}

body {
	background-image: url(/images/body.gif);
	background-repeat: repeat-x;
	background-color: #cbeaff;
	font-family: Arial;
	font-size: 12px;
}

iframe {
	background-color: transparent;
}

#main {
	margin: 0px auto;
	width: 900px;
}

#topbanner {
	padding: 1px 0px 3px 15px; /* top right bottom left */
	background-image: url(/images/topbanner.png);
	background-position: bottom;
	text-align: center;
}

#header {
	background-image: url(/images/header.gif);
	width: 900px;
	height: 90px;
	color: #ffffff;
}

#header p {
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

#header #logo {
	margin: 12px 0px 0px 42px; /* top right bottom left */
	width: 370px;
	height: 45px;
	float: left;
}

#header #hdr_left {
	float: left;
	width: 500px;
}

#header #hdr_left #nav {
	padding-left: 42px;
}

#header #hdr_right {
	float: right;
	width: 360px;
}

#header h1 {
	padding: 0px 0px 8px 0px; /* top right bottom left */
	font-size: 19px;
}

#header h1.sub {
	font-size: 10px;
}

#header span {
	font-weight: bold;
	font-size: 18px;
}

#header a, #header a:hover, #header a:link, #header a:active, #header a:visited {
	padding: 0px 9px 0px 9px; /* top right bottom left */
	text-decoration: none;
	color: #ffffff;
}

#header a:hover {
	text-decoration: underline;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:active, #header h1 a:visited {
	padding: 0px;
}

#header h1 a:hover {
	text-decoration: none;
}

#menu {
	text-align: left;
	width: 850px;
	padding-left: 50px;
}

#menu ul {
	list-style: none;
	padding: 0px;
}

#menu li {
	display: inline;
	float: left;
}

#menu a, #menu a:hover, #menu a:link, #menu a:active, #menu a:visited {
	background-image: url(/images/menu1.gif);
	text-align: center;
	width: 115px;
	height: 21px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

/*#menu a:hover, #menu a.selected {*/
#menu a.selected {
	background-image: url(/images/menu2.gif);
	color: #ffffff;
}

#menu p {
	padding: 10px 0px 0px 0px; /* top right bottom left */
}

#menu #phone {
	background-image: url(/images/phone.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 21px;
	padding: 0px 50px 0px 0px; /* top right bottom left */
	float: right;
}

#top {
	background-image: url(/images/top.gif);
	overflow: hidden;
	height: 22px;
	width: 900px;
	clear: both;
}

#container {
	background-color: #ffffff;
	overflow: hidden;
	min-height: 300px;
	clear: both;
}

#content {
	text-align: left;
	width: 900px;
}

#content a, #content a:hover, #content a:link, #content a:active, #content a:visited {
	color: #0000ff;
}

#content td.form {
	padding: 0px 4px 0px 0px; /* top right bottom left */
	background-color: #ccccff;
	text-align: right;
	vertical-align: top;
	width: 111px;
}

#content input.input, #content input.text {
	font-size: 11px;
	border: 1px solid #ccccff;
	width: 312px;
}

#content input.short { width: 154px; }
#content input.antispam { width: 100px; }

#content select.select {
	font-size: 11px;
	border: 1px solid #ccccff;
	width: 314px;
}

#content textarea.textarea {
	font-size: 11px;
	border: 1px solid #ccccff;
	width: 312px;
}

#content div.box {
	color: #ff0000;
	font-weight: bold;
}

#buttons {
	padding: 10px 10px 0px 0px; /* top right bottom left */
	float: right;
}

#button1 {
	background-image: url(/images/button1.gif);
	width: 217px;
	height: 141px;
}

#button1 h2 {
	padding: 21px 0px 0px 68px; /* top right bottom left */
	font-size: 17px;
	color: #000000;
}

#button1 p {
	padding: 20px 0px 0px 33px; /* top right bottom left */
	width: 105px;
}

#button2 {
	background-image: url(/images/button2.gif);
	width: 217px;
	height: 132px;
}

#button2 h2 {
	padding: 12px 0px 0px 68px; /* top right bottom left */
	font-size: 17px;
	color: #000000;
}

#button2 p {
	padding: 20px 0px 0px 33px; /* top right bottom left */
	width: 105px;
}

#button3 {
	background-image: url(/images/button3.gif);
	width: 217px;
	height: 132px;
}

#button3 h2 {
	padding: 12px 0px 0px 68px; /* top right bottom left */
	font-size: 17px;
	color: #000000;
}

#button3 p {
	padding: 20px 0px 0px 33px; /* top right bottom left */
	width: 105px;
}

#bottom {
	padding-top: 8px;
	background-image: url(/images/bottom.gif);
	overflow: hidden;
	height: 22px;
	width: 900px;
}

#footer {
	width: 830px;
	margin: 0px auto;
	font-size: 11px;
	color: #2d79ce;
	padding-top: 5px;
}

#footer p {
	text-align: center;
}

#footer a, #footer a:hover, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #2d79ce;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}
