@charset "UTF-8";
/*Browser reset to zero out margins and padding*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

body{
	background-color: #242223;
	background-image: url(images/chalkboardbg.jpeg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


	
@font-face {
    font-family: 'MuseoSans500';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?iefix') format('eot'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FRHopper431';
    src: url('FRHopper431-webfont.eot');
    src: url('FRHopper431-webfont.eot?iefix') format('eot'),
         url('FRHopper431-webfont.woff') format('woff'),
         url('FRHopper431-webfont.ttf') format('truetype'),
         url('FRHopper431-webfont.svg#webfontcJboGbsi') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
	font-family:'Cabin', serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0.06em;
	word-spacing: 0em;
	line-height: 1.5;
}
	
	


p {
	font-family: 'Cabin', serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0.06em;
	word-spacing: 0em;
	line-height: 1.5;
}
.panel{
	font-family: 'Cabin', serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
	word-spacing: 0em;
	line-height: 1.5;
	/* [disabled]width: 240px; */
	padding: 0 20px;
	margin-bottom: 8px;
	/* [disabled]float: right; */
	color: #FFF;
	/* [disabled]list-style-image: none; */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
	

.artist{
	font-family: 'Cabin', serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
	word-spacing: 0em;
	line-height: 1.5;
	padding: 0 20px;
	color: #627293;
	text-align: center;
	
}

.panel_header{
	font-family: 'Cabin', serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	line-height: 1.8;
	color: #F09373;
	padding: 0px;
	border-top-width: 0px;
	border-bottom-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color:#F09373;
	width: 280px;
}


header {
	/*	position:absolute;*/
	height: 150px;
	width: 960px;
	z-index: 99;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.fixed {
	position: fixed;
	height: 150px;
	border-bottom-width: 16px;
	border-bottom-style: solid;
	border-bottom-color: #473E36;
}
.fixed #pod {
	margin-top:16px;
}

hgroup {
	width:960px;
	position: relative;
    
	}

header h1 {
	width: 390px;
	height:150px;
	background-image: url(images/Donut_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
	}

#program_btn {
	position:absolute;
	width:114px;
	height:28px;
	z-index:1;
	left: 629px;
	top: 0px;
}
#apDiv2 {
	position:absolute;
	width:180px;
	height:306px;
	z-index:1;
	left: -221px;
	top: 687px;
	margin-left: 2px;
	margin-top: -15px;
}

#main_nav {
	position: absolute;
	left: 450px;
	top: 101px;
}


#main_nav ul {
	list-style-type: none;	
}

#main_nav a {
	display: block;
	position: absolute;
	height: 47px;
	background-repeat: no-repeat;	
	text-indent: -9999px;
	margin-left:-60px;
}

#main_nav #story a {
	width: 123px;
	left: 0px;
	background-image: url(images/story.png);
}

#main_nav #story a:hover{
	background-image: url(images/story_roll.png);
}

#main_nav #story a:focus{
	background-image: url(images/story_roll.png);
}

#main_nav #menu a{
	width: 115px;
	left: 123px;
	background-image: url(images/menu.png);
}
#main_nav #menu a:hover{
	background-image: url(images/menu_roll.png);
}

#main_nav #menu a:focus{
	background-image: url(images/anout_roll.png);
}

#main_nav #order a{
	width: 107px;
	left: 238px;
	background-image: url(images/order.png);
}
#main_nav #order a:hover{
	background-image: url(images/order_roll.png);
}

#main_nav #order a:focus{
	background-image: url(images/order_roll.png);
}

#main_nav #contact a{
	width: 142px;
	left: 345px;
	background-image: url(images/contact.png);
}
#main_nav #contact a:hover{
	background-image: url(images/contact_roll.png);
}

#main_nav #contact a:focus{
	background-image: url(images/contact_roll.png);
}
#main_nav #home a{
	width: 83px;
	left: 485px;
	background-image: url(images/home.png);
}
#main_nav #home a:hover{
	background-image: url(images/home_roll.png);
}
#main_nav #home a:focus{
	background-image: url(images/home_roll.png);
}

#container {
	width: 960px;
	height: 650px;
	position: relative;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main_content {
	min-height: 250px;
	width:933px;
	font-family: 'Cabin', sans-serif;
	font-weight: 200;
	font-size: 14px;
	line-height: 20px;
	-moz-border-radius: 0px 0px 30px 30px; /* FF1+ */
	-webkit-border-radius:  0px 0px 30px 30px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 0px 0px 30px 30px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	background-image: url(images/center_image.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	margin: 0 auto;
	background-attachment: scroll;
	letter-spacing: 0.05px;
}
#bottom_content_wrapper{
	position: absolute;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 1px;
	top: 33px;
	width: 964px;
	text-align: left;
	height: 267px;
}

