body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #555;
	background: url('../images/background.gif') top left repeat-x #444;
}

h1 		{ font-size: 1.5em; }
h2 		{ font-size: 1.25em; }
h3 		{ font-size: 1.125em; }
h4 		{ font-size: 1.0625em; }
h5 		{ font-size: 1em; }

a		{ color: #335566; }
a:hover	{ text-decoration: none; }

#wrapper
{
	width: 900px;
	margin: 0 auto;
}

#meat
{
	background: #fff;
	border: 1px solid #404040;
	border-bottom: none;
	margin: 0 6px;
	clear: both;
}

span.alert 	{ color: #CC2211; }

ul li		{ list-style-type: square; }



/* Heading
-------------------------------------------------- */

#heading
{
	clear: both;
	margin-bottom: 20px;
	margin-left: 6px;
}

#heading small
{
	color: #ccc;
	font-size: .55em;
	text-transform: uppercase;
	margin-left: 1px;
}

#heading h1 a
{
	display: block;
	width: 200px;
	height: 33px;
	background: url("../images/logo.jpg") top left no-repeat;
}

#heading h1 a span
{
	position: absolute;
	left: -9999px;
}



/* Navigation
-------------------------------------------------- */

#navigation
{
	float: right;
	background: #525252;
	padding: 0 5px;
	position: relative;
}

* html #navigation { background: none; }

#navigation ul
{
	border-right: 1px solid #404040;
	border-left: 1px solid #404040;
}

* html #navigation ul
{
	float: right;
	border-left: none;
}

#navigation ul li
{
	float: left;
	list-style: none;
}

* html #navigation ul li { position: relative; }

#navigation ul li a
{
	display: block;
	padding: 10px 25px;
	color: #ddffff;
	font-size: .75em;
	text-decoration: none;
	border-left: 1px solid #404040;
	border-right: 1px solid #666;
	background: url('../images/navigation_gradient.gif') top left repeat-x #555;
}

#navigation ul li:first-child a { border-left: 1px solid #666; }

* html #navigation ul li a
{
	height: 1px;
	float: left;
}

#navigation ul li a:hover
{
	background: #545454;
	text-decoration: underline;
}

#navigation ul li.has-drop a:hover 			{ background: url('../images/has_drop_triangle.gif') bottom center no-repeat #555; }
* html #navigation ul li.has-drop a:hover 	{ background: none; }

#navigation ul li.has-drop.current a:hover,
#navigation ul li.has-drop.current a
{
	background: url('../images/current_triangle.gif') bottom center no-repeat #555;
}

#navigation ul li.current a
{
	background: #545454;
	font-style: italic;
	color: #ccc;
}

* html #navigation ul li.current a:hover,
* html #navigation ul li.current a
{
	background: #444;
	border: 1px solid #444;
}

#navigation ul li.current ul
{
	z-index: 0;
	display: block;
}


/* 	Drop Down
	--------- */

	#navigation ul li.has-drop:hover ul
	{
		display: block;
		z-index: 2;
	}

	#navigation ul.drop-down
	{
		position: absolute;
		display: none;
		left: 0;
		width: 98%;
		border: none;
		margin-left: 6px;
		background: #333;
		z-index: 1;
	}

	* html #navigation ul.drop-down
	{
		width: auto;
		margin-left: 0;
	}

	#navigation ul.drop-down li a
	{
		border: none;
		font-size: .7em;
		font-style: normal;
		padding: 6px 12px;
		color: #ddffff;
		background: #333;
	}

	#navigation ul.drop-down li.current a
	{
		font-style: italic;
		color: #bbb;
	}

	#navigation li.current ul.drop-down,
	#navigation li.current ul.drop-down a:hover,
	#navigation li.current ul.drop-down a
	{
		background: #444;
	}

	#navigation ul.drop-down li a:hover { background: #333; }




/* Meat
-------------------------------------------------- */

#meat #content,
#meat #sidebar
{
	float: left;
}

#meat.has-content-sidebar #content 	{ width: 554px; }
#meat.has-content-sidebar #sidebar 	{ width: 292px; }
#meat.has-content #content			{ width: 846px; }

#panelMeat.has-content #content		{ width: 806px; }


/* Content
-------------------------------------------------- */

#content
{
	padding: 20px;
	font-size: .75em;
}

#content p
{
	line-height: 1.75em;
	margin-bottom: 1em;
}

#content h2
{
	color: #779944;
	padding-bottom: .5em;
}

#content h3
{
	line-height: 1.75em;
	margin-bottom: 1em;
	padding-bottom: .5em
}

#content ul li {
	line-height: 1.75em;
}	

/* #content img  */
.eyecandy
{
	padding: 7px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

#content ul,
#content ol
{
	margin-left: 15px;
	margin-bottom: 10px;
}

#content dl
{
	margin: 5px 0;
	line-height: 1.75em;
}

#content dl dt 		{ font-weight: bold; }
#content dl dd		{ margin-bottom: 10px; }
#content dl ul 		{ margin-bottom: 0; }
#content dl ul li	{ padding-bottom: 0; }

.blurbList {
	line-height: 1.75em !important;
	margin-bottom: 0 !important;
	list-style-type: disc !important; 
} 


/* Sidebar
-------------------------------------------------- */

#sidebar
{
	padding: 0;
	margin: 0;
	background: url('../images/sidebar_border.jpg') top left repeat-y #eee;
	font-size: .7em;
}

#sidebar .side-item h3
{
	background: url('../images/stripes.gif') top left repeat #779944;
	color: #fff;
	padding: 6px 15px;
	border-bottom: 1px solid #668833;
}

#sidebar .side-item ul 		{ 
	list-style-position: outside; 
	padding-left: 15px;
}

#sidebar .side-item ul li	{ margin-bottom: .5em; }

#sidebar .side-item .item-content
{
	line-height: 1.5em;
	padding: 0px 15px;
}

#sidebar .side-item dl dt
{
	padding-top: 5px;
	font-weight: bold;
}

#sidebar .side-item dl dd
{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
}

#sidebar .side-item dl dd:last-child 	{ border-bottom: none; }

#sidebar .side-item dl dt a 			{ font-weight: normal; }

#sidebar .side-item p					{ margin-bottom: .5em; }



/* Footer
-------------------------------------------------- */

#footer
{
	background: #777;
	border: 1px solid #404040;
	border-top: 1px solid #707070;
	margin: 0 6px 30px 6px;
	padding: 7px 20px;
	font-size: .55em;
	text-transform: uppercase;
	color: #ccc;
}

#footer a
{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover { text-decoration: none; }



/* Clearing Rules
-------------------------------------------------- */

#navigation:after,
#navigation ul:after,
#navigation ul.drop-down:after,
#meat:after
{
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

* html #navigation,
* html #navigation ul,
* html #navigation ul.drop-down,
* html #meat
{
	height: 1px;
}

#navigation,
#navigation ul,
#navigation ul.drop-down,
#meat
{
	min-height: 1%;
}




/* Eric Meyer's Reset
-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead,
{
/* table, tr, th, td   */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: "";
}

blockquote,
q
{
	quotes: "" "";
}

#servicesTable thead tr th {
	font-weight: bold;
}

#disclosureTipDiv {
	width: 400px;	
}

.noticeMsg {
	color: #777;
	font-size: .85em;
}

div.minorNav  {
	color:#FFFFFF;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	padding-right:6px;
}
div.minorNav a {
	color:#FFFFFF;
	text-decoration:underline;
}
div.minorNav a:hover {
color:#FFFFFF;
text-decoration:none;
}
a.minorNavItem {
	color:#FFFFFF;
	text-decoration:none;
}
a.minorNavItem:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.minorNavItemSelected {
	color:#FFFFFF;
	text-decoration:underline;
}