* {
	margin: 0px;
}

html {
	background-color: #7499C3;
	background-image: url(images/background-tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

body {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	padding-top: 15px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #19324E;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
	background-color: #FFFFFF;
}

#menu {
	display: block;
	position: absolute;
	top: 7px;
	height: 22px;
	width: 700px;
	margin-right: -350px;
	right: 50%;
	z-index: 25;
	font-weight: bolder;
	text-align: right;
}
#menu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 30px;
}

#repeathouse {
	display: block;
	position: absolute;
	top: 217px;
	height: 22px;
	width: 700px;
	margin-right: -350px;
	right: 50%;
	z-index: 25;
	font-size: 38px;
	font-weight: normal;
	text-align: right;
	letter-spacing: -1px;
	line-height: 0.9em;
}
#repeathouse strong {
	font-size: 40px;
	color: #FF9900;
	font-style: italic;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#repeathouse b {
	font-size: 16px;
	line-height: 0.9em;
	color: #8AAFD9;
	font-weight: normal;
}
#tel {
	display: block;
	position: absolute;
	top: 287px;
	height: 22px;
	width: 700px;
	margin-right: -350px;
	right: 50%;
	z-index: 25;
	font-weight: bolder;
	text-align: right;
	color: #999999;
	font-size: 8pt;
}
#tel strong {
	font-size: 9pt;
	letter-spacing: -1px;
}

#mainbody {
	display: block;
	width: 710px;
	padding: 15px;
	padding-bottom: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	background-color: #DFE9F4;
}
#security {
	text-align: center;
}
#security img {
	 width: 233px;
	 height: 198px;
	 margin: 0px;
	 border: 1px solid #FFFFFF;
}
#footer {
	display: block;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 45px;
	background-color: #7499C3;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #3871B1;
}

h1 {
	width: 690px;
	height: 70px;
	font-size: 28px;
	font-weight: normal;
	padding: 25px;
	text-align: left;
}
h2 {
	display: block;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	width: 690px;
	height: 35px;
	line-height: 1.5em;
	text-align: left;
}
h1 strong, h2 strong {
	font-size: 32px;
	font-weight: normal;
}
h1 b, h2 b {
	font-size: 18px;
	color: #8AAFD9;
	padding-left: 25px;
	font-weight: normal;
	line-height: 2em;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
p {
	font-size: 9pt;
	margin-bottom: 10px;
	color: #000000;
	line-height: 1.85em;
}
ul {
	font-size: 9pt;
	width: 300px;
	margin-right: 20px;
	margin-top: 25px;
	float: left;
	padding-left: 25px;
	list-style-type: square;
	color: #000000;
}
.clear {
	clear: both;
	padding-top: 15px;
}

.floatright {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	border: 2px solid #FFFFFF;
	filter: blendTrans(duration=1);
}

hr {
	background-color: #A7C4E2;
	color: #A7C4E2;
}

a.unitbackground {
	float: left;
	width: 200px;
	height: 201px;
	padding: 7px;
	padding-top: 2px;
	padding-left: 14px;
	margin: 14px;
	margin-left: 18px;
	display: block;
	text-decoration: none;
	text-align: center;
}
a.unitbackground:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
a.unitbackground img{
	border: 2px solid #FFFFFF;
	max-width: 233px;
	max-height: 233px;
	margin-bottom: 5px;
}
a.unitbackground {
	color: #19324E;
	font-weight: normal;
	font-size: 14pt;
	width: 100%;
	display: block;
	padding-bottom: 5px;
}
.required {
	color: #33FF00;
}
#googlemap {
	float: right;
	text-align: center;
}
#googlemap iframe {
	border: 2px solid #FFFFFF;
}
