/* CSS Document  - Copyright 2012 Chappell Creative Inc. */

/* general elements */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-size: 10pt;
	line-height: 1.5em;
	background-color: #FDF1E3;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clearer {clear: both; line-height: 0; height: 0;}

h1, h2, h3, h4, h5  {
	font-weight: lighter;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
	font-size: 12pt;
}
.header1 {
	font-size: 16pt;
}
.header2 {
	font-size: 14pt;
	text-transform: capitalize;
}
.header3 {
	font-size: 12pt;
}
.header4 {
	font-size: 11pt;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.header5 {
	letter-spacing: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 20px;
}
.subtext {
	font-size: 10pt;
	margin-bottom: 10px;
	margin-left: 5px;
}

p {
	margin: 6px 0px 24px;
	padding: 0px;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-image: url(../images/quote_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 20px;
	margin: 0px;
	line-height: 1.5em;
}
.quote_index {
	margin-top: 150px;
}

.author {
	text-align: right;
	font-size: 10pt;
	line-height: 1.5em;
	margin: 0px 20px 20px 0px;
	padding: 0px;
}
.sidebar_divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D91E29;
	padding-top: 5px;
	height: 1px;
	width: 290px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main_divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D91E29;
	padding-top: 5px;
	height: 1px;
	width: 600px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

a:link, a:visited, a:active {
	color: #D91E29;
	text-decoration: none;
	font-weight: normal
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal
}

.smallPrint {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	line-height: 8pt;
}

ul  {
	display: block;
}

li  {
	font-size: 10pt;
	line-height: 12pt;
	list-style-position: outside;
	list-style-image: url(../images/red_sm_arrow.gif);
	list-style-type: none;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 7px;
}

.sidebar_menu  {
	padding: 20px 0px 0px;
	margin: 0px 0px 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D91E29;
	height: auto;
	width: 290px;
	list-style-type: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar_menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sidebar_menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-image: url(../images/arrow.jpg);
	list-style-position: inside;
	padding: 0px 0px 2px;
	margin: 0px 0px 6px;
	font-size: 11pt;
	line-height: 21pt;
	text-align: left;
}
.return  {
	text-align: right;
	padding-right: 20px;
	font-size: 9pt;
	line-height: 12pt;
}

/* form elements */
#form_wrapper {
	margin-left: 25px;
	padding-left: 10px;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px dotted #791038;
	background-color: #FCFCFC;
}
form {
	color: #424242;
	font-size: 9pt;
	text-align: left;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

input.large {
	width: 300px;
	height: auto;
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border: 1px solid #CCC;
}

input.big {
	width: 300px;
	height: 200px;
	font-size: 10px;
	font-weight: normal;
	border: 1px #77776A solid;
	text-align: left;
}

input.med {
	width: 65px;
	height: 16px;
	font-size: 10px;
	font-weight: normal;
}

input.small {
	width: 60px;
	height: auto;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px solid #CCC;
}

.buttonUp {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	height: 19px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}
.buttonOver {
	background-color: #D91E29;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	height: 19px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #000000;
}
#top_banner {
	padding: 0px;
	height: 60px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}#social {
	height: auto;
	width: 300px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
}
#social img {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#social p {
	font-size: 9pt;
	color: #FFF;
	line-height: 1.25em;
	float: right;
	margin: 18px 10px 0px 0px;
	padding: 0px;
}
.executive p {
	line-height: 1.25em;
	margin-bottom: 10px;
}
/* event styles */
.classBox {
	height: auto;
	width: 550px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	border: 1px dotted #DADBB9;
}
.even_color {
	background-color: #FCFAF6;
}
.classTitle {
	font-size: 16pt;
	font-style: italic;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	text-decoration: underline;
}
.classDate {
	font-size: 12pt;
	color: #62B3C7;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
}
.show {
	visibility: visible;
	display: inline;
}
.hide {
	visibility: hidden;
	display: none;
}
#event_wrapper p {
	line-height: 1.25em;
	margin: 0px;
}
.event_date  {
	color: #DD1E2C;
}
.event_photo {
	padding: 0px;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.event_photo img {
	background-color: #FFF;
	margin: 0px;
	padding: 3px;
	height: auto;
	border: 1px solid #CCC;
}
#header {
	margin: 0px auto;
	padding: 0px;
	height: 160px;
	width: 960px;
}
#logo {
	height: 160px;
	width: 335px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	color: #FDF1E3;
	padding: 0px;
	margin: 0px;
	float: left;
}
#contact_box {
	background-image: url(../images/icon_phone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 190px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 12pt;
	line-height: 21pt;
	color: #333;
}
#navigation {
	padding: 65px 0px 0px;
	height: 95px;
	width: 625px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
}
#image_banner {
	background-color: #FDF1E3;
	text-align: center;
	height: 350px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page_top_index {
	background-image: url(../images/page_top_index_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 50px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page_top {
	background-image: url(../images/page_top_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 20px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_wrapper {
	height: auto;
	width: 100%;
	padding: 0px 0px 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/page_base_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_wrapper2 {
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	background-color: #FFF;
	margin: 0px auto;
	padding: 20px;
	height: auto;
	width: 920px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/footer_top_bg.jpg);
}
#page_base {
	margin: 0px auto;
	padding: 20px;
	height: auto;
	width: 920px;
	clear: both;
	color: #333;
	font-size: 10pt;
}
#content_body_main {
	text-align: left;
	float: left;
	height: auto;
	width: 605px;
}
#content_gallery_left {
	text-align: left;
	float: left;
	height: auto;
	width: 445px;
}
#content_gallery_right {
	text-align: left;
	float: right;
	height: auto;
	width: 445px;
}
#content_body_right {
	float: right;
	width: 290px;
	height: auto;
}
#content_body_stop {
	width: 310px;
	height: auto;
	margin: 10px;
	padding: 5px;
	display: block;
}
.main_img_wrapper {
	margin: 5px 0px 20px;
	padding: 0px;
	height: auto;
	width: 600px;
}
.sidebar_img_wrapper  {
	width: 288px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: left;
	padding: 2px 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 90%;
	height: auto;
	font-style: italic;
}
.content_body_right_m {
	padding-top: 38px;
}
#callout, dd {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D5D5D5;
	background-color: #EFEFEF;
	font-size: 10pt;
	font-style: italic;
	text-align: left;
	padding: 20px 15px 10px 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}
