/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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:0 0 0 30px;
	line-height:16px;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear-both{
	clear:both;
}
a{
	color:#f57b20;
}
a:hover{
	text-decoration:none;
}
a:active{
	color:#f57b20;
}
#pagination{
	text-align:right;
	margin:10px 0 0;
}
#pagination a{
	text-decoration:none;
	font-style:italic;
}
blockquote{
	width:350px;
	position:absolute;
	top:20px;
	padding:30px 0 0;
	left:250px;
	background:url('../nav/quote.gif') top left no-repeat;
}
blockquote p{
	font-size:24px;
	line-height:28px;
	text-align:right;
	font-style:italic;
	padding:0 0 36px;
	margin:0;
	background:url('../nav/quote2.gif') bottom right no-repeat;
}
#right-content ul{
	margin:10px 0;
	list-style:none;
}
#right-content ul li {
	padding:0 0 0 10px;
	background:url('../nav/bullet.gif') 0 4px no-repeat;
	position:relative;
}
ul#list-margin{
	margin:5px 0 0;
}

/********* TYPOGRPAHY ********/

body{
	font:13px arial;
	color:#fff;
	font-weight:400;
	background-color:#5c5c5c;
	text-align:center;
}
h1, h2, h3, h4, h5{
	margin:5px 0 15px 0;
	color:#fff;
	font-style:italic;
}
h1{
	font-size:22px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
h4{
	color:#fff;
	font-size:11px;
}
h5{

}
p{
	margin:0 0 10px 0;
	line-height:16px;
}
.hr-dotted{
	height:1px;
	background:url('../nav/dots.gif') repeat-x;
	overflow:hidden;
	margin:20px 0;
}

/********* STRUCTURE *********/

#wrapper{
	width:971px;
	height:576px;
	background:url('../nav/body_bg.jpg') no-repeat #5c5c5c;
	border:3px solid #727272;
	text-align:left;
	margin:35px auto 0;
	position:relative;
}
#left-content{
	width:200px;
	position:absolute;
	height:100px;
	display:inline;
}
#right-content{
	width:300px;
	float:right;
	display:inline;
	margin:25px 25px 0 0;
	position:relative;
}


/********* LEFT NAV *********/

div#left-content img#logo{
	margin:10px 0 0 10px;
}
ul#left-nav{
	list-style:none;
	margin:30px 0 0 13px;
	height:180px;
	overflow:hidden;
}
ul#left-nav li{
	padding:0 0 0 0;
	background:url('../nav/nav_dots.gif') bottom left no-repeat;
	padding:7px 0;
}
ul#left-nav li a{
	padding:0 0 0 10px;
	background:url('../nav/bullet.gif') 0 4px no-repeat;
	color:#444444;
	font-weight:700;
	text-decoration:none;
	font-size:12px;
}
ul#left-nav li a:hover{
	color:#f57b20;
}
#contact{
	margin:253px 0 0 13px;
}
#contact p, #contact a{
	font-size:10px;
	color:#555;
	line-height:12px;
}
#contact p#telephone, #contact p#email a{
	font-size:12px;
	font-style:italic;
}
#contact p#telephone, #contact p#email{
	margin:0;
}
#contact p#email{
	margin:0 0 10px 0;
}
#contact p#email a{
	font-size:11px;
}
#contact p#telephone{
	padding:0 0 0 22px;
	background:url('../nav/telephone.gif') 0 2px no-repeat;
	height:18px;
	line-height:18px;
}
#contact p#email a{
	padding:0 0 0 22px;
	background:url('../nav/email.gif') 0 3px no-repeat;
	display:block;
	height:18px;
	line-height:18px;
}
/********* HOMEPAGE *********/

.news-item{
	clear:right;
	margin:0 0 0px 0;
}
.news-item h4{
	margin:0 0 8px 0;
}
.news-item h4 a{
	color:#fff;
	text-decoration:none;
}
.news-item p{
	margin:0;
	font-weight:400;
	font-style:italic;
}
a.read-more{
	color:#fff;
	text-decoration:none;
	font-style:italic;
	background:url('../nav/arrow.gif') 58px 1px no-repeat;
	padding:0 20px 0 0;
	float:right;
	margin:5px 0 0;
	font-size:11px;
}
a.read-more:hover{
	color:#f57b20;
}
a.back-to-news{
	color:#fff;
	text-decoration:none;
	font-style:italic;
	background:url('../nav/arrow2.gif') 74px 3px no-repeat;
	padding:0 20px 0 0;
	float:right;
	margin:5px 0 0;
	font-size:11px;
}

/********* CONTACT PAGE *********/

#contact-form{
	margin:20px 0 10px 0;
}
.contact-page label{
	float:left;
	display:inline;
	width:100px;
	margin:3px 0 0 0;
}
.contact-page input, .contact-page textarea{
	float:left;
	display:inline;
	width:180px;
	border:1px solid #888;
	margin:0 0 5px 0;
}
.contact-page form p{
	margin:0;
}
.contact-page p.contact{
	margin:0 0 10px 0;
}
.contact-page textarea{
	height:80px;
}
.contact-page input.hidden{
	display:none;
}
.contact-page input.checkbox{
	width:auto;
	height:auto;
	border:none;
	margin:0 10px 0 0;
}
.contact-page input.submit{
	clear:both;
	margin:10px 0 10px 100px;
	background-color:#555;
	bordeR:none;
	font-size:11px;
	color:#fff;
	padding:2px 0;
	
}
.contact-page label.small-label{
	width:15px;
	margin:0px 50px;
}


/********* PAGINATION *********/

.pagination{
	float:right;
}
.pagination a{
	color:#fff;
}

/********* TEAM PAGES *********/

#wrapper.who-we-are{
	background:transparent;
	background-color:#fff;
}
ul#staff{
	width:628px;
	position:absolute;
	top:36px;
	left:240px;
}
ul#staff li{
	width:196px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 10px 0 0px;
}
ul#staff li span{
	display:block;
	text-align:center;
	color:#555;
	font-size:14px;
	bordeR:1px solid #e3e3e3;
	padding:8px 0;
	margin:5px;
	font-weight:700;
}
ul#staff li a{
	text-decoration:none;
}
#team-member{
	width:660px;
	position:absolute;
	top:40px;
	left:250px;
}
#team-member img{
	float:left;
}
#team-member #bio{
	width:420px;
	float:left;
	display:inline;
	margin:20px 0 0 40px;
	color:#555;
}
#team-member #bio p, #team-member #bio h3{
	color:#555;
}

ul#news-images {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

ul#news-images li {
	float:left;
	width:90px;
	margin: 0 15px 0 0;
	padding:0 0 15px 0;
	background:none;
}

ul#news-images li.no-margin {
	margin:0;
}