#bottom_content_wrapper_staff{
	font-family: 'Cabin', sans-serif;
	position: absolute;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 1px;
	top: 21px;
	width: 964px;
	text-align: left;
	height: 1046px;
}

#bottom_content_wrapper_email{
	font-family: 'Cabin', sans-serif;
	position: absolute;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 179px;
	top: 197px;
	width: 964px;
	text-align: left;
	height: 1133px;
}

#left_square_menu{
	background-image: url(images/bottomLeftMENU.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: left;
	text-align: left;
	letter-spacing: 0.05em;
}

#left_square_testimonials{
	background-image: url(images/bottomLeftTESTIMONIALS.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: left;
	text-align: left;
	letter-spacing: 0.05em;
}

#left_square_order{
	background-image: url(images/bottomLeftORDER.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: left;
	text-align: left;
	letter-spacing: 0.05em;
}

#left_square_contact{
	background-image: url(images/);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: -10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: left;
	text-align: left;
	letter-spacing: 0.05em;
}

#left_square_story{
	background-image: url(images/bottomLeftSTORY.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: left;
	text-align: left;
	letter-spacing: 0.05em;
}

#left_square{
	background-image: url(images/bottomLeft.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 4px;
	float: left;
}

#left_square_text{
	padding-top: 120px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#left_square_text_testimonials{
	padding-top: 120px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 




#apDiv3{
	padding-top: 120px;
	padding-left: 20px;
	color: #4E7662;
	text-align: center;
	letter-spacing: 1em;
} 

#left_square_text_products{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#left_square_text_contact{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#left_square_text_services{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
	list-style-type: none;
} 

 

#left_square_text_menu{
	padding-top: 20px;
	padding-left: 20px;
	color: #4E7662;
	text-align: left;
	letter-spacing: 1em;
} 

#middle_square_menu{
	background-image: url(images/);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 320px;
}

#middle_square_testimonials{
background-image: url(images/bottomMiddleMENU.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 320px;
}

#middle_square_order{
	background-image: url(images/bottomMiddleMENU.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 320px;
}

#middle_square_staff{
	background-image: url(images/);
	background-repeat: no-repeat;
	height: 0px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 20px;
}

#middle_square_contact{
	background-image: url(images/bottomRightCONTACT.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 20px;
}
#middle_square_event{
	background-image: url(images/bottomMiddle_event.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 20px;
}



#middle_square_story{
	background-image: url(images/bottomMiddleStory.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 20px;
}

#middle_square{
	background-image: url(images/bottomMiddle.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -20px;
	float: left;
	margin-top: 20px;
}

#middle_square_text{
	padding-top: 120px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#middle_square_text_staff{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#middle_square_text_testimonials{
    padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
	margin-top: -355px;
} 

#middle_square_text_contact{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#middle_square_text_services{
	padding-top: 40px;
	padding-left: 5px;
	color: #FFF;
	text-align: right;
	letter-spacing: 1em;
} 

#middle_square_text_about{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
	margin-top: -355px;
} 
#middle_square_text_products{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
	margin-top: -355px;
} 
#right_square{
	background-image: url(images/bottomRight.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 637px;
	float: right:	
}

#right_square_testimonials{
	background-image: url(images/bottomRightTESTIMONIALS2.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 637px;
	float: right:	
}

#right_square_order{
	background-image: url(images/bottomRightORDER2.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 637px;
	float: right:	
}

#right_square_contact{
	background-image: url(images/bottomRight_LongCONTACT3.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 637px;
	float: right:
}

#right_square_event{
	background-image: url(images/bottomRightEVENT2.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 637px;
	float: right:
}

#right_square_story{
	background-image: url(images/bottomRightSTORY2.png);
	background-repeat: no-repeat;
	height: 421px;
	width: 306px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 637px;
	float: right:	
}

#right_square_menu{
	background-image: url(images/);
	background-repeat: no-repeat;
	height: 421px;
	width: 360px;
	background-position: 6px 0px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 637px;




	float: right:
	
	
}
#right_square_text{
	padding-top: 120px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#right_square_text_staff{
	padding-top: 20px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 
#right_square_text_testimonials{
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 375px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#right_square_text_contact{
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 375px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#right_square_text_event{
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 375px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

	#right_square_text_order{
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 375px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#right_square_text_menu{
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 375px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

#right_square_text_story{
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 375px;
	color: #FFF;
	text-align: left;
	letter-spacing: 1em;
} 

