@charset "utf-8";
/* CSS Document */

/* -------------------------------------------- */
/*		Strategic Land Advisors
/* -------------------------------------------- */
/*		Created April 28, 2008
/* -------------------------------------------- */

* {margin: 0px; padding: 0;}

body {
	margin: 0px;
	color: #000033;
	font-family: "Arial", "Verdana", "Lucida Grande", sans-serif;
	padding-top: 0px;
	background: #000033;
	font-size: 12px;

	text-align: left;
	padding-top:60px;
}

#grey1 { background:#e7e8e9; }
#grey2 { background:#dadbdc; }
#grey3 { background:#f1f2f2; }


a:link {
	COLOR: #572B1D;
}
a:visited {
	COLOR: #572B1D;
}
a:active {
	COLOR: #572B1D;
}
a:hover {
	COLOR: #a0a128;
}

#container {
	margin: 0 auto;
	width: 736px;
	background: #ffffff;
	padding:32px;
}

#header {
	
	text-align: left;
	position: relative;
	background: #FFFFFF;
	height: 156px;                              
}


#nav {
	width: 736px;
	height: 50px;
	background: #ffffff;
	color: #ffffff;
	display:block;
}

#nav a {
	color: #ffffff;
}

#flashmenu {
	height: 50px;
	display:block;
	position:absolute;
}

.toddindent {
	padding-left:20px;
	margin-left:15px;
	}
	
li {	
	padding-left: 10px;
	margin-bottom: 0px;
	margin-left:15px;
	}

#content {
	height: 100%;
	text-align: left;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	clear:both;
}


.style1 {
	color: #545454
}

.headstyle1 {
	
	color: #000033;
	font-family: "Arial", "Verdana", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.headstyle2 {
	
	color: #000033;
	font-family: "Arial", "Verdana", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.imagepad {
	padding-right: 20px;
	
}


	
div.clear {
	position: relative;
	clear: both;
	padding-bottom:0px;
}

.hidden { display: none; }

.bottom { 
	display: none; 
	margin-bottom:30px;
}

#sitemap {
	clear: both;
	height: 28px;
	text-align: center;
	display:block;
	margin: 0px 0px -3px 0px;
}

#footer {
	background: #7b3a00;
	height: 18px;
	width: 736px;
	margin-top:0px;
	padding-top:0px;
}

#footer p {
	color:#ffffff;
	
}

#footer a {
	font-weight:bold;
	margin-left:640px;
	margin-top:0px;
	padding-top:0px;
}

#footer a:link{
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color: #521f01;
	text-decoration:none;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}