/* csslm 01 2colright
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #00274C;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #00274C;
	background-image:url(../images/Headbg_890x110.jpg);
	background-repeat:no-repeat;
	height:110px;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/Bodybg_890x10a.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
/*	width: 682px;*/
	width:662px;
	float: left;
}
#right {
/*	width: 208px;*/
	width:228px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
/*	padding: 12px 20px;*/
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #FFF;
	background-color: #00274C;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image:url(../images/Footerbg_890x30a.gif);
	background-repeat:no-repeat;
	height:30px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

#top {
	text-align:center;
	background-image:url(../images/Navbg_5x21.gif);
	background-repeat:repeat-x;
	height:21px;
	color:#FFF;
	padding: 2px;
	font-size:.9em;

}
#top a:link {
	color: #FFF;
	text-decoration:none;
	padding: 0 20px 0 20px;
}
#top a:visited {
	color: #FFF;
	text-decoration:none;
	padding: 0 20px 0 20px;
	
}
#top a:hover {
	color: #000000;
	padding: 0 20px 0 20px;
}
#top a:active {
	padding: 0 20px 0 20px;
}


img {
	border:none;
}


#left a:link {
	color: #00274C;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #00274C;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #CCCCCC;
}
#footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
	text-decoration:none;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color:#C80000;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color:#0A4E94;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color:#0A4E94;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color:#0A4E94;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/* Feedback styles */
#author {
	font: .9em "Times New Roman", Times, serif;
	font-style:italic;
}
#testimonial {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

/*FAQ Style */
.faqwrap{
padding:12px 20px;
border: 1px solid #00274C;
}

/* Contact FORM STYLES */
form {
	padding: 0 5px;
	border: 1px solid #333;
	/*background-color:#0A4E94;*/
	background-color:#E8EEF5;
}
.hideField{
	display:none;
}
legend{
	display:none;
}
fieldset{
	padding: 3px;
	width: 600px;
}
label {
	width:140px;
	float:left;
	text-align:right;
	display:block;
	font-weight:bold;
	margin:5px 0;
	color:#0A4E94;
}
input {
	padding:2px;
	border:1px solid #eee;
	color:#00274C;
}
textarea {
	width:300px;
	padding:2px;
	border:1px solid #eee;
	/*height:100px;
	display:block;*/
	color:#00274C;
}
input, textarea, select{
margin:10px 6px;
padding:1px;
border:1px solid #666666;
}
.submitButton{
	padding:1px;
	border:1px solid #666666;
}
.formResponse{
	padding:45px;
	height:340px;
}
.formResponse a{
	margin:0 25px;
}

/*thumbnail for random image */
.randomthumb {
	border:1px solid #00274C;
	padding:2px;
}

/*gallery styling */
table {
margin: 0 auto;
padding: 0;

}
.agents td{
min-height:200px;
font-size:.91em;
width:155px;
text-align:center;
vertical-align:top;
border:1px solid #666666;
/*padding:3px;*/
}
.agents td img {
margin-top:3px;
padding-top:3px;
}

/* horizontal rule right col */
div.horRule {
height: 1px;
border-top: 1px solid #00274C;
margin:5px;
/*margin-top: 3px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;*/
}
div.horRule hr {
display: none;
} 