/*============================================================
	Basic & Reset
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}








/*============================================================
	Defaults
============================================================*/
p
{
	line-height: 18px;
	margin-bottom: 18px;
}

a
{
	color: #337fca;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

li
{
	line-height: 18px;
}




/*============================================================
	Headings
============================================================*/
h1
{
	font: normal 20px "Times New Roman", Georgia, Serif;
	color: #337fca;
}

h2
{
	font: normal 16px "Times New Roman", Georgia, Serif;
	color: #337fca;
}

h3
{
	font: normal 16px "Times New Roman", Georgia, Serif;
	color: #999;
}








/*============================================================
	Body
============================================================*/
body
{
	font-size: 12px;
	font-family: "Times New Roman", Georgia, Serif;
	background: url('../images/bg.jpg') #10416c;
	background-repeat: no-repeat;
	background-position: top center;
	color: #CCC;
	text-align: center;
}
















/*============================================================
	Primary structures
============================================================*/
#container
{
	width: 842px;
	text-align: left;
	margin: auto;
	overflow: hidden;
	margin-bottom: 80px;
}

#page
{
	border: 1px solid #062041;
	border-bottom: 0;
	margin-top: 25px;
}










/*============================================================
	Large background image
============================================================*/
#home #main
{
	height: 430px;
	background: url('../images/big_home.jpg');
}

#about #main
{
	height: 430px;
	background: url('../images/big_about.jpg');
}

#developments #main
{
	height: 430px;
	background: url('../images/big_dev.jpg');
}

#flaxby #main
{
	height: 430px;
	background: url('../images/big_flaxby.jpg');
}

#contact #main
{
	height: 430px;
	background: url('../images/big_contact.jpg');
}












/*============================================================
	Header
============================================================*/
#header
{
	height: 116px;
	background: url('../images/header_bg.jpg') #01294d;
}

#header img.logo
{
	float: left;
	margin-left: 15px;
}









/*============================================================
	Navigation
============================================================*/
#navigation
{
	float: right;
	margin: 30px;
	height: 56px;
}

#navigation ul.main
{
	list-style: none;
	height: 22px;
	margin-bottom: 10px;
}

#navigation ul.main li
{
	float: right;
	color: #337fca;
}

#navigation ul.main li a
{
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #337fca;
	text-transform: uppercase;
	line-height: 22px;
}

#navigation ul.main li a.active
{
	color: #FFF;
	text-decoration: none;
}

#navigation ul.main li a:hover
{
	color: #FFF;
	text-decoration: none;
}

#navigation ul.sub
{
	list-style: none;
	float: right;
	height: 22px;
}

#navigation ul.sub li
{
	float: left;
	color: #337fca;
	background: #034c91;
	line-height: 22px;
}

#navigation ul.sub li a
{
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #337fca;
	text-transform: uppercase;
	line-height: 22px;
}

#navigation ul.sub li a.active
{
	color: #FFF;
	text-decoration: none;
}

#navigation ul.sub li a:hover
{
	color: #FFF;
	text-decoration: none;
}












/*============================================================
	Content
============================================================*/
#content
{
	width: 450px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
	height: 360px;
	background: url('../images/content_bg.png');
	background-position: bottom right;
}

#home #content
{
	width: 450px;
	float: right;
	margin-right: 40px;
	margin-top: 80px;
	height: 300px;
	background: url('../images/content_bg.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#home #content div.inner
{
	height: 280px;
}

#flaxby #content
{
	background: url('../images/contenth_bg.png');
	background-position: bottom right;
	height: 350px;
}


#content div.inner
{
	padding: 20px;
	background: url('../images/content_bg.jpg');
	background-position: bottom right;
	margin-right: 10px;
	height: 310px;
}

#content p
{
	font-size: 1.2em;
	
}

#content div.imageblock
{
	clear: both;
}

#content div.imageblock img
{
	margin: 4px;
	border: 0px solid #333;
	float: left;
	padding-left: 50px;
}

#content ul.subnav
{
	list-style: none;
	clear: both;
	height: 22px;
	margin-bottom: 10px;
}

#content ul.subnav li
{
	float: left;
	color: #FFF;
	line-height: 22px;
	padding-right: 5px;
	font-size: 11px;
}

#content ul.subnav li a
{
	display: block;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	line-height: 22px;
}

#content form
{

}

#content form label
{
	display: block;
	float: left;
	width: 80px;
}

#content form input.text
{
	display: block;
	float: left;
	width: 200px;
	background: #217bd1;
	padding: 3px;
	color: #FFF;
	font-size: 12px;
}

#content form textarea
{
	display: block;
	float: left;
	width: 200px;
	background: #217bd1;
	padding: 3px;
	color: #FFF;
	font-size: 12px;
}

#content form input.button
{
	background: #a1b7ce;
	border: 1px solid #207cd1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 2px;
	color: #004580;
	margin-left: 80px;
}





.photos { padding: 1px; }


li.bits {
	list-style: circle;
	font-size: 1.2em;
}





/*============================================================
	Footer
============================================================*/
#footer
{
	background: url('../images/footer_bg.jpg') #01294d;
	height: 30px;
}

#footer p
{
	line-height: 30px;
	padding-left: 10px;
	color: #ccc;
}
#em #main {

	height: 430px;
	background: url('../images/big_em.jpg');
}
#woolston #main {


	height: 430px;
	background: url('../images/big_woolston.jpg');
}
.footer_ads {
	float: bottom left;
	padding: 360px 0 0 5px;
	border: 0;
	border-width: 0;
}
#savannah #main {



	height: 430px;
	background: url('../images/big_savannah.jpg');
}
