@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	padding:30px 0;
	margin:0;
}

#background {
	width:100%;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
}

#header {
	width:950px;
	height:400px;
	background-image:url(../images/header_anim.gif);
	background-repeat:no-repeat;
	position:relative;
}

#header h1, #header h3 {
	display:none;
}

#main {
	width:950px;
	position:relative;
}

#legal_wrapper {
	width:950px;
	position:relative;
}

#legal {
	padding:1px 100px;
	text-align:left;
}

#content_top_wrapper {
	width:950px;
}

#content_top, #content_section {
	padding:1px 100px;
	text-align:left;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
}

#content_footer {
	width:950px;
	height:100px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#content_header {
	width:950px;
	height:100px;
	background-image:url(../images/content_header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

.callout_left {
	width:360px;
	margin:-10px 10px -10px -20px;
	float:left;
	background-image:url(../images/callout_bg.gif);
	background-repeat:repeat-y;
}

.callout_right {
	width:360px;
	margin:-10px -20px -10px 10px;
	float:right;
	background-image:url(../images/callout_bg.gif);
	background-repeat:repeat-y;
}

.callout_first_left {
	width:360px;
	margin:5px 10px -10px -20px;
	float:left;
	background-image:url(../images/callout_bg.gif);
	background-repeat:repeat-y;
}

.callout_first_right {
	width:360px;
	margin:5 -20px -10px 10px;
	float:right;
	background-image:url(../images/callout_bg.gif);
	background-repeat:repeat-y;
}

.callout_content {
	padding:0 45px;
	margin:-22px 0;
}

.callout_header {
	width:360px;
	height:45px;
	background-image:url(../images/callout_top.jpg);
	background-repeat:no-repeat;
}

.callout_footer {
	width:360px;
	height:45px;
	background-image:url(../images/callout_bottom.jpg);
	background-repeat:no-repeat;
}



.photo_right {
	margin:0 -20px 0 10px;
	float:right;
}

.photo_left {
	margin:0 10px 0 -20px;
	float:left;
}

.headline {
	margin:-5px 10px -10px -20px;
}

/* ----- Typography ----- */

h1, h2, h3, h4, h5, h6, .leader {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height:27px;
	text-align:left;
}

p, li {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	line-height:27px;
	text-align:left;
	font-size:17px;
	color:#ffffff;
}

#legal p, #legal li {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	line-height:27px;
	text-align:center;
	font-size:13px;
	color:#c6428b;
}

#legal a {
	font-weight:normal;
	text-decoration:underline;
	color:#c6428b;
}

#legal a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#c987ab;
}

ul {
	padding-top:0;
	margin-top:0;
}

h1 {
	font-size:28px;
	color:#ffffff;
}

.leader {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#ffffff;
}

h2 {
	font-size:24px;
	color:#ffffff;
}

h3 {
	font-size:20px;
	color:#ffffff;
}

h4 {
	font-size:18px;
	color:#ffffff;
}

h5 {
	font-size:16px;
	color:#ffffff;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#c987ab;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#c6428b;
}

.callout_content p, .callout_content li {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	line-height:21px;
	text-align:left;
	font-size:14px;
	color:#ffffff;
}

.callout_content a {
	font-weight:bold;
	text-decoration:none;
	color:#c987ab;
}

.callout_content a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}

