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

* {
	border:none;
}
body {
	background:url('images/bgMain.jpg') center repeat-y #FFF;
	margin:0 0;
	padding:0 0;
	height:100%;
	font:13px "Lucida Grande", Arial, sans-serif;
	color:#333;
	line-height:1.7em;
}
#section-3, #section-5, #section-7, #section-9 {
	background:url('images/bgBottom_01.jpg') bottom repeat-x #FFF;
	padding:20px 30px 200px 30px;
}
#section-1 {
	background:url('images/header.jpg') top no-repeat #FFF;
	padding:210px 30px 30px 30px;
}
#section-2, #section-4, #section-6, #section-8, #section-10 {
	background:url('images/bgBottom_02.jpg') bottom repeat-x #FFF;
	padding:20px 30px 200px 30px;
}
a:link, a:visited {
	color:#333;
	text-decoration:none;
	border-bottom:1px #999 dashed;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
	border-bottom:none;
}
#wrapper {
	width:650px;
	background-color:#0FF;
	margin:0 auto;
	height:100%;
	min-height:100%;
	position:relative;
}
#sliders {
	overflow:hidden;
}
#sliders>* {
	display:none;
}
strong {
	font-size:1.2em;
}
.quote {
	background:url('images/quote.png') top left no-repeat;
	font-size:2em;
	letter-spacing:-1px;
	padding:0 0 20px 80px;
	color:#999;
	text-align:left;
}
.quoteColor {
	color:#99cc00;
}
h1 {
	font:2.7em Arial, sans-serif;
	letter-spacing:-1px;
}
h2 {
	color:#666;
	font:26px Arial, sans-serif;
	letter-spacing:-1px;
}
li {
	list-style-image:url('images/bullet.png');
}
.more a:link, .more a:visited, .more:before {
	content:url('images/plus.png');
	color:#09C;
	font-size:.9em;
	border-bottom:none;
}
.more a:hover {
	color:#CC0000;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
table {
	vertical-align:top;
	font:11px "Lucida Grande", Arial, sans-serif;
	line-height:1.4em;
	color:#000;
}
/* NAVIGATION */
#nav {
	left:20px;
	top:0;
	list-style:none;
	position:fixed;
	z-index:1;
	background:#FFF;
	padding:5px;
	border:2px solid #EEEEEE;
}
#nav li {
	margin-bottom:2px;
	list-style:none;
}
#nav a {
	background:#ededed;
	color:#666;
	display:block;
	font-size:11px;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:none;
}
#nav a:hover {
	background:#DEDEDE;
}
#nav .current a {
	background:#666;
	color:#ededed;
}
/*
#innerNav a:link, #innerNav a:visited, #innerNav:before {
	content:url('images/up.png');
	color:#09C;
	font-size:.9em;
	border-bottom:none;
}
#innerNav a:hover {
	color:#CC0000;
}
span#innerNav {
	float:right;
}
#innerNav .current a {
}
*/
.section {
	border-bottom:3px dotted #00F0FF;
	padding:20px;
}
.section p:last-child {
	margin-bottom:0;
}
/* IMAGES */
#imgGallery a:link, #imgGallery a:hover, #imgGallery a:visited {
	border-bottom:none;
}
.imgBorder {
	background-color:#FFF;
	padding:3px;
	border:2px solid #CCC;
	margin:7px 14px;
}
