/*
 * ABSOLUTE STYLES
 */
body{
	background:url('/wp-content/themes/default/images/bg.jpg') left top repeat-x #D7D5D5;
	font-family:Arial, sans-serif, Helvetica;
	font-size:9pt;
	color:#000000;
	margin:0;
	padding:0;
}

a {
	color:#A45200;
	text-decoration:none;
}

h2 a:hover, h3 a:hover {
	color:#A45200;
}

h2 {
	margin:0px;
	padding:0px;
	color:#A45200;
	margin-bottom:4px;
}

/*
 * TEMPLATE STYLES
 */
.header{
	background:url('/wp-content/themes/default/images/headerBG.png') right top repeat-y;
	font-size:9pt;
}
.logo{
	background:#FFFFFF;
	text-align:left;
	vertical-align:bottom;
	padding:10px 0 3px 40px;
}
#nav{
	padding:0 10px 0 50px;
	border-bottom:1px solid #FFFFFF;
	vertical-align:bottom;
	text-align:right;
}
#navBtns{
	background:url('/wp-content/themes/default/images/navFade.jpg') left top no-repeat;
	padding:5px 5px 0 10px;
	border-right:1px solid #D0A988;
}
#navBtns a{ padding:0 8px 0 5px; }
.pageContent {
	padding:15px;
	background:#362F2D;
	vertical-align:top;
	text-align:left;
}
.pageCell{ 
	border:1px solid #000000;
	background:#FFFFFF;
	padding:10px;
	font-size:9pt;
	line-height:17px;
}

.rightCell { 
	border:1px solid #000000;
	background:#FFFFFF;
	padding-top:6px;
	font-size:9pt;
	line-height:17px;
}

#tablet{ padding:0px 0 0px 0px; font-size:9pt; }
#tablet td{
	vertical-align:top;
	text-align:left;
	padding-bottom:10px
}
.buttonTablet{ padding:5px 10px 0 0; }
.titleTablet{ padding-top:7px; line-height:26px; }
#footer{ padding:2px 5px 3px 5px; }
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{ text-decoration:underline; }
.grid {
	background-color:#999999;
}

.grid td, .grid th {
	background-color:#FFFFFF;
}
#subNav{ background:#FFFFFF; }
#subNav, #subNav a, #subNav a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Courier New", "Courier", Arial, sans-serif, Helvetica;
	font-size:9pt;
	font-weight:bold;
}

#subNav a{
	display:block;
	padding:2px;
	text-align:center;
	background:#D97216;
}
#subNav a:hover{ background:#BE6215; }
/*
*  AFFILIATE STYLES
*/
#affiliateMainNav{
	color:#FFFFFF;
	text-align:right;
	vertical-align:bottom;
	padding:3px 10px 5px 3px;
}
#affiliateMainNav, #affiliateMainNav a{
	font-size:11pt;
	font-weight:bold;
}
/*
*  MISC STYLES
*/
.floating{
	display:inline;
	width:31%;
	float:left;
}
.inputBig{ width:300px; }
.inputSmall{ width:80px; }