/* Created by John Henry Muller : johnhenrymuller.com */

/*////////// COLORS \\\\\\\\\\*\
Color: #HEXHEX (usage)
Color: #HEXHEX (usage)
Color: #HEXHEX (usage)
\*\\\\\\\\\\ COLORS //////////*/

/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
/* No Dotted Lines */
a {
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background-color:#D3D0C7;
	background-image: url(../../images/interface/body_bg.jpg);
	background-repeat: repeat-x;
	}
/* Global Text */
body, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	font-size: x-small;
}

input { border: 1px #DDD solid; }

/* Global Links */
a, a:link,a:active, a:visited {
		color: #34648F;
		text-decoration: underline;
		}
		a:hover, a:visited:hover {
			color: #EF8D2D;
			text-decoration: underline;
			}

#container {
	width: 912px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../images/interface/container_bg.jpg);
	background-repeat: repeat-y;
	}
#header {
	height: 161px;
	background-image: url(../../images/interface/banner_bg.jpg);
	background-repeat: no-repeat;
	}

/* Logo */
#header h1 {
	display: block;
	float: left;
	}
	#header h1 a, #header h1 a:link, #header h1 a:active, #header h1 a:visited {
		text-indent: -9999px;
		overflow: hidden;
		width: 320px;
		height: 161px;
		background-image: url(../../images/interface/logo.jpg);
		display: block;
		background-repeat: no-repeat;
		}

/* Layout */
#content {
	clear: right;
	float: right;
	width: 566px;
	padding-right: 40px;
	padding-left: 40px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #999999;
	padding-bottom: 50px;
	clear: both;
	padding-top: 20px;
	text-align: center;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
			color: #999999;
			text-decoration: none;
			}
			#footer a:hover, #footer a:visited:hover {
				color: #00FFFF;
				text-decoration: underline;
				}

/* NAV */
#nav {
	}
	#nav li {
		list-style-type: none;
		display: block;
		float: left;
		width: 100px;
		}
	#nav a, #nav a:link, #nav a:active, #nav a:visited {
		}
		#nav a:hover, #nav a:visited:hover {
			}
/* FOR GRAPHIC NAV */
		#nav #NAVNAME a { background-image:url(../../images/interface/navigation/NAVNAME.jpg); }

/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */

/* Lists */
#content ul, #content ol {
	margin-left: 40px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}
#side ul {
	margin-left: 10px;
	margin-bottom: 20px;
	}
#side li {
	margin-bottom: 5px;
	list-style-position: inside;
	}

/* Title */
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #407EB7;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #407EB7;
		text-decoration: underline;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #407EB7;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #34648F;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #34648F;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #34648F;
			text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 16px;
	font-weight: normal;
	color: #DD8024;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #DD8024;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #DD8024;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	line-height: 150%;
	padding-bottom: 20px;
	}


/* Content Classes */
	.floatleft { float: left; }
	.floatright { float: right; }
	.gap { padding-bottom: 20px; }
	.nogap { padding-bottom: 0px; }
	.textsmall { font-size: 9px; }
	.textwhite { color: #FFFFFF; }
	.brclear { clear: both; height: 1px;}


/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */








/* ////////// 3. Unique Content Styles Start ////////// */

/* Home */

#newsbox {
	clear: right;
	float: right;
	width: 526px;
	padding-right: 60px;
	padding-left: 60px;
	background-image: url(/images/interface/home/newsbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	}

/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */
#subnav {
	width: 380px;
	float: right;
	text-align: center;
	margin-top: 4px;
}
#subnav li {
	list-style-type: none;
	display: inline;
	margin-right: 12px;
	margin-left: 12px;
}
#side {
	width: 266px;
	float: left;
	margin-bottom: 200px;
}
#sidecontent {
	background-image: url(../../images/interface/side_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 30px;
	background-color: #EAE9E6;
	padding-bottom: 20px;
}
#mainnav {
	width: 646px;
	float: right;
}
#side h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#side a {
	text-decoration: none;
	color: #999999;
	text-decoration: none;
}
#side a:hover {
	color: #34648F;
	text-decoration: none;
}
#sidenav {
	padding: 20px;
}
#contentwrap {
	background-image: url(../../images/interface/contentwrap_bg.jpg);
	background-repeat: no-repeat;
}
#content h2 {
	margin-top: 10px;
	color: #DD8024;
	font-weight: normal;
	margin-bottom: 20px;
}
#mainnav li {
	list-style-type: none;
	float: left;
}
#mainnav a {
	height: 49px;
	display: block;
	text-indent: -9999px;
	width: 100px;
}
#mainnav a:hover {
	background-position: 0px 49px;
	}
