* {
	margin: 0;
	padding: 0;
	background: transparent;
	zoom: 1;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	outline: none;
	border: 0;
}

html {
	background: rgb( 243, 243, 243) url('/images/body-pattern.jpg') repeat;
	overflow-y: scroll;
}

body {
	width: 900px;
	padding: 0 25px 75px;
	margin: 0 auto;
	color: rgb( 69, 69, 69);
}

a, a:active, a:visited {
	color: rgb( 229, 29, 155);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

li
{
	margin-left: 3em;
}

li + li
{
	padding-top: 0.7em;
}

hr {
	margin: 50px auto 30px;
	border-bottom: 1px solid rgb( 229, 29, 155);
	width: 70%;
	padding-bottom: 5px;
}

#topBar {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	background-color: rgb( 229, 29, 155);
}

#menu {
	padding: 75px 0 25px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	height: 175px;
	position: relative;
}

#menu br {
	display: none;
}

#menu #logo {
	width: 175px;
	height: 175px;
	z-index: 100;
	position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -85px;
}

#menu div {
	width: 360px;
	padding-top: 75px;
}

#menu #left {
	text-align: right;
	float: left;
	white-space: nowrap;
}

#menu #right {
	text-align: left;
	float: right;
	white-space: nowrap;
}

#menu a {
	font-weight: 600;
	font-size: 14px;
	color: rgb( 69, 69, 69);
}

#menu #right a {
    margin-left: 20px;
}

#menu #left a {
    margin-right: 20px;
}

#menu a:hover {
	color: rgb( 229, 29, 155);
	text-decoration: none;
}

#content {
	width: 650px;
	margin: 0 auto;
}

#content p {
	margin-bottom: 15px;
	text-align: left;
}

#content.center, #content.center  p, #content p.center {
	text-align: center;
}

#content p#thankyou, #content p#error, #content p#fillrequired {
	display: none;
}

#content p#thankyou, #content p#fillrequired {
	text-align: center;
}

#content p#error, #content p#fillrequired {
	margin-top: 20px;
}

#content b {
	font-weight: 600;
}

#content h1 {
	margin: 50px auto 30px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid rgb( 229, 29, 155);
	width: 70%;
	line-height: 34px;
	padding-bottom: 5px;
}

#content h2 {
	margin: 30px 0 15px;
	font-size: 18px;
	font-weight: 600;
}

#content p.contactblock
{
	text-align: left;
	padding-left: 15%;
}

#content.contact .personBlock
{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 320px;
}

#content.contact .personBlock + .personBlock
{
	margin-left: 5px;
}

#mainEmail a
{
	font-size: 1.4em;
}

table {
	margin: 50px 0;
	width: 100%;
}

table td {
	padding: 5px 10px;
}

table caption {
	font-weight: 600;
	font-size: 21px;
	text-align: left;
	padding: 5px 10px;
}

table tfoot td {
	font-style: italic;
	font-size: 12px;
}

table td.td1 {
	font-weight: 600;
	width: 200px;
}

table td.td2 {
	width: 400px;
}

form {
	margin: 0 auto;
	width: 60%;
}

form input {
	text-align: left;
	border-bottom: 1px solid rgba( 69, 69, 69, 0.5);
	padding: 30px 20px 2px;
	width: 100%;
	outline: none;
}

form textarea {
	text-align: left;
	border: 1px solid rgba( 69, 69, 69, 0.5);
	padding: 30px 20px 2px;
	width: 100%;
	height: 150px;
	margin: 40px 0;
	outline: none;
}

form input[type=checkbox] {
	width: 20px;
	margin-top: 20px;
	text-align: left;
}

form select {
	margin: 20px 20px 5px;
}

form label[for=period] {
	margin-left: 20px;
}

form label.show {
	display: inline !important;
}

form label.selected {
	color: rgb( 69, 69, 69);
}

form input.placeholder, form textarea.placeholder, form label {
	color: rgb( 169, 169, 169);
}

form input.error, form textarea.error {
	color: rgb( 229, 29, 155);
}

form button {
	border: 0;
	color: white;
	background: rgb( 229, 29, 155);
	width: 50%;
	padding: 20px;
	margin: 40px 25%;
	cursor: pointer;
}

form button:hover {
    color: black;
}

form button.disabled {
    background: rgb( 123, 123, 123);
}

#recommendations .quote {
	font-size: 1.4em;
	font-style: italic;
	margin-top: 50px;
}

#recommendations .quote:before {
	font-family: Georgia, serif;
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin: 0 0.08em 0 0.05em;
	position: relative;
	top: -10px;
}

#recommendations .author {
	text-align: right;
	font-weight: bold;
}

#content blockquote {
	font-style: italic;
}

#content blockquote + p {
	text-align: right;
	font-weight: bold;
	margin-bottom: 2.4em;
}

table {
	border-collapse: collapse;
}

table, th, td {
	border: 0;
}

thead {
	background: lightgray;
}