@charset "utf-8";

body {

	font:normal normal normal 14px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;

	background: #fff;

}

p {

	/* margin: 0 0 10px 10px; */

	margin: 0 0 10px;

	color: #333;

}

h1{

	font-family: trajan-pro;

	font-weight:normal;

}

h2, h3, h4, h5 {

	font: bold 20px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;

}

h2 {

	/* margin: 0 0 10px 10px; */

	margin: 0 0 10px;

	line-height: 1.3;

	border-bottom: 1px solid #333;

}

h3 {

	/* margin: 0 0 0 10px; */

	margin: 0 0 10px;

	font-size: 22px;	

	line-height: 1.3;

	font-family:trajan-pro, "Times New Roman", Times, serif;

}

h4 {

	font-size: 18px;

	margin: 0 0 10px;

	line-height: 1.3;

	font-family:trajan-pro, "Times New Roman", Times, serif;

}

a {

	text-decoration: underline;

}

a:hover {

	text-decoration: none;

}

.leftImg {  /* places an image LEFT for text wrap */

	float:left;

	padding:0 15px 0 0;

}

.rightImg {  /* places an image RIGHT for text wrap */

	float:right;

	padding:0 0 0 15px;

}

/*** LAYOUT STYLES ***/

#container, #header, #nav, #contentWrap, #footer {

	margin:0 auto;

	width:940px;

}

/*header rules*/

#header {

	height: 100px;

	background: #013070;

	border-bottom: 1px solid #CCC;

}

#header h1 a {

	display: block;

	width: 700px;

	/*height: 100px;*/

	position:absolute;

	margin:25px 0 0 20px;

	color:#fff;

	text-decoration:none;

	text-transform: uppercase;

	font-size:40px;

	font-family:trajan-pro, "Times New Roman", Times, serif;

}

#contactInfo {

	float:right;

	width:347px;

	height:80px;

	padding:10px;

	text-align:right;

}

#contactInfo h3{

	color:#fff;

	margin-top:15px;

	font-size: 20px;

	margin-bottom:10px;

	font-weight:normal;

}

#contactInfo p{

	color:#fff;

}

#contactInfo a{

	color:#fff;

	text-decoration:none;

}

#contactInfo a:hover{

	color:#ccc;

}



/*navigation rules*/

#nav {

	/* Old Nav

	float: left;

	width: 280px;

	background: #fff;

	*/

	margin-left: 0;

	width: 980px;

}



#nav li {

	height: 44px;

	border-bottom: 1px solid #CCC;

	line-height:44px;

	width: 279px;

	background: #013070;

	font-family:trajan-pro, "Times New Roman", Times, serif;

	/* New Nav */

    border-left: 1px solid #CCC;

    float: left;

    width: 188px;

}

#nav li:nth-child(1) {

	width: 184px;

	border-left: none;

}

#nav li a {

	text-decoration:none;

	color:#fff;

	padding-left: 20px;

	font-weight:bold;

}

#nav li a:hover {

	color: #013070;

	height: 44px;

	background: #ccc;

	display: block;

}

#nav p {

	margin: 10px 0;

}

/*main content rules*/

#contentWrap {

	background:#FFf;

	overflow:hidden;

	border-top:5px #013070 solid;

	padding-top:1px;

}



#contentLeft {

	float:left;

	width:280px;

}

#contentLeft p {

	margin-top: 10px;

}

#contentRight {

	/* Old Nav

	float:right;

	width:659px;

	margin-left:1px;

	*/

	clear: both;

	width: 960px;

}

#contentRight p{

	font-size:14px;

	margin-left: 10px;

	color:#111;

}

#contentRight ul {

	margin-bottom: 10px;

}

#contentRight li {

	margin-left: 20px;

}

ul.estate {

	list-style: disc;

	margin-left: 20px;

}

/*footer rules*/

#footer {

background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #013070;
    clear: both;
    color: #013070;
    height: 0;
    position: relative;

}



#footer a {

	text-decoration: none;

	color: #013070;

	font-size:12px;

}

p.copy {

	font:12px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;	

	float:left;

	color:#013070;

	margin:5px 0 0 0;

}



/* footer horizontal navigation */

#footer ul#footerNav {

	padding:0 0 0;

	float:right;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

ul#footerNav li {

	display:inline;

	margin:0 0 0 0px;

	line-height:30px;

}

ul#footerNav li a {

	display:inline;

}

ul#footerNav li a:hover{

	color:#333;

}

.clear {

	clear: both;

}



.button {

	margin-top: 10px;

	width: 279px;

	padding: 10px 0;

	background: #039;

	color: #fff;

	text-align: center;

}

.button h3 {margin: 0 0 0 0; font-size: 17px;}

.button h3 a {

	color: #fff;

	text-decoration: none;

}

.button:hover {

	background: #024aac;

	color: #000;

}