@charset "utf-8";
/* CSS Document */

/* hexon studios style sheet */

body {
	color: #999;
	background-color: black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 0px;
}

#all {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header_left {
	position: fixed;
	float: left;
	text-align: left;
	width: 640px;
	height: 90px;
}

#header_right {
	position: fixed;
	float: right;
	text-align: right;
	width: 640px;
	height: 90px;
}


#left {
	position: fixed;
	top: 60px;
	float: left;
	width: 100px;
	clear: left;
}

#left2 {
	float: left;
	font-size: x-small;
	margin-left: 10px;
	padding-top: 15px;
}

#right {
	float: right;
	margin-top: 90px;
	margin-left: 5px;
	width: 540px;
}

#full_page {
	float: right;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

#footer_left {
	color: #999;
	margin-top: 10px;
	width: 200px;
	float: left;
}

#footer_right {
	color: #999;
	margin-top: 10px;
	font-size: xx-small;
	float: right;
	text-align: right;
}

#quote_p {
	font-size: xx-small;
}

.styleone:link {
	font-size: xx-small;
	text-decoration: none;
	color: #FF0;
}

.styleone:visited {
	text-decoration: none; 
	color: yellow; 
	background-color: black;
	font-size: xx-small;
	/*
	font-size: xx-small;
	text-decoration: none; 
	color: #FF0;
	background-color: inherit;*/
}
.styleone:hover {
	font-size: xx-small;
	text-decoration: none; 
	color: red;
	background-color: black;
}
.styleone:focus {
	font-size: xx-small;
	text-decoration: none; 
	color: yellow; 
	background-color: black;
}
.styleone:active {
	font-size: xx-small;
	text-decoration: none; 
	color: yellow; 
	background-color: yellow;
}


/* Begin Widget Instance -- MenuMatic */

/* ----[ LINKS ]----*/


.local_link:link {
	text-decoration: none;
	color: #FF0;
	font-size: x-small;
}

.local_link:visited {
	text-decoration: none; 
	color: yellow; 
	background-color: black;
	font-size: x-small;
}
.local_link:hover {
	text-decoration: none; 
	color: red;
	background-color: black;
	font-size: x-small;
}
.local_link:focus {
	text-decoration: none; 
	color: yellow; 
	background-color: black;
	font-size: x-small;
}
.local_link:active {
	text-decoration: none; 
	color: yellow; 
	background-color: black;
	font-size: x-small;
}


a:link { 
	color: yellow;
	text-decoration: none; 
	font-weight: normal; 
	font-family: inherit;
	font-size: x-small;
}

a:hover {
	color: black;
	background-color: yellow;
	text-decoration: none;
	font-size: x-small;
}

a:visited {
	color: yellow;
	background-color: black;
	text-decoration: none;
	font-size: x-small;
}


/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
	padding: 10px 20px;
	background-color: black ;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 0px solid inherit; 
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{
	margin:0;
}

/* Just sub menu links */
#subMenusContainer a, #nav li li a{
	text-align:left;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color: yellow; 
	color:  #005B9A; 
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color: yellow; 
	color:  #005B9A; 
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* All ULs and OLs */
#nav { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:#fff;	
	border:1px solid white;
	left:0;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	/*great place to use a background image as a divider*/

	list-style-type:none;
	width: 100px;
	text-align: left;
	display:block;
	position:relative;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav{
	display:block;
	position: relative;
	list-style-type:none;
	margin:0 0 0 0;
	z-index:5;
	top:15px;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }

/* End Widget Instance -- MenuMatic */
