/* png fix */
img, .title_right { behavior: url(css/iepngfix.htc); }

/* font styles */
body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #000;
}
#main_cont, #main_cont_inner {
	font-size: 1.3em;
}
#inner_side {
	font-size: 0.9em;
}
.text_center {
	text-align: center;
}
.text_center_strong {
	text-align: center;
	font-weight: bold;
	color: #557D63;
}
.text_colored {
	margin-left: 50px;
	color: #557D63;
	font-weight: bold;
}
.return_text {
	color: #557D63;
	font-weight: bold;
	font-size: 1.1em;
}

/* headings */
h1 {
	font-size: 2.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003F1A;
}
h1.title_grad {
	position: relative;
	width: 95%;
	height: 34px;
	margin: 10px 0 0 -10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url(../media/structure/bg-title-grad_06.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
h2 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2.title_banner {
	position: relative;
	width: 496px;
	height: 31px;
	margin-left: -10px;
	padding: 3px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	background-image: url(../media/structure/bg-title-ban_12.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
h2.title_right {
	position: relative;
	height: 44px;
	margin: 0 -10px;
	padding: 15px 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	background-image: url(../media/structure/bg-right-trans_07.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
h3 {
	font-size: 1.4em;
}
h3.news_title {
	position: relative;
	height: 15px;
	padding: 0 0 8px 45px;
	color: #1A003F;
	background-image: url(../media/structure/event-key_13.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
}

/* links */
a { color: #12177F; }
a:hover { color: #557D63; }
a:visited { color: #12177F; }

/* top navigation */
#top_nav {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	background: #3F1A00;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_nav ul li {
	display: inline;
	float: left;
}
#top_nav ul li a {
	display: block;
	padding: 5px 0 0;
	width: 90px;
	height: 25px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#top_nav ul li a.mid { width: 140px; }
#top_nav ul li a.long { width: 175px; }
#top_nav ul li a:hover {
	color: #000;
	background: #10C258;
}
#top_nav ul li a.active, #top_nav ul li a.active:hover {
	background: #557D63;
	color: #fff;
	text-decoration: underline;
	cursor: default;
}

/* forms */
form label {
	display: block;
	float: left;
	width: 250px;
	text-align: right;
	font-weight: bold;
	margin: 5px 0 0 5px;
}
form label.inner {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	margin: 5px 0 0 5px;
}
form input, form textarea, form select {
	margin: 5px 0 0 5px;
	width: auto;
}
form textarea {
	overflow: auto;
}
.validation-advice {
	width: 200px;
	padding: 3px;
	margin-top: 2px;
	margin-left: 260px;
	background: #3F1A00;
	color: #fff;
}
.parent_sel {
	font-weight: bold;
}
.child_sel {
	background: #ccc;
	padding-left: 10px;
}

/* board member pictures */
.board_member {
	float: left;
	width: 175px;
	padding: 5px;
	text-align: center;
}
.board_member img {
	border: 1px solid #333;
}
.title_member {
	font-weight: bold;
	color: #557D63;
}

/* directory specific */
#mem_content ul li {
	line-height: 1.5em;
	list-style-image: url(../media/structure/bullet.gif);
	list-style-type: circle
}
#mem_content li.list_one {
	margin-left: 0em;
}
#mem_content li.list_two {
	margin-left: 220px;
}


/* floating divs */
.box_l, .box_r {
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.box_l { 
	width: 300px;
	font-weight: bold;
}
.box_r {
	width: 200px;
}
.box_5050 {
	float: left;
	width: 45%;
}
.box_5050_r {
	float: left;
	width: 45%;
	padding: 0 0 0 10px;
	text-align: right;
}
.box_5050_rl {
	float: left;
	width: 45%;
	padding: 0 0 0 10px;
}
.box_300 {
	float: left;
	width: 300px;
}
.box_220 {
	float: left;
	width: 220px;
}
.box_220_ccc {
	float: left;
	width: 180px;
	padding: 5px 10px;
	margin-left: 10px;
	background: #ddd;
	border: 1px solid #ccc;
}
.box_530 {
	float: left;
	width: 530px;
}

/* layout */
body {
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
	background-image: url(../media/structure/bg-body.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
}
#main_cont {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	background: #fff;
	background-image: url(../media/structure/bg-sidecol.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right;
}
#main_cont_inner {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	background: #fff;
}
#head_l, #head_r {
	float: left;
}
#head_l {
	width: 548px;
	height: 220px;
}
#head_r {
	width: 222px;
	height: 220px;
	background-image: url(../media/structure/head_03.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#head_r a {
	display: block;
	width: 222px;
	height: 200px;
}
#content_area {
	padding: 10px 10px 15px;
}
#single_col {
	width: 750px;
}
#main_col, #side_col {
	float: left;
}
#main_col {
	width: 529px;
	padding-right: 10px;
}
#side_col {
	width: 201px;
	padding-left: 10px;
}
#inner_main, #inner_side {
	float: left;
}
#inner_main {
	width: 500px;
}
#inner_side {
	width: 220px;
	background: #ddd;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.clearer {
	display: block;
	clear: both;
	height: 1px;
}
.clearer_border {
	display: block;
	clear: both;
	height: 1px;
	border-bottom: 1px dotted #ccc;
}
