/*********************

COLORS:

light green: #EAF0DB
green-yellow: #BFD452
blue-green: #C7F2ED
blue: #1F9AC9
oragne: #F9AA00
bright-green: #A0C000

********************/

body {
	font: normal 13px/16px Helvetica, Arial, sans-serif;
	color: #666;
	background: #EAF0DB url('../images/background.png') repeat-x top;
	border-top: 4px solid #EAF0DB;
	text-align: center;
}

#shell {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}


/*********************
	HEADER
********************/
#header {
	height: 122px;
	overflow: hidden;
}

#header #tab {
	display: block;
	float: right;
	width: 125px;
	height: 23px;
	color: #BFD452;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	background: url('../images/tab.png') no-repeat left top;
}

#header #tab:hover { 
	color: #fff; 
}

#header #logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

#header p {
	float: right;
	clear: right;
	position: relative;
	top: 43px;
	text-align: right;
	color: #666666;
}


/*********************
	NAV
********************/
#nav {
	height: 45px;
	border-bottom: 8px solid #EAF0DB;
}

#nav li {
	float: left;
	text-align: center;
	background-image: url('../images/nav.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#nav li:hover {
	background-position: left -45px;
}
/* work-a-round for first-child for IE6 */
#nav li + li {
	background-position: left -90px;
}
#nav li + li:hover {
	background-position: left bottom;
}

#nav li a {
	display: block;
	color: #EAF0DB;
	width: 200px;
	height: 45px;
	font-size: 13px;
	line-height: 45px;
	text-decoration: none;
}

#nav li a:hover { color: #fff; }

#nav li a.current { color: #fff; text-decoration: underline;}

#nav .double {
	font-size: 12px;
}

/*********************
	PAGE
********************/
#page {
	padding: 40px 20px 40px 20px;
	background: #fff url('../images/page_background.png') no-repeat left bottom;
	overflow: auto;
	line-height: 1.5em;
}

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #C7F2ED; }
a:active { color: #000; }


h1 {
	font-size: 20px;
	color: #075f86;
}

h3 {
	font-size: 14px;
	color: #1F9AC9;	
}

#page a:link {
	color: #666666;
	font-size: 0.8em;
	text-decoration: underline;
}

#page a:visited {
	color: #666666;
	font-size: 0.8em;
	text-decoration: underline;
}

#page a:hover {
	color: #1F9AC9;
	font-size: 0.8em;
	text-decoration: underline;
}

.history {
	font-size: 16px;
	color: #1F9AC9;
	font-weight: medium;
}

#page ul li {
	margin-left: 35px;
	list-style: square outside;
}

#page img {
	float: right;
	border: 1px solid #dddddd;
}

#page .team img {
	float: left;
	border: 1px solid #dddddd;
}

#page .team p {
	width: 520px;
	padding-left: 220px;
	text-align: justify;
	padding-top: 7px;
}

#page .team h3 {
	padding-left: 220px;
	padding-bottom: 0px;
	font-size: 1.3em;
}

#page p {
	padding-top: 16px;
}

p.callout {
	font-family: Eurostile;
	color: #F9AA00;
	font-size: 23px;
	line-height: 24px;
	padding: 0px 0px 20px 20px;
	margin: 0px 0px 40px -20px;
	background: url('../images/callout.png') no-repeat left bottom;
}

p.legal {
	color: #666666;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

p.legal span {
	margin-left: 10px;
}

#page img.index {
	float: left;
	margin-left: -10px;
	border: 0px;
	padding-right: 20px;
}





