
/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}	
.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 2em;
}

/* Header */

#header
{
	position: absolute;
	top: 3.9em;
	background: #073C4C url('images/img2a.jpg') top right repeat;
	height: 105px;
	width: 100%;
}

#mainlogo
{
	position: absolute;
	top: 2.6em;
}

#header h1
{
	position: absolute;
	top: 1.0em;
	left: 1.0em; 
	font-size: 2.8em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #007788 url('images/x3.gif') top left repeat-x;
	/*height: 2.8em;*/
	height: 3.45em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 0.1em;
	bottom: 0em;
	left: 1.5em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
}

/* Content */

#content
{
	line-height: 1.5em;
	padding-top: 168px;
	overflow: hidden;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	/*color: #333; this is the original color*/
	color: teal;
	/*padding: 1.0em 14px 0.0em 14px; this is the original padding*/
	padding: 0.6em 14px 0.0em 10px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.0em;
	padding-left: 1em;
}

#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1.0em;
	padding-bottom: 1.9em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
	font-style: italic;
}

.indent 
{
	margin-left: 130px;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color:#993300;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
	overflow: hidden;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	margin-right: -36em;
	width: 100%;
	overflow: hidden;
}

#primaryContent
{
	margin: 0em 33em 0em 0em;
	padding: 1.0em;
	overflow: hidden;
}

#primaryContent2
{
	margin: 0em 0em 0em 0em;
	padding: 1.0em;
}


/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 12.5em;
	padding: 1.0em;
	margin-right: 1em;
}

#secondaryContent2
{
	position: relative;
	float: right;
	width: 26.0em;
	padding: 1.0em;
	margin-right: 0.1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12.5em;
	padding: 1.0em;
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

.thumbnailrightbesidetext
{
	float:right;
	margin-right:12pt;
	clear:left;
}

.thumbnailleftbesidetext
{
	float:left;
	margin-right:12pt;
	clear:right;
}

.rhmapthumbnailrightbesidetext
{
	float:right;
	margin-left:8pt;
	margin-right:12pt;
	clear:left;
	border: 1px solid #999999;
}

.fieldantigoogle
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 14px;
	background-color: white ! important;
	border: 1px solid #006699;
}

.formerrortext {
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #fff;
	color: red;
}

#formcontent table td
{
	padding: 0.25em;
}

#subsection
{
	color:#993300;
}