style.php/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix{clear:both;}

/* -------------- Main Styles ---------------- */

html {
	height: 100%; 
	text-align: left;
	font: 11px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
body{
	height: 100%; 
	font: 11px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	margin: auto; 
	width:100%; 	
	background:#eceded;
}
#shadow {
	width: 960px;
	z-index: 0;
	margin:0 auto;
}

/*login*/
.logintitle {
padding: 3px;
font-size: 15px;
background-color: #00a5e0;
color: #FFFFFF;}
.login{font-size: 13px; padding:5px}
.loginred{
font-size: 13px;
color: #D20000;}
.loginrow{
width:100%;
background-color: #FBFBFB;
padding: 0px;
padding-bottom:3px;
}
.loginrow td{padding:5px;}
.loginrow2 {
margin-left:15px;
margin-right:3px;
color:#333333;
background-color: #F2F2F2;
padding: 3px 3px 3px 6px;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #666666;
border-left: 1px solid #999999;
letter-spacing: 1px;
font-size:10px;}
.loginbg {
height:auto;
background-color: #F7F7F7;
border-top: 1px none #515151;
border-right: 1px dotted #515151;
border-bottom: 1px dotted #515151;
border-left: 1px dotted #515151;}
.loginrow a:link{text-decoration:none;}
.loginrow a:hover{text-decoration:none;}
.loginrow a:visited{text-decoration:none;}

/* -------------- Top Bar ---------------- */
#leftnav p a:link{
	font-weight:normal;
	text-decoration:none;
	color: #000066;
}
#leftnav p a:visited{ 
font-weight:normal;
text-decoration:none;
	color: #000066;

}
#leftnav p a:hover {
text-decoration:underline;
}
#main-area {
	width: 960px;
	height: 210px;
	margin: 0px;
	text-align: left;
	position: relative;
	z-index: 10;
	background:#fff url(images/top2.gif) top left no-repeat;
	border-top:8px solid #cfd1d2;
}
	
#leftcol {	
	display: inline;
	width: 360px;
	float:left;
	position: relative;
	margin-left: 0px;
	padding: 0px;
	margin-top: 15px;
}
#rightcol {
	display: inline;
	width: 240px;
	float:right;
	position: relative;
	padding: 0 0 0 10px;
	margin-right: 0px;
	margin-top: 15px;
	border-left:1px dotted #9c9e9f;
	}

/* right menu bar*/

#rightnav {
	display: inline;
	width: 300px;
	float: right;
	border-left:1px dotted #9c9e9f;
	padding-left:10px;
	}	

/* left menu bar */

#leftnav {
	display:inline;
	width: 200px;
	float: left;
	}

#main {
	float:left;
	width:940px;
	position:relative;
	margin-top: 0px;
	padding:15px 10px;
	background:#fff;	
}

#mainright {
	display: inline;
	width: 620px;
	float:left;
	position:relative;
	margin-right: 0px;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	z-index:3;
}

#maincontent {
	left:0px;
	width: 620px;
	padding:0px;
	border:0;
}

#topnavbar {
	text-align: center;
	height: auto;
	width: 957px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	padding: 4px;
	margin: 0px;
	position: relative;
}

/* footer bar*/

#footer {
	clear:both;
	margin:0px;
	text-align: center;
	width: 930px;
	padding: 5px 15px;
	background:#949597; 
	float:left;
	color:#fff;
	border-top:1px solid #828385;
}

