/* CSS Document */
body	{
	background: #fff url(../images/backgroundGradient.jpg) repeat-x fixed left bottom;
	color: #154040;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;
	/*font-size: small;*/
	}


body{
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

html>body {
    font-size:    small
    /* be nice to Opera */
    }	
	
p {
	/*This helps to line up floating images with text*/
	margin-top: 0.6em;
}

#wrapper	{
	background: #fff;
	color: #333;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #566;
	/*voice-family: "\"}\"";
	voice-family:inherit;*/
	width: 648px;
	position: relative;
	}

html>#wrapper	{
	width: 648px;
	} 

#menu {
	margin: 0px;
	padding: 0;
	position:relative;
	margin-top: 10px;
	text-align: left;
	z-index:15;
	font-size: 13px;
	}
.nav {
	position: absolute;
	width: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #257272;
	text-decoration: none;
	z-index: 16;
	text-align: left;
}
#nav1 {
	left: 2%;
	width: 11%;
}
#dropone{
	left: 2%;
	width: 15em;
}	
#nav2{
	left: 12%;
	cursor: default;
	width: 20%;
}
#droptwo{
	left: 12%;
	width: 40%;
}
#nav3{
	left: 33%;
	cursor: default;
	width: 17%;
}
#dropthree{
	left: 33%;
	width: 23%;
}
#nav4{ 
	left: 51%;
	width: 26%;	
	cursor: default;
}
#dropfour{
	left: 51%;
	width: 8%;
}

#nav5{
	left: 77%;
	width: 23%;
	cursor: default;
}
#dropfive{
	left: 77%;
	width: 22%;
}
a.tnav, a.tnav:link, a.tnav:active, a.tnav:visited
{
	color: #257272;
	text-decoration: none;
	font-weight: normal;
}
a.tnav:hover{
	background: #339999;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.dropnav {
	position: absolute;
	top: 16px;
	background: #257272;
	visibility: hidden;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	LIST-STYLE-TYPE: none;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 17;
}

.lnav {
	DISPLAY: block;
	COLOR: #fff;
	BACKGROUND-COLOR: #257272;
	TEXT-DECORATION: none;
	margin: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width:100%;
	line-height:1.1em;
	padding-top:2px;
	padding-bottom:2px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339999;
}


a.lnav {
	DISPLAY: block;
	COLOR: #fff;
	BACKGROUND-COLOR: #257272;
	TEXT-DECORATION: none;
	margin: 0px;
	padding-left: 0.5em;
	padding-right: 0.5em;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339999;*/
}
a.lnav:active, a.lnav:visited {
	DISPLAY: block; 
	COLOR: #fff; 
	BACKGROUND-COLOR: #257272; 
	border-bottom-color: #339999;
	TEXT-DECORATION: none;
	/*margin: 0px;*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}
a.lnav:hover {
	DISPLAY: block; 
	COLOR: #fff; 
	BACKGROUND-COLOR: #339999; 
	TEXT-DECORATION: none;
	/*margin: 0px;*/
	padding-left: 0.5em;
	padding-right: 0.5em;
}


	/*General links*/	
#pagebody a:link, #pagebody a:visited,  #footer a:link, #footer a:visited {
	text-decoration : none;
	color: #257272;
	}

#pagebody a:active, #footer a:active {
	text-decoration : none;
	color: #339999;
	border: none;
	}

#pagebody a:hover, #footer a:hover {
	text-decoration : none;
	color: #339999;
	border: none;
	}
	
	/**This enables different section headings to be highlighted while a page from that section is selected
	  *This is a neater way of doing this than faffing with PHP or similar (cf gothicvoices!).
	  **/
body#sectionone #menu #nav1, 
body#sectiontwo #menu #nav2,
body#sectionthree #menu #nav3,
body#sectionfour #menu #nav4,
body#sectionfive #menu #nav5 {
	font-weight: bold;
	}
	
hr {
	clear: both;
}
	
#pagebody	{
	margin: 10px 0 0;
	border: 0;
	text-align: left;
	color: #444;
	background: transparent;
	padding: 10px;
	position: relative;
	z-index: 0;
	}
h1, h2, h3, h4, h5, h6	{
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}
#pagebody h1	{
	margin-top: 35px;
	font-size: larger;
	font-weight: bold; 
    }
#pagebody h2	{
    margin-top: 15px; 
    font-size:   larger;     
    }
#pagebody h3	{
	background-color: #257272;
	color: white;
    font-weight: bold;     
    }
.floatLeft{
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.floatRight{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.questionText {
	font-weight: bold;
}
.hide {
	display:none;
}
.show {
display:block;
}
#footer {
	clear: both;
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 7px 10px;
	text-align: right;
	font-size: x-small;	
	}
.inlineImage {
	vertical-align: text-bottom;
	border: 0px;
	height: 15px;
	width: 23px;
}
.inPageImage {
	border: 1px solid #257272;
}
#home1 {
	padding: 2em; 
	text-align:center; 
	font-size: 180%; 
}
#home2 {
	padding: 1em; 
	width: 250px;
	float:right; 
	font-size: smaller;
	text-align: right;
}
#newsflash {
	color:white;
	background-color:#257272;
	font-size:larger;
	margin-top: -40px;
	text-align:center;
	padding:10px;
	margin-left:40px;
	margin-right:40px;
}
caption {
	font-style: italic;
}
.orderedList {
	padding-top: 6px;
}
.red{
	color: #CC0000;
}.sponsor {
	font-weight: bold;
}
#donateNow{
	float:left;
	color:#FFFFFF;
	width: 90px;
	text-align:center;
	margin-top:5px;
	font-size:larger;
	border: none;
}
.donation a{
	float:right;
	color:#FFFFFF;
	width: 90px;
	text-align:left;
	margin-top:5px;
	margin-right: 5px;
}
div.quoteBlock{
	width:250px;
	border: thin solid #257272;
	padding:5px;
	margin: 5px;
}
span.quote{
	font-style: italic;
}
div#newsHeadlines {
	width:350px;
}
.newsPublishedDate{
	font-size: smaller;
	width:100px;
	float:right;
	text-align:right;
	color: #999;
}
span.fileSize{
	font-size:smaller;
}