/* design */
body {
	background:#333333 none repeat-x scroll top left;
	margin: 0 auto;
	text-align: left;
}

/* wrapper */
div#layoutwrapper
{
	min-width: 970px;
}

div#middlewrap {
	width:92%;
	margin:0 auto;
	padding:0 10px;
}


/* header & nav */
div#headerwrap {
	margin:0 auto;
	min-width: 970px;
}
div.nav {
	padding:0;
	margin:0 0 0 9px;
	background:#FC8A36 url('nav-bg-right.png') no-repeat scroll bottom right;
}

div.title {
	padding: 38px 20px;
	margin:0 auto; 
	background:#333333 url('titlebg.png') repeat-x scroll 50% 50%;
}

/* user info */
#userinfo {
	float: right;
	height: 80px;
	margin-top: -65px;
	color: #A2A5AC;
	_margin-top: -35px;
}

#userinfo a
{
	color: #A2A5AC;
}

#userinfo a:hover
{
	color: #D4620F;
}

#userinfo .text
{
	float: left;
	_float: right;
}

#userinfo .textonly
{
	float: left;
	text-align: right;
}

#userinfo .textonly a
{
	color: #D4620F;
}

#userinfo img.avatar {
	float: right;
	margin-left: 15px;
	max-width: 80px;
	max-height: 80px;
	border: 1px solid black;
}

div.innernav { 
	margin:0 15px 0 0;
	background:#FC8A36 url('nav-bg.png') repeat-x scroll bottom left;
	height:44px;
}

div.outernav {
	width:92%;
	margin:0 auto;
	background:#FC8A36 url('nav-bg-left.png') no-repeat scroll bottom left;
}

div.innertitle {
	width:90%;
	margin:0 auto;
}

div.innertitle h1 img {
	vertical-align:bottom;
}

div.innertitle h1 a {
	color:white;
	text-decoration:none;
}

div.innertitle h4 {
	margin:0 0 0 55px;
	padding: 0;
	color: #A2A5AC;
	font-size:0.9em;
}

div.nav ul {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	position:relative;
	_position:inherit; /* IE6 hack */
}
div.nav ul li {
	display:inline;
	float:left;
	margin: 0;
}

div.nav ul li a, div.nav ul li a:visited {
	float:left;
	margin:0 5px;
	padding:14px 20px 15px 25px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	font-size:0.9em;
	cursor: pointer;
}

div.nav ul li a:hover {
	background-color:#C75603;
}


/* headers */
h1, h2 {
	color: #fff;
}

h1 {
	font-size: 2.5em;
	padding-left: 10px;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#ffffff;
}

h2 {
	padding:0 0 10px 10px;
	font-size:0.9em;
}

.page h2
{ 
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	color:#333333;
	margin-top: 5px;
	font-size: 1.7em;
	font-weight: bold;
	border-top: 1px solid black;
	clear: both;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
}

h3 {
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	color:#333333;
	margin-bottom: 5px;
}

h4
{
	font-size: 1.05em;
	font-family:'Lucida Sans Unicode','Lucida Grande',verdana,sans-serif;
	color:#333333;
}

.page .sidebar h4 {
	color:#D4620F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	border-left:10px solid #D4620F;
}

.page h3, .page h4
{
	text-shadow: 1px 1px 2px #BBBBBB;
}

/* element defaults */
p {
	margin-bottom: 15px;
	line-height: 1.7em;
	font-size: 0.95em;
	color: #333333;
}

code {
	border:1px solid #D4620F;
	border-left-width:10px;
	display:block;
	padding:10px;
	margin:10px 0;
}

/* default forms */
form input, form textarea, form option {
	padding: 2px 5px;
	font-size: 1.0em;
}