#navabout a {
	background-image: url(../../images/interface/navigation/about.gif);
	width: 109px;
	}
#navtreatmentprograms a {
	background-image: url(../../images/interface/navigation/treatmentprograms.gif);
	width: 127px;
	}
#naveducation a {
	background-image: url(../../images/interface/navigation/education.gif);
	width: 129px;
	}
#navneedsandgifts a {
	background-image: url(../../images/interface/navigation/needsandgifts.gif);
	width: 156px;
	}
#navemployment a {
	background-image: url(../../images/interface/navigation/employment.gif);
	width: 130px;
	}
	#navcontact a {
	background-image: url(../../images/interface/navigation/contact.gif);
	width: 110px;
	}
	
#banner {
	height: 161px;
}
.image01 { background-image: url(../../images/interface/banners/01.jpg);}
.image02 { background-image: url(../../images/interface/banners/02.jpg);}
.image03 { background-image: url(../../images/interface/banners/03.jpg);}
.image04 { background-image: url(../../images/interface/banners/04.jpg);}
.image05 { background-image: url(../../images/interface/banners/05.jpg);}
.image06 { background-image: url(../../images/interface/banners/06.jpg);}
.image07 { background-image: url(../../images/interface/banners/07.jpg);}
.image08 { background-image: url(../../images/interface/banners/08.jpg);}
.image09 { background-image: url(../../images/interface/banners/09.jpg);}
.image10 { background-image: url(../../images/interface/banners/10.jpg);}
.image11 { background-image: url(../../images/interface/banners/11.jpg);}

a.button {
	}
a.button, #side a.button {
	background-image: url(../../images/interface/buttons/button.jpg);
	text-align: center;
	height: 33px;
	width: 220px;
	display: block;
	padding-top: 13px;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	}
#side a.button {
	background-image: url(../../images/interface/buttons/button_side.jpg);
	}
a.button:hover, #side a.button:hover  {
	background-position: 0px 46px;
	}
	a.button:visited  {
	text-decoration:none;
	}
#donatenow {
	margin-left: 10px;
	}
	
#admissions {
	margin-left: 9px;
	margin-top:5px;
	}
#content blockquote {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #EAE9E6;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	}
#content blockquote p {
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 0px;
	color: #808080;
	}
#staffthumbs div {
	width: 140px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	}
img.biophoto {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	}
#staffthumbs img {
	margin-bottom: 5px;
	border: 1px solid #000000;
}
#home #contentwrap {
	background-image: url(/images/interface/home/contentwrap_bg.jpg);
}
#home #sidecontent {
	background-image: none;
	background-color: transparent;
	padding-top: 20px;
}
#home #header {
	height: 321px;
	background-image: url(/images/interface/home/banner_bg.jpg);
}
#home #content h2 {
	margin-bottom: 0px;
}
#subnav a {
	text-decoration: none;
}
td {
	padding-bottom: 20px;
	padding-right: 20px;
}
table {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
hr {
	background-color: #6E9EC9;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#newsbox a {
	text-decoration: none;
}
#sidenav h2 {
	margin-bottom: 5px;
}
