/* GLOBAL ELEMENTS */
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#062020;
		}
	
	body {
		background: fixed #f9f2ec url(../images/background.jpg) center top no-repeat;
		font: 62.5%/1.6em Georgia, "Times New Roman", Times, Serif;
		}
	hr {
		color: #EBE7DB;
		background-color: #EBE7DB;
		height: 1px;
		width: 90%;
		margin: 10px auto;
		}
	input, textarea, checkbox, select, file {
		border:1px solid #062020;
		}
	p, span, ul li, ol li {
		font-size: 1.1em;
		}
	p {
		margin:0 0 8px 0;
		}
	em {
		font-style: italic;
		}
/* END GLOBAL */

/* STANDARD CLASSES */
	.wysiwyg {
		font-size: 1.1em;
		width: 525px;
		}
	.wysiwyg p {
		margin:0 0 8px 0;
		}
	.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
		padding-top: 5px;
		margin: 0 0 1px 0;
		}
	.common {
		margin:0 0 10px 0;
		width: 100%;
		}
	.td_pad_4 td {
		padding: 4px;
		}
	.margin_top_10 {
		margin-top: 10px;
		}
	.alert {
		color:#ff0000;
		}
	.legal {
		font-size:1em;
		color:#c9c9c9;
		}
	.clear_float {
		clear: both;
		}
/* END STANDARD CLASSES */

/* STANDARD HEADER */
	h1, h2, h3, h4, h5, h6 {
		padding-top: 5px;
		color:#0c889a;
		}
	h1 {font-size:1.8em;}
	h2 {font-size:1.4em;}
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.1em;}
/* END STANDARD HEADER */

/* STANDARD LINKS */
	a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, strong a, a strong {
		text-decoration: underline;
		color:#0c889a;
		}
	a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, strong a:hover, a:hover strong {
		text-decoration: none;
		}
/* END STANDARD LINKS */

/* ALIGNMENTS */
	.cal {text-align:center;}
	.left {text-align:left;}
	.ral {text-align:right;}
	.tvert {vertical-align:top;}
	.mvert {vertical-align:middle;}
	.mcal {vertical-align:middle;text-align:center;}
	.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

/* TABLE */
/* END TABLE */

/* TD */
	
	table.tbl_4px td {
		padding: 4px;
		}
	table.tbl_8px td {
		padding: 8px;
		}
	table.tbl_12px td {
		padding: 12px;
		}
/* END TD */

/* DIV */
	#wrapper {
		margin: 0 auto;
		width: 920px;
		}
	#header, #nav, #body_bg_bttm, #footer, #flash_footer {
		width: 920px;
		}
	#header {
		height: 152px;
		background: #4d88e6 url(../images/top_banner.jpg) 0 0 no-repeat;
		}
	#body_bg_top {
		padding-top: 25px;
		background: #fff url(../../stage_darrell/images/content_top.jpg) 0 0 no-repeat;
		}
	#body_bg_bttm {
		background: transparent url(../../stage_darrell/images/content_bottom.jpg) left bottom no-repeat;
		}
	#body_right, #body_left {
		min-height: 200px;
		height: auto !important;
		height: 200px;
		}
	#body_right {
		float: right;
		margin-right: 44px;
		padding: 10px 0 10px 33px;
		width: 525px;
		border-left: 1px solid #EBE7DB
		}
	#body_left {
		margin-left: 38px;
		padding: 10px 0 10px 0;
		width: 242px;
		}
	#footer {
		padding-top: 15px;
		}
	#flash_counter {
		float: right;
		margin: 85px 42px 0 0;
		width: 245px;
		}
/* END DIV */

/* UL */
	ul, ol {
		margin: 0 30px 10px 30px;
		}
/* END UL */

/* LI */
	ul li, ol li {
		padding: 2px 0;
		}
/* END LI */



/* TEXT */
	#footer p {
		margin: 0;
		padding: 5px 0;		
		text-align: center;
		font-size: 1em;
		color: #858687;
		}
/* TEXT END */

/* LINK */
/* END LINK */

/* HEADING */
/* END HEADING */

/* STRONG */
/* END STRONG */

/* FIELDSET */
	fieldset#contact_form {
		margin: 0 auto;
		padding: 10px;
		width: 375px;
		border: 1px solid #e2e0de;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		}
/* END FIELDSET */

/* LEGEND */
/* END LEGEND */

/* LABEL */
	fieldset#contact_form label {
		display: block;
		float: left;
		clear: left;
		padding-right: 5px;
		width: 150px;
		text-align: right;
		line-height: 250%;
		}
/* END LABEL */

/* INPUT */
	fieldset#contact_form input, fieldset#contact_form textarea {
		display: block;
		float: left;
		margin-bottom: 6px;
		padding: 7px;
		width: 195px;
		}
	 fieldset#contact_form input.submitBtn { 
		clear: both;
		float: none;
		margin: 11px auto 4px auto;
		padding: 5px;
		width: auto;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		color: #454545;
		font-weight: bold;
		border: 1px solid #ddd6cc;
		cursor: pointer;
		}
	fieldset#contact_form input.submitBtn:hover {
		background: #efebe2;
		}
/* END INPUT */

/* TEXTAREA */
/* END TEXTAREA */

/* SELECT */
	fieldset#contact_form select {
		display: block;
		float: left;
		margin-bottom: 6px;
		padding: 7px;
		}
/* END SELECT */

/* IMG */
	.logo_RH {
		float: left;
		margin: 5px 0 0 75px;
		}
	.int_hdr {
		margin-bottom: 10px;
		}
	.news_thumb  {
		float: right;
		margin: 0 0 10px 10px;
		}
	.news_lores {
		float: right;
		margin: 0 0 20px 20px;
		}
/* END IMG */

/* HR */
/* END HR */

/* SUP */
/* END SUP */