@charset "UTF-8";
/* CSS Document */

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0px;
}
body{
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	background-color: #DDDD0D;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
}

p {
	line-height: 120%;
}

h1{
	color: #333333;
	font: 16px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
}

h2{
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
}

h3{
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight:bold;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #333;
}

/*=== Layout ===*/
#page{
	margin: auto;
	width: 990px;
	height: 100%;
}
/*=== Header ===*/

#header {
	padding: 0px;
	height: 174px;
	width: 100%;
}

/*- Logo -*/

#logo {
	background: url(images/header.gif) no-repeat top;
	float: left;
}

#logo h1{
	float: left;
	text-indent: -9999px;
}
#logo h1 a{
	display: block;
	height: 174px;
	width: 215px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 20px;
	padding: 125px 280px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	background: url(images/img02.gif) no-repeat left center;
	font-weight:normal;
	text-decoration: none;
	text-transform: lowercase;
	font-family:  Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#menu .first a {
	background: none;
}

#menu .active a {
	text-decoration: underline;
	color: #ffffff;
}


/*=== Columns ===*/
#columns{
	
}
#banner {
	margin-top:0px;
	display:block;
	height:270px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 200px;
}
/*--- Centre Column ---*/
#centrecol{
	border-right:1px dotted #333;
	border-left:1px dotted #333;
	float: left;
	width: 540px;
	padding:5px;
}
/*--- Right Column ---*/
#rightcol{
	width: 215px;
	float: right;
	padding: 30px 10px;
}
#rightcol #what {
	padding-bottom: 20px;
}
#rightcol #what h3{
	background: url(images/what-bkg.gif) left center;
	padding: 7px;
	text-indent:15px;
}
#rightcol #what ul{
	font: 0.95em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding-left: 20px;
	list-style:none;
}
#rightcol #what li{
	background: url(images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 .3em;
	padding: 0 0 0 20px
}
#rightcol #about {
	padding-bottom: 20px;
}
#rightcol #about h3{
	background: url(images/about-bkg.gif) left center;
	padding: 7px;
	text-indent:15px;
}
#rightcol #contact {
	padding-bottom: 20px;
}
#rightcol #contact h3{
	background: url(images/contact-bkg.gif) left center;
	padding: 8px;
	text-indent:15px;
}
#rightcol #follow h3{
	background: url(images/twitter-bkg.gif) left center;
	padding: 7px;
	text-indent:15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#rightcol p{
	font: 0.95em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	line-height:120%;
	padding-top:10px;
	padding-left:5px;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	padding: 20px 10px;
	margin: 10px 0 20px;
	text-align:right;
}
.box0{
	border-bottom: 1px dotted #333;
	width: 510px;
	height: 100%;
	float: left;
	padding: 30px 15px;
	margin: 10px 0 10px;
}
.box2{
	width: 510px;
	height: 100%;
	float: left;
	padding: 10px 10px;
	margin: 10px 0 10px;
}

.box1{
	border-bottom: 1px dotted #333;
	width: 510px;
	height: 100%;
	float: left;
	padding: 10px 15px;
	margin: 10px 0 10px;
}

.box-main{
	width: 510px;
	height: 100%;
	float: left;
	padding: 30px 15px 30px;
	margin: 10px 0 10px;
}

#map_canvas{
	border: 1px solid #333;
	padding:5px;
}

/*- News -*/
#logos ul{
	display:block;
	list-style:none;
	margin: 0;
	padding:5px;
}

#logos li{
	float:left;
	padding:10px;
}

#news{
	padding-top:5px;
}

#news h4{	
	color: #333;
	font: 1em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	font-weight:bold;
	padding: 10px 2px;
}

#news h3{	
	background-color: #000;
	color: #333;
	font: 1em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 5px;
}

#news a{	
	color: #333;
	font: 0.95em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	font-style:italic;
	font-weight:bold;
}

#news p{	
	color: #333;
	font: 0.95em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 2px;
}

#news .copy{
	padding: 5px 0px 5px;
}

#news .date{
	border-bottom: 1px solid #fff;
	padding: 2px 0px 2px;
}

#news .feed{
	border-bottom: 1px solid #fff;
}

#news .thumb{
	float: left;
	padding: 10px;
}

.imagethumb{
	float: left;
	padding: 20px;
}
	
#line{
	padding: 5px;
	border-bottom: 1px dotted #333;
}

#team{
	padding:  0px 0px 10px 0px;
	width: 470px;
	height: 100%;
}

.teamtext{
	float: left;
	width: 400px;
	height: 100%;
	padding: 10px 40px 20px 20px;
}

.teamtext p{
	font: 0.95em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding-left:5px;
	line-height: 18px;
}

.teamimage{
	float: left;
	width: 114px;
	height: 100%;
	padding: 5px 0px 5px 5px;
}

.teambox p{
	padding: 5px;
}

.services p {
	font: 0.95em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	line-height: 18px;
}

.services ul {
	list-style:url("images/arrow.gif");
	margin: 0 0 10px 24px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.services li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 2px 0 2px 0;
}
.spacer{
	border-top: 1px dotted #333;
	padding:5px;
}

.twitter_container{
color:#444;
font-size:12px;
padding:10px 10px;
width:215px;

}
.twitter_container a{

color:#0066CC;
font-weight:bold;

}
.twitter_status{

height:60px;
padding:6px;
border-bottom:solid 1px #DEDEDE;

}
.twitter_image{

float:left;
margin-right:14px;
border:solid 2px #DEDEDE;
width:50px;
height:50px;

}
.twitter_posted_at{

font-size:11px;
padding-top:4px;
color:#999;

}
/*=== Footer ===*/
#footer{
	background-color: #DDDD0D;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 51px;
}
#footer p{
	padding: 4px 10px 0px;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
	color: #333;
}
#footer p.email a{
	font-weight:normal;
	color: #ffffff;
}
#footer p.email {
	font-weight:normal;
	color: #ffffff;
}
