/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #663366;
	line-height: 140%;
	background-image: url(images/bg.jpg);
	margin-top: 20px;
	margin-bottom: 20px;
}
.nopad {
	margin-left: 12px;
}
.mainpic {
	float: left;
	padding-left: 50px;
}
.titlepic {
	float: right;
}
.repairpic {
	float: right;
	padding: 10px 10px 10px 0;
}
p {
	padding: 6px 20px 6px 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 19px;
	color: #fff;
	padding: 10px 20px 10px 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 19px;
	color: #663366;
	padding: 20px 20px 10px 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	line-height: 19px;
	color: #663366;
	padding: 20px 20px 10px 20px;
}
.copyright {
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.blue {
	color: #5b77ab;
}
.indented {
	padding: 8px 40px 8px 60px;
}
.blackline {
	font-size: 12px;
	color: #000000;
	background-color: #e3f1fa;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #f9fdff;
}
.mainbullet {
	margin-left: 110px;
	padding: 3px 5px 3px 5px;
	color: #712351;
}
/* Set layout styles */
#page {
	margin: 0 auto;
	width: 785px;
	background-color: #FFF;
	border: 2px solid #663366;
}
#header {
	width: 785px;
	height: 139px;
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#bars {
	width: 785px;
}
#menubar {
	width: 785px;
	height: 34px;
	background-image: url(images/menu_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
#titlebar {
	width: 785px;
	height: 44px;
	background-image: url(images/title_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
}
#divtitle {
	width: 200px;
	float: right;
}
#maincontent {
	width: 785px;
}
#mainpic {
	width: 160px;
	margin: 10px;
	float: left;
}
#content1 {
	width: 540px;
	background-color: #e8f1fb;
	margin: 10px;
	float: right;
}
#contactbar {
	width: 540px;
	height: 30px;
	background-color: #5b77ab;
	background-image: url(images/corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#contactbar p {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
#contactbar a {
	color: #FFFFFF;
	font-weight: bold;
}
#contactbar a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content2 {
	width: 765px;
	font-size: 80%;
	background-color: #e8f1fb;
	margin: 10px;
	clear: both;
}
#footer {
	width: 765px;
	height: 30px;
	background-color: #663366;
	background-image: url(images/corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 10px;
	clear: both;
}
#advert {
	width: 190px;
	padding: 8px;
	margin: 12px 15px 5px 10px;
	float: left;
	border: 1px solid #5b77ab;
	color: #000;
	background-color: #FFF;
	background-image: url(images/corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#advert h2, #leasing h2 {
	color: #660033;
	background-color: #c3cfe6;
	margin: 0;
	padding: 6px;
	text-transform: uppercase;
	text-align: center;
	font-size: 105%;
}
#advert a, #leasing a {
	color: #660033;
}
#advert p, #leasing p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#leasing {
	margin: 12px 15px 5px 10px;
	padding: 8px;
}
#leasing td {
	vertical-align: top;
}
#leasing div {
	width: 210px;
	margin: 8px 0 8px 0;
}
#leasing li {
	margin: 3px 0 3px 30px;
}


/* CSS navigation styles */
#menubar, #menubar ul {
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	line-height: 150%;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menubar a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px 10px 6px 40px;
	margin-left: 20px;
	text-transform: uppercase;
	background-image: url(images/menu_button.jpg);
	background-repeat: no-repeat;
}

#menubar a:hover { 
	color: #663366;
}

#menubar li {
	float: left;
	padding: 0;
}
#testi {
	width: 180px;
	background-color: #FFF;
	line-height: 125%;
	font-style: italic;
	padding: 10px;
	margin: 10px;
	border: 1px solid #663366;
	float: right;
}
#testi p {
	padding: 5px;
}
.map {
	border: 1px solid #663366;
	margin: 15px 10px 10px 10px;
}

a:link {
	color: #324c7c;
	text-decoration: none;
}
a:visited {
	color: #324c7c;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #324c7c;
	text-decoration: none;
}


.formtable{
	padding-left: 92px;
}

.picpos{
	float: right;
	background-position: right bottom;
}
.flashpos{
	float: right;
}
ul {
	list-style-type: square;
}
.bullets {
	list-style-type: square;
	margin-left: 70px;
	padding: 3px 5px 3px 12px;
}
.bulletsq {
	list-style-type: square;
	margin-left: 37px;
	padding: 3px 5px 3px 8px;
}

.numbers {
	margin-left: 145px;
	margin-right: 20px;
	padding: 5px 20px 0 10px;
}

#lwd {
	margin: 0 auto;
	margin-top: 30px;
	width: 785px;
	height: 80px;
}
