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

* {
	border:none;
}
body {
	background:url('images/header_mobile.jpg') top no-repeat #FFF;
	margin:0 0;
	padding:0 15px;
	height:100%;
	font:2em Arial, sans-serif;
	color:#333;
	line-height:1.7em;
}
#section-1, #section-2, #section-3, #section-4, #section-5, #section-6, #section-7, #section-8, #section-9, #section-10 {
	background:none;
	padding:30px;
}
a:link, a:visited {
	color:#333;
	text-decoration:underline;
	border-bottom:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
	border-bottom:none;
}
#wrapper {
	background:url('images/bgMain-02.jpg') bottom repeat-x;
	padding:300px 0 0 0;
	margin:0 0;
	width:100%;
	height:100%;
	min-height:100%;
	position:relative;
}
strong {
	font-size:1.2em;
}
.quote {
	background:url('images/quote.png') top left no-repeat;
	font-size:1.7em;
	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:#666666;
	font:2em Arial, sans-serif;
	letter-spacing:-1px;
}
li {
	list-style-image:url('images/bullet.png');
}
.more a:link, .more a:visited, .more:before {
	content:none;
	color:#09C;
	font-size:.9em;
	border-bottom:none;
}
/*
.more {
	display:none;
}
*/
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
/* NAVIGATION */
#nav {
	display:none;
}
.section {
	border-bottom:3px solid #CCC;
	padding:0;
}
.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;
}