.img_main {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #791038;
	padding-top: 20px;
	height: auto;
	width: 602px;
	margin: 0px 0px 20px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	background-image: url(../images/index_main_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.img_main img {
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
}
#img_gallery {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #791038;
	padding-top: 20px;
	height: auto;
	width: 445px;
	margin: 30px 0px 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../images/index_gallery_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#img_gallery img {
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
}

#img_third {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D91E29;
	padding-top: 20px;
	height: auto;
	width: 290px;
	margin: 0px 0px 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#img_third .img_holder {
	border: 1px solid #333;
	margin: 0px;
	padding: 0px;
	background-position: center center;
	height: 100px;
	width: 288px;
}

#content_base_left {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
	height: auto;
}

#content_base_middle {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	float: left;
	height: auto;
	width: 290px;
}
#content_base_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 290px;
}

#footer_wrapper {
	padding: 0px;
	height: 150px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 8pt;
	color: #c8afa7;
	line-height: 1.5em;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
#footer_wrapper a:link, #footer_wrapper a:visited, #footer_wrapper a:active {
	color: #c8afa7;
	text-decoration: none;
	font-weight: normal
}

#footer_wrapper a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: normal
}
#footer_wrapper #left {
	text-align: left;
	float: left;
	height: auto;
	width: 190px;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer_wrapper #middle {
	text-align: center;
	height: 100px;
	width: 500px;
	padding: 15px 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/logo_footer.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
}
#footer_wrapper #right {
	text-align: right;
	float: right;
	height: auto;
	width: 190px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* portfolio items */
.portfolio {
	width: 575px;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.portfolio_image_wrapper {
	width: auto;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	float: left;
	height: auto;
	margin: 0px;
}
.portfolio_image_wrapper img {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 190px;
	text-align: left;
	vertical-align: top;
	display: block;
}
.portfolio_content {
	float: right;
	width: 350px;
	color: #333333;
}
