@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
html {
	border:0;
	height:100%;
	min-height: 100%;
	margin-bottom: 1px; /*Forces a Vertical Scrollbar in non-IE browsers*/
}
body {
	background-color:transparent;
	background:url(../images/ridgway_washout_small.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #555753;
	text-align:center; /*For ie5.5 */
}
div#container {
	position: relative;
	margin:0 auto;
	width:760px;
	font-size: 1em;
  	text-align:left;
}
div#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height:80px;/*Height of logo/header************************************************************************/
	left: 0px;
	background: url(../images/ridgway_logo3.gif) no-repeat top left;
}
.menu, .menu2 {
	position: absolute;
	top: 80px;/*This value is the same as the height of the header*/
	width: 100%;
	height:20px;/*Make this heigh enough for any menu you may want here***************************************/
	padding:0.3em 0;
	left: 0px;
	border-left:0px;
	border-right:0px;
}
.menu2 {
	/*This is placed immediately below menu, with its top positioned absolutly underneath (80px+20px)*/
	position:absolute;
	top:110px;
	font-size:0.8em;
}
.menu ul, .menu2 ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
	}
.menu li, .menu2 li, div#bottom li {
	display: inline;
	margin: 0 0.25em;
	}
div#main {
	padding-top: 150px;/*This is the height of the header+menu(s)+any borders.****************************************
	Also need to modify ie5 conditional comment below. A lesser value due to box model*/
	width: 100%;
	text-align:center;
}
div#footer {
	clear:both;
	text-align:center;
	background-color:#99C8DD;
}
div#col1 {float:left; width:33.33%;
}
div#col2 {float:left; width:33.33%;
}
div#col3 {float:left; width:32.33%;
}
div#pics p{
	margin:0;
	padding:0.5em;
	border:0;
	text-align:center;/*To centre images*/
}
div#map {
	margin:0 auto;
	}
div#credits {
	text-align:center;
	font-size:0.6em;
	color: #555753;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {/*To re-set block-level items after getting rid of all default padding in 1st CSS rule*/
    margin:1em 5%; 
}
p {
	margin:1em 1em 1em 0;
	text-align:left;
	line-height:1.2em;
}
p.top {
	margin:0 0 1em 0;
	text-align:center;
	font-style:italic;
}
h1 {
	color:#96988E;
	margin:0.4em 0 0.4em 0;
	font-size: 1.9em;
	text-align:center;
	}
h1.top {
	margin:0;
	}
h2 {
	margin:0.4em 0 0 0;
	font-size:1.3em;
	text-align:left;
	}
h3 {
	margin:0 0.8em;
	font-size:1.5em;
	text-align:center;
	}
img {

	}
img.right {
	float:right;
	margin:0 0 1em 1em;
	}
img.left {
	float:left;
	margin:0 1em 1em 0;
}
b {
	font-weight:normal;
}
.inline {
	display:inline;
	}
.center {
	text-align:center;
	}
.right {
	text-align:right;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #44A4C8;
	}
a.line:link {
	text-decoration: underline;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99C8DD;
	}
a.line:visited { 
	color: #958A86;
	}
a:hover, a:active, a:focus { 
	text-decoration: underline; 
	color: #958A86;
	}
table {
	margin-top:2em;
	font-size:10px;
	line-height:1em;
}
td {
	text-align:center;
	border-color:#999999;
	border-width: 0 1px 0 0;
	border-style: solid;
	margin: 0;
}
td.last {
	border-width: 0 0 0 0;
}