@charset "utf-8";
/* CSS Document */

img
{
	border: 0;
}

p.center
{
	text-align: center;
}

body
{
	background: #ccccff url(images/nav_bg.png) repeat-y;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	font-family: Trebuchet MS;
}

table
{
	margin: 0;
	padding: 0;
	width: 99%;
}

#container
{
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#left_col
{
	float: left;
	width: 180px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

#left_col li
{
	color: #FFFFFF;
	vertical-align: middle;
	padding: 8px 35px 8px 0;
}

#left_col a, #left_col a:visited
{
	color: #ffffff;
	text-decoration: none;
}

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

#left_col span li
{
	color: #FFFF66;
}

#counter
{
	text-align: center;
}

#counter span
{
	background-color:#000;
	padding: 2px 4px;
	border: 1px dotted #000;
}

#right_col
{
	margin-left: 180px;
}

#right_col>div
{
	padding: 15px;
	margin: 0;
}

#title_img
{
	margin: 19px 19px 0 19px;
	border: 1px solid #000;
}

.title_text
{
	color: #ffffff;
	background-color: #294a26;
	text-align: center;
	font-size: 28pt;
	clear: right;
}

#home_right_quote
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#home_right_quote p
{
	text-align: center;
}

.float_right
{
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

#home_contact
{
	background: url(images/page_1_background.jpg);
}

table.list
{
	font-size: 10pt;
	border-collapse: collapse;
}

table.list tr td
{
	padding: 5px;
}

.shaded
{
	background-color: #eee;
}

.tab_right
{
	display: block;
	padding-left: 15px;
}

#related_links_list a
{
	padding: 5px;
}

#related_links_list a, #related_links_list a:visited
{
	color: #000066;
	text-decoration: none;
}

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

#footer
{
	clear: both;
	font-size: 8pt;
	text-align: center;
	background-color: #eee;
}

#footer a, #footer a:visited
{
	color: #990000;
}

#footer a:hover
{
	color: #0000FF;
}

#shadow
{
	position: absolute;
	left: 180px;
	top: 0;
	height: 100%;
	width: 20px;
	background: url(images/shadow.png) left top repeat-y;
}

/* modal window */

#modal-background {
	z-index: 20;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0;
	display: none;
}

#modal-window {
	z-index: 25;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid #000;
	background-color: #fff;
	padding: 20px;
	color: #000;
	display: none;
}

#modal-window a, #modal-window a:visited {
	
}

#modal-window a:hover, #modal-window a:active {
	
}

/* status bar */
#status-bar
{
	z-index: 10;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #6B6B6B;
	background-color: #3D3D3D;
	padding: 5px;
	color: #fff;
	text-align: center;
	display: none;
}