/*______________________________________________________________________________________________________________________________*/
/*=================================================================	Presentation	==========================================================*/

body /* Tag for styling the body*/
{
	font: 62.5%/1.75em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #999;
	background: #000 url("img/city-background.jpg") no-repeat;
	background-attachment: fixed;
}

#wrapper
{
	width: 950px;
	margin: 3em auto;
	background-color: transparent;
}
#top_section
{
	background: transparent url("img/wrapper-top.png") no-repeat top left;
	min-height: 60px;
}
#bottom_section
{
	background: transparent url("img/wrapper-bottom.png") no-repeat top left;
	min-height: 60px;
}
#remaining_section
{
	background: transparent url("img/wrapper-background.png");
}

#header
{
	text-align: center;
	padding: 2em;
}

#footer
{
	padding: 0 2em;
	text-align: center;
}
#logo
{
	margin-top: -6em;
}

a, a:link
{
	text-decoration: none;
	color: #8A9375;
}
a:hover, a:focus
{
	color: #DEE0D7;
}
.content_block
{
	background: transparent url("img/content-gradient.png");
	padding: 2em;
	margin-bottom: 2em;
}
.content_block h1
{
	font-size: 250%;
	margin-bottom: 1em;
	color: #969E83;
}
.content_block h3
{
	font-size: 150%;
	color: #B55747;
	margin-bottom: 1em;
}
.content_block p
{
	font-size: 120%;
}
.content_block ul
{
	list-style: circle url("img/tick.gif");
}
.content_block ul li
{
	font-size: 120%;
	margin-left: 2em;
	margin-bottom: 0.2em;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.clear_left
{
	clear: left;
}
.width_70
{
	width: 70%;
}
.width_25
{
	width: 25%;
}
.width_30
{
	width: 30%;
}
.width_45
{
	width: 45%;
}
.shift_right
{
	margin-right: 2.5em;
}
.shift_down
{
	margin-bottom: 1em;
}
.clear_both
{
	clear: both;
	display: block;
}
.image_frame
{
	border: 1px solid #999;
}
.text_highlight
{
	color: #D6912B;
}
.text_resize_120
{
	font-size: 120%;
}
.text_justify
{
	text-align: justify;
}
.sub_title
{
	margin-top: -1.5em;
	margin-bottom: 2em;
	font-size: 110%;
	color: #8A9375;
}
.bold
{
	font-weight: bold;
	color: #8A9375;
}
.dark_background
{
	background: url("img/content-background.png");
	padding: 2em;
}