@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* =====[ General styles ]===== */

a:link { 
	color: #34322F;
	text-decoration: none;
}
a:visited { 
	color: #34322F;
	text-decoration: none;
}
a:hover { 
	color: #34322F;
	text-decoration: underline;
}
a:active { 
	color: #F00;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	margin: 0;
	font-size: 16px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h4 {
	margin: 0;
	font-size: 14px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	font-size: 13px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
h6 {
	font-size: 12px;
	color:#706F73;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-size: 12px;
	color:#34322F;
	font-weight: normal;
	text-decoration: none;
}
img {
	border: none;
}

/* Main container div */
.oneColFixCtrHdr #container {
	width: 1000px;
	background: #F0EDE8;
	margin: 0 auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/* =====[ Header ]===== */
.oneColFixCtrHdr #header {
	background: #F0EDE8; 
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 100px;
}
#header-left {
	float:left;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 100px;
}
#header-left img {
	margin: 0;
	padding: 0;
}
#header-right {
	float: left;
	margin: 0;
	padding: 0;
	width: 680px;
	height: 100px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}

/* =====[ Navigation menu ]===== */
#nav-menu {
	float: none;
	width: 1000px !important;
	height: 35px;
	margin: 0;
	padding: 0;
	background-image: url(images/nav-menu-bg.gif);
	background-repeat: repeat-x;
}
#nav-menu ul {
	margin: 0;
	padding: 0 0 0 22px;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#nav-menu li {
	height: 35px;
	line-height: 35px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav-menu li a {
	height: 35px;
	line-height: 35px;
	/*padding: 11px 0 0 0;*/
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#nav-menu li a:hover {
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
}
#nav-menu li a.navSelected {
	font-size: 11px;
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
}
#nav-menu li img {
	margin: 0 14px;
	padding: 0;
}

/* =====[ Main Content ]===== */
.oneColFixCtrHdr #mainContentWrapper {
	width: 1000px;
	height: 100%;
	padding: 0;
	background: #F0EDE8;
}

#leftSidebar {
	float: left;
	width: 193px;
	margin: 0;
	padding: 0;
	background-color: #F0EDE8;
}
#mainContentSpacer {
	float: left;
	width: 14px;
	margin: 0;
	padding: 0;
	background-color: #F0EDE8;
}
#mainContent {
	float: left;
	width: 793px;
	margin: 0;
	padding: 0;
}
#subContent {
	width: 763px;
	
	/* IE 6 min-height hack */
	min-height: 480px;
	height: auto !important;
	height: 480px;
	/* */
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #FFF;
}

/* =====[ Category menu ]===== */
#catMenu {
	width: 189px;
	height: 495px;
	margin: 2px;
	padding: 15px 0 0 0;
	background-color: #D6D3CE;
}
#catMenu ul {
	list-style-type: none;
	margin: 0 7px 0 7px;
	padding: 0;
}
#catMenu li {
	display: block;
	line-height: 29px;
	height: 29px;
	font-size: 11px;
	color:#706B65;
	font-weight: bold;
	text-decoration: none;
}
#catMenu li a {
	display: block;
	line-height: 29px;
	height: 29px;
	font-size: 11px;
	color:#706B65;
	font-weight: bold;
	text-decoration: none;
}
#catMenu li a:hover {
	display: block;
	line-height: 29px;
	height: 29px;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
