/****    ****/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

body {
	width:100%;
	text-align:left;
	color:#092062;
	background-color: #D4D9FF;
	background-image: url(../pagepix/bg1.jpg);
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6, .numbertxt  {
font-weight: normal;
}

p,a {
	font-weight: normal;
	text-align: left;
	font-size: 100%;
}

p {
}

h1 {
	padding-bottom:10px;
	font-size: 35px;
}

.counter{
	background-image: none;
	padding-top: 25px;
}

.no-pics{
	padding-top: 25px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2943FF;
}

h3 {

}

/* container */

#container {
	width:100%;
	margin-bottom: 10px;
	float: left;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* header */

#header {
	width:100%;
	height: 87px;
	text-align: left;
	background-color: #FFFFFF;
}

/* home page box - blurb, flash and small pics */

#feature-box {
	height:200px;
	width:100%;
	float:left;
	background-color: #092062;
}

#blurb-box{
	width: 475px;
	float: left;
	height: 200px;
	background-color: #092062;
}

#blurb-box h1{
	padding-top: 25px;
	padding-left: 52px;
	font-size: 34px;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 42px;
}

#flash-box{
	width: 475px;
	float: left;
	background-color: #000000;
	height: 200px;
}

#smallpics-box {
	background:#092062;
	width:119px;
	float:left;
	height:215px}

/* spaces out the top level navigation links */
#nav #homelink{
	margin-right: 32px;
}

#nav #aboutlink{
	margin-right: 55px;
}

#nav #sellinglink{
	margin-right: 55px;
}

#nav #buyinglink{
	margin-right: 46px;
}

#nav #contactlink{
	margin-right: 55px;
}


/* drop-down navigation */

#nav-wrapper{
	width: 100%;
	float: left;
	background-image: url(../pagepix/nav-bg.gif);
	background-repeat: repeat-y;
	background-color: #1D32FF;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navigation {
	float: left;
	width: 840px;
	color: #333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 26px;
	cursor: hand;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #2943FF;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	width: 90px;
}

#nav li {
	float: left;
	width: 90px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 155px;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav .smaller-sub a{
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A9FFF;
}









#nav li ul ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}







/* column wrapper */

#col-wrapper {
	width:100%;
	margin:0;
	padding:0;
	background-image: url(../pagepix/colwrapper-bg.gif);
	background-repeat: repeat-y;
	background-color: #DFE3FF;
	height: 1%;
	float: left;
}

/* left column */

#left-col {
	width:850px;
	padding-left:35px;
	padding-top:19px;
	padding-bottom:32px;
	height:1%;
	float: left;
}


#left-col a, #right-col a{
	color: #2943FF;
}

#left-col ul{
	font-size: 13px;	
}

#left-col li{
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../pagepix/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 12px;
	margin-left: 12px;
}

#left-col p{
	font-size: 14px;
	line-height: 18px;
}

#left-col p, #left-col h2, #left-col h3{
	padding-right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#left-col h1{
	font-size: 34px;
	color: #2943FF;
	padding-bottom: 6px;
}

/* right column */

#right-col {
	width:275px;
	padding-left:40px;
	padding-top:30px;
	padding-bottom:30px;
	float: left;
}

#right-col img {
	padding-left: 7px;
	margin-top: -8px;
}

#right-col p {
	font-size: 11px;	
}

#right-col h3 {
	padding-left: 25px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 6px;
}

#right-col ul {
	line-height: 140%;
	margin-left: 30px;
	margin-right: 10px;
}

#right-col li {
	padding-top:8px;
	padding-bottom:8px;
	background-image:url(../graphics/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:24px;
}

#right-col p, #right-col h2{
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 17px;
	padding-left: 25px;
}


/* footer */

#footer {
	width:100%;
	text-align: center;
	clear: both;
	background-color: #D4D9FF;
}

#footer p{
	color: #092062;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 32px;
}

#footer a{
	color: #092062;
}

#copyright {
	background:url(../graphics/body-bg.gif);
	width:970px;
	text-align:center;
	clear:both;
	float:left;
	font-size:11px;
	color:#2e4179;
	margin-bottom:15px;
	margin-top:-2px
}


#copyright a {
	text-decoration: underline;
	color: #2E4179;
}

.numbertxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.redtxt {
	color: #990000;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline; font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline; font-weight: normal; color: #000000 }
A:active	{
	text-decoration:underline;
	color: #003399;

}

#lower-band{
	background-color: #061862;
	width: 100%;
	background-image: url(../pagepix/band-bg.gif);
	background-repeat: repeat-y;
	padding-left: 35px;
	height: 1%;
	float: left;
}

#lower-band img{
	margin-right: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
	float: left;
}

#testimonial-band{
	height: 100px;
	width: 270px;
	float: left;
	padding-top: 21px;
	margin-left: 8px;
}

#testimonial-band p{
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 8px;
}

#testimonial-band a{
	color: #FFFFFF;

}


/* footer links */

#footer li {
	line-height:150%;
	text-align:center;
	font-size:0.95em;
	display:inline;
}

#footer li a{
	color:#990000;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 95%;
	
}


/* location / find us page */

#map{
	margin-top: 8px;
	margin-bottom: 8px;
	border: 4px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 565px;
}


/* contact and landlords forms */

.land-drop{
	width: 195px;
}

label
{
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	width: 5em;
}

.submit input
{
margin-left: 4.5em;
} 

input
{
color: #000000;
background: #F1F1F1;
border: 1px solid #781351
}

.submit input
{
	color: #000000;
	background: #F1F1F1;
	border: 2px outset #d7b9c9;
	font-size: 13px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	width: 70px;
} 
fieldset
{
	border: 1px solid #C2C8D9;
	padding-bottom: 8px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 450px;
	padding-left: 20px;
	padding-top: 8px;
}

fieldset p
{
	color: #061862;
	font-weight: normal;
	padding-left: 4px;
}

legend
{
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
}

#contact-form{
	font-size: 90%;
	width: 450px;
}

#contact-form p{
	padding-top: 3px;
	padding-bottom: 3px;
}

/* property search page */

#properties {
	background:#dfe2eb;
	width:958px;
	border-top-width:6px;
	border-left-width:6px;
	border-right-width:6px;
	border-style:solid;
	border-color:#fff
}

.blue-letter{
	color: #2943FF;
}

.impact-letter{
	color: #2943FF;
	font-weight: bold;
}

.drkblue{
	color: #092062;
}

.testimonial{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.testimonial-alt{
	color: #1D32FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#gallery{
	margin-top: 8px;
	margin-bottom: 8px;
}

#gallery img{
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 6px;
}

.pale-bg{
}

.float-right{
	float: right;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}

#location-map{
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 810px;
	height: 579px;
	margin-bottom: 12px;
}

#property-search{
	border: 1px solid #CCCCCC;
	width: 880px;
}

.bright-blue{
	color: #2943FF;
}

.big-pring{
	font-size: 32px;
	font-weight: normal;
	color: #061862;
}

.impact{
	font-size: 16px;
}

#impact-table{

}

#impact-table p{
	padding-top: 0px;
	padding-bottom: 12px;
}

.location-pring{
	font-size: 22px;
}

#accreditation{

}

#accreditation p{
	color: #2943FF;
	font-weight: bold;
	line-height: 24px;
}

#accreditation .big-pring{

}
