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

body{
	background-image: url(images/body_bg.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	height:100%
}
.grey_border {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f1f1f1;
	border-left-color: #F1F1F1;
}
.white_bg {
	background-color: #FFFFFF;
}
.alpha1 {
	filter: Alpha(Opacity=20);-moz-opacity:.20;
}
.alpha2 {
	filter: Alpha(Opacity=100;-moz-opacity:1.0);
}
.grey_bg1 {
	background-color: #efefef;
	padding-right: 15px;
	padding-left: 15px;
}
.blue_border {
	border: 4px solid #324D85;
}
label {
	font-weight: bold;
	color: #365491;
}
#van {
	background-image: url(images/van.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.input {
	font-size: 0.95em;
	border: 1px solid #E0E0E0;
	width: 90%;
}
.blue {
	color: #365491;
}

textarea {
	font-size: 0.95em;
	border: 1px solid #E0E0E0;
	width: 90%;
}

a.sublink:link,a.sublink:active,a.sublink:visited
{
	text-decoration: underline;
	color: #FFFFFF;
	display: block;
	padding: 10px;
}
a.sublink:hover
{
	background-color: #4872B7;
}
.menu_bg {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.house1 {
	background-image: url(images/house1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 126px;
	width: 37px;
}
.logo_bg {
	color: #365491;
	background-image: url(images/logo_bg.gif);
	width: 190px;
	font-size: 1em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center bottom;
}
h1 {
	font-family: "Arial Black", Arial;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0px;
}
.curve {
	background-image: url(images/curve1.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center top;
	width: 350px;
}
h6 {
	font-size: .95em;
	margin: 0px;
	font-weight: normal;
}
.white {
	color: #FFFFFF;
}

.house2 {
	background-image: url(images/house2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.blue_bg1 {
	background-color: #365491;
}
.grey_bg2 {
	background-color: #8e8e8e;
	color: #E1E1E1;
}
.faded1 {
	background-color: #FFFFFF;
	background-image: url(images/faded1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 100px;
}
.faded2 {
	background-color: #FFFFFF;
	background-image: url(images/faded2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 100px;
}
blockquote {
	padding: 15px;
	background-image: url(images/text_bg.gif);
	background-repeat: repeat-y;
	background-position: left center;
	margin: 5px;
}
p {
	margin-top: 0px;
	color: #666666;
	font-size: 0.95em;
}
.orange {
	color: #ee9211;
}

h4 {
	margin-top: 0px;
}

.curve2 {
	background-image: url(images/curve2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 17px;
}
a.menu:link,a.menu:active,a.menu:visited
{
	background-image: url(images/menu1.gif);
	background-repeat: repeat-x;
	display: block;
	color: #365491;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
	white-space: nowrap;
	font-size: 1em;
	font-weight: bold;
}
a.menu:hover
{
	background-image: url(images/menu2.gif);
	text-decoration: underline;
	color: #FFFFFF;
}

a.menu2:link,a.menu2:active,a.menu2:visited
{
	background-image: url(images/menu2.gif);
	background-repeat: repeat-x;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
	white-space: nowrap;
	font-size: 1em;
	font-weight: bold;
}
ul {
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
li {
	display: block;
	margin: 2px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #3E64A4;
}
span {
	font-size: 1.2em;
	font-weight: bold;
}

a.menu2:hover
{
}

