/* CSS Document */

a:link{color:#566268; text-decoration:none;}
a:visited{color:#566268; text-decoration:none;}
a:hover{color:#000000; text-decoration:none;}

a img{border:none;}

body
{
	background: #ffffff;
	font-family:"Trebuchet MS";
	font-size:13px;
	margin:0px; padding:0px;
}

h1
{
	color:#003399;
	margin-top:0px;
	padding:5px;
	font-size:32px;
	font-family: Georgia, 'Trebuchet MS';
	font-style: italic;
}

.box
{
	border:1px #dddddd solid;
	position:relative;
	display:inline;
	background-color:#f8f8f8;
}

h2
{
	color:#566268;
	font-size:23px;
}

h3
{
font-size: 16px;
}

h2.box
{
	color:#566268;
	font-size:21px;
	padding:5px;
	border:1px #ddd solid;
	width:auto;
	position:relative;
	display:inline;
	font-family:Georgia;
	font-style:italic;
}

#container
{
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:852px;
	height:auto;
}

#title
{
	position:absolute;
	margin-left:244px;
	margin-top:40px;
}

#header
{
	width:852px;
	height:191px;
	background:url('images/header_bg.jpg') no-repeat top left;
}

#content_container
{
	background:url('images/content_bg.jpg') repeat-y center;
	min-height:300px;
	width:852px;
}

#menu
{
	background:url('images/menu_bg.jpg') no-repeat;
	height:48px;
	width:800px;
	margin:auto;
}

#links
{
	margin-left:190px;
	height:auto;
	height:48px;
}

#menu ul
{
	padding:0px; 
	margin:0px;
	list-style:none;
}

#menu ul li
{
	float:left;
	padding:0px; 
	margin:0px;

}

#menu a
{
	font-size:.9em;
	text-transform:uppercase;
	display:block;
	float:left;
	height:23px;
	width:72px;
	text-align:center;
	padding-top:12px;
	color:#566268;
	margin-left:2px;
	margin-right:2px;
}

#menu a:hover
{
	background:#f9f9f9;
}

#menu li.active a
{
	background:url('images/menu_on.jpg') no-repeat top left;
	color:#ffffff;
	height:38px;	
}

#content
{
	color:#566268;
	width:740px;
	margin:auto;
	min-height:300px;
	height:auto;
	padding-left:30px;
	padding-right:30px;
	padding-top:18px;
	padding-bottom:10px;
}

#content a
{
	text-decoration:underline;
}

#footer
{
	background:url('images/footer_bg.jpg') no-repeat center top;
	height:36px;
	width:852px;
	color:#ffffff;
	clear:both;
	font-size:11px;
}

#footer a
{
	color:#ffffff;
}

#footer a:hover
{
	color:#ccccff;
}

#webdesign
{
	margin-top:11px;
	width:200px;
	float:left;
	margin-left:40px;
}

#copyright
{
	margin-top:11px;
	width:250px;
	float:left;
	margin-left:70px;
	font-weight:bold;
}

#menu_bottom
{
	margin-top:11px;
	margin-right:40px;
	width:230px;
	float:right;
	text-align:right;
}

.col_left
{
	float:left;
	width:450px;
	height:auto;
}

.col_right
{
	float:right;
	width:240px;
	height:auto;
	margin-left:15px;
	padding-left:10px;
	padding-bottom:15px;
	padding-right:10px;
}

.button
{
	background:#003399;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	padding:8px;
	padding-left:9px;
	padding-right:9px;
	text-transform:uppercase;
	text-decoration:none;
}

.clear
{
	clear:both;
	height:1px;
}

a.button
{
	color:#ffffff;
}

a.button:hover
{
	color:#ccccff;
}

ul.bullets
{
	padding:0px;
}

ul.bullets li
{
	list-style:none;
	background:url('images/bullet.gif') no-repeat left center;;
	padding-left:20px;
	margin-bottom:7px;
	height:15px;
}
