body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #808080;
}


body, 
h1, 
h2, 
h3, 
#navigation ul {
	margin: 0px;
}

	
h1, 
h2 a, 
p a {
	color: #335466;
}


h2, 
h3 {
	font-size: 14px;
	font-weight: normal;
}

h1 {
	font-size: 18px;
}

h2 a:hover, 
p a:hover {
	text-decoration: none;
}

h3 {
	font-style: italic;
}

img {
	border: 0;
}


#wrapper {
	background: #E6E6E6;
	padding-top: 10px;
}

#wrapper2 {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
	width: 775px;
}

#header {
	width: 775px;
}

#navigation {
	margin: 4px 0px;
	background: url(images/bkgrnd_navigation.png) repeat-x #e6e6e6;
}

#navigation ul {
}

#navigation ul li {
	list-style: none;
	display: inline;
	font-size: 14px;
	line-height: 28px;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active {
	color: #fff;
	text-decoration: none;
	margin: 0px 13px;
	font-weight: normal;
	text-align: left;
}

#content {
	border: solid 1px #808080;
	overflow: hidden;
	width: 733px;
	padding: 20px;
	min-height: 380px;
}

#content h1 {
	letter-spacing: -.05em;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #666;
}

#searchBox {
width:350px;
	background: #eee;
	border: solid 1px #bdbdbd;
	padding: 10px;
	margin-bottom: 20px;
}

#searchBox h2 {
	margin: 0px;
	line-height: 26px;
}

form {
	margin: 0px;
	line-height: 16px;
}

#searchBox hr {
	background: #bdbdbd;
	color: #bdbdbd;
	height: 1px;
	border: none;
}

.reset {
	clear: both;
	margin: 0 0 15px;
}

.div1 {
	float: left;
	width: 120px;
	height: 88px;
	padding-right: 10px;
	background: url(images/bg_thumb.png) no-repeat top left;
}

.div1 img,
#listPics img {
	border: 1px solid #000;
}

.div2 {
	padding-top: 5px;
	float: left;
	width: 518px;
}

.div2 h2 {
	font-size: 18px;
	display: inline;
	color: #335466;
	font-weight: bold;
}

.div2 h3 {
	font-size: 14px;
	display: inline;
	color: #335466;
	font-style: normal;
}

.div2 h4 {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
}

.div2 h4 + p {
	margin: 0px;
}

.div3 {
	float: left;
	width: 85px;
}

#listPics {
	float: left;
}

#listPics a {
	display: block;
	float: left;
	clear: left;
	width: 115px;
	height: 88px;
	margin: 0 0 5px;
	padding: 0;
	background: url(images/bg_thumb.png) no-repeat top left;
}

#listItems {
	width: 575px;
	float: left;
	padding: 10px 10px 10px 20px;
}

#listItems ul {
	list-style: url(images/bullet_arrow.gif) disc;
}

#listItems ul li {
	margin-left: -23px;
	list-style: url(images/bullet_arrow.gif) disc;
}

#listItems h1 {
	color: #335466;
	margin: 0px;
	display: inline;
}

#listItems h2 {
	font-size: 18px;
	font-weight: bold;
}

#listItems h3 {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	margin-top: 15px;
}

#listItems h4 {
	color: #335466;
	margin: 0px;
	display: inline;
	font-weight: normal;
}

#editform td {
	vertical-align: top;
}

#picturesTable {
	margin: 20px 0;
}

#picturesTable td {
	vertical-align: top;
}

td.left {
	width: 65px;
	text-align: right;
}

#picturesForm p label {
	cursor: pointer;
}

#picturesForm p {
	position: relative;
}

#picturesForm input.radio {
	position: absolute;
	top: 62px;
	left: 88px;
}

fieldset {
	width: 430px;
	margin: 0 0 0 65px;
}

fieldset p label{
	display: block;
	float: left;
	width: 108px;
}

#agents table,
#users table {
	margin: 0 0 2em;
}

#agents td,
#users td {
	padding: 3px 10px 3px 0;
}

#agents fieldset,
#users fieldset {
	margin: 0;
}

#footer {
	clear: both;
	text-align: center;
	border-top: solid 1px #808080;
	margin-top: -1px;
	padding-top: 10px;
}

.contact {
	margin-top: 60px;
}

.hoverMe:hover {
	background: #FFC993;
}

.hoverMe a {
	color: #666666;
}

.agent {
	color: #335466;
	font-weight: bold;
}

/* Calculator */
.mortTable {
	border: solid 1px #999999;
	padding: 4px 0px;
}

.hideBox, .hideBox_red {
	border: 0px none;
	size: 5px;
	text-align: center;
}

.hideBox_red {
	color: #A70733;
	font-weight: bold;
	font-size: 24px;
}

.outlineBox {
	border: solid 1px #999999;
	display: block;
	text-align: center;
	line-height: 18px;
	margin: 0px 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;} /* for IE/Mac */
