* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}
body {
	background: url(images/interface/bg-body.jpg) repeat-x top left;
	padding: 14px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#wrapper {
	width: 960px;
	padding: 2px 3px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 134px;
	/*border-top: 1px solid #fff;*/
	background: url(images/interface/bg-header.jpg) no-repeat top left;
	position: relative;
}
#toplinks {
	position: absolute;
	top: 4px;
	right: 0px;
	width: 116px;
}
#toplinks ul {
	list-style-type: none;
}
#toplinks li {
	position: relative;
}
#nav {
	height: 40px;
}
#footer {
	height: 92px;
	padding: 5px 0;
	background: url(images/interface/bg-footer.jpg) no-repeat top left;
	text-align: center;
	color: #2e5063;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#footer div {
	font-size: 11px;
	margin-top: 4px;
}

/* GLOBAL */
.clear {
	clear: both;
}
.normText {
	font-size: 100%;
}
.medText {
	font-size: 125%;
}
.largeText {
	font-size: 150%;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ul, #content ol,
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor p, .editor ul, .editor ol {
	margin-bottom: 12px;
}
.recruiter p, .recruiter h1 {
	margin-bottom: 12px;
}
h1 {
	font-size: 24px;
}
#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 48px;
}
#content ul li, .editor ul li {
	list-style-type: disc;
}
#content ol li, .editor ol li {
	list-style-type: decimal;
}

/* INDEX PAGE */
#index-upper {
	background-color: #faf5ed;
}
#main-image {
	float: right;
	margin-right: 14px;
	margin-top: 15px;
	height: 253px;
	width: 589px;
	padding: 5px;
	background: #fff url(images/interface/main-image-bg.png) no-repeat top left;
}
#buttons {
	width: 317px;
	padding: 10px 15px 6px;
}
#index-upper #buttons {
	height: 280px;
}
#buttons img {
	border: none;
}
#index-lower {
	padding: 15px;
	position: relative;
}
#callout {
	height: 34px;
	float: left;
	padding: 2px 0 2px 10px;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}
#callout .creditcard, #callout .echeck {
	margin-right: 24px;
}
.index #textcontrols {
	float: right;
	margin-top: 8px;
	position: relative;
}
.index #content {
	line-height: 150%;
	text-align: justify;
}

/* SECONDARY PAGE */
#contentwrap {
	background-color: #faf5ed;
	padding: 10px;
	width: 940px;
}
#sidebar {
	width: 315px;
	float: right;
	position: relative;
}
#sidebar #buttons {
	padding: 12px 0;
}
.secondary #content {
	margin-right: 332px;
	text-align: justify;
	color: #72522a;
	line-height: 200%;
}
* html .secondary #content {
	margin-right: 0;
	width: 572px;
}
.secondary #content h1 {
	color: #2e5063;
}
.secondary #textcontrols {
	text-align: right;
	padding: 8px 4px;
}
.sbimage {
	text-align: center;
}
.sbimage img {
	border: 1px solid #000;
}
#content h4 {
	font-size: 18px;
}
#content h4 strong {
	font-size: 36px;
}

/* LINKS */

#toplinks a {
	display: block;
	height: 16px;
	margin-bottom: 3px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 0 0 32px;
	text-decoration: none;
}
#toplinks a.print {
	background: url(images/interface/icon_print.png) no-repeat 0 50%;
}
#toplinks a.email {
	background: url(images/interface/icon_email.png) no-repeat 0 50%;
}
#toplinks a.bookmark {
	background: url(images/interface/icon_bookmark.png) no-repeat 0 50%;
}
#buttons a {
	display: block;
	margin-bottom: 5px;
}
#content a:link, #content a:visited, #sidebar a:link, #sidebar a:visited {
	text-decoration: underline;
	color: #2E5063;
}
#content a:hover, #content a:active, #sidebar a:hover, #sidebar a:active {
	text-decoration: none;
	color: #2E5063;
}
#content .slide a {
	text-decoration: none;
	color: #2E5063;
}
.index #content a {
	color: #fff;
}
#footer a {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #2e5063;
}
#footer a:hover, #footer a:active {
	color: #8E714C;
}
.index #textcontrols a {
	color: #fff;
	text-decoration: none;
}
.secondary #textcontrols, .secondary #textcontrols a {
	color: #99784f;
	text-decoration: none;
}

/* FORMS */
#contact fieldset {
	border: 0;
}
#contact legend {
	font-weight: bold;
}
#contact fieldset table {
	margin: 0 24px;
}
#contact fieldset td {
	padding: 2px 4px;
}
#contact legend {
	color: #72522a;
}

/* SLIDESHOW */
table.slide{
background-image:url(images/interface/slide_viewer.jpg);
background-repeat:no-repeat;
background-position:top center;
font-size:16px;
font-weight:bold;
color:#000000;
}
table.slide a{
text-decoration:none;
font-size:16px;
font-weight:bold;
color:#000000;
}

/* RECRUITER */

.recruiter #contentwrap {
	min-height: 400px;
	clear: both;
	color: #72522a;
	line-height: 200%;
}
* html .recruiter #contentwrap {
	height: 400px;
}
.tblpad td {
	padding: 4px;
}

/* EDITOR */
body.editor {
	font-family: Verdana, Arial, sans serif;
	font-size: 10px;
}
