/* RESET */
/* ----------------------------------------- */


*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
        font-family: Helvetica, Verdana, sans-serif;
	}

cite.Game {  /* added by RT 2012-10-28 */
  font-style: normal;
  font-variant: small-caps;
  text-transform: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0 
	}

fieldset, img { 
	border: 0 
	}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style: normal; 
	font-weight: normal 
	}
	
ol {
	    list-style: decimal;
	}

ul  { 
	list-style: none 
	}
	
caption, th { 
	text-align: left 
	}
	
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal 
	}
	
q:before, q:after { 
	content:''
	}

strong { 
	font-weight: bold 
	}
	
em { 
	font-style: italic 
	}
	
cite { 
	font-style: italic 
	}
	
a img { 
	border: none 
	} /* Gets rid of IE's blue borders */

/*------------------------------------------------*/
/*--              SHELL STRUCTURE             --*/


html {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	}

body {
	margin: 0 auto;
	padding: 0;
	background: transparent url("images/bg-main.png") 0 0 repeat-x;
	}	

div#wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	min-width: 860px;
	min-height: 500px;
	}

div#header  {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	height: 165px;
	width: 100%;
	}
	
div#header-left {
	display: block:
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	position: relative;
	}
	
div#header-right {
	display: block;
	margin: 64px 0;
	padding: 0;
	width: 40%;
	float: right;
	position: relative;
	}

div#search {
	display: block;
	width: 90%;
	}
	
div#maincontent {
	display: block;
	margin: 0 40px 20px 300px;
	padding:0;
	font-size: 1em;
	line-height: 1.6em;
	color: #2e2e2e;
	min-height: 600px;
	}

	
/*------------------------------------------------*/
/*--                 SITE WIDE                     --*/

a, a:link, a:visited {
	text-decoration: underline;
	color: #ea582e;
	font-weight: inherit;
	}

a:hover {
	text-decoration: none;
	color: #f19f62;
	}

a:active { 
	outline: none; 
	}

a:focus { 
	-moz-outline-style: none; 
	}
	
h1 {
	font: 2em Helvetica, sans-serif;
	color: #892385;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
h2 {
	font: 1.2em Helvetica, sans-serif;
	color: #000;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 6px 0;
	}
	
h3 {
	font: 1.1em Helvetica, sans-serif;
	color: #777;
	font-weight: 600;
	margin: 0 0 12px 0;
	letter-spacing: 0;
	padding: 0 0 6px 0;
	}
	
p {
	margin: 0;
	padding: 0 0 20px 0;
	}
	
.clear {
	clear: both;
	}
	
#maincontent img {
	background-color: #fff;
	padding: 4px;
	border: 1px solid #ebebeb;
	}
	
#maincontent img.left {
	float: left;
	margin-right: 12px;
	}
	
#maincontent img.right {
	float: right;
	margin-left: 10px;
	}
	
#maincontent img.noframe {
	padding: 0;
	border: 0;
	}
	
ul {
	margin-bottom: 12px;
	margin-left: 20px;
	padding: 0;
	}
	
ul li {
	padding: 4px 0 8px 6px;
	margin-left: 20px;
	list-style-image: url("images/list-bullet.png");
	}
	
blockquote {
	margin: 20px 90px 20px 60px;
	padding-left: 30px;
	border-left: 3px solid #ededed;
	}
	
/*------------------------------------------------*/
/*--          MAIN NAVIGATION                 --*/

#menu {
	display: block;
	position: absolute;
	top: 234px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 254px;
	}
	
#menu ul {
	list-style: none;
	margin: 0 auto;
	width: 254px;
	}
	
#menu ul li {
	list-style: none;
	display: block;
	margin: 0;
padding: 0;
	position: relative;
	}

#menu ul li cite {
font-style: italic;
font-weight: bold;
}
	
#menu li a, menu li a:link, menu li a:visited {
	display: block;
	padding: 10px;
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #75685d;
	font-weight: bold;
	text-decoration: none;
	background:  #fff url("images/bg-nav.png") left bottom repeat-x;
	}
	
#menu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #fcac72 url("images/bg-nav.png") right bottom repeat-x;
	}

/*------------------------------------------------*/
/*--          SUB NAVIGATION                 --*/
.subnav {
	display: block;
	margin: 0;
	padding: 0;
	}
	
.subnav ul {
	display: block;
	list-style: none;
	margin: 0;
	}
	
.subnav li {
	list-style: none;
	margin: 0;
	padding: 0 4px 0 0;
	display: block;
	position: relative;
	float: left;
	}
	
.subnav li a, .subnav li a:link, .subnav li a:visited {
	display: block;
	margin: 4px 0;
	padding: 2px 12px 2px 12px;
	font: .9em Helvetica, sans-serif;
	line-height: 32px;
	height: 32px;
	color: #b650b2;
	font-weight: 600;
	text-decoration: none;
	border-right: 1px solid #ebebeb;
	}
	
	
.subnav li a:hover {
	color: #000;
	text-decoration: none;
	}
.subnav-bottom {
	clear: both;
	display: block;
	height: 10px;
	width: 80%;
	border-bottom: 1px solid #cecece;
	margin: 28px 0;
	}
	
/*------------------------------------------------*/
/*--          BREADCRUMB NAV                 --*/

#crumbs {
	margin: 0 0 18px 0;
	padding: 0 0 0 12px;
	height: 48px;
	border-bottom: 1px solid #cecece;
	
	}
	
#crumbs ul {
	list-style: none;
	margin: 0 auto;
	height: 32px;
	}
	
#crumbs li {
	list-style: none;
	margin: 0;
	padding: 0 6px 0 0;
	display: block;
	float: left;
	}
	
#crumbs li a, #crumbs li a:link, #crumbs li a:visited {
	display: block;
	padding: 0 0 0 20px;
	font: .8em Helvetica, sans-serif;
	line-height: 32px;
	color: #9b9b9b;
	font-weight: normal;
	text-decoration: none;
	background: transparent url("images/breadcrumb-divider.png") left top no-repeat;
	}
	
#crumbs li a.home {
	background-image: none;
	}
	
	
#crumbs li a:hover {
	color: #000;
	text-decoration: none;
	}
/*------------------------------------------------*/
/*--          SITE SPECIFICS                 --*/

	
/*------------------------------------------------*/
/*--                 FOOTER                   --*/

div#footer {
	margin: 0 auto;
	width: 70%;
	padding: 20px 0 0 0 ;
	display: block;
	color: #cecece; 
	text-align: center;
	font: .9em Helvetica, sans-serif;
	clear: both;
	border-top: 1px solid #cecece;
	}

div#footer a, div#footer a:link, div#footer a:visited {
	color: inherit;
	text-decoration: none;
	}
	
div#footer a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	

