@charset "utf-8";
/* CSS Document */

body {
	background-image: url("images/background2.gif");
	color: #b7b7b7;
	font-family: Trebuchet MS, Georgia, verdana;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td { text-align: left; }

/****************IMAGE STYLES****************/
img { border: 0; }
.padding10 { padding: 10px; }
.paddingLeft10 { padding: 10px; }



/****************NAVIGATION STYLES****************/
#nav {
	float: right;
	padding: 0 25px 0 0;
	position: relative; 
	top: 71px;

}


/****************QUICK LINKS STYLES****************/
#quick-links-container {
	width: 99%;
	text-align: center;
}
#quick-links {
	float: both;
	display: inline;
}
#quick-links-background {
	background-image: url("images/nav/quick-links-background.png");
	background-repeat: repeat;
	height: 1px; width: 608px;
	overflow: hidden;

}



/****************HOME PAGE STYLES****************/
.homepageBox { color: #b7b7b7; font-size: 11px; padding: 10px 10px 0 20px; }
#footer-info { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 11px;
	padding: 10px 0 10px 0;
}




/****************CALENDAR STYLES****************/
#calendar-background {
	background-image: url("members/calendar/images/background1.jpg");
	background-repeat: no-repeat;
	width: 454px; height: 474px;

}
#calendar {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#calendar-events {
	color: #FFFFFF;
}
#calendar-events a {
	color: #FFFFFF;
}
.calendar-heading td { 
	text-align: left;
	font-weight: bold;
	color: #d2d4be;
}
.calendar-day {
	vertical-align: top;
	text-align: left;
}


/****************SHADOW BORDER STYLES****************/
.shadow-left { background-image: url(images/thumb-background/left.png); background-repeat: repeat-y; width: 2px; }
.shadow-right { background-image: url(images/thumb-background/right.png); background-repeat: repeat-y; width: 2px; }
.shadow-bottom-left { 
	background-image: url(images/thumb-background/bottom-left.png); background-repeat: repeat-y; width: 2px; height: 4px;
}
.shadow-bottom { 
	background-image: url(images/thumb-background/bottom.png); background-repeat: repeat-x; height: 4px; background-position: top; }
.shadow-bottom-right { 
	background-image: url(images/thumb-background/bottom-right.png); background-repeat: repeat-y; width: 2px; height: 4px;
}

/****************INTERNAL CONTENT AREA STYLES****************/
#internal-content-area {
	background-image: url("images/internal-content-area.png");
	background-repeat: repeat-y;
	font-size: 12px;
	padding: 10px 8px 0 15px;
	vertical-align: top;
}


/****************HEADING STYLES****************/
h6 { font-size: 15px; display: inline; }
h5 { font-size: 16px; display: inline; }
h4 { font-size: 17px; display: inline; }
h3 { font-size: 18px; display: inline; }
h2 { font-size: 19px; display: inline; }
h1 { font-size: 20px; display: inline; }


/****************FONT STYLES****************/
.white { color: #FFFFFF; }
.white-underlined { color: #FFFFFF; text-decoration: underline; cursor: pointer; }
.white10 { color: #FFFFFF; font-size: 10px; }
.white11 { color: #FFFFFF; font-size: 11px; }
.white12 { color: #FFFFFF; font-size: 12px; }
.white13 { color: #FFFFFF; font-size: 13px; }

.black { color: #000000; }
.black10 { color: #000000; font-size: 10px; }
.black11 { color: #000000; font-size: 11px; }
.black12 { color: #000000; font-size: 12px; }
.black13 { color: #000000; font-size: 13px; }

.grey { color: #b7b7b7; }
.grey10 { color: #b7b7b7; font-size: 10px; }
.grey11 { color: #b7b7b7; font-size: 11px; }
.grey12 { color: #b7b7b7; font-size: 12px; }
.grey13 { color: #b7b7b7; font-size: 13px; }

.green-tan { color: #d2d4be; text-decoration: none; }
.green-tan10 { color: #d2d4be; font-size: 10px; }
.green-tan11 { color: #d2d4be; font-size: 11px; }
.green-tan12 { color: #d2d4be; font-size: 12px; }
.green-tan13 { color: #d2d4be; font-size: 13px; }



/****************QUOTE STYLES****************/
div#testimonial_container {
	width: 550px;
	height: 100px;
	font-size: 20px;
	margin: 0 0 70px 0;
}
div#testimonial_container big {
	font: Bold 60px Lucida Sans, sans-serif;
	line-height: 45px;
	color: #642627;
}
div#testimonial_container div#testimonial {
	width: 470px;
	float: right;
	color: #8c8c8c;
}
div#testimonial_container div#testimonial div.attribution {
	font-size: 14px;
	color: #bababa;
}


p.pullquote {
	background: url(images/quote-open.gif) 0 0 no-repeat;
	margin: 30px 10px 0 0;
	padding: 9px 0 2px 45px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	min-height: 44px;
	width: 510px;
}
p.pullquote_author {
	text-indent: -1.3em;
	text-align: left;
	font-size: 1em;
	margin: 5px 10px 5px 100px;
}



