* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	border: none;
}

body {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	background-color: #333333;
	padding: 36px 0;
}

ol.noBullets,
ul.noBullets {
	list-style-type: none;
}

#Container {
	width: 936px;
	margin: 0 auto;
	border: solid 7px #676767;
}

#Header {
	height: 133px;
	background-color: #5a015b;
	border-bottom: solid 2px #ffffff;
}

#Main {
	background-image: url(/assets/img/left-bg.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#MainInner {
	position: relative;
	min-height: 459px;
	background-image: url(/assets/img/robyn-robertson.jpg);
	background-position: top left;
	background-repeat: no-repeat;

}

.clearMe {
	clear: both;
	height: 0;
}

#NavContainer {
	width: 375px;
}

#NavBackground {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	width: 375px;
	background-image: url(/assets/img/nav-main-bg.png);
	background-repeat: no-repeat;
	background-position: 0 65px;
}

#NavList {
	text-transform: uppercase;
}

#NavList li {
	float: left;
	clear: left;
}

#NavList li.home {
	width: 265px;
}

#NavList li.why {
	width: 245px;
}

#NavList li.values {
	width: 225px;
}

#NavList li.services {
	width: 205px;
}

#NavList li.testimonials {
	width: 185px;
}

#NavList li.blog {
	width: 165px;
}

#NavList li.contact {
	width: 145px;
}

#NavList a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 50px;
	height: 23px;
	text-align: right;
	background-image: url(/assets/img/nav-item-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#NavList a:hover {
	background-image: url(/assets/img/nav-item-bg-hover.png);
}

#Content {
	float: right;
	width: 533px;
	padding: 5px 10px 10px;
	color: #333333;
	background-color: #ffffff;
	overflow:hidden;
}

#Content a {
	text-decoration: underline;
	color: #5d005d;
}

#Content a:hover {
	color: #663399;
}

#Content h1,
#Content h2,
#Content h3 {
	color: #5d005d;
	padding-bottom: 0.5em;
}

#Content h1 {
	font-weight: normal;
	font-size: 22px;
}

#Content h2 {
	font-weight: bold;
	font-size: 15px;
}

#Content h3 {
	font-weight: bold;
	font-size: 13px;
}

#Content strong {
	color: #5d005d;
	font-weight: bold;
}

#Content ul,
#Content ol,
#Content p {
	padding-bottom: 1em;
}

#Content ul,
#Content ol {
	margin-left: 2em;
}

#Content .quote {
	padding-left: 25px;
	padding-bottom: 1em;
	background-image: url(/assets/img/open-quotes.gif);
	background-repeat: no-repeat;
}

#Content .quote .body {
	padding-right: 25px;
	margin-right: 25px;
	font-size: 15px;
	color: #5d005d;
	font-style: italic;
	padding-bottom: 0.5em;
}

#Content .quote .footer {
	font-size: 14px;
}

#Content .quote .body .closing-quote {
	vertical-align: text-top;
	margin: 2px;
}

#Footer {
	margin: 10px auto 0;
	color: #ffffff;
	text-align: center;
}

#Footer a {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}