/*#right_square_text_menu{
	padding-top: 120px;
	padding-left: 20px;
	color: #4E7662;
	text-align: center;
	letter-spacing: 1em;
} */
.featuretext {
	padding: 20px;
	float: right;
	color: #FFF;
	font-weight: 200;
	letter-spacing: 0.1em;
	font-size: 10px;
	text-decoration: none;
	font-family: cabin;
}

.featureprograms{
	font-family: 'Cabin', serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	line-height: 1.5;
	width: 290px;
	padding: 20px;
	float: right;
	color: #decaaf;
	list-style-image: none;
	list-style-type: none;
	margin-top: 15px;
}

.featureprograms ul {
	list-style-type:none;
	padding: 0;
	margin-left: 25px;
}


.indent {
  margin: 30px;

}
.clear {
	clear:both;
	height: 0;
}


#bottom_nav
{
	font-family: 'Cabin', serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.07em;
	line-height: 1.5;
	color: #333;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	clear: both;
	position: relative;
}
#pod {
	background-image: url(images/small_pod.png);
	height: 29px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 25;
	top: -4px;
}
#wrapper {
	
}

#slide_shows{
	height: 29px;
	width: 960px;
	text-indent: -9999px;
	margin-top: 150px;
	margin-bottom: -20px;
	background-color: #F09373;
}
	
#slide_shows ul {
	list-style-type: none;	
	display: inline;
	margin: 0 10px;
	text-decoration: none;
	
}
#slide_shows ul li {
	list-style-type: none;	
	display: inline;
	margin: 0 10px;
	text-decoration: none;
	
}

#slide_shows a {
	height: 29px;
	background-repeat: no-repeat;
		
	
}

#slide_shows #lab a {
	width: 308px;
	float: left;
	height: 29px;
	background-image: url(images/facebook.png);
	}

#slide_shows #lab a:hover{
	background-image: url(images/facebook_roll.png);
}

#slide_shows #lab a:focus{
	background-image: url(images/facebook_roll.png);
}

#slide_shows #studentwork a{
	width: 308px;
	float: left;
	background-image: url(images/deliver.png);
}
#slide_shows #studentwork a:hover{
	background-image: url(images/deliver_roll.png);
}

#slide_shows #studentwork a:focus{
	background-image: url(images/deliver_roll.png);
}

#slide_shows #local a{
	width: 340px;
	float: right;
	background-image: url(images/connect.png);
}
#slide_shows #local a:hover{
	background-image: url(images/connect_roll.png);
}

#slide_shows #local a:focus{
	background-image: url(images/connect_roll.png);
}
#program_wrapper{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#classes_sidepanel{
	font-family: 'Cabin', serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .05em;
	word-spacing: 0em;
	line-height: 1.5;
	float: left;
	width: 310px;
	margin-top: 10px;
	margin-left: 18px;
	padding: 25px;
	position: fixed;
	color: #decaaf;
}
	
	#classes_sidepanel ul {
	font-family: 'Cabin', serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .05em;
	word-spacing: .05em;
	line-height: 1.5;
	list-style-type: none;
	color: #decaaf;
	text-decoration: none;
}

#classes_sidepanel ul li {
	/*float:left;*/
	font-family: 'Cabin', serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .05em;
	word-spacing: 0em;
	line-height: 1.5;
	text-decoration: none;
}

#programs_sidepanel{
	font-family: 'Cabin', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2em;
	word-spacing: 0em;
	line-height: 1.5;
	float: left;
	height: 450px;
	width: 310px;
	margin-top: 30px;
	margin-left: 18px;
	padding: 15px;
	position: fixed;
	color: #decaaf;
}

#programs_sidepanel ul {
	font-family: 'Cabin', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .05em;
	word-spacing: .05em;
	line-height: 1.5;
	list-style-type: none;
	color: #decaaf;
	text-decoration: none;
}

#programs_sidepanel ul li {
	/*float:left;*/
	font-family: 'Cabin', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .05em;
	word-spacing: 0em;
	line-height: 1.5;
	text-decoration: none;
}