#footer p{
	height: 10px;
	margin: 0px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover{color:#fff;}

#footer span{font-weight:bold;}


/* Headings */

H1 {
	margin:0px;
	padding:5px;
	font:bold 14px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#9c9e9f;
	margin-bottom:5px;
}

#rightnav h1{margin-bottom:0;}
#rightcol h1.pink{margin:0;}

H1.green {
	background-color:#8cbb15;
	color:#fff;
}

H1.orange {
	background-color:#ed7902;
	color:#fff;
}

H1.pink {
	background-color:#da007a;
	color:#fff;
}

H1.blue {
	background-color:#00a5e0;
	color:#fff;
}

H1.grey {
	background-color:#9C9E9F;
	color:#fff;
}

H1.black {
	background-color:#000;
	color:#fff;
}

H3 {
	margin: 0px; 
	padding: 0px; 
	font-size: 11px; 
	font-weight: bold;
}

H2 {
	margin: 0px;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}

H4 {
	margin: 0px;
	padding: 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}

H5 {
	margin: 0px;
	padding: 3px 0px 3px 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	}
H6{
	background-color: #000099;
	margin: 0px;
	padding: 4px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

P {
	margin-top: 10px;
}

img.padding{padding:5px 5px 5px 0}

.white {
	padding-top: 10px;
	padding-left:10px}

FORM {
	
	padding: 0px;
	}

table {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 11px;
	}
	
img{ border: 0 none;}

th {
	height: 10px; 
	text-align: left;
}

UL {
	padding-right: 5px; 
	padding-bottom:0px; 
	margin: 10px 0px 0px 5px;
	list-style: square inside;
	}


.int_txtbox {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 9px;
	text-decoration: none;
	bottom: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	margin: 0px;
	z-index:3;
}

.int_txtbox_upload_download {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 9px;
	text-decoration: none;
	bottom: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	margin: 0px;
	z-index:3;
}

#loginBar  {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 11px;
	text-decoration: none;
	position:absolute;
	top:150px;

	
	
}
#loginBar a:link {
	text-decoration: none;
	font-weight: bold;
}
#loginBar a:visited {
	text-decoration: none;
	font-weight: bold;
}
#loginBar a:hover {
	font-weight: bold;
	text-decoration:underline;
}

#date{
	padding-top: 5px;
	position: absolute;
	right: 5px;
	text-align: right;
	z-index: 5;
	font-size: 11px;
	left: 21px;
	top: 137px;
}

#leftnav form {
	color: #000066;
	margin-right: 5px;
	margin-left: 5px;
}

#leftnav p{
	padding-bottom: 2px;
	padding-left: 8px;
	padding-top: 0px;
	font-weight: normal;
	padding-right: 6px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.side-menu p {
padding:0;
margin:0;
}
#leftnav a:link {
	text-decoration: none;
	font-size: 11px;
}

#leftnav a:hover {
	text-decoration: underline;
	font-size: 11px;
}
#leftnav a:visited {
	text-decoration: none;
	font-size: 11px;
	
}

#rightnav form {
	color: #000066;
	margin-right: 5px;
	margin-left: 5px;
}

#rightnav p{
	padding-bottom: 2px;
	padding-left: 8px;
	padding-top: 0px;
	font-weight: normal;
	padding-right: 6px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.side-menu p {
padding:0;
margin:0;
}
#rightnav a:link {
	text-decoration: none;
	font-size: 11px;
}

#rightnav a:hover {
	text-decoration: underline;
	font-size: 11px;
}
#rightnav a:visited {
	text-decoration: none;
	font-size: 11px;
	
}

/* Main Content (right column) */

#maincontent li {
	margin-left: 20px;
	margin-right: 5px;

}
#maincontent p {
	margin-left: 5px;
	margin-right: 5px;
}

#indexpage-boxes {
	left:0px;
	margin-top:5px;
	width: 550px;
	position: relative;
	text-align: center;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	height: 183px;
	}
#indexpage-boxes p {
	color: #FFFFFF;
	margin: 0px;
	padding: 1px;
}	
#indexpage-boxes a, visited{
	color: #FFCC00;
}
#indexpage-boxes a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
#maincontent2 {
	left:0px;
	width: 550px;
	position: relative;
	border: 5px none #000099;
}
#skins-ad {
	float: left;
	width: 550px;
	left: 0px;
	padding: 0px;
	background-image: url(pics/photogallery-ad.jpg);
	height: 194px;
	background-repeat: no-repeat;
	margin: 0px 2px 2px;
	position: relative;
}

#skins-ad p{
	color: #FFFFFF;
	width: 200px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding:7px;
	left:7px;
	top:1px;
}

#skins-ad a:hover{
	color: #0000FF;
	}
#sub-news {
	width: auto;
	left: 0px;
	margin-left: 0px;
	border-top: 1px none #000066;
	border-right: 1px none #000066;
	border-bottom: 1px none #000066;
	border-left: 1px none #000066;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}
