/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}

body {
	text-align: center;
	background: #666666 url(../images/main-back.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	}
	
.skip {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
	
	
/* HEADER */

#header-outer {
	background: transparent url(../images/header-outer-back.gif) repeat-y center top;
	}
#header-inner {
	width: 960px;
	margin: 0 auto;
	background: url(../images/header-inner-back.jpg) no-repeat top;
	text-align: center;
	}
#header-left {
	width: 240px;
	float: left;
	padding: 0px;
	}
.wordmark {
	display: block;
	}
#header-right {
	float: right;
	color: #fbc48a;
	width: 685px;
	text-align: right;
	padding-right: 20px;
	}
#header-right-links {
	padding-top: 26px;
	line-height: 1.9em;
	font-size: 1.1em;
	width: 680px;
	}
#header-right-links h2 {
	/*display: none; */
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#header-right-links ul {
	list-style: none;
	}
#header-right-links ul li {
	display: inline;
	}
#header-right-links a {
	color: #ffffff;
	}
#header-right-links a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
#header-right-search {
	float: right;
	padding-top: 5px;
	}
#header-right-search h2 {
	/*display: none; */
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
.searchbox {
	width: 111px;
	font-size: .9em;
	margin-top: 4px;
	padding: 1px 2px 1px 2px;
	}
.searchtext {
	width: 75px;
	font-size: .9em;
	}
.hide-search {
	display: none;
	}
	
	
/* CONTENT */

#content-outer {
	background: url(../images/content-outer-08.gif) repeat-y center top;
	background-color: #ffffff;
	}
	
#content-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}
	
	/* LEFT MENU */
	
#content-left {
	width: 240px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 2.3em;
	font-weight: normal;
	}
#content-left-user {
	width: 239px;
	background: #f77f00 url(../images/content-left-user-back.gif) no-repeat left top;
	border-right: #ed7a00 1px solid;
	}
#content-left-user h2 {
	/*display: none; */
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#content-left-user ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#content-left-user a {
	color: #ffffff;
	display: block;
	width: 209px;
	padding: 0px 15px;
	border-top: #fd9d38 1px solid;
	border-bottom: #ed7a00 1px solid;
	}
#content-left-user a:hover {
	background-color: #d66d00;
	border-bottom: #fd9d38 1px solid;
	border-top: #b25c00 1px solid;
	}

#content-left-nav {
	width: 239px;
	text-align: left;
	}
#content-left-nav h2 {
	/*display: none; */
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
#content-left-nav ul {
	list-style: none;
	}
#content-left-nav a {
	color: #d06000;
	display: block;
	width: 209px;
	padding: 0px 15px;
	border-top: #ffffff 1px solid;
	border-bottom: #d3d2ca 1px solid;
	}
#content-left-nav a:hover {
	background-color: #ffffff;
	display: block;
	border-bottom: #ffffff 1px solid;
	border-top: #c1c0bb 1px solid;
	}
#content-left-quick {
	width: 210px;
	padding: 15px;
	font-size: 1.1em;
	line-height: 2.3em;
	}
#content-left-quick h2 {
	font-size: 1.1em;
	color: #555555;
	}
#content-left-quick ul {
	list-style: square;
	margin-left: 15px;
	}
#content-left-quick li {
	color: #d06000;
	}
#content-left-quick a {
	color: #444444;
	padding-bottom: 2px;
	border-bottom: 1px solid #bbbbbb;
	}
#content-left-quick a:hover {
	color: #d06000;
	padding-bottom: 2px;
	border-bottom: 1px solid #d06000;
	}
	
	/* MAIN CONTENT AREA */
	
#content-right {
	float: left;
	text-align: left;
	width: 719px;
	padding: 0px 0px 20px 0px;
	}
	
		/* LEFT COLUMN */
	
#content-right-leftcol {
	float: left;
	}
	
		/* MIDDLE COLUMN */
	
#content-right-midcol {
	float: left;
	}
	
		/* RIGHT COLUMN */
		
#content-right-rightcol {
	float: right;
	}
	
/* FOOTER */

#footer-orange-outer {
	background:  #f77f00 url(../images/footer-orange-back.gif) repeat-y center top;
	width: 100%;
	}
#footer-orange-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 3px;
	}
#footer-grey-outer {
	background:  #666666 url(../images/footer-grey-back.gif) no-repeat center top;
	width: 100%;
	}
#footer-grey-inner {
	width: 930px;
	margin: 0 auto;
	color: #eeeeee;
	line-height: 1.7em;
	font-size: 1.1em;
	text-align: center;
	padding: 15px 15px 50px 15px;
	text-align: left;
	}
#footer-grey-inner a {
	color: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 2px;
	}
#footer-grey-inner a:hover {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 2px;
	}
	
	
/* IMAGE STYLES */
.bw-border {
	border: 1px solid #999999;
	padding: 4px;
	}
