/* by Nicole Narbonne 2007 skeenastreetstudio.ca */

/*------------------Universal Styles--------------------------------------*/
body { 
	background: url(images/line6.gif) repeat-x;
	
	margin:0px;
	padding:0px;
	
}

a {
	text-decoration: underline;
	color:black;
	}

a:hover { 
	text-decoration: none; 
	color:#666600;
	}
	
#footer a, #footer a:link {
	font-weight: normal;
	text-decoration: none;
	color: white;
}

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

a img {
	border: 0;
}

img {
	padding:5px 0 5px 0;
	}
	
/*----------------------Banner-------------------------*/


 h1#banner{
	height:300px;
	text-indent:-5000px;
	background: url(images/CRVBanner2.gif) no-repeat;
	margin:0px;
	padding:0px;
	background-color:#FBF6B6;
	}

#banner_nav  {
	position:relative;
	padding-left:2%;
	width:30%;
	padding-top:15px;
	float:left;
	display:inline;
	}
	
/*----------------------Layout-----------------------------------------*/

#siteContainer { 
	background-color:#FBF6B6; 
	width: 780px;
	margin: 40px auto 10px auto;
	padding: 5px;
	position: relative;
	border-color:#978748;
	border-width:thick;
	border-style:solid;
}
	

	
#content {
	background-color:#FBF6B6;
	padding: 10px;	
	}

#content_left {
	background-color:#FBF6B6;
	float:left;
	width:50%;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	color:#2A0000;
	padding-left:10%;
	display:inline;
	}
	
#footer {
	margin: 4px, auto 4px, auto;
	background-color:#FBF6B6;
}

#footer img{
	margin-left:33px;
}

#footer p {
	margin: 5px;
	padding: 5px;
}

/*-----------------------Navigation-----------------------------------*/

#menuList {
	padding: 10px;
	letter-spacing: .5px;
	margin: 4px 0 4px 0;
	background-color:#FBF6B6;
	display:inline;
	float:left;
	list-style:none;
}

#menuList a{
	margin-top:10px;	
	padding-right:5px;
	color:#000000;

}

.menuListHome {
	margin: 0px 0 4px 0;
	background-color:#FBF6B6;
	display:inline;
	float:left;
	list-style:none;
	padding-left:10px;
}

.menuListHome a{
	padding-right:10px;
	color:#B5562B;
	font-weight:bold;
}

#menuList1 {
	padding: 10px;
	letter-spacing: .5px;
	margin: 4px 0 4px 0px;
	background-color:#FBF6B6;
	list-style:none;
}

#menuList1 a{
	padding-right:10px;
	color:#B5562B;
	font-weight:bold;
	text-decoration:underline;
}

#menuList1 a:hover{
	text-decoration:none;
}

li a {
	font-weight: normal;
	color: black;
	z-index: 100;
	margin: 10px;
	padding: 0px;
	text-decoration:none;
}

#menuList a:hover{

	font-weight:bold;
	color:#B5562B
}


.menuListHome {
	margin: 0px 0 4px 0;
	background-color:#FBF6B6;
	display:inline;
	float:left;
	list-style:none;
}

/*-------------------------Typography----------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
}

#menuList {
	font-family: "Century Gothic", verdana, helvetica, sans-serif;

}

#footer p {
	font-family: "Century Gothic", verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

.title {
	font-weight:bold;
	}
	
.nostyle li{
	list-style:none;
	}

.nostyle a{
	text-decoration: underline;
	}
#village {
	color:#E7B86E;
	margin:0px;
	padding:5px;
	}

.red {
	color:#FF0000;
	font-style:italic;
}
	
/*-----------------------Special just for the IE ----------------*/

#content {
	clear: both;
}
.clear {
	clear: both;
	font-size: 1px;
}
