/* main styles */

html, body {
	margin: 0;
	padding: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F8F8F8;
}

body a:link, body a:visited, body a:active {
	text-decoration: underline;
	color: #006699;
}

body a:hover {
	text-decoration: none;
	color: #D20000;
}

/* tag defs */

h1 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #003366;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #D20000;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* nav */

.navColumn {
	width: 168px;
	text-indent: 34px;
	vertical-align: bottom;
	border-bottom-color: #E0E0E0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.navColumn a:hover {
	background: #F9F9F9 url(../images/flag.gif) no-repeat -4px -1px;
	color: #D20000;
	text-decoration: none;
	border: none;
} 

.navColumn a:link, .navColumn a:visited, .navColumn a:active {
	color: #000066;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 30px;
	font-weight: bold;
	font-size: 10px;
} 

/* other */

.content {
	text-align: justify;
	padding-left: 16px;
	padding-right: 10px;
	width: 482px;
}

#officeImage {
	float: right;
	margin-top: 4px;
	margin-left: 14px;
	margin-bottom: 10px;
}

#slogan {
	width: 220px;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #D20000;
}

.feature {
	background-color: #F0F0F0;
	border: 1px solid #ccc;
	font-size: 11px;
	height: 40px;
}

#feature {
	background-color: #E3E4F0;
	border: 1px solid #ccc;
	font-size: 11px;
	width: 160px;
	height: 40px;
}

#footer {
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 550px;
	padding-top: 2px;
	margin-left: 24px;
	margin-bottom: 20px;
}

#logo {
	float: right;
	width: 364px;
	height: 111px;
	padding-right: 16px;
}

.header {
	height: 160px;
	background-image: url(../images/strip.gif);
	background-repeat: repeat-x;
}

.tenpx {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.communityPics {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

ul {
	list-style-type: none;
	margin-left:10px;
	margin:0;
	padding:0;
}

li {
	margin: 0;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	list-style-type: none;
	text-indent: 16px;
}

.break {
	height: 1px;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.picRight {
	float: right;
	margin-left: 10px;
}

.picLeft {
	float: left;
	margin-right: 10px;
}
.line {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DFE4EC;
	width: 460px;
	height: 1px;
}
#otherListings {
	background-color: #F0F0F0;
	padding: 6px;
	border: 1px dotted #666666;
	margin-bottom: 16px;
	width: 520px;
}
.bold {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.bold2 {
	font-weight: bold;
	color: #DD0000;
}
#bg {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_centered.gif);
	background-repeat: repeat-y;
}

