/* CSS Document */

/* Undo default styling of common (X)HTML browsers ----- */
body.contentpane {
	margin: 20px;
	background-color: #fff;
	
}
body.contentpane .contentheading {
	color:#900;
	line-height: 1.75em;
	font-weight:bold;
}
a:link, a:visited, a:hover, a:active {text-decoration:none}
a img,:link img,:visited img { border:none}
img {border: none;}
.photo {
	border: 2px solid #C6CC84;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	position: relative;
	clear: both;
}
.comment {
	font-family: "Trebuchet MS Bold", "Trebuchet MS", "Lucida Sans";
	font-style: italic;
	color: #006666;
	font-size: 95%;
	padding-left: 5px;
	text-align: right;
}
.textframe {
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #006699;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	width: 490px;
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #006666;
	color: #006666;
}
p {margin-top:0px; margin-bottom:0px;}
h1, h2, h3, h4, h5, h6 {margin-top:0px; margin-bottom:0px;}

/*  Basic Elements ///////////////////////////////////////////////////////////////////////////////////*/
html {
	margin: 0px;
	padding: 0px;
	background-color:#126C91;
     }
     
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666; /* dark grey */
	padding-bottom:0px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
p { 
	text-align: left;
	}
h1 {
	font-size: 18px;
	font-weight:normal;
	color: #006699; /* dark blue */
	font-family: "Trebuchet MS Bold", "Trebuchet MS", "Lucida Sans";
	font-style: italic;
	}
	
h2 {
	font-size: 14px;
	font-weight:normal;
	color: #006699; /* purple */
	font-family: "Trebuchet MS Bold", "Trebuchet MS", "Lucida Sans";
	font-style: italic;
	line-height: 26px;
	}
a:link {
	color: #009966;
	font-weight: bold;
	}
a:visited {
	color: #009966;
	font-weight: bold;
	}
	
a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #006699;
	}
	
hr {
	border:none;
	color:#FFcc00;
	height:1px;
	width:100%;
	}
	
.sitetext {
	font-size: 10px;
     }

/*  Container Divs ///////////////////////////////////////////////////////////////////////////////////*/
#container {
	padding: 0px;
	width: 850px;
	height: 211px;
	text-align:left;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#containerBody {
	width:850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
	margin-left: auto;
	float: left;
	height: 100%;
	}
	

/*  Header Divs ///////////////////////////////////////////////////////////////////////////////////*/
#header { /*header background pic */
	width: 950px;
	margin:0px;
	padding:0px;
	}

#headerText{
	padding-top:110px;
	padding-right:20px;
	font-size: 16px;
	color: #CCCCCC;
	text-align:right;
	font-weight:normal;
	font-family: "Trebuchet MS Bold", "Trebuchet MS", "Lucida Sans";
}

#header p{
	/* Repeated in #headerText and #header p as IE fix */
	font-size: 16px;
	color: #FFFFFF;
	text-align:right;
	font-weight:normal;
}

#header a{
	text-decoration:underline;
	}

/*  Sidebar Divs //////////////////////////////////////////////////////////////////////////////////*/
#sidebar {
	width:180px;
	margin-top:0px;
	background-image:url(images/viewbar.jpg);
	float: left;
	}
/*  Menu Divs //////////////////////////////////////////////////////////////////////////////////*/
#nav, #nav ul { /* all lists */
	margin: 0px;
	list-style: none;
	float: none;
	font-family: "Trebuchet MS", "Lucida Sans", "Arial";
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	text-indent: 3px;
	color: #E5F9FF;
	text-align: left;
	display: block;
	clear: right;
	position: absolute;
	}
	
#nav li { /* all list items */
	position: relative;
	float: left;
	line-height : 24px; /* 1.25em; */
	margin-bottom: -1px; /*  important- check this out  */
	width: 184px;
	clear: right;
	left: -36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	background-color: #317DA1;	
	
	}
	
#nav li a {
	text-indent: 3px;
	text-decoration: none;
	color: #E5F9FF;
	}
	
#nav li:hover {
	background-image: url(../../sanctuary%20redo/WebNew/images/arrowbar.gif);
	background-position: right; 
	}

#nav li ul hover {
	text-indent: -2px;
	text-decoration: none;

	}

#nav li:hover ul {
	display: block;
	clear: right;
	left: auto;
	
	}

#nav li ul { /* second-level lists */
	margin-top: 0px; /* -1.35em; */
	display: none;
	position : relative;
	color: #D2E5B4;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	left: auto;
	margin-left: -4px; /* adjust to stop bleed right */
	}
	
