@charset "utf-8";
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B3B3B3;
}

p, td, div, font, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#B1382F;
}
a:hover {
	text-decoration:underline;
}

#wrapper {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
}

#header {
	position:relative;
	width:780px;
	height:145px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu {
	position:relative;
	width:780px;
	height:28px;
	background-image: url(../images/menu_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#mainmenu ul {
	margin:0px;
	list-style:none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainmenu ul li {
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#mainmenu ul li.last {
	display:inline;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#mainmenu ul li a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

#inner_wrapper {
	background-image: url(../images/convent_wave.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#content_wrapper {
	position:relative;
	overflow:hidden;
	width:100%;
	background-image: url(/library/images/footer_wave.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;
}

#sub_nav_container {
	position:relative;
	width:200px;
	margin-top:15px;
	margin-right:15px;
	float:left;
	background-image: url(../images/sub_nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#page_content {
	position:relative;
	width:550px;
	margin-top:15px;
	float:left;

}
.sub_nav_link {
	background-image: url(../images/sub_nav_link.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	padding-right: 30px;
	padding-left:30px;
}

.sub_nav_link a {
	color:#FFFFFF;
	text-decoration:none;

}


.sub_nav_link_active {
	background-image: url(../images/sub_nav_link.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	padding-right: 30px;
	padding-left:30px;
}

.sub_nav_link_active a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

#sub_nav_container a:link, #sub_nav_container a:visited {
	color:#FFFFFF;

}

h1 {
	margin-top:0px;
	padding-top:0px;
	color: #B1382F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;

}

h2 {
	font-size: 14px;
}

#full_content {
	padding:10px;
	overflow:hidden;
	width:100%;

}

#home {
	overflow:hidden;
	margin-top: 25px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	width: 720px;
}

#home_col1 {
	position:relative;
	width:400px;
	float:left;
}

#home_col2 {
	position:relative;
	width:300px;
	float:right;
}

.harmonyHead {
	font-weight: bold;
	color: #8F251F;
	font-size: 14px;
}

#homeLink em {
	visibility:hidden;
}

#homeLink {
	position:absolute;
	width: 327px;
	height: 90px;
}

#home_intro{ width: 394px; }

.home_intro_upper{
	font-size:24px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	line-height:26px; 
	color:#9D978C;
}

.home_intro_lower{
	font-size:18px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	line-height:20px; 
	color:#666666;
}

.red{ color:#8F251F; }

