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

/*------------------------------          BODY          -----------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-image: url(images/fullbg.gif);
}

/*-------------------------------         FONTS ETC.          -----------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

p {
	color:#59646c;
	font-size: 13px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #59646c;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color:#59646c; 
	font-size:18px; 
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color:#59646c;  
	font-size:14px;  
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #59646c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a img { 
	border: 0px;
	color:#91938e; 
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
li {
	color:#59646c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
}
.middle {
	text-align: center;
}
.bold {
	
}
.centerunder {
	text-align: center;
	border-bottom: 1px solid #59646c;
}
.sold {
	color: #FF0000;
}
.clear {
	clear: both;
}

/*----------------------------         NAVIGATION          --------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#nav {
	width: 700px;
	height: 50px;
	margin: auto;
	background-color: #0D7A9B;
}
#nav a, #nav a:link, #nav a:visited {
	display:block;
}
#nav img {
	width:100%;
	height:100%;
	border:0;
}
#nav a:hover img {
	visibility:hidden;
}
#homebutton {
	width: 80px;
	height: 50px;
	margin:0;
	padding:0;
	background-image: url(images/homebutton_2.jpg);
	float: left;
	display: inline;
}
#featuredbutton {
	width: 160px;
	height: 50px;
	margin:0;
	padding:0;
	background-image: url(images/featuredbutton_2.jpg);
	float: left;
	display: inline;
}
#propertybutton {
	width: 150px;
	height: 50px;
	margin:0;
	padding:0;
	background-image: url(images/propertybutton_2.jpg);
	float: left;
	display: inline;
}
#aboutbutton {
	width: 120px;
	height: 50px;
	margin:0;
	padding:0;
	background-image: url(images/aboutbutton_2.jpg);
	float: left;
	display: inline;
}
#directionsbutton {
	width: 105px;
	height: 50px;
	margin:0;
	padding:0;
	background-image: url(images/directionsbutton_2.jpg);
	float: left;
	display: inline;
}
#contactbutton {
	width: 85px;
	height: 50px;
	margin:0;
	padding:0;
	background-image: url(images/contactbutton_2.jpg);
	float: left;
	display: inline;
}

/*----------------------         STRUCTURE and HEADER          ----------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#wrapper {
	width: 1040px;
	height: 100%;
	margin: auto;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
#wrapper2 {
	width: 1000px;
	height: 100%;
	margin: auto;
	border-left: 5px solid #003333;
	border-right: 5px solid #003333;
	background-image: url(images/wrapperbg.jpg);
}
#titlebar {
	width: 1000px;
	height: 150px;
	background-image: url(images/titlebar.jpg);
	margin: auto;
}
#toppic {
	width: 1000px;
	height: 325px;
	/*background-image: url(images/toppictemplate.jpg);*/
	margin:auto;
}
#logobox {
	width: 300px;
	height: 150px;
	margin: auto;
	margin-left: 600px;
	border: 1px solid #000000;
	background-image: url(images/logoblock.jpg);
	background-repeat: no-repeat;
}

/*--------------------------------         LEFT SECTION          --------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#leftblock {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 1000px;
	margin: auto;
	float: left;
	display: inline;
	background-image: url(images/leftblock.png);
	background-repeat: no-repeat;
	background-position: center;
}
#rightblock {
	width: 700px;
	height: 950px;
	margin: auto;
	float: right;
	display: inline;
}
#content {
	width: 1000px;
	height: 1200px;
	margin: auto;
}
#contactblock {
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 920px;
	margin: auto;
	/*background-image: url(images/leftblock.png);
	background-repeat: no-repeat;
	background-position: center;*/	
}
#name {
	width: 220px;
	height: 250px;
	text-align: center;
	margin-left: 48px;
	margin-top: -910px;
	border-bottom: 1px solid #999999;
	margin-bottom: 40px;	
}
#mortgage {
	width: 220px;
	height: 100px;
	text-align: center;
	margin-left: 48px;
	border-bottom: 1px solid #999999;
	margin-bottom: 40px;
}
#troops {
	width: 240px;
	height: 280px;
	text-align: center;
	margin-left: 37px;
	border-bottom: 1px solid #999999;
	margin-bottom: 40px;
}
#awardsetc {
	width: 240px;
	height: 280px;
	text-align: center;
	margin-left: 37px;
}
#name h1 {
	color: #59646c;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#name h2 {
	color:#59646c; 
	font-size:18px; 
	font-family: Arial, Helvetica, sans-serif;
}
#name h3 {
	color:#59646c;  
	font-size:15px;  
	font-family: Arial, Helvetica, sans-serif;
}
#name p {
	color:#59646c;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------------------------         MAIN SECTION          --------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#mainblock {
	width: 600px;
	height: 1000px;
	margin: auto;
	margin-top: 60px;
}
#heading {
	width: 600px;
	height: 70px;
	margin: auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}
