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

a {	text-decoration: none;	color: #3C3B37; }
a:hover {	text-decoration: underline;	color: #3C3B37; }
a:visited {	color: #3C3B37; }


body {
	color: #3C3B37;
	font-size: 76%;
	font-family: tahoma, arial, helvetica, sans serif;
}

h1 {
	font-size: 19px;
	font-weight: normal;
	border-bottom: 1px solid #223E5D;
}

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

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

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

#container {
	width: 740px;
	margin: auto;
}

#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;
}

/* NAVIGATION
==========================================================*/


#navigation {
	width: 193px;
	background: #f1f2f7;
	height: 180px;
	float: left;
	padding-top: 8px;
	margin-right: 2px;
}

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

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

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

#main_image {
	float: left;
}

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

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

#main_content {
	width: 520px; 
	float: left;
}

#main_content h1 {
	margin-bottom: 8px;
}

#secondary_content {
	width: 164px;
	float: right;
	font-size: 0.9em;
}

#secondary_content p {
	line-height: 16px;
}


#secondary_content h1 {
	margin-bottom: 1px;
}

/* FEATURES
==========================================================*/

#features {
	margin: 20px 15px 20px 15px;
	font-size: .90em;
}

#news {
	width: 342px;
	float: left;
}

#location {
	width: 342px;
	float: right;
}

#location p {
	margin: 0;
}

#location img {
	margin-right: 7px;
}

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

#footer {
	margin: auto;
	padding: 15px;
	border-top: 1px solid #B2B2B2;
	background: url(../images/background_footer.gif) 0px 2px repeat-x ;
	font-size: 11px;
	line-height: 16px;
}

#copyright {
	float: left;
}

#adobe_downloads {
	float: right;
}

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


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

A.more { 
	color: #00a651;
	text-decoration: underline;
}

A.more:HOVER { 
	color: #00a651;
	text-decoration: none;
}

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