@import "/general.css";
@import "/designs/4/colorscheme.php";
@import "/designs/4/nav";


/*  Design  */
html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	background-color: #343434;
	background-image: url(/designs/4/r3_c5.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0%;
}
/*
body {
	background-image: url(/designs/4/r3_c1.jpg);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
*/

div#design {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 123px;
	background-image: url(/designs/4/r1_c3.jpg);
	background-repeat: repeat-x;
}
img.design-topleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
img.design-topright {
	float: right;

	position: relative;
	top: 0px;
	right: 0px;
}
/*  Tan hack to fix IE text jog  */
* html img.design-topright {
	float: none;

	position: absolute;
	right: -1px;
}


div#container {
	position: absolute;
	left: 0px;
	top: 123px;
 	width: 100%;
 	min-height: 600%;
 	height: auto !important;
 	height: 100%;
	background-image: url(/designs/4/r3_c1.jpg);
	background-repeat: repeat-y;
}


/*  Navigation Bars Design & Styles  */

div#leftnav {
	position: relative;
	float: left;
	margin-top: 48px;
	left: 0px;
	width: 150px;
	z-index: 4;
}
#leftnav a {
	z-index: 5;
}
div#rightnav {
	position: absolute;
	float: right;
	top: 0px;
	padding-top: 18px;
	margin-top: 30px;
	right: 0px;
	width: 136px;
}
.nav div {
	color: #fff;
	border: 1px solid #ccc;
}
.nav a:link, .nav a:visited {
	color: #003;
}
.nav a:hover {
	color: #fff;
}

div#main {
	position: relative;
	margin-left: 165px;
	margin-right: 165px;
	padding-bottom: 12px;
	
	background-image: url(/designs/4/r3_c2.jpg);
	background-repeat: repeat;
}
div#main a,
div#main a:link,
div#main a:visited {
	text-decoration: none;
}
div#main a:active,
div#main a:hover {
	text-decoration: underline;
}


/* cheap hack to get pics to display in IE for news posts (Josh 18Mar2007) */
.news img {
position: relative;
z-index: 1;
}


/*  General Styles  */
body {
	color: #ccc;
	background-color: #343434;
	font-family: verdana, arial, sans-serif;
	font-size: 76%;
	font-weight: normal;
}
a:link {
	color: #fff;
    text-decoration: none;
}
a:visited {
	color: #eee;
    text-decoration: none;
}
a:hover {
	color: #aaa;
    text-decoration: underline;
}
div.head {
	font-weight: bold;
	color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid black;
}
div#main p.bigFirstLetter:first-letter {
	font-weight: bold;
	font-size: 14pt;
}

form {
	padding: 0px;
	margin: 0px;
}

.sidebar {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #000;
}

/* Nav stuff */

.nav {
	font-size: small;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: left;
}
.nav ul, .nav li {
	margin-left: 12px;
	padding: 0;
	margin-top: 0;
	padding-top: 0;
}
.nav li {
	list-style-image: url(/designs/4/listgfx.gif);
}
/*
#leftnav li {
	margin-left: 17px;
	list-style-image: url(/arrow.gif);
}
*/
.nav a {
	font-size: small;
	text-decoration: none;
}
.nav div {
	margin-top: 10px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}

.profile {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}
.profile th { 
	text-align: left;
	background-color: #58c;
	color: #fff;
    padding: 4px;
	border: 1px ridge #fff;
}
.profile td {
    padding: 2px 5px;
}
.bordered_table, .bordered_table th, .bordered_table td {
	border: 1px ridge #ccc;
    border-collapse: collapse;
}
#profile_nav {
    text-align: center;
}
#profile_nav ul {
	margin-left: 0px;
	padding-left: 0px;
}
#profile_nav li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
}
#profile_nav ul > li:first-child {
	padding-left: 0px;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
height:150px;
font-size:small;
margin:25px 0 50px 15px; /* this page only */
font-family: verdana, helvetica, arial, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:136px;
display: block;
}
/* style the list items */
.menu li {
background:#737373;
height:26px;
/* for IE7 */
float:left;
}


.menu li.sub {background:#d4d8bd url(/sub.gif) no-repeat right center;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:110px;
color:#000;
text-indent:5px;
border:1px solid #737373;
border-width:0 1px 1px 1px;
}
.menu a:link {
	color: #000;
}
.sub li a, .sub li a:visited {
width: 150px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#efa; background:#aa7; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#efa; background:#aa7;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:80px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
.menu ul {
	margin-left: 8px;
	padding: 0;
	margin-top: 0;
	padding-top: 0;
}
.sub ul {
	margin-left: 0;
}

.menu li {
	list-style-image: url(/designs/4/listgfx.gif);
}
.menu a {
	margin-left: -8px;
	}
.sub li {
	z-index: 1000;
	list-style-image: none;
}
.sub a {
	background: #737373;
	z-index: 501;
}
.sub li a {
	background: #ccc;
}
.sub .sub a {
	background: #ccc url(/sub.gif) no-repeat right center;
	z-index: 502;
}
.sub .sub li a {
	z-index: 503;
	background: #ddd;
}
.sub .sub li a:hover {
	background: #aa7;
}
