/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	font-size: 90%;
	color: #000000;
	background-image:url(images/bg_grad.jpg);
	line-height: 1.166;	
	margin: 0;
	padding: 0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 8px 0 5px 0;
 padding: 0px;
}

h2{
 font: bold 90% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
 letter-spacing: 0.2em;
 text-transform:uppercase;
 
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 200% Arial,sans-serif;
 color: #CCCCCC;
 margin: 0px;
 padding: 0px;
 letter-spacing: 0.2em;
 text-transform:uppercase;
 
}
strong{
 font-size: 0.9em;
 font-weight:600;
 text-transform:uppercase;
 color:#3366CC;
 margin: 0;
 }
	


/*************** list tag styles ***************/

ul{
 list-style-type: square;
 margin: 0 0 0 15px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	margin: 55px 0 0 253px;
	width:628px;
	left: 2px;

}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	margin: 0 0 0 0;
	z-index:1;

}

#pageNav{
	float: left;
	margin: 0 15px 0 0;
	width:185px;
	height: 950px;
	padding: 180px 20px 200px 35px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	text-decoration:none;
	z-index:100;
	background-image:url(images/LogoHead.jpg);
	background-repeat:no-repeat;
}

#content{
	padding: 0px 10px 0px 10px;
	margin:6px 0px 0px 250px;
	border-left: 0px solid #ccd2d2;
	position: absolute;
	
	left: -249px;
	top: 111px;
	width: 600px;
	height: 396px;
	
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ff0000;
	font-weight: bold;
}
#siteNews{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	background-color:#000066;
	font-size:24px;
	font-weight: bold;
	text-align: center;	
	border-top: 1px solid #000066!important;
	border-bottom: 2px solid #000066!important;
	padding: -50px !important;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 82px;
	right: -489px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: -79px;
	right: 111px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(file:///C|/Websites/SavetheRavine/images/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(file:///C|/Websites/SavetheRavine/images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #000000;
	text-align: center;
}

#breadCrumb a{
	color: #005FA9;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 5 5 5 5;
	margin:0;
	font-size: 110%;
	width:100%;
	
	
	
	
	
}
.featurebody{
	margin-top: -20px;
	margin-right:0;
	margin-bottom: 10px;
	margin-left: 6px;
	font-size: 12pt;
	min-height: 100px;
	
}


.feature h3{
	font: bold 19pt Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 0px 0px;
	margin: 0
}

.featurebody img{
	float: center;
	padding: 0px 0px 0px 0px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #666;
	font-size: small;
	color: #666
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	font-size: small;
	margin: 0px;
	padding: 0px;
	line-height: 90%;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #49D146;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 0px 0px -20px;
	border-bottom: 1px solid #cccccc;
	text-decoration:none;
	
}

.relatedLinks h3{
	padding: 5px 0px 0px 0px;
	text-decoration:none;
	text-align:center
}

.relatedLinks a{
	display: block; 
	text-decoration:underline;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	color: #000066;
}

#advert img{
	display: block;
}

/********************* end **********************/
