/* - - HTML TAGS - - */
body, html {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #F9FFB0;
	background:#f6cd9c;
	text-align: center;
	margin: 0px;
}
input{
	font-size: 11px;
	margin:3px;
}
img {
	padding:3px;
	border: none;
}
code {
	color:#000000;
}
textarea{
	font-family: tahoma, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	color: #ffffff;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size: 14px;
	color: #ffffff;
	margin:0px 0px 15px 0px;
	}
h3 {
	font-size: 13px;
	color: #ffffff;
	margin:0px 0px 15px 0px;
}
h4 {
	font-size: 12px;
	color: #ffffff;
	/*margin:0px 0px 15px 0px;*/
}
p {
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #F9FFB0;
}
a {
	color: #ffcccc;
}
img a {
	border:none;
}
a:hover {
	color: #FF9999;
}
a:link #float.hide, a:visited #float.hide {
	display: none;
}
a:hover #float.hide, a:active #float.hide {
	display: block;
	background-color:#FFFFFF;
	color: #000000;
	padding:3px;
	border: 1px dashed black;
}

td {
	padding:0px;
	margin:0px;
	vertical-align:top;
	}
/* - - LAYOUT BOXES - - */
#main-container {
    text-align:left;
	padding:0px;
	width:795px;
	height: 100%;
	min-height: 581px;
	background: url(../i/shadow.png) repeat-y right;
	margin: 0 auto;
}
#main-box {
	text-align: left;
	width: 780px;
	border-left: #DD7AFE 1px solid;
	border-right: #3D0042 1px solid;
	border-bottom: #3D0042 1px solid;
	background-color: #882288;
	margin:0px;
	min-height:580px;
} /* creates center box */
#bghax {
	height:8px;
	background: url(../i/shadow2.png) repeat-x bottom left;
	}
#menu-box{
	margin: 0 auto;
	
	padding: 3px 3px 3px 6px;
	border-bottom: 1px dotted white;
	height:20px;
}	/* Menu */
#logo-box {
	background: url(../i/VAL-logo.png) top no-repeat;
	border-bottom: 1px dotted white;
	height: 160px;
	margin:0px;
} 
#leftcol {
	width:235px;
	float:left;
	padding: 10px;
	border-right: 1px dotted white;
	min-height:350px;
} /* 3 Columns  page */
#middlecol {
	width:235px;
	float:left;
	padding: 10px;
	border-right: 1px dotted white;
	min-height:350px;
} /* 3 Columns  page */
#rightcol {
	float:left;
	width:235px;
	padding: 10px;
	min-height:350px;
} /* 3 Columns  page */

#twocolumn-left {
	width: 369px;
	float:left;
	padding:10px;
	border-right: 1px dotted white;
	min-height:350px;
} /* 2 Columns  page */
#twocolumn-right {
	width: 369px;
	float:left;
	padding:10px;
	min-height:350px;
} /* 2 Columns  page */

#onecol {
	width: 760px;
	padding: 10px;
} /* 1 Column page */

#footer {
	width: 780px;
	/*height: 30px;*/
	border-top: white 1px dotted;
	clear: left;
	margin:0px;
}
#footer p {
	padding: 5px 5px 5px 5px;
}
.note {
	background: #f6cd9c url(../i/slise.gif) no-repeat 0px 0px;
	border-bottom: 2px solid #713851;
	border-right: 2px solid #713851;
	/*padding: 5px;*/
	height:auto;
} /* Yellow Notes */
.note-tag {
	background: white url(../i/slise2.gif) no-repeat 0px 0px;
	border-bottom: 2px solid #713851;
	border-right: 2px solid #713851;
	/*padding-top:5px;*/
	height:auto;
} /* White Notes */
.note-tag p, .note p {
	color: #792963;
	margin: 10px;
	padding-top:10px;
}
.note-tag b, .note b {
	color: #000066;
}
.note p {
	color:#660066;
}
.note a, .note-tag a {
	color:#992299;
}
.note a:hover, .note-tag a:hover {
	color:#990066;
}
#float {
	position: absolute; top: 375px; left: 680px;
	width: 150px;
}
#top-head {
	padding:10px 5px 0px 0px;
	text-align:right;
	border-bottom: 1px dotted white;
}
#quote {
	width:400px;
	margin-left:180px;
	min-height:320px;
	background:url(../i/quote.png);
	background-repeat:no-repeat;
	border: #000000 1px solid;
}
#quote p, h4 {
	padding: 5px;
	color: #000000;
}
#quote a {
	color:#CC0066;
}
#quote a:hover {
	color:#CC33FF;
}
#map {
	width:650px;
	height:400px;
	margin: auto;
}
#map p{
	color: #000000;
	text-align: center;
}
#map b{
	font-size: 12px;
}
/* - - CUSTOM TAGS - - */
p.story:first-letter {
	font-size: 16px;
	font-weight: bold;
}
.menup {
	text-align: right;	
}/* aligns paragraph text*/

.text-wrap {
	float:left;
	margin-right:10px;
}/* used to float text round images or boxes */
.text-wrap-right {
	float:right;
	margin-left:5px;
}

.tiny {
	font-size:9px;
	}

.date{
	color:#e5b5c9;
}
.news-tag {
	padding-left:15px; 
	background:url(../../i/arrow.gif) no-repeat 0px 3px;
}/* adds arrow and indent to news items */
.padright {
	padding-right: 10px;
}
.pwn {
	clear:both;
}
.right {
	text-align: right;
}
.central {
	text-align:center;
}
.highlight {
	border: 1px white solid;
}
.newsgap {
	float:left;
	width:90px;
}
/* - - SUCKERTREE MENU - - */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
font-size: 11px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 123px; /*Width of top level menu link items*/
/*padding: 1px 8px;*/
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
font-weight: bold;
padding: 2px;
}
.suckertreemenu ul li a.home{
display: block;
width: 763px; /*Width of top level menu link items*/
/*padding: 1px 8px;*/
border: 1px solid black;
border-bottom: none;
border-left-width: 0;
text-decoration: none;
color: navy;
font-weight: bold;
padding: 2px;
text-align:center;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 140px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
font-weight: normal;
}

.suckertreemenu ul li ul li a:hover{
background-color:#CC0000;
color:white;
}
.suckertreemenu ul li a:hover{
background-color: #660066;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(../i/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(../i/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */



/* - - FOR REMOVAL - - */
.form_element{
	width:100%;
}
#px10{
	font-size:10px;
}

