/*
THEME NAME: Poker Machine School
THEME URI: http://www.pokermachineschool.com.au
AUTHOR: The Web People
*/

/* Misc */

.clear {clear:both;}
.left {float:left;}
.right {float:right;}
img {border: 0;}
.alignleft {float:left; margin-right: 15px;}
.aligncenter {display:block; margin: 0 auto;}
.alignright {float:right; margin-left: 15px;}


/* Original CSS */

/* Start of CMSMS style sheet 'main' */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size:13px;
	background:#061c00 url(images/bg.gif) repeat-y center;
}
#wrapper {
	width:917px;
	margin:0 auto;
	overflow:hidden;
}
p {
	color:#fff;
	margin-bottom:12px;
	text-decoration:none;
}
 p a {
	color:#fff;
	text-decoration:underline;
 }
/*
=========================================================================
BRANDING
=========================================================================
*/
#branding {
	height:215px;
	margin-bottom:9px;
}

/*
=========================================================================
LEFT SIDE
=========================================================================
*/
#left_side {
	width:205px;
	float:left;
}
.left_nav {
	float:left;
	margin-bottom:8px;
}
.left_nav li {
	display:block;
	margin-bottom:2px;
}
.left_nav li a {
	width:192px;
	line-height:32px;
	display:block;
	vertical-align:middle;
	background:url(images/tab.gif) no-repeat 0 0%;
	color:#236a20;
	text-decoration:none;
	text-align:center;
}
.left_nav li a:hover {
	background:url(images/tab.gif) no-repeat 0 -32px;
	color:#fff;
}
#left_side img {
	margin-bottom:8px;
}
/*
=========================================================================
CONTENT
=========================================================================
*/
#content_right {
	width:710px;
	float:right;
}
#content_right h2, #content_right h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f0f3a4;
	letter-spacing:-1px;
	margin-bottom:8px;
}
#content_right img {
	margin-bottom:8px;
}
/*
=========================================================================
FOOTER
=========================================================================
*/
#footer {
	width:934px;
	height:90px;
	clear:both;
	margin:0 auto;
	background-color:#061c00;
	vertical-align:middle;
	text-align:center;
	padding-top:20px;

}
#footer ul {
	width:850px;
	margin:0 auto 10px auto;
}
#footer ul li {
	display:inline;
	background:url(images/footer_sep.gif) no-repeat right;
}
#footer ul li a {
	color:#e9e8af;
	text-decoration:none;
	font-size:12px;
	padding:0 8px 0 3px;
}
* html #footer ul li a {
	padding:0 5px 0 7px;
}
#footer ul li a:hover {
	color:#fff;
}
#footer p, #footer p a {
	color:#e9e8af;
	font-size:11px;
}
#footer ul li:last-child {
	background:none;
}

/*
======================================================
REGISTRATION FORM
======================================================
*/
.regbodyTD
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	margin-left: 5px;
	padding-top: 1px;
	padding-bottom: 10px
}

.regbodyFont
{
color:#FF0000;
}
/* End of 'main' */



/* Start of CMSMS style sheet 'sidemenu' */
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   /* width: 100%; */
   width: 192px;
}


/* Unless you know what you do, do not touch this */ 
#menu-main, #menu-main ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   /* width: 100%; */
   width: 192px;
   margin-left: -1px;
}
#menu-main ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#menu-main li { 
   position: relative; 
   background:url(images/tab.gif) no-repeat 0 0%;
   margin-bottom:2px;
}


/* Styling the basic apperance of the menu elements */
#menu-main a { 
   /*border: 1px solid #006699; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   color: #006699;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
     width:192px;
	line-height:32px;
	display:block;
	vertical-align:middle;
	color:#236a20;
	text-decoration:none;
	text-align:center;
   	/*min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#menu-main li, #menu-main li.menuparent { 
  /*background-color: #ececec; */
   min-height:1em; /* Fixes IE7 bug*/
   
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#menu-main .current-menu-item { 
   /*background-color: #C7C7C7; */
	background:url(images/tab_h.gif) no-repeat 0px 0px;
}
#menu-main .current-menu-item a {
	color:#fff;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#menu-main li.menuparent, 
#menu-main li.menuparent:hover, 
#menu-main li.menuparenth { 
   background-image: url(images/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}
#menu-main li.menuparent {
	background:url(images/tab.gif) no-repeat 0px 0px;
}
#menu-main li.menuparent:hover {
	background:url(images/tab_h.gif) no-repeat 0px 0px;
	color:#fff;
}
#menu-main li a:hover {
	color:#fff;
}
#menu-main li ul.menuparent a:hover {
	color:#fff;
}
/* Styling the apperance of menu items on hover */
#menu-main li:hover {
  /* background-color: #E7AB0B; */
  background:url(images/tab_h.gif) no-repeat 0px 0px;
  color:#fff;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#menu-main ul, 
#menu-main li:hover ul, 
#menu-main li:hover ul ul, 
#menu-main li.menuparenth ul, 
#menu-main li.menuparenth ul ul { 
   display: none; 
}
#menu-main li:hover ul, 
#menu-main ul li:hover ul, 
#menu-main ul ul li:hover ul, 
#menu-main li.menuparenth ul, 
#menu-main ul li.menuparenth ul, 
#menu-main ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#menu-main li, #menu-main li.menuparenth { _float: left; _height: 1%; }
#menu-main li a { _height: 1%; }


/* section header */
#menu-main li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   /* width: 100%; */
   width: 192px;
}


/* separator */
#menu-main li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   /* width: 100%; */
   width: 192px;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Navigation: CSSMenu - Vertical' */
/* End of 'sidemenu' */

