

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, div, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, li, ol, dl, address {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

body, html {
	min-height:101%;
	}
	
body {	
	background: #8295a6 url('../images/backgroundpic.jpg') no-repeat scroll center top;
	color:#4c4c4d;
	}

.wrapper {
position: relative;
	margin: 0 auto;
	font-size: 1em;
	width: 1000px;
	
	}


#container {
	width: 1000px;
	margin-top: 40px;
	position: relative;
	float:left;
	background-image:  url('../images/columnbg.jpg');
	}
    
#header {
	
	width: 100%;
	height: 175px;
	background-color: #D1BF91;
	}
#content {
	float: left;
	width: 1000px;
	
	}
#center {
	position: relative;
    float: left;
	width: 710px;
}

#centernorightcolumn {
	position: relative;
    float: left;
	width: 850px;
    background-color: #ffffff;
 
}
#center ul {
	padding: 5px 20px 10px 35px;
	margin: 0;
	
	} 
    
#center li {
	padding: 10px 0px 10px 0px;
	margin: 0;
    font-size: .82em;
	}
    
    #center li .squeeze {
	padding: 10px 0px 10px 0px;
	margin: 0;
	}

#left {
	position: relative;
    float: left;
	width: 150px;
	}
#right {
	position: relative;
    float: left;
	width: 140px;
   margin: 0;
        padding: 0;
	
	}

#right p {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	color: #7F1416;
	font-size: 16px;
	text-align: center;
    margin: 0px;
    padding: 0px;
	}
	
.one {position: absolute; top: 50px; left: 19px; width: 102px; }
.two {position: absolute; top: 240px; left: 19px; width: 102px; }
.three {position: absolute; top: 410px; left: 30px; width: 102px; }
.four {position: absolute; top: 575px; left: 20px; width: 102px;}

#dropbox { 
position: absolute;
top: 100px;
left: 60px;
color: green;
font-size: .80em;
}

#quicklinks {
float: right; 
margin-right: 20px;
margin-top: 10px; 
text-align: center; 
width: 275px; 
background: url('../images/messageboard.jpg') no-repeat;
 }
 
 #quicklinks p {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	font-size: 1em;
	color: #ffffff;
	text-align: left;
	padding: 20px 10px 0px 10px;
	margin: 0px;
	}
	#quicklinks p.title{
	text-align: center;
	}
	#quicklinks p.news{
	font-size: .85em;
	padding: 0px 10px 0px 85px;
	margin: 0px;
	}
	#quicklinks a {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	color: #ffffff;
	}
	
	#quicklinks a:hover {
	text-decoration: underline;
	}
	
	#quicklinks img {
	float: left;
	padding: 10px 20px 0px 20px;
	}
    
    hr {
  border: 0;
  width: 495px;
  color: #7E1416;
background-color: #7E1416;
height: 1 px;
text-align: left;
margin: 0px;
padding: 0px;
}
 
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #7F1416;
	}
	
#footer p {
font-size: .80em;
}
#footer a {
text-decoration: underline;
color: white;
}
#credits {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px 0;
	color: #fff;

	}
	
#credits p {
font-size: .80em;
}
#credits a {
font-size: .80em;
text-decoration: none;
color: white;
}



blockquote
    {
    width: 225px;
    margin: 15px 0px 0px 20px;
    padding: 20px 0px 0px 20px;   
    background: url(../images/quoteup.jpg) top left no-repeat;
}

blockquote p
    {
    margin-right: 30px;
    padding: 0px 0px 0px 0px;
    font-size: .8em;  
    color: #024941;  
    float: left;
    background: url(../images/quotedown.jpg) bottom right no-repeat;
}

cite
    {
    font-size: .8em;
    float: right;  
    margin:  15px 20px 20px 0px;
}  


/* Additional styles */
p {
	padding: 10px 20px 5px 15px;
	margin: 0;
	font-size: .82em;
	}


      
img {
	border: 0;
	}
h1 {
	color: #7F1416;
	font-size: 1.2em;
	font-style:italic;
	font-family: georgia, serif;
	text-align:center;
	padding: 10px 0px 10px 15px;
	}
	
	
h2 {
	color: #ffffff;
	background-color: #7F1416;
	font-size: 1.3em;
	font-style:italic;
	font-family: georgia, serif;
	text-align:left;
    margin-top: -5px;
	padding: 10px 0px 10px 15px;
	border-bottom:solid #7F1416 1px;
	}
    
h3 {
	padding: 20px 20px 5px 15px;
	margin: 0;
	font-size: 1em;
    font-weight: bold;
    color:#4c4c4d;	
	}
    
 h4 {
	color: #7F1416;
	font-size: 1em;
	font-style:italic;
	font-family: georgia, serif;
	text-align:left;
	padding: 0px 0px 10px 80px;
	}
    	

a {
	color: #7F1416;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
    
 form {
	font-size: .82em;
	}

/* Main Left Side Navigation */
#sidebar { margin-top: 30px;
	
	}
#sidebar ul {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	}
#sidebar li {
text-align: right;
border-bottom: solid 1px #002520;
 

	}
#sidebar li a {
	display: block;
	font-size: .80em;
	color: #D1BF91;
	text-decoration: none;
	margin-right: 10px;
	padding: 2px 0 3px 0px;
	

	}
#sidebar li a:hover {
	color: #ffffff;
	}
	
li.main { font-weight: bold;
	font-size: 1em;
    color: #ffffff;
    margin-right: 10px;
	}
/* Minor right Side Navigation */
#sidebar2 { margin-top: 0px;
width: 200px;
	padding-right: 10px;
    padding-left: 10px;
	}
#sidebar2 ul {
	margin-bottom: 0px;
    margin-left: 10px;
	padding: 0;
	list-style: none;
	}
#sidebar2 li {
text-align: left;
 padding: 0;
margin: 0;
	}
#sidebar2 li a {
	display: block;
	color: #7E1416;
	margin-right: 10px;
	padding: 2px 0 3px 0px;
	

	}
#sidebar2 li a:hover {
	color: #024941;
  text-decoration:none;
	}
    
    div.cushycms ul 
{
  list-style-type: square;

line-height: 150%;
}



	
	/* TOP NAVIGATION
    
    ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* TOP NAVIGATION
    
    ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:1000px; height:32px; position:relative; float: right; z-index:100; border-right:1px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; w\idth:998px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:164px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:164px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#ffffff; width:151px; height:30px; border:1px solid #d1bf91; border-width:1px 0 1px 1px; background:#d1bf91; text-align:center; padding-left:11px; line-height:30px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:164px; w\idth:154px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#D1BF91 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 143px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#d1bf91 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#d1bf91 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#d1bf91;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#d1bf91;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #d1bf91;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d1bf92; color:#ffffff; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffffff; background:#d1bf92;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffffff; background:#d1bf92;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}