#maincontent {
	width: 580px;
	height: 355px;
	margin: auto;
	text-align: center;
}
.featured {
	width: 600px;
	height: 60px;
	margin: auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}
.threeblock {
	width: 600px;
	height: 320px;
	margin: auto;
	margin-top: 10px;
}
.oneblock {
	width: 200px;
	height: 300px;
	float: left;
	display:inline;
	border-right: 1px solid #CCCCCC;
}
.twoblock {
	width: 300px;
	height: 300px;
	float: right;
	display:inline;
	margin-right: 3px;
}
.left {
	width: 200px;
	height: 300px;
	float: left;
	display:inline;
	border-right: 1px solid #CCCCCC;
}
.leftbig {
	width: 370px;
	height: 300px;
	float: left;
	display:inline;
	border-right: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.right {
	width: 200px;
	height: 400px;
	float: right;
	display:inline;
}
.featurepic {
	width: 180px;
	height: 180px;
	margin: auto;
	border: 2px solid #999999;
}
.featuretext {
	width: 180px;
	height: 300px;
	margin: auto;
	text-align: center;
}
.featuretext_big {
	width: 280px;
	height: 300px;
	margin: auto;
	text-align: center;
}
.featurepicleft {
	width: 180px;
	height: 180px;
	margin: auto;
	border: 2px solid #999999;
	float: left;
	display: inline;
}
.featurepicright {
	width: 180px;
	height: 180px;
	margin: auto;
	border: 2px solid #999999;
	float: right;
	display: inline;
}

/*---------------------------------         FEATURED          -----------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#featurebox {
	width: 600px;
	height: 100%;
	margin: auto;
	margin-top: 60px;
}
#featureheading {
	width: 650px;
	height: 150px;
	margin: auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}
#feature {
	width: 600px;
	height: 900px;
	float: right;
	display: inline;
	margin-top: 20px;
	border-bottom: 1px solid #999999;
}

/*-----------------------------------         ABOUT          ------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#aboutbox {
	width: 650px;
	height: 500px;
	margin: auto;
	margin-top: 60px;
}
#aboutheading {
	width: 600px;
	height: 30px;
	margin: auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}
#abouttext {
	width: 390px;
	height: 400px;
	float: right;
	display: inline;
	margin-top: 20px;
}
#abouttext p {
	line-height: 1.5em;
}
#aboutpic {
	width: 200px;
	height: 400px;
	float: left;
	display: inline;
	margin-top: 20px;
}
.aboutpic {
	border: 1px solid #333333;
}
#aboutlka {
	width: 600px;
	height: 400px;
	margin: auto;
	margin-top: 20px;
}

/*--------------------------------         PROPERTY          ------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#propertybox {
	width: 650px;
	height: 100%;
	margin: auto;
	margin-top: 60px;
}
#propertyheading {
	width: 650px;
	height: 170px;
	margin: auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}
#propertysource {
	width: 650px;
	height: 850px;
	float: right;
	display: inline;
	margin-top: 20px;
}

/*--------------------------------         MORTGAGE          ------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#mortgagebox {
	width: 650px;
	height: 1000px;
	margin: auto;
	margin-top: 60px;
}
#mortgagetop {
	width: 650px;
	height: 150px;
	margin: auto;
	border-bottom: 1px solid #CCCCCC;
}
#mortgagetext {
	width: 650px;
	height: 650px;
	margin: auto;
}

/*--------------------------------         DIRECTION          -----------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


#directionbox {
	width: 600px;
	height: 900px;
	margin: auto;
	margin-top: 60px;
}
#directionheading {
	width: 600px;
	height: 30px;
	margin: auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}
#directions {
	width: 600px;
	height: 220px;
	margin: auto;
	text-align: center;
}
#googlemap {
	width: 595px;
	height: 500px;
	margin: auto;
	margin-top: 40px;
	border: 3px solid #666666;
}
#googlemap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
}	

/*--------------------------------         CONTACT          -------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#contactbox {
	width: 650px;
	height: 100%;
	margin: auto;
	margin-top: 60px;
}
#contactheading {
	width: 650px;
	height: 30px;
	margin: auto;
	border-bottom: 1px solid #999999;
	text-align: center;
}
#contactsource {
	width: 650px;
	height: 900px;
	float: right;
	display: inline;
	margin-top: 20px;
}

/*------------------------------          FOOTER          ---------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 175px;
	margin: auto;
	background-image: url(images/footer.png);
	background-position: center;
	clear:both;
}
#spacer {
	width: 1000px;
	height: 85px;
}
#disclaimer {
	width: 600px;
	height: 50px;
	margin-left: 20px;
	margin-top: 0px;
}
#disclaimer p {
	color:#CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color:#CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

