@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1d537a;
	background-image:url(../images/lightgray1.gif);
	background-attachment:fixed;
	background-repeat:repeat;
}
#container{
	position:absolute;
	width:100%;
	height:auto;
	margin:auto;

}
	
#wrap{
	position:relative;
	height:auto;
	width:800px;
	margin:auto;
	background-color:#ffffff;
	border-left:1px solid #002a52;
	border-right:1px solid #002a52;
	border-bottom:1px solid #002a52;
}

#header{
	position:relative;
	width:800px;
	height:140px;
}

#nav{
	border-top:1px solid #002a52;
	border-bottom:1px solid #002a52;
	background-color:#7d9bb2;
	height:15px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

#main{
	margin:10px;
}

#bottom{
	border-top:1px solid #000000;
	height:20px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background: black url(../images/indentbg.png) center center repeat-x;
	font: 10px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#link-list a {
	display: block;
	margin-right: 20px;
	float: left;
}

a:link, a:visited, a:active{
	color:#002a52;
	text-decoration:underline;
}

a:hover{
	color:#002a52;
	text-decoration:none;
}
	
fieldset{
	border:1px dashed #7d9bb2;
	overflow: hidden;
}

legend{
	background-color:#ffffff;
	color:#002a52;
	font-size: 25px;
	font-weight: bold;
}

p, h1, h2, h4, h5{
	margin-left:10px;
	margin-right:10px;
}

h3{
	margin-left:10px;
	margin-right:10px;
	color:#cc6600;
}

p.justify{
	text-align:justify;
}

img.right{
	float:right;
	margin: 0 0 10px 10px;
	border: 1px solid #002a52;
}

#div-img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #002a52;
	width: 250px;
	height: 215px;
}

.border {
	border: 1px solid #002a52;
}

img.space{
	padding:10px;
}

div.div_right{
	float:right;
	text-align:right;
	margin:10px;
}

/*nav area*/

.indentmenu{
	font: bold 13px Arial, Helvetica, sans-serif;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border-bottom: 1px solid #000000;
	border-width: 1px 0;
	background: black url(../images/indentbg.png) center center repeat-x;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #000000; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(../images/indentbg2.png) center center repeat-x;
}

/*nav end*/

#bottom a:link, #bottom a:visited, #bottom a:active{
	color:#ffffff;
	text-decoration:underline;
}

#bottom a:hover{
	color:#ffffff;
	text-decoration:none;
}


/* main nav starts */

.servicesBtn {
	display: block;
	float: left;
	width: 149px;
	height: 51px;
	border: none;
	background: url(../images/services.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 20px 29px;
}

.servicesBtn:hover {
	background: url(../images/services_hov.png) no-repeat;
}

.bioBtn {
	display: block;
	float: left;
	width: 182px;
	height: 51px;
	border: none;
	background: url(../images/biographies.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 20px 0;
}

.bioBtn:hover {
	background: url(../images/biographies_hov.png) no-repeat;
}

.propertiesBtn {
	display: block;
	float: left;
	width: 174px;
	height: 51px;
	border: none;
	background: url(../images/properties.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 20px 0;
}

.propertiesBtn:hover {
	background: url(../images/properties_hov.png) no-repeat;
}

.projectsBtn {
	display: block;
	float: left;
	width: 143px;
	height: 51px;
	border: none;
	background: url(../images/projects.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 20px 0;
}

.projectsBtn:hover {
	background: url(../images/projects_hov.png) no-repeat;
}

.testimonialsBtn {
	display: block;
	float: left;
	width: 202px;
	height: 51px;
	border: none;
	background: url(../images/testimonials.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 20px 114px;
}

.testimonialsBtn:hover {
	background: url(../images/testimonials_hov.png) no-repeat;
}

.linksBtn {
	display: block;
	float: left;
	width: 119px;
	height: 51px;
	border: none;
	background: url(../images/links.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 20px 0;
}

.linksBtn:hover {
	background: url(../images/links_hov.png) no-repeat;
}

.contactBtn {
	display: block;
	float: left;
	width: 177px;
	height: 51px;
	border: none;
	background: url(../images/contactus.png) no-repeat;
	text-indent: -9999px;
	margin: 0 20px 20px 0;
}

.contactBtn:hover {
	background: url(../images/contactus_hov.png) no-repeat;
}


/* main nav ends */