@import url('reset.css'); 

body {
	background: #e4e4e4 url('/images/bg.gif') top left repeat-x;
	font-family: Georgia, Tahoma, Verdana, serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
}

hr {
	color: #f4f4f4;
	margin-top: 20px;
}

p {
	margin-top: 1em;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 1em;
}

b,
strong {
	font-weight: bold;
}

a,
a:visited,
a:hover,
a:active {
	color: #aed56e;
	font-weight: bold;
}

/* Container */

div#container {
	width: 713px;
	margin: 0 auto;
}

/* Header */

h1#logo {
	background: url('/images/logo.gif') top left no-repeat;
	width: 216px;
	height: 95px;
	text-indent: -5000px;
	margin-top: 14px;
	margin-left: 4px;
	float: left;
}

div.vcard {
	float: right;
	font-size: 1.3125em;
	color: #FFFFFF;
	text-align: right;
	margin-top: 40px;
}

div.vcard span.fn {
	display: none;
}

div.vcard a,
div.vcard a:active,
div.vcard a:hover,
div.vcard a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

/* White Box */

div#white-box {
	background: #FFFFFF url('/images/white-box.gif') top left no-repeat;
	width: 686px;
	height: 298px;
	margin-top: 8px;
	padding: 13px 13px 13px 14px;
}

div#white-box ul li#lumineers {
	list-style-type: none;
	background: #FFFFFF url('/images/lumineers.jpg') top left no-repeat;
	width: 245px;
	height: 107px;
	margin-bottom: 9px;
	float: left;
	text-indent: -5000px;
}

div#white-box ul li#lumineers a {
	background: #FFFFFF url('/images/lumineers.jpg') top left no-repeat;
	display: block;
	width: 245px;
	height: 107px;
}

div#white-box ul li#teens {
	list-style-type: none;
	background: #FFFFFF url('/images/teens.jpg') top left no-repeat;
	width: 245px;
	height: 182px;
	float: right;
	text-indent: -5000px;
}

div#white-box ul li#office {
	list-style-type: none;
	background: #FFFFFF url('/images/office.jpg') top left no-repeat;
	width: 432px;
	height: 299px;
	float: right;
	text-indent: -5000px;
	margin-left: 9px;
}

/* Navigation */

ul#nav {
	margin-left: 11px;
	margin-top: 9px;
	line-height: 2.1em;
}

ul#nav li {
	display: block;
	background: #e4e4e4 url('/images/nav.gif') top left no-repeat;
	width: 109px;
	height: 32px;
	margin-right: 7px;
	font-size: 0.6875em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
}

ul#nav li:hover {
	background-position: bottom left;
}

ul#nav li a {
	display: block;
	width: 109px;
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

div#content-home {
	width: 631px;
	background: #FFFFFF;
	margin-top: 13px;
	margin-left: 4px;
	padding: 13px 73px 73px 0px;
	text-align: justify;
}

div#content {
	width: 545px;
	background: #FFFFFF;
	margin-top: 13px;
	margin-left: 4px;
	padding: 13px 73px 50px 86px;
	text-align: justify;
}

div#content ul {
	list-style-type: disc;
	margin-left: 1em;
	margin-top: 1em;
}

/* Testimonials */

ol li#testimonial {
	background: url('/images/quote.gif') 38px 28px no-repeat;
	padding-left: 86px;
	margin-top: 13px;
	font-size: 0.75em;
	color: #676767;
}

ol li#testimonial blockquote {
	margin-top: 10px;
	color: #000000;
	font-size: 1.33em;
}

ol li#testimonial cite {
	float: right;
	margin-top: 5px;
}

ol li#testimonial p {
	margin-top: 0em;
}

/* Post */

ol li.post {
	background: url('/images/smile.gif') 24px 0 no-repeat;
	padding-left: 86px;
	margin-top: 13px;
}

/* Footer */

p#footer {
	margin-left: 9px;
	font-size: 0.675em;
	color: #676767;
	margin-bottom: 10px;
}