@charset "utf-8";
/* 
red:			#ba3447
beige:			#d4cdbd
light beige: 	#f4f1ea
*/


/* ------------- MAIN STYLES ------------ */
body  {
	background-color: #eee; 
	margin: 0px; 
	text-align: center; 
	font: 0.75em Arial, Times, serif; 
	color: #444; 
	width: 100%; 
}

h1 {
	font-size: 1.4em;
	color: #ba3447;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ba3447;
}

h2 {
	font-size: 1.2em;
	color: #ba3447;
	margin-top: 0px;
}

#frozen {
	font-size: 1.4em;
	color: #ba3447;
	text-align:center;
	padding:1em;
}
.clearfloat {
	clear:both;
}

a:link, a:visited {
	color: #ba3447;
	text-decoration:none;
}

a:hover {
	color: #ba3447;
	text-decoration:underline;
}

img, a:link img, a:visited img, a:hover img {
	border: 0px;
}


input {
	font: 1em Arial, Times, serif;
}

textarea {
	font: 1em Arial, Times, serif;
}

hr {
	border: 0px;
	height: 1px;
	border-bottom: 0px;
	border-top: 1px dashed #999;
	margin: 10px auto;
}


/* ------------- MAIN LAYOUT ------------ */

div#container {
	text-align:left;
	width: 970px;
	margin: auto;
	background-color: #fff;
	border: 10px solid #fff;
	border-top: 0px;
	background-color:#fff;
}

/* ------------- TOP  ------------ */

div#header_left {
	height:28px;
	width: 615px;
	background-color:#ba3447;
	float:left;
	color: #fff;
}

div#header_left p{
	padding-left: 10px;
	margin-top: 5px;
	font-size: 0.85em;
}

div#header_left a{
	color: #fff;
}

div#header_right {
	height:28px;
	width: 350px;
	background-color:#d4cdbd;
	float:right;
}

div#sian_pic {
	margin-top: 24px;
}

div#top_content {
	width: 680px;
	margin-top: 22px;
	float:right;
}

/* ------------- LEFT  ------------ */

div#left_bar {
	float:left;
	width: 278px;
	background-color:#fff;
}

#left_navigation {
	width: 278px;
	margin-top: 10px;
}

#left_navigation ul {
	list-style: none;
	font-weight:bold;
	position: relative;
	background-color: #d4cdbd;
	margin: 0px;
	padding:0; 
}

#left_navigation li {
	margin: 0px;
	padding: 0px;
}

#left_navigation a
{
position: relative;
left: 0px;
display: block;
padding: 8px 3px;

background-color: #d4cdbd;
border-bottom: 1px solid #eee;
}

#left_navigation a:link, #left_navigation a:visited
{
color: #333;
text-decoration: none;
padding: 8px 30px;
}

#left_navigation a:hover
{
background-color: #ba3447;
padding: 8px 30px;
color: #fff;
}

div.left_red_box {
	color: #fff;
	background-image:url(../images/left_grad_red.gif);
	background-repeat: repeat-x;
	background-color: #ca495f;
	padding: 10px 10px 15px 10px;
}

div.left_red_box h1{
	color: #fff;
	border-color: #fff;
}

div#community_newsletter {
	text-align: center;
	padding: 0px;
	background-image:  url(../images/newsletter_tile.gif); 
	background-repeat: repeat-y; 
	margin: 0px;
}

div#community_newsletter p {
	margin: 0px;
	padding: 0 10px 10px 0;
	font-size:0.9em;
}

div#funded {
	background-color: #d4cdbd;
	color: #fff;
	margin: 0px;
	padding: 5px 10px;
	text-align:justify;
	font-size:0.9em;
}

/* ------------- CONTENT  ------------ */

div#main_content {
	background-color: #fff;
	width: 680px;
	float:right;
	margin-top: 9px;
}

div.page_curl_large {
	background-image:url(../images/page_curl_large.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #f4f1ea;
	padding: 10px 10px 15px 10px;
	text-align:justify;
}

div.page_curl_small {
	width: 313px;
	background-image:url(../images/page_curl_small.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #f4f1ea;
	padding: 10px 10px 15px 10px;	
	text-align:justify;
}

div.image_right {
	float: right;
	padding: 5px;
	border: 1px solid #555;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align:center;
	font-size:0.8em;
	background-color:#fff;
}


img.magnify_icon {
	position: relative; top: 4px;
	border: 0px;
}


/* ------------- FOOTER ------------ */

div#footer_left {
	height:25px;
	width: 615px;
	background-color:#ba3447;
	float:left;
	margin-top: 10px;
	text-align:center;
	color:#fff;
	padding-top: 3px;
}

div#footer_left a:link,#footer_left a:hover,#footer_left a:visited{
	color:#fff;
	text-decoration:underline;
}

div#footer_right {
	height:28px;
	width: 350px;
	background-color:#d4cdbd;
	float:right;
	margin-top: 10px;
}