/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;
}

/********** GLOBAL **********/

ul, ol, dl{
	margin:15px 0 15px 30px;
}
ul li, ol li, dl li{
	margin:3px 0;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.clear-both{
	clear:both;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	color:#e22113;
}
a:active{
}
a:focus{
}
input.checkbox{
	border:none;
	background-color:transparent;
}

/********* TYPOGRPAHY ********/

body{
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	color:#333;
	text-align:center;
}
h1, h2, h3, h4, h5{
	font-family:georgia, times, serif;
	font-weight:400;
	color:#333;
}
h1{
	font-size:24px;
	margin:16px 0 16px 0;
}
h2{
	font-size:18px;
	margin:15px 0 16px 0;
}
h3{
	font-size:16px;
	margin:15px 0 16px 0;
	font-weight:700;
}
h4{
	font-size:14px;
	margin:15px 0 16px 0;
}
h5{
	font-size:12px;
	margin:15px 0 16px 0;
}
p{
	margin:0 0 16px 0;
	line-height:24px;
}

/********* STRUCTURE *********/

#wrapper{
	width:990px;
	text-align:left;
	margin:0 auto 20px;
}

/********* HEADER *********/

#header{
	height:377px;
	background:url('../nav/header.jpg') no-repeat;
	position:relative;
}
#header #logo{
	position:absolute;
	top:40px;
	left:20px;
}
#header #contact-head{
	position:absolute;
	top:44px;
	right:23px;
}
#header #strapline{
	position:absolute;
	top:168px;
	left:222px;
}
#header ul{
	margin:0;
	list-style:none;
	position:absolute;
	top:113px;
	left:25px;
}
#header ul li{
	float:left;
	display:inline;
	margin:0 20px 0 0;
	position:relative;
	height:20px;
}
#header ul li a{
	font-family:georgia, times, serif;
	font-size:13px;
	text-decoration:none;
}
#header ul li.selected a{
	color:#e22113;
}
#header ul ul{
	position:absolute;
	top:20px;
	width:240px;
	left:0;
	bordeR:1px solid #e3e3e3;
	padding:15px 0 10px;
	background:url('../nav/drop.png');
	
}
#header ul ul li{
	margin:0 10px 5px;
	background:url('../nav/bullet.gif') 0 3px no-repeat;
	padding:0 0 0 11px;
	height:auto;
}
#header ul li ul li a, #header ul li.selected ul li a{
	color:#333;
}
#header ul li ul li a:hover, #header ul li.selected ul li a:hover{
	color:#e22113;
}
#header ul li:hover ul{
	display:block;
}
#header ul li.selected ul{
	display:block;
}

/********* CONTENT/PAGES *********/

#content{
	width:683px;
	float:left;
	display:inline;
	margin:20px 0 0 24px;
	background:url('../nav/content_bottom.gif') bottom left no-repeat #f6f6f6;
}
#content h1{
	background:url('../nav/content_top.gif') 0 0 no-repeat;
	margin:0 0 18px;;
	padding:20px 20px 0;
}
#content h2, #content h3, #content h4, #content h5{
	margin:0 20px 18px 20px;
	border-bottom:1px solid #e3e3e3;
}
#content p{
	margin:0 20px 20px 20px;
}
#content ul{
	list-style:none;
	margin:10px 20px 24px 20px;
}
#content ul li{
	line-height:24px;
	background:url('../nav/bullet.gif') 0 6px no-repeat;
	padding:0 0 0 14px;
}
#sidebar{
	width:239px;
	background:url('../nav/sidebar_bottom.gif') bottom left no-repeat #f6f6f6;
	float:right;
	margin:20px 24px 0 0;
	padding:0 0 20px
}
#sidebar #sidebar-head{
	background:url('../nav/sidebar_top.gif') 0 0 no-repeat;
	height:12px;
}
#sidebar h3{
	margin:0 0 16px;
	padding:14px 20px 0;
	text-align:center;
}
#sidebar p{
	font-size:12px;
	line-height:20px;
	margin:0 0 18px;
	padding:0 20px;
}
#sidebar blockquote{
	margin:10px 20px;
	padding:26px 0 0;
	background:url('../nav/quote_top.gif') 0 0 no-repeat;
}
#sidebar blockquote p{
	margin:0 12px;
	padding:0 0 26px;
	background:url('../nav/quote_bottom.gif') bottom right no-repeat;
	font-size:11px;
	line-height:18px;
}
#sidebar blockquote span{
	display:block;
	text-align:right;
	font-weight:700;
	font-family:georgia, times, serif;
}
ul#panels{
	list-style:none;
	float:left;
	display:inline;
	clear:left;
	margin:20px 0 0 24px;
	width:690px; 
}
ul#panels li{
	width:200px;
	float:left;
	display:inline;
	margin:0 13px;
}
img.standard-image{
	padding:1px;
	border:1px solid #fff;
	float:right;
	margin:0 0 12px 0;
}
#images{
	width:254px;
	float:right;
	margin:0 20px 20px 20px;
}
img.thumb{
	float:left;
	clear:right;
	margin:0 12px 12px 0;
	padding:1px;
	border:1px solid #fff;
}
img.thumb.no-margin{
	margin:0 0 12px 0;
}

/********* LISTS *********/

ul#list li{
	padding:0;
	background:transparent;
	clear:both;
}
ul#list li img{
	float:left;
	padding:1px;
	border:1px solid #fff;
}
ul#list li div{
	width:522px;
	float:right;
}
ul#list li div p, ul#list li div h3{
	margin-left:0;
}
ul#list li h3 a{
	text-decoration:none;
}
ul#list li a.read-more{
	display:block;
	text-align:right;
	clear:both;
	font-style:italic;
	font-size:12px;
}

/********* FORMS *********/

#form{
	width:500px;
	border:1px solid #fff;
	margin:25px 0 50px 85px;
}
#form fieldset{
	padding:20px;
}
#form label{
	display:block;
	float:left;
	width:120px;
	font-size:12px;
}
#form label span{
	font-size:11px;
	font-style:italic;
	color:#888;
}
#form input, #form textarea{
	width:250px;
	border:1px solid #999;
	height:24px;
	margin:0 0 5px;
}
#form textarea{
	height:180px;
	width:270px;
}
#form p{
	margin:0;
	clear:both;
}
#form input#submit{
	border:none;
	height:30px;
	color:#fff;
	font-weight:700;
	margin:0 0 0 120px;
	width:270px;
	background-color:#484848;
}
#form input#submit:hover{
	background-color:#e22113;
}

/********* FOOTER *********/

#footer{
	height:142px;
	background:url('../nav/footer.gif') 0 0 no-repeat #f6f6f6;
	position:relative;
	clear:both;
}
#footer p{
	font-size:11px;
	position:absolute;
	top:39px;
	line-height:18px;
	left:25px;
}











