
html { margin: 0; padding: 0; }
body {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}
a { color: #3366CC; text-decoration: none; }
a:link { color: #3366CC; text-decoration: none; }
a:visited { color: #3366CC; text-decoration: none; }
a:hover { color: #882222; text-decoration: none; }
a:active { color: #882222; text-decoration: none; }

p { margin: 0 0 .5em 0; }
img { border: none; margin: 0 .25em 0 0; }

h1 {
	font-size: x-large;
	color: #882222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: .25em 0 .25em 0;
	}
h2 {
	font-size: large;
	color: #666666;
	font-weight: bold;
	margin: .5em 0 .25em 0;
	}
h3 {
	font-size: large;
	color: #666666;
	font-weight: normal;
	margin: .5em 0 .25em 0;
	}
ul { margin: .5em 0; }
li { margin: .25em 0; }

#header {
	width: 100%;
	height: 65px;
	background: #500001 url('../images/RL.jpg') left center no-repeat;
}
#header h2 { margin: 0 0 0 0 !important; }
#header a {
	width: 100%;
	height: 65px;
	display: block;
	text-indent: -9999px;
}

#content { margin: 0 .5em 0 .5em; }

#footer {
	margin-top: .5em;
	padding: .25em 0 .25em 0;
	border-top: thin solid #000000;
	text-align: center;
	background-color: #f4f4f4;
	color: #333333;
	font-size: small;
}
#footer a {
	color: #3366cc;
	text-decoration: underline;
	font-size: small;
}
#copyright { font-size: small; }

p.image { margin: .45em 0; text-align: center; }

.map { 
	margin: .45em 0 .45em 0;
	text-align: center;
}

ul.main_menu {
	margin: .75em 0;
	padding: 0;
}
ul.main_menu > li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0 8px 10px;
	font-weight: bold;
	list-style: none;
}
ul.main_menu > li:first-child {
	border-top: 1px solid #949494;
}
ul.main_menu > li > a {
	display: block;
	margin: -8px 0 -8px -10px;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	color: #882222;
	background: url('../images/right_arrow.png') right center no-repeat;
}
.button {
	width: 180px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	color: #666666;
	font-size: 21px;
	line-height: 40px;
	text-align: center;
	background: transparent url('../images/call_button.jpg') center center no-repeat;
}

.button a {	color: #F4F4F4; }

.call_text {
	margin: 0;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.small { font-size: small; }
.contact {
	height: 180px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.contact_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: x-large;
	color: #882222;
	margin: .25em 0 0 0;
}

