﻿/*
Created by: Michael Rosol dba Royal Web Designs
E-Mail: mike@royalwebdesigns.com 
Website: www.royalwebdesigns.com 
*/

* { padding: 0; margin: 0; }

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccff66;
	background: url(../images/bg.jpg) #000000 fixed no-repeat center top;
	cursor: url( "images/bullet.gif" );
	
}


h1
{
	font-weight: bold;
	font-size: 2.0em;
	color: #ff6600;
	margin: 0px 0px;
	letter-spacing: 2px;
	text-align: center;
}
h2
{
	font-weight: bold;
	font-size: 1.4em;
	color: #ff6600;
	margin: 10px 0px;
	text-align: center;
}
h3
{
	font-weight: bold;
	font-size: 1.2em;
	color: #00ff33;
	margin: 15px 0px 2px;
	text-align: left;
}
a{
	font-weight:bold;
}

a:link
{
	text-decoration: none;
	color: #ffad03;
	font-family: Verdana;
	font-weight: bold;
	
}

a:visited
{
	text-decoration: none;
	color: #ffad03;
	font-family: Verdana;
	font-weight:bold;
}
a:hover
{
	color: #00ff33;
	text-decoration: underline;
	font-family: Verdana;
	font-weight:bold;
}
hr
{
	border: 1px;
	width: 100%;
	margin: 5px 0px 5px 0px;
	height: 1px;
	color: #ff6600;
	background-color: #ff6600;

}

.glossymenu
{
	border-left: 0px solid #9A9A9A;
	border-right: 0px solid #9A9A9A;
	border-top: 0px solid #9A9A9A;
	border-bottom: 0px solid #9A9A9A;
	margin: 5px 0;
	padding: 0;
	width: 170px; /*width of menu*/
	
	
}

.glossymenu a.menuitem
{
	background: black url( '../images/nav/glossyback.gif' ) repeat-x bottom left;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	padding-right: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: url("cursor.cur")
}


.glossymenu .menuitem:active
{
	color: white;
	
}


.glossymenu a.menuitem:visited
{
	color: white;
	
}

.glossymenu a.menuitem .statusicon
{
	/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	
}

.glossymenu a.menuitem:hover{
background-image: url('../images/nav/glossyback2.gif');
cursor: url("cursor.cur")
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;

}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #cd8b01;
cursor: url("cursor.cur")
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
cursor: url("cursor.cur");
background: #ffad03;
}

.glossymenu div.submenu ul li a:hover{
background: #cd8b01;
color: white;
}


#wrapper { 
 margin: 0 auto;
 width: 755px;
 display: block;
 
}
#faux {
 background: url(../images/faux-1-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;

}
#header {
 color: #333;
 width: 755px;
 padding: 0px;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 2px;
 width: 155px;
 float: left;
}

#rightobject
{
	float: right;
	color: inactivecaption;
	margin: 0px 0px 0px 0px;
	width: 556px;
	display: inline;
	position: relative;
	background-color: #022002;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 25px;
	background-color: transparent;
}
#rightcolumn
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	color: #d0ff8c;
	background: url(../images/rightobject.gif);
}

#footer
{
	width: 755px;
	height: 0px;
	clear: both;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}

#scroller
{
	width: 755px;
	height: 100px;
	display: block;
	overflow: hidden;
	background-color: transparent;
	position: fixed;
	vertical-align: bottom;
	bottom: 0;
	margin: 0;
	z-index: 10;
	border-bottom: #000000 thin solid;
}

.clear 
{
}