#date{color:#FFFFFF;}
.content {margin-top: 0px; padding-left: 20px;}
/* -------------- Left Navigation ---------------- */
.int_txtbox {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 9px;
	text-decoration: none;
	bottom: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	margin: 0px;
}

.int_form {
	margin: 0px;
	padding: 0px;
	top: 0px;
}

#homepage a:link {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#homepage a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#hompage a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
/* -------------- Main Content ---------------- */
#maincontenttemp {
	width: 475px;
	position: relative;
}
#maincontentnew {
	width: 400px;
	background-image: url(images/tablemain-main.gif);
	position: relative;
}
th {
	font-size: 12px;
	font-weight: normal;
	}
.tablemiddle p{margin: 5px;}

/* -------------- Main content Table ---------------- */

.tablemaintop {height: 22px; background-image:  url(images/tablemain-top.gif); font-size: 11px; color: white; text-align: left; padding-left:0px; }
.tablemainmiddle {
	height: auto;
	margin: 0px;
	padding: 0px;
}
.tablemainmiddle2 {
	height: auto;
	width: 555px;
	margin: 0px;
	padding: 0px;
}
.tablenewtop {height: 22px; background-image:  url(images/whatsnew-top.gif); font-size: 11px; color: white; text-align: left; }
/* --------------Media Styles----------------------*/
a.h1link:link {text-decoration: none; }
a.h1link:visited {text-decoration: none;}
a.h1link:hover {text-decoration: underline;}
/* --------------  ---------------- */

.tableadminmiddle {background-image: url(images/tableadmin-main.gif); padding-left: 8px; margin-top: 0px;padding-right: 5px;}
.asterisk {font-size: 16px; font-weight: bold; vertical-align: middle;}
.imagefloatright {	float:right;	border:0px;	margin:0px 2px 0px 0px;	padding: 0px;}
.imagefloatleft {
	float:left;
	border:0px none;
	margin:5px 5px 0px 10px;
	padding: 0px;
}


.main-newsimage {
	left: 0px;
	top: 10px;
	width: 200px;
	padding: 2px;
	height: auto;
}
.newstext {
	padding: 2px;
	width: auto;
	top: 0px;
	margin-top: 0px;
	left: 0px;
}
#bold {	font-weight: bold;		}
		
#scoreboard-text 
{
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFFFFF;
		}
#floattext {
	width:555px;
	vertical-align:bottom;
	position:absolute;
	top: 32%;
	left: 30%;
		}
#ebtm a:link{ 
	color: #9999FF;
	text-decoration: none;
	font-weight: bold;
}
#ebtm a:visited{ 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#ebtm a:hover{ 
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#calendar {
	font-size: 10px;
	font-weight: normal;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	border: 1px none #000066;
	width: 555px;
	background-image: url(calendar/assets/calendar-bkdrp.gif);
}

#calendar td{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px 2px 5px;
	border: 1px none #000099;
}

#calendar a:link{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

#calendar a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

#calendar a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar td.calendarbox{
	margin: 0px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	}

#gigs {
	font-size: 10px;
	font-weight: normal;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	width: 555px;
	
}

#gigs td{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px 2px 5px;
}

#gigs a:link{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

#gigs a:visited{
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

#gigs a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#gigs td.calendarbox{
	margin: 0px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	}

/* --------------------- Styles for Game Section --------------------------- */

#games{
	height: auto;
	color:#FFFFFF;
	width: 555px;
}

#games h1{
	margin: 0px;
	padding: 3px 0px 3px 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFFFFF;
	background-color:  #660099;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
#games H4 {
	margin: 0px;
	padding: 3px;
	font: bold 11px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #000000;
	background-color:  #B9B7CA;
}

#games H5 {
	margin: 0px;
	padding: 3px 0px 3px 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFFFFF;
	background-color:  #660099;
}

#games h1 a:link{
	color:#FFFFFF;
}

#games h1 a:hover{
	color:#FFFFFF;
}
#games h1 a:visited{
	color:#FFFFFF;
}

#games a:link{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#games a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#games a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#rules-text{
	color: #FFFFFF;
	padding: 5px;
	margin: 2px;
	overflow: scroll;
	height: 382px;
	border: 1px solid #FFCC00;
	background-image: url(games/assets/transparency.gif);
}

