/*

main style sheet styles specific to other pages can be found in 
reports.css

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(../images/backgrounds/body.gif) #fff no-repeat center top;	
	color: #454111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #D17C1B;
	outline: none;
}

a:hover {
	color: #000;
}

a.external {
	background-image: url(/images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

/*---------------

PAGE STRUCTURE

---------------*/

#wrapper {
	margin: 0 auto;
	width:750px;
}

#top-nav {
	color: #F3F1E4;
	float: left;
	font-size: 12px;
	height: 22px;
	text-align: right;
	padding: 6px 10px 0 10px;
	width: 730px;
}

#content {
	float: left;
	line-height: 1.7em;
	padding: 30px 20px 10px 20px;
	width: 710px;
}

#footer {
	border-top: 1px solid #E8E6D7;
	float: left;
	padding: 0 20px;
	text-align: right;
	width: 710px;
}

.hilight {
	background: #F3F1E4;
	border: 1px dashed #CFCAA8;
	float: right;
	margin: 0 0 10px 20px;
	padding: 20px 20px 5px 20px;
	text-align: justify;
	width: 260px;
}

/*---------------

NAVIGATION

---------------*/

#top-nav a {
	color: #F3F1E4;
	padding: 0 10px;
	text-decoration: none;
}

#top-nav a:hover {text-decoration: underline;}

#nav {
	background: #F3F1E4;
	float: left;
	height: 26px;
	padding: 0 20px;
	width: 710px;
}

#nav li {
	float: left;
	height: 26px;
	list-style-type: none;
}

#nav li a, li#current {
	color: #656100;
	float: left;
	font-size: 14px;
	height: 21px;
	list-style-type: none;
	padding: 5px 8px 0 8px;
	text-decoration: none;
}

#nav li a:hover {
	background: #6F6907;
	color: #F3F1E4;
}

#current {
	background: #E0DDBE;
	color: #000;
}

/*--subnav--*/
#subnav {
	background: #E0DDBE;
	float: left;
	height: 22px;
	padding: 0 20px;
	width: 710px;
}

#subnav li {
	float: left;
	height: 22px;
	list-style-type: none;
}

#subnav li a {
	color: #656100;
	float: left;
	font-size: 12px;
	height: 19px;
	list-style-type: none;
	padding: 3px 10px 0 10px;
	text-decoration: none;
}

#subnav li a:hover {
	background: #6F6907;
	color: #F3F1E4;
}


/*---------------

HEADERS

---------------*/

h1 {	
	background: url(../images/headers/h1.gif) transparent no-repeat left top;
	float: left;
	height: 145px;
	text-indent: -9999px;
	width: 750px;
}

h2 {	
	background: url(../images/headers/h2.gif) transparent no-repeat left top;
	float: left;
	height: 210px;
	text-indent: -9999px;
	width: 750px;
}

#content h2 {
	background: none;
	color: #454111;
	float: none;
	font-size: 22px;
	height: auto;
	padding: 0 0 20px 0;
	text-indent: 0;
	width: auto;
}


h3 {
	color: #454111;
	font-size: 22px;
	padding: 0 0 10px 0;
}

h4 {
	color: #454111;
	font-size: 16px;
	padding: 0 0 5px 0;
}

.hilight h4 {text-align: right;}

/*---------------

TEXT TREATMENTS

---------------*/

#content p {
	padding: 0 0 20px 0;
}

#content ul {
	list-style-type: square;
	padding: 0 0 20px 20px;
}

#footer p {
	background: #fff;
	color: #A39D61;
	float: right;
	font-size: 11px;
	padding: 0 5px;
	position: relative;
	top: -10px;
}

/*---------------

TABLES

---------------*/

#pricing, #features {
	border-collapse: collapse;
	border-top: 1px solid #E8E6D7;
	border-left: 1px solid #E8E6D7;
	margin: 0 0 20px 0;
	text-align: center;
	width: 510px;
}

#pricing td, #features td {
	border-bottom: 1px solid #E8E6D7;
	border-right: 1px solid #E8E6D7;
	padding: 3px;
}

#pricing thead td, #features thead td {	
	background: #F3F1E4;
}

td.left {	
	background: #F3F1E4;
}

#features td.left {
	padding: 0 0 0 30px;
	text-align: left;
}

#features td.table-title {
	padding: 0 0 0 10px;
	text-align: left;
}

/*---------------

IMAGES

---------------*/

.float-left {
	border: 3px solid #E0DDBE;
	float: left;
	margin: 0 20px 20px 0;
}

.float-right {
	border: 3px solid #E0DDBE;
	float: right;
	margin: 0 0 20px 20px;
}