#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 53px;
	background-color:#317ccf;
}


#nav a {
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 17px;
	height: 28px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 5px solid #317ccf;
}
#nav a:hover {
	border-bottom: 5px solid #2763a6;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a.sel:link, #nav a.sel:visited {
	background-color:#2763a6;
	border-bottom: 5px solid #2763a6;
}
#nav ul {
	padding: 0;
	list-style: none;
	background-color: #0f0;
}
#nav li {
	display: inline;
	padding: 0;
}


#logo {
	width: 170px;
	float: right;
}






/* LINK STYLES */


.link-list  ul {
	padding: 0;
	list-style: none;
}
.link-list li {
	padding: 0;
}

a.link {
	text-decoration: none;
	color: #7fd67f;
	font-size: .9em;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	padding-left: 18px;
}


a.link.green {
	color: #7fd67f;
}
a.link.green:hover {
	color: #fff;
}
a.link.green.sel {
	color: #fff !important;
}
a.link.green.link-r {
	background: url('../img/icon-r-green.gif') no-repeat 0 50%;
}
a.link.green.link-l {
	background: url('../img/icon-l-green.gif') no-repeat 0 50%;
}
a.link.green.link-d {
	background: url('../img/icon-d-green.gif') no-repeat 0 50%;
}

a.link.white {
	color: #808080;
}
a.link.white:hover {
	color: #000;
}
a.link.white.sel {
	color: #000 !important;
}
a.link.white.link-r {
	background: url('../img/icon-r-white.gif') no-repeat 0 50%;
}

a.link.black {
	color: #808080;
}
a.link.black.link-r:hover {
	color: #fff;
	background: url('../img/icon-r-white.gif') no-repeat 0 50%;
}
a.link.black.link-r {
	background: url('../img/icon-r-black.gif') no-repeat 0 50%;
}


a.no_style {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.no_style:hover {
	color: #666;
}

a.footer {
	text-decoration:none;
	color: #666;
}
a.footer:hover {
	color: #fff;
}









/* COLUMN STYLES */

.w1 {
	width: 150px;
	float: left;
}
.w2 {
	width: 300px;
	float: left;
}
.w3 {
	width: 450px;
	float: left;
}
.w4 {
	width: 600px;
	float: left;
}
.w5 {
	width: 750px;
	float: left;
}
.w6 {
	width: 900px;
	float: left;
}

.bg-g1-w5 {
	background: url('../img/bg-g1-w5.gif') repeat-y;
}

.bg-g2-k4 {
	background: url('../img/bg-g2-k4.gif') repeat-y;
}
.bg-g2-w2-k2 {
	background: url('../img/bg-g2-w2-k2.gif') repeat-y;
}
.bg-g2-w4 {
	background: url('../img/bg-g2-w4.gif') repeat-y;
}
.bg-w2-e4 {
	background: url('../img/bg-w2-e4.gif') repeat-y;
}

.bg-g3-k3 {
	background: url('../img/bg-g3-k3.gif') repeat-y;
}
.bg-w3-k3 {
	background: url('../img/bg-w3-k3.gif') repeat-y;
}
.bg-w3-e3 {
	background: url('../img/bg-w3-e3.gif') repeat-y;
}

.bg-w6 {
	background: #fff;
}


.copy-col {
	padding: 17px;
}







/* TEXT STYLES */

.page_header {
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.blue-head {
	background: #ccdef2;
}
.strapline {
	font-size: 3em;
	line-height: 1.1em;
	font-family: 'FoundrySterling-Book',foundrysterling-book,helvetica,arial,clean,sans-serif;
	margin-bottom: 30px;
	color: #000;
}
.home-strapline {
	font-size: 3em;
	font-family: 'FoundrySterling-Book',foundrysterling-book,helvetica,arial,clean,sans-serif;
	color: #fff;
}
.sub-title {
	color: #3d6bc9;
	font-size: 1.4em;
}
.green-band {
	background: #00ae00;
}

h2.tab, h1.tab, div.tab {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.thumb {
	width: 150px;
	height: 150px;
	float:left;
}
.year {
	float: left;
	width: 5em;
}

.pra-jobs {
	text-align: justify;
}

#quotee {
	font-size: 12px;
	font-family: helvetica,arial,clean,sans-serif;
	color: #000;
	line-height: 14px;
}




/* ELEMENTS */


.full-img {
	float: right;
}

#footer {
	width: 866px;
	padding: 10px 17px;
	color: #666;
	margin: 0 auto;
	text-align: right;
}

#footer .section {
	border-left: 1px solid #333;
	margin-left: 10px;
	padding-left: 10px;
}

.home-strap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('/img/home-black.png');
	width: 900px;
	padding: 10px 17px;
}
.home-slide {
	position: relative;
}
#rotator {
	width: 900px;
	height: 450px;
	overflow: hidden;
}


