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

body {
	padding:0;
	margin:0;
}

/* ----- Typography ----- */

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.3em;
	text-align:left;
}

p, li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
	font-size:13px;
	color:#5c6f7c;
	padding-top:0;
	margin-top:0;
}

h1 {
	font-size:28px;
	color:#b50938;
}

h2 {
	font-size:24px;
	color:#5c6f7c;
}

h3 {
	font-size:20px;
	color:#5c6f7c;
}

h4 {
	font-size:18px;
	color:#5c6f7c;
	padding-bottom:0;
	margin-bottom:0;
}

h5 {
	font-size:16px;
	color:#5c6f7c;
	padding-bottom:0;
	margin-bottom:0;
}

.quote {
	float:right;
	width:150px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#b50938;
	line-height:1.2em;
	padding:15px;
}

a {
	color:#94a545;
	text-decoration:none;
}

#content_wrapper {
	text-align:left;
}

#content_layout_right p, #content_layout_right li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
	font-size:12px;
	color:#5c6f7c;
	padding-top:0;
	margin-top:0;
}

#content_layout_left {
	width:100%;
	padding-bottom:20px;
}

#header_logo {
	width:170px;
	height:80px;
	position:relative;
	padding:30px;
	text-align:left;
}

#header_logo h1 {
	background-image:url(../images/secondary_header_logo.png);
	background-repeat:no-repeat;
	width:170px;
	height:80px;
	overflow:hidden;
	text-indent:-100.0em;
	padding:0;
	margin:0;
}

#header_logo h1 a {
	display:block;
	line-height:80px;
}

#header_image, #header_wrapper object, #navigation_wrapper, #anim_butterfly {
	display:none;
}

.callout {
	width:220px;
	padding:0 25px;
	margin:0;
	float:right;
}

.callout h1, .callout h2, .callout h3, .callout h4 {
	color:#b50938;
	padding:0 0 10px 0;
}

#footer_wrapper {
	padding:10px 40px;
}

#footer {
	text-align:right;
}

#footer li {
	display:inline-block;
	padding:0;
	color:#5c6f7c;
	font-size:12px;
}

#footer li a {
	display:none;
}

/* ----- Layout and Design ----- */

#content {
	padding:0 40px;
	text-align:left;
}

#content_layout td {
	vertical-align:top;
}

.hidden_preload {
	display:none;
}

