﻿body {
	background-color: #fff9cb;
	/*
	background-color: #ab8a2b;
	background-image: url(images/bg.gif);
	*/
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: small !important;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

#container {
	margin: 7px 0 5px 2px;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#sub_container {
	margin: 7px 0 5px 2px;
	width: 900px;
	background-image: url("images/sub_bg.jpg");
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#top_menu {
	text-align: center;
	color: #ee1f26;
}

#top_menu a {
	color: #ee1f26;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

a {
	color: #ee1f26;
	text-decoration: none;
	font: caption;
}

.title {
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
}

.plain {
	font-size: small;
}

p.plain {
	font-size: small;
	margin-top: 8px;
	margin-bottom: 0;
}

.plain .emph {
	color: #ee1f26;
	font-weight: bold;
	font-style: italic;
}

.side_box {
	margin-bottom: 6px;
}

#footer {
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px solid #ee1f26;
	padding: 3px 8px 3px 8px;
}

.page_title {
	float: right;
	font-size: x-large;
	font-weight: bold;
	margin-right: 8px;
}

.section_title {
	font-size: large;
	font-weight: bold;
}

.section_subtitle {
	color: #F31F26;
	font-weight: bold;
	font-size: small;
}

.new {
	color: #F31F26;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #F31F26;
	margin-top: 14px;
	margin-bottom: 14px;
}

/* Begin CSS Popout Menu */
#menu{
	padding-bottom: 0px;
}

#menu a {
	display:block;
	white-space:nowrap;
	margin:0;
	padding:1px 8px 1px 4px;
	border:1px solid #ee1f26;
	border-bottom: 0;
	background-color: #FFFFFF;
	width: 200px;
}

#menu div {
	font-weight: bold;
	color: #ee1f26;
	font-size: small;
	font-weight: bold;
}

#menu a{
	text-decoration:none;
}

#menu a:visited{
	color:#ee1f26;
}

#menu a{
	color:#ee1f26;
}

#menu a:hover{
	color:#ee1f26;
	background-color: #FFF9CB;
}

#menu a:active{
	color:#ee1f26;
	background-color: #FFF9CB;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menu li{
	position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
border-bottom: 1px solid #ee1f26;
width: 200px;
}

#menu ul ul ul{
top:0;
left:100%;
}

div#menu h2:hover{
background:#AAA4CA;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li li li li:hover ul ul
{display:none;}

div#menu li li li:hover ul ul
{display:none;}

div#menu li li:hover ul ul
{display:none;}

div#menu li:hover ul ul
{display:none;}

div#menu li li li li:hover ul
{display:block;}

div#menu li li li:hover ul
{display:block;}

div#menu li li:hover ul
{display:block;}

div#menu li:hover ul
{display:block;}

/* Styling for Expand */

#menu a.x:visited{
font-weight:bold;
color:#fff;
background:#AAA4CA;
}

#menu a.x{
font-weight:bold;
color:#fff;
background:#AAA4CA;
}

#menu a.x:hover{
color:#000;
background:#AAA4CA;
}

#menu a.x:active{
color:#fff;
background:#AAA4CA;
}

.media_info {
	font-size: 0.85em;
}

.media_info .name {
	font-weight: bold;
}

.media_info .name a {
	color: #000000;
}

.media_info .title {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
}

.media_info .date {
	font-size: 0.85em;
	color: #F71F26;
	margin: 0;
}

.media_info .desc {}

.media_info .link {
	font-size: 0.85em;
	margin: 0;
	text-align: center;
}

.media_info .link a {
	color: #F71F26;
}

.mi_bordered {
	border-left: 1px solid #EDD386;
}

.media_div {
	font-size: 1px;
	border-bottom: 1px solid #EDD386;
}

.media_div2 {
	font-size: 1px;
}

.title .comment {
	font-size: 0.7em;
	font-weight: normal;
}

.form_row {
	margin-bottom: 8px;
	border-bottom: 1px solid #EDD386;
	padding-bottom: 8px;
	width: 100%;
}

.form_row .title {
	font-size: small;
	font-weight: bold;
	margin-bottom: 5px;
}

.form_row input.styled {
	width: 99%;
	padding: 2px;
	font-size: smaller;
}

.form_row textarea.styled {
	width: 99%;
	padding: 2px;
	font-size: small;
}

.form_right {
	width: 48%;
	float: left;
}

.form_left {
	width: 48%;
	float: left;
}

.form_left {
	margin-right: 3%;
}

fieldset {
	border: 1px solid #EDD386;
	margin-bottom: 8px;
}

legend {
	color: #F71F26;
	font-weight: bold;
}

.clear {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}
