/* 
CREATED BY HOTWIRE ADVERTISING AND WEB DESIGN 
http://www.hotwireindustries.com
Author: Kenneth Sven Boostrom

Specifically Designed for Highwatch Recovery, Kent, CT USA
*/

/* Default style for the BODY */
body {
	margin: 10px 0 ;
	padding: 0;
	background: url(images/body-bg.jpg) top left no-repeat #93644a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #616264;
	text-transform: none;
}

.gray {
		color: #616264;
		line-height: 21px;}

.testimonial {
	margin: 0 0 18px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	color: #069;
	text-align: left;
	font-style: italic;
}


/* DEFAULT style for any LINKS */
a { 
	color: #6990b1;
	text-decoration: underline;
}
	
a:hover {
	color: #365f81;
	text-decoration: none;
}

.floatyleft-img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-align:center;
}

.donationLink {
	background: #006850;
	border-left: 1px solid #013327;
	border-top: 1px solid #013327;
	display: block;
	text-align: center;
	color: #FFF;
	padding: 7px 0;
	font-weight: bold;
}

.donationLink:hover {
	background: #365f81;
	color: #FFF;
}


.dotted {
	margin:0 0 10px 0;
	padding:0;
	border-top: dotted #ccc thin;
}

/* Default style for H1 */
h1 {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color: #616264;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #66832f;
	letter-spacing: .75px;
	margin: 0 0 2px 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #66832f;
	word-spacing: -.125px;
	margin: 0;
	padding: 4px 0 0 0;
}

h4 {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	font-style: italic;
	color: #616264;
	word-spacing: -.125px;
	margin: 0 0 15px 0;
	padding: 0;
}

h5 {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #66832f;
	letter-spacing: .95px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
}

small {
	font-size: 10px;
	line-height: 14px;
}

ul {
	margin: 0 0 25px 25px;
	padding: 0;
}

li {
	margin-bottom: 3px;
	list-style-image: url(images/bullet.jpg);
}

.mediumText {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px dashed #e1e2e4;
	padding-bottom: 10px;
}

.green {
	color: #66832f;
}

.red {
	color: #b71e16;
	letter-spacing: normal;
	word-spacing: normal;
}

.center-me {
	text-align:center;
	height: 300px;
	margin:10px;
	padding: 30px;
	background-color:#999;
}

.number {
	font-size: 13px;
	color: #333;
}

.dashedLine {
	border-bottom: 1px dashed #e1e2e4;
	height: 1px;
	margin-bottom: 25px;
}


/* Contact Form Styles */
.contactFields {
	border: 1px solid #cfe1c9;
	background: #f4f8f2;
	width: 400px;
	color: #355d1f;
}

input:hover, textarea:hover {
	background: #ebf7e7;
}

.btn {
	width: auto;
	background: #779b6a;
	border: 1px solid #46643c;
	color: #FFF;
	font-weight: bold;
}

.btn:hover {
	background-color: #113604;
	color: #FFF;
	cursor: pointer;
}


/* Donation Form */
.squareWrapper {
	width: 440px;
	margin: 0 auto;
	background: #FFF;
	padding: 30px;
	margin-top: 50px;
	border: 5px solid #714d37;
}


.tea-donation {
	width: 650px;
	margin: 0 auto;
	background-color:#FFF;
	padding: 30px;
	margin-top: 50px;
	border: 5px solid #714d37;
}

.right {
	text-align:right:}

.icon_warning {
	background: transparent url(images/exclamation.png) left no-repeat;
	padding: 4px;
	padding-left: 20px;
}

form#form_paypal input#input_amount {
	width: 80px;
	font-size: 1em;
	padding: 3px;
}

form#form_paypal .submitDonate {
	cursor: pointer;
	border-style: outset;
	background: #006850;
	border-left: 1px solid #013327;
	border-top: 1px solid #013327;
	text-align: center;
	width: 110px;
	color: #FFF;
	padding: 2px 0;
	font-weight: bold;	
}

form#form_paypal .submitDonate:hover {
	background: #365f81;
	color: #FFF;
}


/* DEFAULT style for any IMAGE */
img {
	border: 0;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	font-size: 10px;
	color: #999999;
}

.bannerImg {
	border: 1px solid #e0eae2;
	padding: 8px;
	margin-left: -10px;
	margin-bottom: 20px;
}

.floatLeft .bannerImg {
	margin-bottom: 0;
}

.events {
	margin-bottom:20px;
	padding:0;}

a .newBuilding {
	padding: 2px;
	border: 1px solid #CCC;
}

a:hover .newBuilding {
	border: 1px solid #006851;
}

.dropCap {
	float: left;
	border: none;
	padding: 5px 5px 0 0;
	margin: 0;
	width: 48px;
}

.newBuilding {
	padding: 2px;
	border: 1px solid #CCC;
}

#needHelpAd img {
	margin-bottom: 8px;
}

.dottedLine {
	background: url(images/dotted-line.jpg) repeat-x;
	height: 5px;
	margin: 10px 0 15px 0;
	/*_margin-bottom: 0; */
}


