@charset "UTF-8";
/* CSS Document */

a img {
	border: none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #557bbe;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5e5e5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	background-image: url(file:///Working/Sustainable%20Travel%20International/_jobs/www.sustainabletravelinternational.org.uk/images/shadow.jpg);
	background-repeat: repeat;
}

#topbar {
	background-color: #d8d8d8;
	height: 40px;
	border-bottom: solid 1px #FFFFFF;
}

#actionsbar {
	background-color: #cccccc;
	border-bottom: solid 1px #FFFFFF;
	padding: 0;
	margin: 0;
	height: 143px;
	position: relative;
}

#tagline {
	width: 322px;
	margin: 20px 30px 30px 30px;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

#video {
	position: absolute;
	left: 365px;
	top: 20px;
	margin: 4px;
	}

#actionsbttns {
	position: absolute;
	top: 0;
	right: 0;
	height: 143px;
	width: 250px;
}

#footer {
	padding: 5px 11px 5px 30px;
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	position: relative;
}

#followus {
	width: 130px;
	height: 65px;
	position: absolute;
	top: 7px;
	right: 220px;
}

#followus2 {
	width: 130px;
	height: 65px;
	float: right;
}

#followus3 {
	width: 130px;
	height: 65px;
	position: absolute;
	top: 7px;
	right: 20px;
}

#followus p {
	margin: 12px 0 0 0;
}

#followus2 p {
	margin: 12px 0 0 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#contact {
	width: 480px;
	float: left;	
}

#feature {
	width: 238px;
	border-left: solid 1px #999999;
	float: right;
	text-align: center;
}

#feature1 {
	padding: 10px 0 0 8px;
}

#feature2 {
	padding-left: 8px;
}

.logo {
	margin: 0 auto;
}

#footer2 {
	border-top: solid 1px #FFFFFF;
	font-size: 14px;
	padding: 5px;
	background-color: #d8d8d8;
}

#footernav {
	text-align: center;
	font-size: 80%;
}

#footer3 {
	font-size: 70%;
	padding: 0 0 10px 0;
	background-color: #d8d8d8;
	text-align: center;
}

#footer3 p {
	width: 600px;
	margin: 4px auto;
}

.bold {
	font-size: 16px;
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
}

a, a:visited {
	color: #557bbe;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #557bbe;
	text-decoration: underline;
}


.right {
	text-align: right
}

.center { 
	text-align: center;
}

.clear {
	clear: both;
}