#rules-text2{
	color: #FFFFFF;
	
}
#rules-text2 font {
	color: #FFFFFF;
}
#rules-text2 a:link {
	color: #FFFFFF;
}

#rules-text2 a:visited {
	color: #FFFFFF;
}

#rules-text2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#rules-text2 strong{
	color:#FFFFFF}
	
/* -------------------------- Horoscope Section Styles ----------------------------*/

#horo-top {
	width: 555px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	left: -1px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FF99FF;
}

#horo-main {
	width: 555px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #FF99FF;
}
#horo-astro {
	width: 555px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#horo-astro p{
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	
}

#horoscope-boxes {
	width: 555px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	left: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px none #CCCCCC;
}

#horoscope-boxes a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	font-size: 11px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}

#horoscope-boxes a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}

#horoscope-boxes a:hover {
	color:#660099;
	text-decoration: underline;
	font-weight: bold;
	clip: rect(auto,auto,auto,5px);
}

#bold-white {
	color:#FFFFFF;
	font-weight: bold;
		}

/* --------------------- Cartoon Section Styles ----------------------- */

#cartoon {
	width: 555px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	left: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: auto;	
}
#cartoons{
	width: 555px;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}


#cartoons h1 {
	margin: 0px;
	padding: 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFFFFF;
	background-color: #000099;
	border-top: 1px solid #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px none #FFCC00;
}
	
#cartoons h2 {
	margin: 0px;
	padding: 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFFFFF;
	background-color: #0066FF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
	
#cartoons h4 {
	margin: 0px;
	padding: 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFFFFF;
	background-color: #000099;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
#cartoons h3 {margin: 0px; padding: 0px; font-size: 11px; color: #0C0CA5; font-weight: bold;}

#calling-students {
	background-color: #FFFF99;
	padding: 5px;
}

/* --------------------- Sudoku styles ----------------------- */

#sudoku { 
	width: 555px;
	margin-left: 0px;
	text-align: left;
	position: relative;
	left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#sudoku h1{ 
	margin: 0px;
	padding: 3px;
	font: bold 12px "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFFFFF;
	background-color: #006600;
	border-top: 1px solid #FFCC00;
	border-right: 1px none #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px none #FFCC00;
}
#contactbox {
	border: 1px dashed #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.contactbox {
	border: 1px solid #344549;
	padding: 5px;    font-size: 12px;
	color: #5B5B5B;
}
/* election */

#election-main {
	width: 550px;
	/*background-image: url(election/assets/election-background.jpg);
	height: 600px;*/
	padding: 0px;
	margin-top: 0px;
}
#election-main h1{
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}


#election-formbox {
	padding: 5px;
	margin: 5px;
	width: auto;
	border: 1px dotted;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	color: #023668;
}
#election-errorpage {
	background-image: url(election/assets/election-error.jpg);
	height: 600px;
	border: 1px #023668;
}
/*New Media Section*/

#stats-table {
font-size:10px;
	
}

#stats-table p{
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
}
#members-title {
color:#333366;
font-weight:bold;
font-size: 18px;
padding-bottom: 8px;
text-align:center;

}
#members-header{
padding: 20px 4px 4px;
font-size: 11px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffac00;
margin-bottom: 5px;
width:250px;
margin-right: 8px;
}
#members-header a:link{ color: #000000; font-weight: bold;}
#members-header a:visited{color: #000000;font-weight: bold;}
#members-header a:hover{
color: #000099;
font-weight: bold;
text-decoration: underline;
}

/* SURVEYS */

#mainSurvey {
	width:550px;
	height:auto;
}

#mainSurvey h5 {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 4px 4px 4px 10px;
	margin: 0px 20px 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#mainSurvey tickboxarea {
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #666666;
	background-color: #FFFFF4;
	padding: 5px;
}

#mainSurvey survey {
	background-image: url(images/paper-bkdrp.jpg);
	width: 550px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	height: 100%;
}

#mainSurvey survey p {
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	margin-left: 20px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	margin-right: 20px;
}

