/* Reset based on Eric Meyer's Reset Reloaded: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#282828;
	line-height:100%;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:15px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:11px;
}
/* Main Elements */

a {
	color: #3281bb;
}

a:hover {
	text-decoration: none;
}

body {
	background: #fff url(../images/bg.png);
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
}
#border {
	border: 1px solid 000;
	padding: 5px;
}
blockquote {
	padding: 20px 30px 20px 30px;
	margin: 10px 0;
	font-style: italic;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
blockquote p {
	font-family: "Times New Roman", Times, serif;
}
#container {
	margin: 0 auto;
	width: 960px;
}
p {
	padding: 5px 5px 10px 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
#container strong {
	font-weight: 700;
}
#container em {
	font-style: italic;
}
#content {
	padding: 10px;
	background: #fff;
	border: 5px solid #eee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	overflow: auto;
}
#content h1 {
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #619612;
	font-weight: normal;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: -10px;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color:#FE4000;
	margin-bottom: 10px;
	margin-top: 5px;
}
#content ul {
	margin: 5px 0;
	padding: 0 20px 10px 30px;
}
#content ul li {
	margin-bottom: 0.75em;
	font-size: 14px;
	list-style-type: disc;
}
#leftContent {
	float: left;
	padding: 5px;
	width: 400px;
}
#rightContent {
	float: right;
	padding: 10px 15px;
	margin: 20px 5px 10px 10px;
	width: 460px;
	background: #eee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#rightContent img {
	margin-bottom: 10px;
}
#rightContent p {
	font-size: 14px;
}
#header {
	padding: 20px 0 0 5px;
	margin: 0 0 15px 0;
	background: url(../images/header.png) top no-repeat;
	height: 255px;
	position: relative;
}
#header p {
	
}
#footer {
	padding: 10px;
	clear: both;
	margin: 10px 0;
}
#footer p {
	font-size: 12px;
	padding-bottom: 5px;
}
#wrapper {
	background: url(../images/bg.jpg) bottom center no-repeat;
}
/* Content Elements */

