/* Basic */

*
{
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}

p,h1,h2,h3,h4,h5,h6
{
	color: black;
}

body
{
	font-family: "Trebuchet MS", sans-serif;
	color: black;
	font-size: 11pt;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 2.5em 3.0em 1.5em 3.0em;
}

/* Header */

#header
{
	padding: 0.1em 1.5em 0em 1.5em;
	height: 7.88em;
	width: 8em;
	float: left;
	position: relative;
	background: url('images/menu_bg.gif') repeat;
	border-right: solid 3px white;
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	bottom: 2.7em;
	color: #EFE0E0;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	background: url('images/menu_bg.gif') repeat;
}

#menu h4
{
	padding-right: 5px;
}

#links
{
	float-left;
	height: 2em;
	background: url('images/menu_bg.gif') repeat;
	font-size: 93%;
	line-height: normal;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: -.55em;
}

#links ul
{
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#links li
{
	float: left;
	background: url('images/left_tab.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 15px;
}

#links a
{
	display: block;
	background: url('images/right_tab.gif') no-repeat right top;
	color: black;
	font-weight: bold;
	padding: 10px 15px 5px 0px;
	font-size: 0.8em;
	text-decoration: none;

}

#links li a:hover
{
	color: white;
}

#links #current
{
	background-image:url('images/left_tab_on.gif');
}

#links #current a
{
	background-image:url('images/right_tab_on.gif');
	padding-bottom: 5px;
}

#contracts
{
	background: url('images/menu_bg.gif') repeat;
	line-height: normal;
}

#contracts ul
{
}

#contracts li
{
	display: block;
	list-style: none;
	background: url('images/ltrail_tab.gif') no-repeat left top;
	margin: 0;
	padding-left: 1em;
	padding-bottom: .4em;
	padding-top: .4em;
}

#contracts li a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 0.3em;
	font-size: 0.9em;
}

#contracts li a:hover
{
	color: white;
}

#contracts #current
{
	background-image:url('images/ltrail_tab_on.gif');
}



/* Content */

#content
{
	background: url('images/menu_bg.gif') repeat;
	border-top: solid 4px white;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
	border-bottom: dotted 1px #cacaca;
}

#content h3
{
	font-size: 1.3em;
	text-align: left;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.5em;
	margin-bottom: 1.2em;
}

/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 11em;
	padding: 1.5em;
	border-left: solid 3px white;
	text-align: left;
}
ul.services
{ 
	list-style-image: url(images/bullet.gif);
	margin-left: 8em;
	text-align: left;
	line-height: 2;
	color: black;
	font-weight: bold;
}
ol.list {
	list-style-type: upper-alpha;
	margin-left: 5em;
	text-align: left;
	line-height: 2;
	color: black;
}

ol.steps {
	list-style-type: decimal;
	margin-left: 2em;
	text-align: left;
	color: black;
}


#fish
{
	padding-top: 1em;
}

#r1c2 {border-bottom: 4px solid maroon}
#r1c1 {border-right: 2px solid maroon;border-bottom: 4px solid maroon}
#r2c1 {border-right: 2px solid maroon}
#r2c2 {padding-left:2em}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 8em;
	padding: 1.5em;
	font-weight: bold;
}

#secondaryContent a
{
	font-weight: normal;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}
#required {
	font-weight: bold;
}
.contact, .property {
	color: #000000;
	padding-left: 3em;
}

#wfd
{
	text-align: right;
	font-size: 10pt;
}

