html {
	color: #2d2d2d;
	font: normal 14px/18px Georgia, sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	background: #beba9f;
	margin: 0px;
	padding: 0px;
}
h1 {
	font: normal 22px/24px Georgia,sans-serif;
	margin: 0;
	padding: 0 0 12px;
}
h2 {
	font: bold 16px/18px Georgia,sans-serif;
	margin: 0;
	padding: 0 0 12px;
}
p {
	margin: 0;
	padding: 0 0 12px;
}
a {
	color: #2d2d2d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	background-color: #cdcab9;
	border: none;
	color: #cdcab9;
	height: 1px;
	margin: 12px 0;
}

div.wrapper {
	background: #beba9f url('/images/background.jpg') top center repeat-y;
}

div.container {
	background: #f9f5dc url('/images/east-background.jpg') right repeat-y;;
	margin: 0 auto;
	width: 959px;
}

div.west {
	background: #f9f5dc;
	float: left;
	width: 211px;
}
div.west .button {
	margin-bottom: 4px;
}

div.cap {
}
div.cap .email-us-call-us {
	padding: 16px 40px 0 0;
	text-transform: lowercase;
}
div.cap .spacer {
	margin: 0 10px 0 0;
}
div.cap .call-us {
	text-transform: lowercase;
	vertical-align: middle;
}
div.cap .phone-number {
	color: #f8f4d9;
	font-size: 18px;
	font-weight: bold;
}

div.central {
}

div.east {
	float: left;
	width: 748px;
}
div.east .cap {
	background: url('/images/cap-background.jpg') no-repeat;
	height: 52px;
}
div.east .central {
	padding: 39px;
}
div.east .hero {
	margin-bottom: 5px;
}
div.east .learn {
	margin-bottom: 18px;
}

div.south {
	background: url('/images/south-background.jpg') no-repeat;
	color: #000000;
	font: normal 12px/18px Arial, sans-serif;
	height: 52px;
	padding: 30px 15px 0;
}

.error-message {
	color: #ff0000;
	font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.block {
	display: block;
}
.soria .dijitDialog {
	border: none;
}
.soria .dijitDialog .dijitDialogTitle {
	color: #000000;
	font-weight: normal;
}
.soria .dijitDialogTitleBar {
	background: url('/images/cap-background.jpg') top;
}
.soria .dijitDialog .dijitDialogPaneContent {
	border-top: none;
}
