/*
 * Elements
 */

body {
	background: url(../images/tile_main.gif) repeat-x;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
}

a {
	color: #AF3223;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

br.clear {
    clear: both;
}

h2 {
	color: #464646;
	font-size: 1.3em;
	font-weight: 400;
}

img {
	border: 0;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* 
 * Page layout
 */

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 750px;
}

#wrapper_shadow {
	left: -13px;
	position: absolute;
	top: 125px;
}

#top_bar {
	display: block;
}

#quicks {
	position: absolute;
	right: 10px;
	top: 0px;
}

/*
 * First column
 */
#first_column {
	background: #fff;
	float: left;
	width: 226px;
}

#navigation {
	border-bottom: 1px solid #E1E1E1;
	margin: auto auto 1.9em;
	width: 200px;
}

#navigation a {
	background: url(../images/icon_box.gif) no-repeat 0 12px;
	border-top: 1px solid #E1E1E1;
	color: #444;
	display: block;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 1.4em;
	padding: .5em 0 .5em 13px;
}

#navigation a:hover {
	background: url(../images/icon_box_ro.gif) no-repeat 0 12px;
	color: #AF3223;
	text-decoration: none;
}

#navigation .active {
	background: url(../images/icon_box_ro.gif) no-repeat 0 12px;
	color: #AF3223;
	text-decoration: none;
}

#navigation h2 {
	padding: .9em 0;
	margin: 0;
}

#navigation #submenu {
    font-size: 0.85em;
    padding: 0 0 1.75em 0;
    border: 0;
}

#navigation #submenu a {
    background: url(../images/sub_nav_off) no-repeat 1em 10px;
    border: 0;
    background-color: #eff3de; 
    color: #390310;
    display: block;
    height: 17px;
    margin-top: 5px; 
    padding:  4px 0px 0px 15px; 
    text-decoration: none;
    vertical-align: middle;
    width: 183px; 
}

#advertisement_vert {
	margin: auto auto 18px;
	width: 200px;
}

#advertisement_vert h2 {
	padding: .9em 0;
	margin: 0;
}

#advertisement_vert img {
    cursor: pointer;
}

#contact_info {
	font-size: 1.1em;
	margin: auto auto 1.5em;
	width: 200px;
}

#contact_info p {
	line-height: 1.4em;
	padding-bottom: 1.5em;
}

#contact_info h2 {
	font-size: 1.2em;
	padding: .9em 0;
	margin: 0;
}

/* 
 * Second column
 */
#second_column {
	float: right;
	margin-top: 39px;
	width: 524px;
}

#quotes {
	text-align: right;
	height: 57px;
	margin-bottom: 10px;
	padding-right: 25px;
}

#proposal_login {
	position: absolute;
	right: 23px;
	top: 66px;
}

#proposal_login #submit {
	position: relative;
	top: 3px;
}

#main_banner {
	position: relative;
}

#main_banner img {
	display: block;
}

#caption {
	background: #A64846;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 1.6em;
	padding: 18px;
	position: relative;
}

#caption_readmore {
	position: absolute;
	right: 0;
}

#news_map {
	margin-bottom: 1.6em;
}

#news {
	border-right: 1px solid #DBDADA;
	float: left;
	min-height: 220px;
	padding: 1em 16px;
	width: 227px;
}

#interactive_map {
	float: left;
	font-size: 1.1em;
	padding: 1em 16px;
	width: 227px;
}

#interactive_map img {
	margin-bottom: 14px;
}

/* 
 * Footer
 */

#footer {
	background: url(../images/tile_footer.jpg) repeat-x;
	clear: both;
	font-size: 1.1em;
}

#footer_content {
	margin: auto;
	padding: 2.8em 10px 1.6em .7em;
	width: 725px;
}

#copyright {
	float: left;
}

#adobe_downloads {
	float: right;
}

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

/*
 * Classes
 */

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