@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: 32px;
	font-weight: normal;
	line-height: 120%;
	margin: 0 8px 0 -10px;
	padding: 10px;
	text-align: center;
}
h2 {
	color: #a20005;
	font-size: 22px;
	line-height: 120%;
	margin: 10px 0;
	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 15px 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 url(../images/menu.png) no-repeat right bottom;;
	color: #ccc;
	height: 1%;
	margin: 0 0 0 -10px;
	padding: 3px 15px;
	text-align: right;
	width: 662px;
}
#page #menu li {
	background: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#page #menu li a {
	color: #ccc;
	text-decoration: none;
}
.content p {
	margin: 0 20px 1em 0;
}
#page ul {
	height: 1%;
	list-style: none;
	overflow: hidden;
}
#page ul li {
	background: url(../images/bullet.gif) no-repeat left center;
	margin: 0 0 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: 200px;
}
#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;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