/* DEFAULT FORM 

input, textarea {	
	background-color: #eef7fe;
	border: 1px solid #91accc;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 465px;
	padding: 3px 4px;
} */
input, textarea {
	text-align:center;
}

.submit {
	width: 120px;
	padding: 6px;
	background: url(images/submit-button.jpg) repeat-x top left #141414;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

.submit:hover {
	background: url(images/submit-button-hover.jpg) repeat-x top left #000;
	color: #FFF;
	cursor: pointer;
}


/* TO CLEAR ANY FLOATS USE THIS */
.clear	{
	clear: both;
}


/* STRUCTURE - Wrappers and Container Divs */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	background: url(images/border-left-bg.jpg) top left repeat-y #FFF;
}


/* Header Styles */
#header {
	background: url(images/header-bg.jpg) no-repeat top left;
	padding: 20px 25px;
}

#headerLeft {
	float: left;
	width: 159px;
}

#headerMiddle {
	float: left;
	width: 405px;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 30px 0 0 56px;
}

#headerMiddle em {
	text-transform: none;
	font-size: 14px;
}

#headerRight {
	float: right;
	width: 265px;
	text-align: right;
}

#headerRight ul  {
	padding: 0;
	margin: 0;
}

#headerRight li {
	display: inline;
	margin: 0;
	padding: 0;
}

#headerRight li a {	
	padding: 0 8px 0 7px;
	/*_padding: 0 8px 0 7px;*/
	border-right: 1px solid #d4d4d4;
	margin: 0;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

#headerRight li a.lastHeaderNav {
	padding-right: 0;
	border-right: none;
}


/* Content Styles */
#content {
	background: url(images/content-bg.jpg) repeat-x top left;
	margin: 0 25px;
	padding-top: 30px;
}

#contentLeft {
	float: left;
	width: 139px;
	padding: 15px 18px 5px 18px;
	background: url(images/left-nav-bg.jpg) repeat-y #e8ecdd;
}

#contentRight {
	float: right;
	width: 685px;
}

#contentRightInsideLeft {
	float: left;
	width: 460px;
}

#contentRightInsideRight {
	float: right;
	width: 185px;
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
}

.column3 {
	float: right;
	width: 183px;
	font-size: 11px;
	line-height: 15px;
	padding: 30px 0 0 8px;
	background-image:url(images/clouds-blue.jpg);
	background-repeat:no-repeat;
	height:300px;
}



#needHelpAd {
	border: 8px solid #e8ecde;
	width: 100px;
	background: url(images/needhelpad-bg.jpg) top center no-repeat #fbca63;
	text-align: center;
	color: #000;
	padding: 10px 10px 0 10px;
	margin-top: 35px;
	line-height: 14px;
}

#needHelpAd .headline {
	font-size: 16px;
	line-height: 19px;
}


/* Left Navigation Styles */
#contentLeft strong {
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: inherit;
}

ul.audience, ul.company, ul.alumni, ul.basicInfo {
	background: url(images/left-nav-border.jpg) bottom center no-repeat;
	padding-bottom: 55px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 18px 8px;
}

ul.audience li {
	background: url(images/left-nav-arrow.jpg) 0 2px no-repeat;
}

ul.audience li, ul.company li, ul.basicInfo li, ul.alumni li {
	list-style: none;
	padding-left: 18px;
	padding-bottom: 3px;
}

ul.audience li a, ul.company li a, ul.alumni li a {
	color: #616264;
}

ul.audience li a, ul.company li a, ul.alumni li a, ul.basicInfo li a {
	text-decoration: none;
	display: block;
}

ul.audience li a:hover, ul.company li a:hover, ul.basicInfo li a:hover, ul.alumni li a:hover {
	color: #000;
	background-color: inherit;
}

ul.basicInfo li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.donate {
	background: url(images/left-nav-donate.jpg) 0 4px no-repeat;
}

.spiritMusic {
	background: url(images/left-nav-music.jpg) 0 2px no-repeat;
}

#contentLeft em {
	font-size: 11px;
	text-align: center;
	display: block;
}

.gallery {
	float: left;
	width: 165px;
}

/* Default style for FOOTER content and links */
#footer {
	background: url(images/footer-bg.jpg) no-repeat bottom right;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 25px 15px 25px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #616264;
	text-decoration: underline;
}

#footer a:hover {
	color: #232324;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* ------------------------------------------------------------------ Table */
.floatypal {
	float:left;
	margin-right:30px;
}

thead {
	border:0px;
	font-weight:bold;
	font-size: 12px;
	}
	
tbody {
	font-size: 12px;
	color: #333;}

table {
	border-collapse:collapse;
	margin: 10px auto;
	width: 100%;
	}

th {
	color:#000;
	padding:6px;
	margin:0;
	border:0px;
}
td {
	vertical-align:top;
	background-color: #C3D9E5;
	color:#000;
	padding:6px;
	border:0px;
	margin:0;
}

/* ------------------------------------------------------------------ End */