#nav li ul a {
	width: 183px;
	w\idth : 183px; /* dropping this does something weird */
	display : block;
	color :#F3FFEC;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
	width: 184px;
	background-color: #92A465;
	}
	
#nav li ul a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #2F6A57;
	width: 184px;
	
	}


	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: 0px;
	}

	
	
html>body #nav {
	margin-left: -4px;
	width: 180px;
}


/*  Main Body Divs ////////////////////////////////////////////////////////////////////////////////*/
#content {
	position:absolute;
	top:190px;
	width:706px;
	background-color:#F2FFF1;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 12px;
	margin-left: 184px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #BAD7D7;
	visibility: visible;
	border-left-width: medium;
	left: 8px;
	color: #666666;
	background-image: url(../images/contenttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#content2 {
	padding:0px;
}

.contentBigPic {
	padding:0px;
	margin-left:-33px;
	bottom:0px;
	}
	
/*  Footer Divs ////////////////////////   ////////////////////////////////////////////////////////*/
#footer {
	bottom:0;
	background-color:#D4E1F0;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	}
	
	
#footer a {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	font-style: normal;
}

#lowlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #006666;
	background-color: #E0E6DB;
	width: 700px;
}
#footer1 {
	background-color: #006699;
	height: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.textframetable {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 445px;
}
#textframediv {
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #006699;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 575px;
	display: block;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #006699;
	position: relative;
	visibility: inherit;
	left: auto;
	right: auto;
}
#comment {
	font-family: "Trebuchet MS Bold", "Trebuchet MS", "Lucida Sans";
	font-style: italic;
	color: #006666;
	padding-left: 5px;
	display: block;
	clear: none;
}
#smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #006699;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #006699;
	margin-right: 5px;
	margin-left: 5px;
	width: 90%;
	margin-top: 10px;
	display: block;
}
.italic {
	font-family: "Trebuchet MS Bold", "Trebuchet MS", "Lucida Sans";
	font-style: italic;
	color: #006666;
	vertical-align: bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
#widetextframediv {
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #006699;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 695px;
	display: block;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #006699;
	left: auto;
	right: auto;
	color: #666666;
}
.highlight {
	font-size: 105%;
	font-weight: bold;
	color: #006666;
	letter-spacing: 0.5pt;
}
.listpoint {
	list-style-position: inside;
	list-style-image: url(images/leafpoint.jpg);
	text-indent: 10px;
	margin: 8px;
	color: #345C66;
}
.textblock {
	color: #333333;
	margin-right: 6px;
	margin-left: 8px;
	width: 450px;
	position: relative;
	padding: 2px;
}
.textframeclass {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	width: 520px;
	margin-top: 5px;
	margin-bottom: 6px;
}
.tableborder {
	background-color:#F2FFF1;
	padding-bottom: 0px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #B4CCD2;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #B4CCD2;
}
.tablebordertop {
	background-color:#FFFFFF;
	padding-bottom: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #B4CCD2;
}
.textblockpage {
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	width: 450px;
	position: relative;
	padding: 2px;
}
.photocaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.textblockpage2 {
	color: #666666;
	margin-right: 5px;
	margin-left: 3px;
	position: relative;
	padding: 2px;
	width: 550px;
}
.photoleft {
	border: 2px solid #C6CC84;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.highlightunderline {
	font-size: 105%;
	font-weight: bold;
	color: #006666;
	text-decoration: underline;
}

.containerleft {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	clear: none;
}
.imginner {
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDEBC;
	border-right-color: #DDDEBC;
	border-bottom-color: #DDDEBC;
	border-left-color: #DDDEBC;
}
.imgcaptioninner {
	clear: both;
	float: left;
	font-family: "Trebuchet MS", "Lucida Sans";
	font-size: 12px;
	font-style: italic;
	color: #006666;
	font-weight: bold;
}
.textblockpage3 {
	color: #666666;
	margin-right: 5px;
	margin-left: 3px;
	width: 490px;
	position: relative;
	padding: 2px;
	float: none;
}
.featuredtext {
	width: 490px;
	color: #006666;
	margin: 6px;
	padding: 10px;
}
.tablebordermid {
	background-color:#F2FFF1;
	padding-bottom: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #B4CCD2;
}
.italictable {
	font-family: "Trebuchet MS Bold", "Trebuchet MS", "Lucida Sans";
	font-style: italic;
	color: #006666;
	vertical-align: bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-color: #006699;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
