/***************
 * FCK Styles
 ***************/
span.small {
	font-size: 80%;
}

span.large {
	font-size: 120%;
}

a.pdf, a.fck_doc, a.fck_xls, a.fck_zip, a.fck_aud {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

a.pdf {background-image: url(/site/images/pdficon.gif);} 
a.fck_doc {background-image: url(/site/images/docicon.gif);}
a.fck_xls {background-image: url(/site/images/xlsicon.png);} 
a.fck_zip {background-image: url(/site/images/zipicon.gif);} 
a.fck_aud {background-image: url(/site/images/audicon.png);} 

img.fck_1_border { 
	border:1px;
	border-style:solid; 
	margin:2px; 
	padding:2px;
	border-color:#CCCCCC;  
} 

/******************************************
BASE STYLES
*******************************************/

html, body { 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	margin: 0px; 
	padding: 0px; 
	background-color: #fff; 
	color: #000000; 
	width: 100%;
	height:100%;
	font-size: 95%;
	text-align:justify; 
}

hr { 
	width:100%; 
	border-style:none; 
	background:#fff;
	color:#fff;
	border-top:1px dotted #666666;
	margin:0px 0px 10px 0px;
}

img {
	border: 0px;
}

a:link, a:visited { color: #336699; text-decoration:none;  }
a:hover, a:focus { color: #336699; text-decoration: underline; }

/* colors */
.darkgrey { color:#333333!important }
.blue { color:#336699 !important }
.lightblue { color:#c4e5fe !important }
.grey { color:#888888 !important }
.black { color:#333333 !important }
.red { color: #ed1c24!important }

h1 {
	font-variant: small-caps;
}



/******************************************
 * Layout
 *******************************************/

#topnav {
	height: 24px;
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	text-align: right;
	font-size: 11px;
	color: #333333;
}

#adverts {
	float: left;
	width: 180px;
	text-align: center;
}

#top_menu {
	float: left;
	width: 822px;
	font-variant: small-caps;
}

#body {
	background-image: url(/site/images/background/watermark.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	overflow: hidden;
	width: 590px;
	padding-bottom: 1em;
	min-height: 580px; 
	
}

#body a, #body a.link, #body a.visited, #body a:hover { 
	color:#336699; 
	text-decoration:underline; 		
} 


#right {
	float: right;
	width: 204px;
}

#center, #banner {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
}

#frame {
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 135px;
}

/******************************************
 * top nav
 *******************************************/

#topnav a {
	color: #000000;
	padding: 5px;
	text-decoration: underline;
}

#topnav a:visited {
	color: #a7a6aa;
}

#topnav a:hover {
	color: #ed1c24;
} 

#topnav a:focus {
	color: #ed1c24;
}

#topnav form {
	display: inline;
	margin-left: 10px;
}

#topnav input.searchBox
{
	height: 15px;
	width: 15em;
	border: 1px solid #A7A6AA;
	margin-top: 0em;
	line-height: 15px;
}
#topnav input.submit {
	border: 1px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 2px;
	margin: 0px;
	background-color: #fff;
	background-image: url(../images/background/background-form-element.png);
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

/*******************************************
 * GLOBAL NAVIGATION 
 *******************************************/

/* MAIN NAVIGATION */
ul#nav {
	margin:0px;
	float:left;
	padding: 0px;
	color: #666666;
}
ul#nav li {
	display:inline;
	font-size:13.6px;
	font-weight:bold;
}

ul#nav li:hover a {
	color: #ed1c24;
}

ul#nav li a {
	color: #666666;
	text-decoration: none;
	height:40px;
	float:left;
	cursor:pointer;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
}
ul#nav li a.active {
	float:left;
	cursor:pointer;
	color:#ffffff;
	background-image: url(../images/nav/active.gif);
	background-repeat: no-repeat;
	background-position: center top;
}




/******************************************
test sub nav 
*******************************************/

#navigation {
	width: 204px;
}

#navigation div {
	font-size: 11px;
	color: #8d8d8d;
	line-height: 24px;
	background-image: url(../images/nav/subnav-back2.gif);
	text-indent: 20px;
	margin-bottom: 2px;
	cursor: pointer;
	overflow: visible;
	white-space: nowrap;
}

#navigation a {
	color: #666666;
}

#navigation a:hover {
	text-decoration: none;
}

#navigation div:hover {
	color: #333333;
	background-image: url(../images/nav/subnav-over2.gif);
}

#navigation div.active, #navigation div.active:hover {
	font-weight: bold;		
	color: #FFFFFF;
	background-image: url(../images/nav/subnav-active2.gif);
}

#navigation div.sub, #navigation div.activeSub, #navigation div.openSub {
        text-indent: 35px;
        background-image: url(../images/nav/3lvlsub-greyarrw.gif);
	background-color:#F3F3F3;
}

#navigation div.activeSub {
	/* background-color: #ED9F9F; */
	background-color:#E2E2E2;
	background-image: url(../images/nav/3lvl-sub-on.gif);
	color:#000000;
}

#navigation div.sub { 
	display: none;
}

#navigation div.sub:hover, #navigation div.activeSub:hover, #navigation div.openSub:hover {
	background-image: url(../images/nav/3lvl-sub-on.gif);
}

input.donatesubmit {
	border: 1px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 2px;
	margin: 0px;
	margin-left:3px; 
	background-color: #fff;
	background-image: url(../images/background/background-form-element.png);
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
/******************************************
HEADER 
*******************************************/

#loginbar {
	background:url(/images//elements/loginbar-bg.gif) bottom left no-repeat;
	min-height:20px;
	overflow:auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	
}

/******************************************
FOOTER
*******************************************/

#footer {
	clear: both;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-image: url(../images/background/bgf-footerback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer-content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}

#footer-content div.col {
	padding: 10px;
	width: 160px;
	float: left;
}

#terms {
	clear: both;
	text-align: center;
}

#footer-content div.level1 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

#footer-content div.level2 {
}

#footer-content div.level3 {
	padding-left: 10px;
}
/*****************************/

.subnav-heading {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}

/*****************************
 * Donate Table
 *****************************/

.donate-table {
	background-image: url(../images/background/donateback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #940000;
	height: 40px;
	margin-top: 2px;
}

.donate-input {
	background-image: url(../images/donate/greyback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/******************
 * Polls
 ******************/

#polls select { 
	font-size:11px;
} 

#polls table {
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}

#polls table td {
	padding: 0px;
}

#poll_link {
	margin-left: 12px;
	text-align: left;
}

#polls {
	width: 138px;
	font-size: 11px;
	text-align: center;
	color: #6a6a6a;
	background-color: #f0f0f0;
	padding: 5px 10px 5px 10px;
	margin: 20px 10px 0px 12px;
}

#polls span {
	color: #ed1c24;
	font-weight: bold;
}

/******************
 * News
 ******************/

#news {
	width: 204px;
}

#news div {
	font-size: 11px;
	color: #6a6a6a;
	background-color: #f0f0f0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 17px;
	margin-top: 5px;
}

#news span {
	color: #ed1c24;
	font-weight: bold;
}

#nab { 
	padding-top:20px; 
	margin-top:20px; 
	width:204px; 
	height:95px; 
	text-align:center;
	border-style:solid; 
	border-width:2px; 
	border-color:#EEEEEE; 
	background-image:url(../images/nab.gif);
	background-repeat:no-repeat; 
	background-position:center; 
} 

/******************
 * Adverts
 ******************/