form input.button, form input[type=submit], form input[type=button] {
	background:#FC8A36 url('nav-bg.png') repeat-x scroll top left;
	color:#ffffff;
	border:1px solid #C75603;
	padding: 2px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form input.buttonsmall
{
	padding: 2px 10px;
	font-size: 0.9em;
}

table { margin-bottom: 10px; }

/* Mr Fat and Thin Table */
table.fat { width: 98%; padding: 0; margin: 0; }
* html table.fat { width: 100%; width: 700px; } /* IE6 hack */

table.wide { width: 85%; min-width: 250px; }

table.fat caption { margin-top: 10px; padding: 10px 25px; color: #555555; text-align: left; font-size: 1.2em; }
table.fat { border-collapse: normal; background-color: #dddddd; border-spacing: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px }
table.fat tr th, table.fat tr td { background-color: white; border-spacing: 1px; }
table.fat tr th { font-weight: normal; padding: 4px 10px; background-color: #DDDDDD; }
table.fat tr td { font-weight: normal; padding: 6px 10px; vertical-align: top; }

/* Thin tables */ 
table.thin { background-color: #dddddd; border-spacing: 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px }
table.thin tr th, table.thin tr td { background-color: white; border-spacing: 1px; }
table.thin tr th { font-weight: normal; padding: 4px 10px; background-color: #DDDDDD; }
table.thin tr td { font-weight: normal; padding: 6px 10px; vertical-align: top; }


/* default links */
a { 
	color:#D4620F;
}

a:visited { 
	color:#D4620F;
}

a:hover {
	color:#F5832F; 
}

/* centeral page */
div.pagewrapper {
	margin:0 auto;
	background:#ffffff url('content-bg-right.png') no-repeat scroll top right;
	
}
div.innerpagewrapper {
	background:#ffffff url('content-bg-left.png') no-repeat scroll top left;
	margin:0 11px 0 0;
}
div.page {
	margin:0 0 0 11px;
	background-color:#ffffff;
	padding:10px 10px 0 10px;
}
div.page ul {
	font-size:0.95em;
}
div.page ul li {
	padding: 2px 0;
}

/* content */
div.pagecontent {
	width:78%;
	float:left;
	padding-bottom: 15px;
}

/* sidebar */
div.sidebar {
	width:20%;
	float:right;
	padding-bottom: 15px;
}

div.sidebar, div.sidebar a {
	color: #555555;
}

div.sidebar h3, div.sidebar h3 a {
	color: #E87B10;
	font-weight: normal;
}

div.sidebar a:hover
{
	color: #D4620F;
}

div.sidebar li
{
	margin-left: 0.5em;
}

/* footer */
div.footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #c6c6c6;
	background: #dddddd url('footerbg.png') repeat-x scroll bottom left;
	height: 55px;
	color: #666666;
	padding: 8px 25px;
	white-space: nowrap;
}

div.footer p {
	float: left;
	font-size: 0.9em;
	margin: 0;
}

div.footer p, div.footer p a {
	color: #666666;
}

div.footer #didyouknow
{
	margin-top: 15px;
	margin-right: 15px;
	float: right;
	font-style: italic;
	text-align: right;
	color: #222222;
}

div.footer p.copyright
{
	margin-top: 5px;
	clear: left;
}

/* Page navigation */
div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page
{
	font-size: 0.9em;
	background:#FC8A36 url('nav-bg.png') repeat-x scroll top left;
	color: #ffffff;
	border: 1px solid #C75603;
	padding: 2px 5px;
}
div.pageNav a.current { font-size: 1.5em; font-weight: bold; }

/* forms */
input[type="text"], input[type="password"], select, textarea
{
	background-color: #F7F7F7;
	border: 1px solid #DDDDDD;
	color: #444444;
	margin-top: 3px;
	text-shadow: 0 1px 0 #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Drop shadow */
.nav .innernav a
{
	position: relative;
}

.nav .innernav a span.normal
{
	z-index: 2;
	position: relative;
}

.nav .innernav a span.jq-shadow {
	color:#131C25;
	display:none;
	left:1em;
	position:absolute;
	top:0.1em;
	padding: 15px;
	z-index: 1;
}

 .nav .innernav a:hover span.jq-shadow
{
	display: block;
}