/* Override Defaults */
body {
	font-size: 67.5%;
	background: #FFF url('/assets/images/layout/body-bg.gif');
}
a {
	color: #344e99;
}
p {
	margin-bottom: 1em;
}
label {
	display: block;
	font-weight: bold;
}
input[type=text], textarea {
	width: 340px;
	border: 1px solid #DDD;
}
form small {
	display: block;
}
/* Global */
.required {
	color: red;
}
input.error, textarea.error  {
	border: 1px dashed red;
}
.success {
	color: green;
}
p.error {
	color: red;
}
/* Container */
#container {
	margin: 10px auto;
	width: 800px;
	border: 1px solid #DDD;
	/*background: url('/assets/images/layout/container-bg.png');*/
}
/* Header */
#header {
	position: relative;
	height: 140px;
	background: url('/assets/images/layout/header-bg.gif') top center no-repeat;
}
#header #home-link {
	display: block;
	width: 100%;
	height: 100px;
}
#header #primary-navigation {
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	background-color: #666;
}
#header #primary-navigation li {
	display: inline-block;
	padding: 4px 0;
	/*font-size: 1.1em;*/
}
#header #primary-navigation li.current_page_parent,
#header #primary-navigation li.current_page_item,
#header #primary-navigation li:hover {
	background: url('/assets/images/layout/primary-nav-active-bg.png') center bottom no-repeat;
}
#header #primary-navigation li a {
	display: inline-block;
	padding: 0 5px;
	color: #FFF;
	text-decoration: none;
	/*border-right: 1px solid #999;*/
}
#header #primary-navigation li a:hover {
	color: #000;
}
#header #primary-navigation li.last a {
	border: none;
}
/* Middle */
#middle {
	padding: 25px 15px;
	min-height: 400px;
}
#middle h1, 
#middle h2, 
#middle h3, 
#middle h4 {
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	line-height: 1em;
	color: #663399;
	border-bottom: 1px solid #e5d7f2;
}
#middle h1 {
	margin-bottom: 20px;
	font-size: 1.7em;
}
#middle h2 a,
#middle h1 a {
	text-decoration: none;
	color: #663399;
}
#middle h2 {
	margin-top: 15px;
	font-size: 1.3em;
}
#middle h3 {
	font-size: 1.2em;
}
#middle h4 {
	font-size: 1.1em;
}
/* Content Left */
#middle #content-left {
	width: 420px;
	font-size: 1.2em;
	line-height: 1.6em;
}
#middle #content-left img.doobery {
	float: left;
}
#middle #content-left ul {
	margin: 0 0 15px 0;
	padding-left: 15px;
}
#middle #content-left li {
	margin: 3px 0;
	list-style-type: none;
}
/* Content Right */
#middle #content-right {
	float: right;
	padding: 15px;
	width: 300px;
	background-color: #F5F5F5;
}
#middle #content-right img {
	max-width: 300px;
	margin-bottom: 20px;
}
#middle #content-right a {
	color: #222222;
}
#middle #content-right .contact-title {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #663399;	
}
#middle #content-right #blog-navigation {
	padding: 0;
	font-size: 1.2em;
}
#middle #content-right #blog-navigation ul {
	padding-left: 15px;
}
#middle #content-right #blog-navigation li {
	list-style-type: none;
}
#middle #content-right .blog-navigation-heading {
	margin-top: 10px;
	font-weight: bold;
	color: #663399;
}
#middle #content-right #testimonials {
	margin: 20px 0;
	padding: 10px;
	height: 200px;
	overflow: auto;
	border: 1px solid #DDD;
	background: url('/assets/images/layout/testimonials-bg.gif') center center no-repeat;
}
#middle #content-right #testimonials h2 {
	margin-top: 0;
	font-weight: bold;
}
#middle #content-right #testimonials em {
	font-weight: bold;
}
/* Footer */
#footer {
	padding: 10px 0;
	background-color: #F5F5F5;
	text-align: center;
}
#footer a {
	color: #222222;
}
/* Blog */
body.blog #middle #content-left h1 {
	margin-bottom: 5px;
}
a.blog-read-more {
	display: block;
}
div.blog-excerpt {
	margin-bottom: 20px;
}
/* Video */
body object {
	margin: 20px auto; 
}