#mainSurvey survey a:link {
	font-weight: bold;
	color: #000000;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
}
#mainSurvey survey a:hover {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#mainSurvey survey a:visited {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	color: #000000;
}

#mainSurvey survey-topbar {
	width: 550px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#mainSurvey survey td {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #000000;
	font-weight: bold;

	margin: 0px;
	padding: 2px;
	font-size: 12px;
}

#mainSurvey .splashtext {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 15px;
	color: #000066;
	border: 1px dashed #000099;
	margin: 25px 15px 15px;
	font-style: italic;
}

/*style to make header links bold */

a.headerlink {
font-weight:bold;
}

/*style to color links in old menu*/
#old_menu .nav ul {
	list-style:url(none) none;}
#old_menu {
	padding: 0px;
	z-index:200;
	}
#old_menu ul {}

#old_menu a:link {}
#old_menu a:visited {}
#old_menu a:hover {
	text-decoration:underline;}

#jmenu {
	position:relative; 
	z-index:200;

}



/*horizontal menu styles */
ul #navh {
background-color:#000099;
padding: 0;
margin:0;
width:762px;




}
#navh, #navh ul {
	
	padding: 0;
	margin: 0;
	list-style: none;

}

#navh a {
	display: block;
	
	color:white;
	width: 103px;
}

#navh li {
background:#000099;
padding-left:5px;
padding-top:2px;

	float: left;
	width: 101px;
	border:1px solid white;
	text-align:center;
	
}

#navh li ul {
	position: absolute;
	display:block;
	left: -999px;
	
}

#navh li:hover ul {

	left: 0;
	
}
#navh li:hover ul li {
background-color:#0099CC;

display:block;
	float:left;

}

#navh li:hover ul, #navh li.sfhover ul {
	left: 650px;
	display:block;
	float:left;
}
#navh #final_item {

width:105px;}


/* scrolling marquee */

/*new marquee styles */

#scrolling-marquee marquee {width:880px;}
#scrolling-marquee2 marquee {width:880px;}
#scrolling-marquee3 marquee {width:880px;}

#scrolling-marquee {
    width: 880px;
	position: absolute;
	left: 84px;
	top: 100px;
}
#scrolling-marquee2 {
    width: 880px;
	position: absolute;
	left: 84px;
	top: 100px;
}
#scrolling-marquee3 {
    width: 880px;
	position: absolute;
	left: 84px;
	top: 100px;
}
#marquee-top {position: absolute; left:10px; top: 100px;}
#marquee-top p {padding:0px; margin:0px; font-weight: bold;}

#scrolling-marquee a:link{
	color: #000000;
	text-decoration: none;
}
#scrolling-marquee a:visited {
	color: #000000;
	text-decoration: none;
}
#scrolling-marquee a:hover {
	color: #000000;
	text-decoration: underline;
}

#scrolling-marquee2 a:link{
	color: #000000;
	text-decoration: none;
}
#scrolling-marquee2 a:visited {
	color: #000000;
	text-decoration: none;
}
#scrolling-marquee2 a:hover {
	color: #000000;
	text-decoration: underline;
}
#scrolling-marquee3 a:link {
	color: #000000;
	text-decoration: none;
}
#scrolling-marquee3 a:visited {
	color: #000000;
	text-decoration: none;
}
#scrolling-marquee3 a:hover {
	color: #000000;
	text-decoration: underline;
}
.nonjava {
		text-align:center;
}

#webfooter {
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000066;
	padding: 4px;
	font-weight: bold;
}

#webfooter a:link {
	color: #ffffff;
	font-weight: bold;
}
#webfooter a:visited {
	color: #ffffff;
	font-weight: bold;
}
#webfooter a:hover {
	color: #FFCC33;
	font-weight: bold;
}

#pscroller2{
	font-size:1.1em;
	left: 8px;
	top: 5px;
	
}

#pscroller2 p{
	width: 545px;
	text-align:center;
	
}
#pscroller2 a:link, a:visited{
	text-decoration: none;
	text-align:left;
	color: #fff;
}
#pscroller2 a:hover{
	text-decoration: underline;
	text-align:left;
	color: #fff;
}
.style1 {
	color: #000;
	font-weight: bold;
}
/* -------------- Calendar ---------------- */

