@charset "utf-8";
/* Markup by Matthew Rochow */
/* http://www.matthewrochow.com */

/* ---------------------------
       Reset
-------------------------- */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* ---------------------------
       Defaults
-------------------------- */
:focus {
	outline: 0;
}
a, a:visited {
}
a:hover {
}
address {
	font-style: normal;
}
blockquote {
	font-size: 0.78em;
}
blockquote p {
	margin: 0;
}
body {
	background: #666;
	color: 000;
	font: 113%/110% Arial, Sans-Serif;
}
cite {
	font-size: 0.78em;
	font-style: normal;
	font-weight: bold;
}
h1 {
	background: #EFB944;
	color: #C00;
	font-size: 38px;
	font-weight: normal;
	line-height: 120%;
	margin: 0 8px 0 -10px;
	padding: 10px;
	text-align: center;
}
h2 {
	color: #333;
	font-size: 22px;
	line-height: 120%;
	margin: 25px;
	text-align: center;
}
img {
	border: 0;
	vertical-align: bottom;
}
fieldset {
	border: 0;
}
p {
	margin: 0 0 1em;
}

/* ---------------------------
       Content
-------------------------- */
#page {
	margin: 10px auto;
	width: 700px;
}
.box {
	background: #FFF url(../images/shadow-middle.gif) repeat-y right top;
	height: 1%;
	margin: 0 0 5px;
}
.box div {
	background: url(../images/shadow-top.gif) no-repeat right top;
}
.box div div {
	background: url(../images/shadow-bottom.gif) no-repeat right bottom;
	padding: 0 0 20px 10px;
	overflow: hidden;
}
.box div div div {
	background: none;
	overflow: visible;
	padding: 0;
}
.testimonial div div {
	padding: 15px 25px 20px 15px;
}
#page #menu {
	background: #fff;
	color: #000;
	height: 1%;
	margin: 0 0 0 -10px;
	padding: 3px 15px;
	text-align: right;
	width: 650px;
}
#page #menu li {
	background: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 10;
	padding: 0;
}
#page #menu li a {
	color: #000;
	text-decoration: none;
}
.content p {
	margin: 0 30px 1em 0;
}
#page ul {
	height: 1%;
	list-style: none;
	overflow: hidden;
}
#page ul li {
	background: url(../images/bullet.gif) no-repeat left center;
	margin: 35px 25px 10px;
	padding: 0 0 0 35px;
}
.box div div .featured {
	background: #EFB944;
	border: 1px solid #333;
	margin: 0 35px 0 25px;
	overflow: hidden;
	padding: 10px;
}
.box div div .featured h3 {
	color: #C00;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}

/* ---------------------------
       Sidebar
-------------------------- */
#sidebar {
	background: #EFB944;
	float: left;
	font-size: 14px;
	margin: 0 10px 10px -10px;
	padding: 10px;
	width: 180px;
}
#sidebar h3 {
	font-size: 16px;
	text-align: center;
}
#sidebar img {
	display: block;
	margin: 10px auto;
}
#sidebar p {
	margin: 0 0 1em;
}

/* ---------------------------
       Footer
-------------------------- */
#copyright {
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
#copyright a {
	color: #FFF;
}