#catMenu li #catSelected {
	display: block;
	line-height: 29px;
	height: 29px;
	
	font-size: 11px;
	color:#706B65;
	font-weight: bold;
	text-decoration: none;
}
.catBullet {
	background-image: url(images/catmenu-bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
	border-bottom: 1px solid #FFF;
}
.catBullet:hover {
	background-image: url(images/catmenu-bullet-over.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.catBulletSelected {
	background-image: url(images/catmenu-bullet-over.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 12px;
	border-bottom: 1px solid #FFF;
}
.catBulletSelected:hover {
	background-image: url(images/catmenu-bullet-over.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.catSpacer {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/* =====[Left Sidebar link 1 - (Luna and Valk) ]===== */
#leftSidebarLink1 {
	width: 180px;
	margin: 15px auto;
	padding: 0;
	background-color: #F0EDE8;
}
#leftSidebarLink1 p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: none;
}
#leftSidebarLink1 p a {
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: underline;
}
#leftSidebarLink1 p a:hover {
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	text-decoration: underline;
}
#leftSidebarLink1 img {
	margin: 10px 0 0 0;
}

/* =====[ Homepage Content area ]===== */
#homeContentTop-Left {
	float: left;
	width: 414px;
	height: 310px;
	margin: 12px 0 18px 0;
	padding: 0;
}
#homeContentTop-Right {
	float: left;
	width: 348px;
	height: 294px;
	margin: 12px 0 18px 8px;
	padding: 8px;
	background-color: #FFF;
}
#homeContentTop-Right p {
	margin: 0 0 10px 0;
	padding: 0;
}
#homeContentTop-Right img {
	margin: 15px 0 0 40px;
}
#homeContentLower-Left {
	float: left;
	width: 252px;
	height: 172px;
	margin: 0 15px 0 0;
}
#homeContentLower-Middle {
	float: left;
	width: 252px;
	height: 172px;
	margin: 0 15px 0 0;
}
#homeContentLower-Right {
	float: left;
	width: 252px;
	height: 172px;
	margin: 0;
}
#homeContentLower-Bottom {
	float: right;
	width: 200px;
	height: 60px;
	margin: 20px 4px 8px 0;
}
#homeContentLower-Bottom p {
	margin: 0 0 0 6px;
	padding: 0;
	font-size: 11px;
	color: #706F73;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
#homeContentLower-Bottom img {
	margin: 4px;
}

/* =====[ Footer ]===== */
.oneColFixCtrHdr #footer {
	width: 1000px;
	height: 28px;
	margin: 0;
	padding: 0;
	background:#8B8178;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 6px 10px;
	font-size: 11px;
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a {
	font-size: 11px;
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover {
	font-size: 11px;
	color:#FFF;
	font-weight: normal;
	text-decoration: underline;
}


/* =====[ Form Styles ]===== */
form {
	margin: 0;
	padding: 0;
}
.formbuttons {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #34322F;
	background-color: #D6D3CE;
	border: 1px solid #34322F;
	cursor: pointer;
}
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #34322F;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #34322F;
	border: 1px solid #EF0600;
	background-color: #FFF;
	padding: 2px;
	margin: 0;
}
select.forms, select.formsSelected {
	height: 18px !important;
	height: 18px;
}


/* General Site styles */
.content {
	font-size: 11px;
	color: #34322F;
	font-weight: normal;
	text-decoration: none;
}
.content a {
	font-size: 11px;
	color: #34322F;
	font-weight: normal;
	text-decoration: none;
}
.content a:hover {
	font-size: 11px;
	color: #34322F;
	font-weight: normal;
	text-decoration: underline;
}
.borderRight {
	border-right-color:#b4b0aa;
	border-right-style:solid;
	border-right-width:1px;
	font-size: 11px;
	color: #34322F;
	font-weight: normal;
	text-decoration: none;
}
.borderRight a {
	color: #34322F;
	text-decoration: none;
}
.borderRight a:hover {
	color: #34322F;
	text-decoration: underline;
}

.UIMessage {
	font-size: 11px;
	color: #EF0600;
	font-weight: bold;
	text-decoration: none;
}

.fltrt {
	float: right;
	margin: 0;
}
.fltlft {
	float: left;
	margin: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.content {
	font-size: 12px;
	color:#34322F;
	font-weight: normal;
	text-decoration: none;
}
.content a {
	font-size: 12px;
	color:#34322F;
	font-weight: normal;
	text-decoration: underline;
}
.content a:hover {
	font-size: 12px;
	color:#34322F;
	font-weight: normal;
	text-decoration: none;
}

