/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: lighter;
	letter-spacing: 0.05em;
	color: #fff;
	
	background: url(images/bg.gif) top left repeat-y #039;
}

a.body:link, a.body:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: dashed 1px #fff;
}

a.body:hover {
	border-bottom: solid 1px #fff;
}

#left_col a {
	text-decoration: none;
	color: #693;
}

#left_col {
	display: block;
	width: 180px;
	height: 100%;
	margin-right: 20px;
	vertical-align: top;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #666;
}

#Lcol_padding {
	margin: 50px 15px 15px 15px;
}

#content {
	display: block;
	position: absolute;
	top: 0;
	left: 200px;
	width: 66%;
	margin-right: 30px;
	vertical-align: top;
	text-align: left;
	overflow: visible;
}

#logo {
	margin-top: 60px;
}

#header {
	display: block;
	height: 140px;
	margin-bottom: 20px;
	background: url(images/header1.gif) bottom left no-repeat;
}

#intro {
	display: block;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #fff;
}

#intro a:link, #intro a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: dashed 1px #fff;
}

#intro a:hover {
	border-bottom: solid 1px #fff;
}

#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content li {
	list-style: none;
	padding: 2px 0 2px 18px;
	background: url(images/tick.gif) 2px 2px no-repeat;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #9cf;
}

.fineprint a:link, .fineprint a:visited {
	text-decoration: none;
	color: #9cf;
	padding: 1px 2px 1px 2px;
	
	letter-spacing: 0.2em;
}

.fineprint a:hover {
	color: #039;
	background: #fff;
}

.sc_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.25em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #666;
	text-transform: uppercase;
}

.sc_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.25em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #693;
	text-transform: uppercase;
}

#divider {
	border-bottom: dashed 1px #fff;
	margin: 40px 0 40px 0;
}

#floatR {
	display: block;
	width: 220px;
	margin: 0 0 20px 20px;
	float: right;
	clear: both;
}

#contact {
	display: block;
	background: #e6e9f3;
	margin: 60px 0 60px 0;
	padding: 10px 15px 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #693;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #e6e9f3;
}

#links li {
	list-style: none;
	border-bottom: solid 1px #e6e9f3;
}

#links a:link, #links a:visited {
	display: block;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #666;
}

#links a:hover {
	background: #e6e9f3;
	color: #333;
}

#copyright {
	display: block;
	margin-top: 60px;
	height: 150px;
	padding: 30px 15px 15px 15px;
	background: url(images/figure_blue.gif) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #666;
}

#copyright a:link, #copyright a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	padding: 1px;
	border-bottom: solid 1px #ccc;
}

#copyright a:hover {
	text-decoration: none;
	color: #333;
	border-bottom: solid 1px #999;
}

