/* ELEMENTS
==========================================================*/
* {
	font-family: tahoma, arial, tahoma;
}	

a {	text-decoration: none;	color: #00476F; font-weight: bold; }
a:hover {	text-decoration: underline;	color: #00476F; font-weight: bold; }
a:visited {	color: #00476F; font-weight: bold; }

body {
	margin: 0;
	color: #3C3B37;
	font-size: 76%;
	font-family: tahoma, arial, helvetica, sans serif;
	background: url('../images/background_tile.jpg') center repeat-y #55595C; 
}

h1 {
	font-size: 17px;
	font-weight: normal;
	border-bottom: 2px solid #00476F;
	margin-bottom: 15px;
}

p {
	line-height: 17px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

img {
	border: 0;
}

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

/* HEADER
==========================================================*/

#container {
	width: 740px;
	margin: auto;
	background: #fff;
	padding: 0px 25px;
}

#logo {
	float: left;
	width: 415px;
}

#quicks_proposal {
	float: right;
	text-align: right;
	padding-right: 15px;
}

#quicks_proposal * {
	vertical-align: middle;
}

#quicks {
	margin: 15px 0px 50px 0px;
	font-size: .80em;
}
#quicks a {
	color: #3c3b37;
}

#blue-line {
	height: 10px;
	background: #006F4D;
	clear: both;
	width: 800px;
	margin: auto;
}
/* NAVIGATION
==========================================================*/

#navigation {
	width: 193px;
	background: #f1e7bc;
	height: 180px;
	float: left;
	padding-top: 8px;
	margin-right: 2px;
	background: url(../images/tile_navigation.jpg) repeat-x #b5bfa5;
}

#navigation a {
	display: block;
	padding: 5px 0px 5px 38px;
	background: url(../images/icon_square.gif) no-repeat 19px 11px;
	color: #333333;
	font-weight: normal;
}	

#navigation a:hover {
	padding: 5px 0px 5px 38px;
	background: url(../images/icon_square_ro.gif) no-repeat 19px 11px;
	color: #333333;
}	

/* MAIN IMAGE
==========================================================*/

#main_image {
	float: left;
}

/* MAIN CONTENT
==========================================================*/

#content_container {
	margin: 20px 15px 0px 15px;
}

.left-col {
	width: 480px; 
	float: left;
}

.left-col  p {
	line-height: 16px;
}

.right-col {
	width: 204px;
	float: right;
	font-size: 0.9em;
}

.right-col  p {
	line-height: 16px;
}

/*  [ Any Questions ] [  Our Location] [ New Developments ]
==========================================================*/

.contact-info {
	margin-bottom: 25px;
}

.our-location  {
	margin-bottom: 25px;
}

.our-location img  {
	margin-bottom: 13px;
}

.new-developments  {
	margin-bottom: 25px;
}

.new-developments img  {
	margin-bottom: 10px;
}


/* FOOTER
==========================================================*/

#footer {
	margin: auto;
	padding: 15px;
	border-top: 1px solid #B2B2B2;
	font-size: 11px;
	line-height: 16px;
}

#copyright {
	float: left;
}

#adobe_downloads {
	float: right;
}

#adobe_downloads img {
	margin-top: 7px;
}


/* INDIVIDUAL CLASSES
==========================================================*/

div.clearer
{
	clear: both;
	font-size:0;
	height:0;
	line-height:0;
	width:0;
}

.headertuck {
	padding: 10px;
}
