/* CSS Document */

	body {
	margin:0;
	padding:0;
	color:#000;
	min-width:940px;
	background-color: #E9E9E9;
	margin-top: 15px;
	}
	h2 {
	font-size: 18px;
	}
	#wrap {
	width:940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #4982bd;
	background-image: url(images/castlecamps-wrap-bg.gif);
	background-repeat: repeat-y;
	}
	#header {
	background-color: #C5CBD3;
	background-image: url(images/castlecamps-masthead.jpg);
	background-repeat: no-repeat;
	height: 150px;
	}
	#header h1 {
	margin:0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	text-indent: 140px;
	padding-top: 80px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 0.2em;
    }

	#XXXXnav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#XXXXnav li{
		display:inline;
		margin:0;
		padding:0;
	}

/* -------HORIZONTAL NAV BAR------- */
#navbar
{
	height: 22px;
	color: #e3e3e3;
	background-color: #4982bd;
	background-image: url(images/castlecamps-navbar-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4982bd;
	font-weight: bold;
}
#navbar a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e3e3e3;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
}
#navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 3px;
}
	
	
	
	
	
	
	
	#main {
	float:right;
	width:700px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	#main h2, #main h3, #main p {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
    }
	
	
/* -------LEFT SIDE NAVIGATION------- */

	#sidebar {
	float:left;
	width:210px;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-left: 15px;
	padding-top: 15px;
	}

#sidebar UL {
	padding-left: 0px;
	font-size: 13px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}

#sidebar a {
	display: block;
	width: 190px;
	color: #000000;
	text-decoration: none;
	background-image: url(images/navbutton-off.gif);
    background-color: #dbdbdb;
	line-height: 24px;
	height: 24px;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

/*
#sidebar a:link {
	color: #000000;
	text-decoration: none;
	background-image: url(images/navbutton-off.gif);
	background-repeat: no-repeat;
}
#sidebar a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/navbutton-off.gif);
	background-repeat: no-repeat;
}
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/navbutton-on.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 22px;
	line-height: 22px;
	padding-right: 4px;
}


#navlist a:visited {
	color: #000000;
	text-decoration: none;
	background-image: url(images/navbutton-off.gif);
	background-repeat: no-repeat;
}

*/


#navlist currentpage a, navlist currentpage a:visited {
 color: #ffffff; 
 text-decoration: none;
 	text-decoration: none;
	background-image: url(images/navbutton-on.gif);
    background-color: #dbdbdb;
 	width: 200px;
	height: 24px;
	line-height: 24px;
}

#navlist .currentpage a {
	background-color: #dbdbdb;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/navbutton-on.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 24px;
	line-height: 24px;
}
#navlist .currentpage a:hover {
	background-color: #dbdbdb;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/navbutton-on.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 24px;
	line-height: 24px;
}

#navlist a:hover {
	background-color: #dbdbdb;
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/navbutton-on.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 24px;
	line-height: 24x;
}
	#footer {
	clear:both;
	background-color: #4982bd;
	background-image: url(images/castlecamps-footer-bg.jpg);
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	margin: 0px;
	}
	
	#footer a {
	color: #FFFFFF;
	}
	
	#footer a:hover {
	color: #FFFF66;
	}

/* Top level left menu */
a.nav-level-0 {
}
/* 2nd level left menu */
a.nav-level-1 {
}
/* 3rd level left menu */
a.nav-level-2 {
}
/* 4th level left menu */
a.nav-level-3 {
}

/* top level menu style if current page is NOT a subpage of this page */
a.top-unselected {
}
/* top level menu style if current page IS a subpage of this page */
#navbar a.top-selected {
}

	
/* Remove borders from any images used as links */
a img,:link img,:visited img {
	border: none;
}


.breadcrumb_link, a.breadcrumb_link:link, a.breadcrumb_link:visited, a.breadcrumb_link:hover  {
	font-size:10px;
	color:#000000;
}
