@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* CSS reset to improve cross browser compatability */
 
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%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS reset */
 
.clear {
	clear: both;
	}
 
/* ------------------------------- */

@font-face {
    font-family: 'VollkornRegular';
    src: url('fonts/Vollkorn-Regular-webfont.eot');
    src: url('fonts/Vollkorn-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vollkorn-Regular-webfont.woff') format('woff'),
         url('fonts/Vollkorn-Regular-webfont.ttf') format('truetype'),
         url('fonts/Vollkorn-Regular-webfont.svg#VollkornRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VollkornBold';
    src: url('fonts/Vollkorn-Bold-webfont.eot');
    src: url('fonts/Vollkorn-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vollkorn-Bold-webfont.woff') format('woff'),
         url('fonts/Vollkorn-Bold-webfont.ttf') format('truetype'),
         url('fonts/Vollkorn-Bold-webfont.svg#VollkornBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VollkornItalic';
    src: url('fonts/Vollkorn-Italic-webfont.eot');
    src: url('fonts/Vollkorn-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vollkorn-Italic-webfont.woff') format('woff'),
         url('fonts/Vollkorn-Italic-webfont.ttf') format('truetype'),
         url('fonts/Vollkorn-Italic-webfont.svg#VollkornItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VollkornBoldItalic';
    src: url('fonts/Vollkorn-BoldItalic-webfont.eot');
    src: url('fonts/Vollkorn-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Vollkorn-BoldItalic-webfont.woff') format('woff'),
         url('fonts/Vollkorn-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/Vollkorn-BoldItalic-webfont.svg#VollkornBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('fonts/ColabThi-webfont.eot');
    src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabThi-webfont.woff') format('woff'),
         url('fonts/ColabThi-webfont.ttf') format('truetype'),
         url('fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('fonts/ColabLig-webfont.eot');
    src: url('fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabLig-webfont.woff') format('woff'),
         url('fonts/ColabLig-webfont.ttf') format('truetype'),
         url('fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('fonts/ColabReg-webfont.eot');
    src: url('fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabReg-webfont.woff') format('woff'),
         url('fonts/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('fonts/ColabMed-webfont.eot');
    src: url('fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabMed-webfont.woff') format('woff'),
         url('fonts/ColabMed-webfont.ttf') format('truetype'),
         url('fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('fonts/ColabBol-webfont.eot');
    src: url('fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabBol-webfont.woff') format('woff'),
         url('fonts/ColabBol-webfont.ttf') format('truetype'),
         url('fonts/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ------------------------------- */


body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
.homebg {
	background-image: url(images/background_home.png);
	background-repeat: repeat-x;
}
a {
	color: #BF1C7D;
	text-decoration: none;
}
a:hover {
	color: #E82199;
	text-decoration: underline;
}
#wrapper {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#topbar {
	height: 34px;
	position: relative;
	width: 980px;
	margin-right: 20px;
	margin-left: 20px;
}
#header {
	height: 217px;
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
}
#logo {
	height: 85px;
	width: 438px;
	position: absolute;
	left: 0px;
	top: 25px;
}
#topbar ul li {
	float: right;
	margin-left: 15px;
}
#contact {
	font-family: 'ColaborateRegular', Arial, sans-serif;
	font-size: 14px;
	color: #333;
	float: right;
	width: 300px;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
	margin-right: 10px;
}
.topBtn1, .topBtn2, .topBtn3, .topBtn4 {
	background-repeat: no-repeat;
	height: 34px;
	width: 86px;
}
.topBtn1 {
	background-image: url(images/topbar_01.png);
	background-position: 0px 0px;
}
.topBtn2 {
	background-image: url(images/topbar_02.png);
	background-position: 0px 0px;
}
.topBtn3 {
	background-image: url(images/topbar_03.png);
	background-position: 0px 0px;
}
.topBtn4 {
	background-image: url(images/topbar_04.png);
	background-position: 0px 0px;
}
.topBtn1:hover {
	background-image: url(images/topbar_01.png);
	background-position: bottom;
}
.topBtn2:hover {
	background-image: url(images/topbar_02.png);
	background-position: bottom;
}
.topBtn3:hover {
	background-image: url(images/topbar_03.png);
	background-position: bottom;
}
.topBtn4:hover {
	background-image: url(images/topbar_04.png);
	background-position: bottom;
}
#navigation .nav h1 {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}
#navigation p {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 14px;
}
#navigation {
	height: 75px;
	position: absolute;
	top: 129px;
}
#navigation a {
	text-decoration: none;
	color: #333;
}
#navigation a:hover {
	color: #BF1C7D;
}
.nav {
	float: left;
	width: 200px;
}
.navspace {
	float: left;
	width: 60px;
}
#schedule {
	width: 380px;
	position: absolute;
	top: 50px;
	right: 0px;
}
.button {
	background-image: url(images/btn_schedule.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 48px;
	width: 160px;
	float: right;
}
.button:hover {
	background-position:bottom;
}
#slider {
	height: 398px;
	background-image: url(images/sliderbg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 20px;
	margin-left: 20px;
}
#content {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
#schedule p {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 18px;
	color: #666;
	float: left;
	margin: 5px;
}
.leftContent p, .homeContent p {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 20px;
	color: #333;
	margin-bottom: 30px;
	line-height: 28px;
}
.leftContent h1, .homeContent h1 {
	font-family: 'VollkornRegular', Georgia, serif;
	font-size: 22px;
	color: #153057;
	font-weight: normal;
}
.leftContent h2, .homeContent h2 {
	font-family: 'VollkornRegular', Georgia, serif;
	font-size: 18px;
	color: #153057;
	font-weight: normal;
}
.leftContent {
	float: left;
	width: 550px;
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 28px;
}
.homeContent {
	float: left;
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 20px;
	color: #333;
	line-height: 28px;
}
.rightContent {
	float: right;
	width: 380px;
	margin-left: 40px;
}
.caption {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.rightContent p {
	margin-bottom: 30px;
}
#footwrap {
	background-image: url(images/footer_fullbg.png);
	background-repeat: repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#footer {
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	position: relative;
}
#footer p {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
#porpentine {
	float: left;
	position: absolute;
	left: 420px;
	bottom: 20px;
}
.column {
	float: left;
	width: 250px;
	margin-left: 15px;
}
.leftContent ul li {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
.bigButton {
	background-image: url(images/bigbutton.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	height: 78px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 24px;
	color: #666;
}
.bigButton:hover {
	background-position:bottom;
}
#testimonials p {
	font-family: 'VollkornItalic', Georgia, serif;
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	line-height: 28px;
	padding-left: 30px;
	padding-right: 30px;
}
#testimonials h1 {
	font-family: 'VollkornItalic', Georgia, serif;
	font-size: 18px;
	color: #153057;
	font-weight: normal;
	padding-left: 30px;
}
#contactForm form label {
	display: block;
	width: 300px;
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 15px;
	color: #3f2004;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#contactForm form input {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #3f2004;
	height: 30px;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contactForm form textarea {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #3f2004;
	height: 200px;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}
