
@import url(/Blueprint.css);
@import url(/form.css);
@import url(/parts/footer/css.css);
@import url(/parts/header/css.css);
@import url(/parts/navigation/css.css);
@import url(/parts/testimonies/css.css);
@import url(/parts/user/css.css);

@font-face {
	font-family: HelveticaNeue;
	src: url('/fonts/helveticaneue.eot');
	src: local('☺'), url('/fonts/helveticaneue.ttf') format('truetype');
}

@font-face {
	font-family: HelveticaNeueLight;
	src: url('/fonts/helveticaneue-light.eot');
	src: local('☺'), url('/fonts/helveticaneue-light.ttf') format('truetype');
}

@font-face {
	font-family: HelveticaNeueUltraLight;
	src: url('/fonts/helveticaneue-ultralight.eot');
	src: local('☺'), url('/fonts/helveticaneue-ultralight.ttf') format('truetype');
}

@font-face {
	font-family: Windsong;
	src: url('/fonts/windsong.eot');
	src: local('☺'), url('/fonts/windsong.ttf') format('truetype');
}

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

.display_none {
	display: none;
}

.visibility_hidden {
	visibility: hidden;
}

html {
	cursor: default;
	height: 100%;
}

body {
	background-color: darkolivegreen;
	background-image: url(/images/black-25.png);
	font-family: 'Helvetica Neue', Helvetica, HelveticaNeue, Arial, sans-serif;
	height: 100%;
}

#body {
	background-color: white;
	background-image: url(/images/_body.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
		min-width: 970px;
}

#body-background {
	/*background-image: url(/images/_body-background.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 54px;
}

#navigation {
	background-color: olivedrab;
	position: absolute;
		left: 0;
	width: 100%;
	height: 54px;
}

#content {
	background-color: white;
	background-image: url(/images/_body.jpg);
	background-position: 640px top;
	background-repeat: no-repeat;
}

div.page h2 {
	background-image: url(/images/page/h2.png);
	color: darkorange;
	font-family: Windsong;
	font-size: 3em;
	height: 72px;
		line-height: 81px;
	margin-bottom: 18px;
	padding-left: 20px;
	overflow: hidden;
}

span.border-top {
	background-image: url(/images/white-5.png);
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

span.border-bottom {
	background-image: url(/images/black-5.png);
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

img.quoteUnquote {
	margin-top: -1px;
	margin-bottom: -4px;
	width: 20px;
	height: 18px;
}

img.quote {
	background-image: url(/images/quote.png);
}

img.unquote {
	background-image: url(/images/unquote.png);
	margin-right: -20px;
}

#socialMedia {
	position: fixed;
		top: 108px;
		right: 0;
	width: 40px;
	overflow: hidden;
}

#socialMedia a {
	display: block;
	margin-bottom: 18px;
	position: relative;
	width: 40px;
	height: 36px;
	overflow: hidden;
}

#socialMedia img {
	display: block;
	position: absolute;
		left: 0;
	width: 100%;
	height: 200%;
}

#socialMedia a.hover:hover img {
	top: -100%;
}

#socialMedia img.hover {
	top: -100%;
}

#footer {
	background-color: darkorange;
	background-image: url(/images/_footer.png);
	padding-top: 18px;
	padding-bottom: 18px;
}

#footer-a {
	float: left;
}

#footer-b {
	float: right;
	min-height: 36px;
}

#fb-root {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