.program_classes{
	font-family: 'Cabin', serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .05em;
	word-spacing: 0em;
	line-height: 1.5;
	text-decoration: none;
	padding-left: 10px;
}
.program_classes a:link {
	color: #29241F;
	text-decoration: none;
}
.program_classes a:visited {color: #29241F; text-decoration: none;}
.program_classes a:hover {color: #A4976C; text-decoration: none;}
.program_classes a:active {color: #29241F; text-decoration: none;}

.program_about{
	font-family: 'Cabin', serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	line-height: 1.5;
	color: #29241F;
}

#programs_maincontent{
	font-family: 'Cabin', serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	line-height: 1.5;
	float: left;
	width: 480px;
	min-height: 450px;
	margin-left: 385px;
	margin-bottom: 20px;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 45px;
	background-attachment: fixed;
	position: absolute;
	}



#bottom_nav ul {
	font-family: 'Cabin', serif;
	list-style-type: none;
	color: #333;
	text-decoration: none;
}




#bottom_nav ul li {
	/*float:left;*/
	font-family: 'Cabin', serif;
	display: inline;
	margin: 0 10px;
	text-decoration: none;
}

#bottom {
	width: 960px;
	height: 300px;
	font-family: 'Cabin', serif;
	position:relative;
	left:50%;
	margin-left:-480px;
	margin-top: 40px;
}
#bottom_services {
	width: 960px;
	height: 500px;
	font-family: 'Cabin', serif;
	position:relative;
	left:50%;
	margin-left:-480px;
	margin-top: -20px;
}
#bottom_staff {
	width: 960px;
	background-color: #9CC;
	height: 700px;
	font-family: 'Cabin', serif;
	position:relative;
	left:50%;
	margin-left:-480px;
	margin-top: -20px;
}
#links_weddings {
	font-family: 'Cabin', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2em;
	word-spacing: 0em;
	line-height: 1.5;
	color: #F09373;
	text-decoration: none;
  }
  
  .weddings {
	font-family: 'Cabin', san-serif;
	font-size: 13px;
	margin-top: 20px;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	color: #F09373;
	text-decoration: none;
	list-style-type: none;
	
  }

.weddings a:link {
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	text-decoration: none;
}
.weddings a:visited {
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	text-decoration: none;
}
.weddings a:hover {
	font-family: 'Cabin', sans-serif;
color: # 7F743D; 	text-decoration: none;
	color: #FFF;
}
.weddings a:active {
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	text-decoration: none;
}
  

footer {
	font-family: 'Cabin', serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
	word-spacing: 0em;
	line-height: 1.5;
	width: 960px;
	height: 100px;
	position: static;
	clear: both;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	padding: 20px;
  }
  #footer_addy {
	font-family: 'Cabin', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2em;
	word-spacing: 0em;
	line-height: 1.5;
	clear:both;
	color: #F09373;
  }
.footer {
	font-family: 'Cabin', san-serif;
	font-size: 13px;
	color: #decaaf
	text-decoration: none;	
	margin-top: 20px;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	color: #F09373;
	
  }

.footer a:link {
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	text-decoration: none;
}
.footer a:visited {
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	text-decoration: none;
}
.footer a:hover {
	font-family: 'Cabin', sans-serif;
color: # 7F743D; 	text-decoration: none;
	color: #FFF;
}
.footer a:active {
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	text-decoration: none;
}



/*form*/
.container{margin: 20px auto; width: 400px; background: ;}
	h3 { margin-bottom: 15px; font-family: 'Cabin', sans-serif;  font-size: 15px; 
	color: #F09373; }
	
	#contactform {
	
	width: 500px;
	padding: 20px;
	background: ;
	overflow:auto;
	
	border: 1px solid #F09373;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	
	}
	
	.field{margin-bottom:7px;}
	
	label {
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	display: block; 
	float: left; 
	font-weight: bold; 
	margin-right:10px; 
	text-align: right; 
	width: 120px; 
	line-height: 25px; 
	font-size: 15px; 
	}
	
	.input{
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	font-size: 15px; 
	padding: 5px; 
	border: 1px solid #b9bdc1; 
	width: 300px; 
	color: #F09373;	
	}
	
	.boldFooter{
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	font-size: 16px;
	padding: 5px;
	width: 300px;
	color: #F09373;
	letter-spacing: 5px;
	}
	
	.boldfont{
	font-family: 'Cabin', sans-serif;
	color: #F09373;
	font-size: 16px;
	color: #F09373;
	letter-spacing: 5px;
	}
	.input:focus{
	background-color:;	
	}
	
	.textarea {
	height:150px;	
	}
	
	.hint{
	display:none;
	}
	
	.field:hover .hint {  
	position: absolute;
	display: block;  
	margin: -30px 0 0 455px;
	color: #FFFFFF;
	padding: 7px 10px;
	background: rgba(0, 0, 0, 0.6);
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;	
	}
	
	.button{
float: right 
margin: 10px 55px 10px 0;
	font-family: 'Cabin', serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor: pointer;
	color: #F09373;
	text-align: center;
	border: 1px solid #F09373;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	}
	
	.button:hover {
	background: #fff;
    cursor: pointer;
	}
