html
{
	color: #333;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom: 10px;
}

li
{
	list-style-position:inside;
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
}

a
{
	color: #940000;
}

form{
	margin-bottom: 20px;
}
label
{
	display: block;
}
input
{
	border: 1px solid #333;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

input.search
{
	width: 210px;
}

input.button
{
	margin:0;
	background-color: #eee;
	border: 1px solid #333;
	padding: 5px 10px 5px 10px;
	width: auto;
	overflow: visible;
	height:32px;
}

input.regular_input
{
	width: 400px;
}

textarea.regular_input
{
	width: 700px;
	border: 1px solid #333;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	font-size: 16px;
	height: 200px;
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/* Header Section */
#top_header
{
	background-color: #f6f6f6;
	background-image: url(../img/shadow_top.gif);
	background-repeat: repeat-x;
}
#top_header .container_16 .grid_16
{
	position: relative;
	height: 120px;
}
#logo{
	position: absolute;
	bottom: 30px;
}

#rss{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

ul#menu
{
	/*background-image: url(../img/menu_right.gif);*/
	background-repeat: no-repeat;
	background-position: top right;
	height: 40px;
	padding: 0;
	position:absolute;
	top:0;
	right:0;
}

ul#menu li{
	display: inline;
	margin:0;
	float: left;
}

ul#menu li a{
	margin: 5px 0px 5px 20px;
	padding: 5px 0 0 0;
	color: #333;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	height: 40px;
	
}
ul#menu li a:hover, ul#menu li.active a{
	background-image: url(../img/menu_background.gif);
	background-repeat: repeat-x;
	background-position: top;

}
/* Promo Section */
#promo
{
	height: 224px;
	border-top: 5px solid #333333;
	border-bottom: 5px solid #333333;
	padding-top: 0px;
}

#promo a.button
{
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: 1.2em;
}

#promo_box_group
{
	
}

#promo_box_group a.promo_box_a
{
	display: block;
	margin-top: 10px;
	height: 45px;
	border: 3px solid #000;
	padding: 5px 10px 5px 10px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	text-decoration: none;
	background-image: url(../img/promo_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#promo_box_group a.promo_box_a:hover
{
	display: block;
	margin-top: 10px;
	height: 45px;
	border: 3px solid #111;
	padding: 5px 10px 5px 10px;
	background-color: #333;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.promo_box img
{
	float: left;
	margin-right: 10px;
}

.promo_box p
{
	margin:0;
	padding: 0;
	font-size: 1em;
	width: 390px;

}

/* Content Section */

#content
{
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../img/footer_background.gif);
	background-repeat: repeat-x;

}

#content #content_background
{
	padding-top: 20px;
	background-image: url(../img/flower_background.gif);
	background-repeat: no-repeat;
	

}

.main_content .container_16
{
	background-image: url(../img/dotted_line_left.gif);
	background-repeat: repeat-y;

}

.frontpage_content .container_16
{
	background-image: url(../img/dotted_line.gif);
	background-repeat: repeat-y;
}
.date
{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	color: #666;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#content h2
{
	margin-bottom: 0;	
}


p.ingress
{
	font-weight: bold;	
	margin-bottom: 40px;
}

.quote
{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	float: right;
	width: 190px;
	padding: 0 20px 20px 20px;
	margin: 0 0 10px 10px;
	background-color: #eee;
	background-image: url(../img/quote_end.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.quote q
{

	padding-top: 30px;
	background-image: url(../img/quote_start.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:justify;
	display: block;
	margin-bottom: 20px;
}
/* Footer Section */
#footer
{
	background-image: url(../img/footer_background.gif);
	background-repeat: repeat-x;
	height: 200px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#footer .container_16
{
	background-image: url(../img/dotted_line.gif);
	background-repeat: repeat-y;
}


/* Override Section */
.left
{
	float: left;
}
img.left
{
	margin: 0 10px 10px 0;
}

.right
{
	float: right;
}

img.right
{
	margin: 0 0 10px 10px;
}