#calendar_small{width:200px; text-align:center; margin-left:10px; margin-top:5px;}

.calendar_small_title {
	color:#fff; 
	background-color:#9c9e9f; 
	border:1px solid #eceded; 
	padding:5px 5px; 
	font-weight:normal;
}

.weekend {background-color:#000;}

td.calendar_small_row {
	color:#fff; 
	background-color:#9c9e9f; 
	border:1px solid #eceded;
}

.calendar_small_row a:link {color:#fff;}
.calendar_small_row a:hover {color:#fff;}
.calendar_small_row a:visited {color:#fff;}

.calendarbox {
	background-color:#fff; 
	color:#666; 
	border:1px solid #eceded; 
	padding:3px 5px;
}

.calendarbox_event {
	background-color:#00a5e0; 
	color:#eceded; 
	border:1px solid #eceded; 
	padding:3px 5px;
}

.calendarbox_event:hover {
	background-color:#00a5e0; 
	color:#fff; 
	border:1px solid #eceded; 
	padding:3px 5px;
}

.calendarbox_event a:link{color:#eceded;}
.calendarbox_event a:visited{color:#eceded;}
.calendarbox_event a:hover{color:#fff;}

/* -------------- End Calendar ---------------- */

.sitemap {font-size: 12px;
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #0099FF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	}

.asitemap {font-size: 12px;
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#0099FF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ffffff;
	}
	
	
/*mini-zone styles - do we even use this? */
ul div.mini-zone{
	font-size: 12px;
	width: 100px;
	height: 50px; 
	padding:20px;	
}
li:hover div.mini-zone {
	top: auto;
	left: auto;
	right: 20px;
}
.next_menu {
position:absolute;
right:5px;
top:0px;}	
	
/*css menu*/
.you_are_here {
	font-weight: bold;
	display: block;
	font-size: 12px;
	width: 198px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-indent:5px;
	padding-top: 4px;
	clear:both;
}
#you_are_here {
	font-weight: bold;
    display: block;
	font-size: 12px;
	width: 198px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-indent:5px;
    padding-top: 4px;
    clear:both;
}


ul {margin:0;	padding:0;	list-style-position: outside;}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		width : 190px;
		z-index:40;	
}
#nav li { /* all list items */
		width : 200px;
		background-color: #fff;
		z-index:40;
		/*used to fix large issue in ie when > at end of link*/
		float:left;		
		position:static;
}
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		/*change margin-left to change child flyout position*/
		margin-left : 200px;
		/*change margin-top to valign child menus*/
		margin-top : -19px;
		z-index:45;
}
#nav li ul ul { /* third-and-above-level lists */ left: -999em;	}
#nav li ul ul ul { /* fourth-and-above-level lists */	left: -999em;}
#nav li a {	/* width specific for ie 5.5 w/idth then overrides for other browsers*/
		width : 200px;
		w\idth : 192px;
		display : block;
		font-weight : bold;
		font-size:11px;
		text-decoration : none;
		text-indent:5px;
		z-index:40;
		padding:5px 2px;
		position:static;
		border-bottom: 1px solid #ccc;
		border-left: 4px solid #ccc;
}
#nav li a:hover {
		z-index:40;
		text-indent:5px;
		color: #666;
		border-bottom: 1px solid;
		border-left: 4px solid;
		padding:5px 2px;
		text-decoration : none;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul {left: -999em; z-index:45;}
	
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul,
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul, 
#nav li li li li.sfhover ul 
{/* lists nested under hovered list items */left: auto;}
*:first-child+html #nav {height: 1%;} 
*:first-child+html #nav li {height: 1%;} 
*+html #nav li:hover ul {left : 0px; /* IE7 fix */}
/*fix for new nav, means that h1 tag sits below the nav which is floating in order to display correctly in firefox*/
	h1	{clear:both;}

/*css hack for ie7 styles for hiding the menus*/
*+html #nav li:hover ul ul, *+html #nav li:hover ul ul ul, *+html #nav li:hover ul ul ul ul	{left: -999em;}
*+html #nav li:hover ul, *+html #nav li li:hover ul, *+html #nav li li li:hover ul,	*+html #nav li li li li:hover ul {left : 0px; /* IE7 fix */}
.nav_right
	{
		position:static;		
		w\idth: 185px;
		text-align:right;
		display:block;
		margin-top:-14px;
	}
	
#wrapper {margin: auto; width:965px;}
.minisite_topbar {background-color:#03026a; width:100%; background-image:url(pics/minsite_topbar_bg.gif);}
.minisite_text {
padding-top:3px;
padding-bottom:3px;
background-image:url(pics/minsite_topbar.gif);
background-repeat:no-repeat;
width:900px;
margin: auto;
width:965px; 
color:#FFFFFF;
font-weight:bold;
}

/****Hover stuff*****/
.text_description  a {
	display:block;
	text-decoration: none;
	position:relative;
	margin:auto;
	background-image:url(admin_pics/more_info.gif);
}
.text_description  a span { display:none;}

.text_description  a:hover span {
position: absolute;
display: block;
width: 200px;
left: 0px;
top: 30px;
padding: 5px;
border: 1px solid #000000;
background: #FFFED4;
text-decoration: none;
filter: alpha(opacity=90);
opacity: 0.9;
-moz-opacity: 0.9; 
font: normal 11px auto "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
color: #000;
z-index: 10;
}
.text_description a.tick {

	width:20px;
	height:20px;
	margin:auto;
	text-decoration: none;
}
/************end of hover*************/

/****Hover stuff for communication group*****/
.group_description  a {
	display:block;
	text-decoration: none;
	position:relative;
	margin:auto;
}
.group_description  a span { display:none;}

.group_description  a:hover span {
position: absolute;
display: block;
width: 115px;
left: 0px;
top: 30px;
padding: 5px;
border: 1px solid #000000;
background: #FFFED4;
text-decoration: none;
filter: alpha(opacity=90);
opacity: 0.9;
-moz-opacity: 0.9; 
font: normal 11px auto "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
color: #000;
z-index: 10;
}
.group_description a.info {
	width:auto;
	height:auto;
	margin:auto;
	text-decoration: none;
}
/************end of hover*************/



/**********communications(logged in) and register(not logged in) ****************/
.communication1 {font-size: 14px; padding:5px;}
.communication2 {font-size: 10px;}
.communication3 {font-size: 12px; padding:5px;}
.communicationimg {border:1px solid #adadad; width:60px; background-color:#fff; padding:2px;}
.communication4 {font-size: 13px; padding:5px; color:#414042; margin-top:10px; font-weight:bold; border-bottom:1px solid #adadad;}
.communicationbg {width:100%; padding-bottom: 5px; background-color: #F7F7F7; border: 1px dotted #515151;border-top: none;}
.logintitle a:link{color:#fff;}
.logintitle a:hover {color:#fff;}
.logintitle a:visited{color:#fff;}
/********end of comms + reg***********/

/****update mydetails****/
.updatemydetails {
color:	#4f4f4f;
width:250px; 
font-size:14px; 
font-weight: bold;
float: left; 
background-color:#e7e7e7; 
margin: 5px; 
padding:4px;
border: 2px solid #C6C6C6;
border-top: 2px solid #4f4f4f;}
/************************/
.banner{position: absolute; top: 20px; right: 20px;}


/* -------------- CUSTOM BUGS ---------------- */

/* -------------- Top Menu ---------------- */

div.menu{	
	position:absolute;
	top:171px;
	margin-left:0;
	left:0;
}

div.menu ul{
	background:#fff; 
	float:left; 
	width:930px; 
	border:0; 
	margin-left:0px;
	background:transparent url(images/menu_bg.png) left top repeat-x; 
	list-style-type:none;
	height:42px;
	padding-left:30px;
}

div.menu ul li{float:left;}

div.menu ul li a:link, 
div.menu ul li a:visited{
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#fff; 
	display:block; 
	height:20px; 
	padding:7px 15px 7px 15px; 
	text-decoration:none; 
	font-size:13px;
	border-left:1px solid #3cc7f0;
	border-right:1px solid #0aa4d6;
}

div.menu ul li.last a:link, 
div.menu ul li.last a:visited{
	border-right:0;
}

div.menu ul li:hover a, 
div.menu ul li a:hover{
	background-color:#da007a;
}

div.menu ul li ul, 
div.menu ul li ul li ul, 
div.menu ul li ul li ul li ul{
	position:absolute;
	margin-left:-10000px; 
	z-index:99999; 
	width:230px;
}

div.menu ul li ul li, 
div.menu ul li ul li ul li{
	float:none;
}

div.menu ul li:hover ul{margin-left:0px;}

div.menu ul li ul li a:link, 
div.menu ul li ul li a:visited, 
div.menu ul li ul li ul li a:link, 
div.menu ul li ul li ul li a:visited{
	background:#00a5e0; 
	border:1px solid #3cc7f0; 
	border-top:0; 
	text-transform:capitalize;
}

div.menu ul li ul li:hover a, 
div.menu ul li ul li a:hover, 
div.menu ul li ul li ul li:hover a, 
div.menu ul li ul li ul li a:hover{
	background:#da007a none;
}

div.menu ul li ul li ul{
	width:auto; 
	left:-10000px; 				/* Stop sub-sub menu from flickering */
}

div.menu ul li ul li:hover ul{
	margin-left:150px; 
	left:0;  					/* Reset for above flicker fix */ 
	margin-top:-35px; 
	width:150px;
}

/*** shadows for all but IE6 ***/
div.menu ul li ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	border:0;
}
div.menu ul li ul.sf-shadow-off {
	background: transparent;
}

.searchbox{
	background:transparent url(images/search_bg.png) left top no-repeat; 
	display:block; 
	width:155px; 
	height:50px; 
	float:right; 
	top:100px; 
	left:0px;
	margin-left:700px;
	padding-left:80px;
	padding-top:5px;
	position:absolute;
}

.greybg{
	float:left;
	background:#eceded; padding:10px;
}

.login_btns{margin-left:58px; margin-top:5px;}

.login_btn, a.login_btn{
	background:#fff;
	color:#979799;
	border:0;
	font-weight:bold;
	padding:0;
	margin:0;
}

/* Links */

a:link, a:visited {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.side-menu li {

	border-top-color:#ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-image: url(/files/skinfiles/7915-menuback1.jpg);
	background-repeat: repeat-y;
}

.side-menu ul a {
	color:#FFFFFF;
}
.side-menu ul a:visited {
	color:#FFFFFF;
}

/* background color styles and link color styles for menu */

/*root level menu colors */
.side-menu ul li:hover{
	color:#FFFFFF;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-image: url(/files/skinfiles/7915-menuback2.jpg);
	background-repeat: repeat-y;
}
.side-menu ul li:hover div {
	color:#FFFFFF;
}
.side-menu ul li:hover a {
color:#FFFFFF;
}
.side-menu ul li:hover div ul li a {
color:#FFFFFF;
}
.side-menu ul li div ul li:hover a {
color:#FFFFFF;
}
ul li.side_list div ul li:hover div ul li a {
color:#FFFFFF;
}
ul li.side_list div ul li div ul li:hover a {
color:#FFFFFF;
}
.side-menu ul div ul li div ul li:hover div ul li a{
color:#FFFFFF;
}
.side-menu ul div ul li div ul li div ul li a:hover {
color:#FFFFFF;
}
.side-menu ul div ul li div ul li div ul li:hover {
color:#FFFFFF;
}
.side-menu ul a:hover {
	color:#FFFFFF;
}
.you_are_here {
color: #00AEE3;
background-color: #ffffff;
border-left-color: #ffffff;
}
#you_are_here {
color: #00AEE3;
background-color: #ffffff;
border-left-color: #ffffff;
}

/*new css menu*/
#nav{
	height: auto;
	}
#nav li a:link, #nav li a, #nav li a:visited {
		color : #FFFFFF;
		background-color : #ffffff;
		border-color: #ffffff;
		background-image: url(/files/skinfiles/7915-menuback1.jpg);
		border-top-color: #ffffff;
		border-right-color: #ffffff;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
	}

#nav li a:hover {
		background-color : #ffffff;
		background-image: url(/files/skinfiles/7915-menuback2.jpg);
		color: #FFFFFF;
		border-right-color: #ffffff;
		border-bottom-color: #ffffff;
		border-left-color: #ffffff;
	}