.boxes {
	margin: 20px auto;
	width: 700px;
	padding: 15px 20px;
	border: 1px solid #666;
	overflow: auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	clear: both;
}
#content .boxes {
	margin: 20px auto;
	width: 700px;
	padding: 15px 20px;
	border: 1px solid #666;
	overflow: auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	clear: both;
}
#content .boxes ul {
	float: left;
	margin: 5px 0 5px 10px;
	list-style: none;
	width: 330px;
	padding: 0;
}
#content .boxes ul li {
	background:url(../images/check.png) 7px 50% no-repeat;
	padding:10px 0 10px 45px;
	font-size:16px;
	margin: 0;
}
.clearfix {
	clear: both;
}
.leftCol {
	float: left;
}
.leftimg {
	float: left;
	margin: 10px 20px 5px 0;
}
.logo {
	margin-top: 20px;
}
.rightimg {
	float: right;
	margin: 10px 10px;
}
.strike {
	text-decoration: line-through;
}
.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 5px 0 10px 0;
	color: #3281bb;
	clear: both;
}
.title02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.title03 {
	padding: 5px 0 5px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FE4000;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.highlight {
	color: #FE4000;
}
.highlight02 {
	color: #3281bb;
}
/* Form */
.formContainer {
	float: right;
	width: 400px;
	margin: 0px 0px 0 0;
	padding: 5px;
	border: 1px solid #fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

form h4 {
	padding:4px 9px;
}
form ul {
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%
}
form li {
	display:block;
	margin:0;
	padding:0px 5px 0px 9px;
	position:relative
}
.buttons {
	clear:both;
	display:block
}
* html form li div {
	display:inline-block
}
form li div {
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px
}
form li span {
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px
}
form li div.left {
	display:inline;
	float:left;
	width:48%
}
form li div.right {
	display:inline;
	float:right;
	width:48%;
}
form li .datepicker {
	cursor:pointer!important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px
}
.form_description {
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em
}
.form_description[class] {
	display:block
}
.form_description p {
	font-size:95%;
	line-height:130%;
	margin:0 0 12px
}
form li.section_break {
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97%!important
}
form ul li.first {
	border-top:none!important;
	margin-top:0!important;
	padding-top:0!important
}
form .section_break h3 {
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px
}
form .section_break p {
	font-size:85%;
	margin:0 0 10px
}
input.button_text {
	overflow:visible;
	padding:0 7px;
	width:auto
}
.buttons input {
	font-size:12px;
	margin-bottom:10px;
	margin-right:5px
}
label.description {
	border:none;
	color:#222;
	display:block;
	font-size:.75em;
	font-weight:normal;
	line-height:150%;
	padding:0 0 1px
}
span.symbol {
	font-size:115%;
	line-height:130%
}
input.text {
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:.75em;
	margin:0;
	padding:2px 0
}
input.file {
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0
}
textarea.textarea {
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%
}
select.select {
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size: .75em
	margin:1px 0;
	padding:1px 0 0
}
input.currency {
	text-align:right
}
label.choice {
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%
}
select.select[class] {
	margin:0;
	padding:1px 0
}
:first-child+html select.select[class] {
	margin:1px 0
}
.safari select.select {
	font-size:120%!important;
	margin-bottom:1px
}
input.large {
	width:99%
}
textarea.small {
	height:5.5em
}
textarea.medium {
	height:10em
}
textarea.large {
	height:20em
}
form li.error {
	background-color:#FFDFDF!important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0
}
form li.error label {
	color:#DF0000!important
}
form p.error {
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px
}
form .error {
	color:red;
	float:none;
	font-weight:700
}
form input.error, form select.error {
	background:#FCACA6 url(../../../images/shadow.gif) repeat-x top;
}
form li.highlighted {
	background-color:#fff7c0;
}
form .guidelines {
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000
}
form .guidelines small {
	font-size:105%
}
.no_guidelines form li {
	width:97%
}
.no_guidelines li.section {
	padding-left:9px
}
.form_success {
	clear:both;
	margin:0;
	padding:90px 0 100px;
	text-align:center;
}
ul.password {
	margin-bottom:60px;
	margin-top:60px;
	text-align:center;
}
.password h2 {
	color:#DF0000;
	font-weight:700;
	margin:0 auto 10px
}
.password input.text {
	font-size:170%!important;
	text-align:center;
	width:380px
}
.password label {
	display:block;
	font-size:120%!important;
	font-weight:700;
	padding-top:10px
}
form li:after, .buttons:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden
}
* html form li, * html .buttons {
	height:1%
}
form li div.left .medium, form li div.right .medium, select.large {
	width:100%
}
form li div label, form li span label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px
}
.form_description h2, .form_success h2 {
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px
}
form hr, .embed #top, .embed #bottom, .embed h1 {
	display:none
}
input.checkbox, input.radio {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px
}
input.small, select.small {
	width:25%
}
input.medium, select.medium {
	width:50%
}
form label.error, .no_guidelines .guidelines {
	display:none!important
}
form li.highlighted .guidelines, form li:hover .guidelines {
	visibility:visible
}
span.req {
	color: #FE4000;
	float:none;
	padding-left:3px;
}

/*AJN landing page stuff */

/*Google Maps */
div#popup {
	margin:0px;
	padding:7px;
	width:270px;
}
/*~~~~~~~~~~~*/

#real_estate {
	margin-top: 24px;
	width: 450px;
}

#real_estate p {
	margin-top: 16px;
	width: 450px;
	font-size: 20px;
	color: #333;
	text-align: center;
}

#real_estate h2 {
	text-align: center;
	font-size: 30px;
}
#leftContent #headings {
	margin-left: 50px;
	margin-bottom: 20px;
}
#swf_movie {
	margin-bottom: 30px;
	height: 257px;
	overflow: hidden;
}

#slideshow {
	margin-top: 9px;	
}

