body		{
	margin:0;
	padding:0;
	background:#447b98;
	font-family:Arial;
	font-size:12px;
}

a		{
	color:#000000;
}


div#top		{
	width:100%;
	height:106px;
	background:url("images/top-bg.jpg") repeat-x;
	text-align:center;
	float:left;
}

div#middle	{
	width:100%;
	min-height:300px;
	height:auto !important;
	height:300px;
	background:url("images/mid-bg.jpg") #d1d1d1 repeat-x;
	text-align:center;
	float:left;
	padding-top:10px;
	overflow:visible;
}

div#bottom	{
	width:100%;
	height:161px;
	position:relative;
	background:url("images/bot-bg.jpg") #447b98 repeat-x;
	text-align:center;
	float:left;
	padding-top:20px;
}


div#qckbtm	{
	width:700px;
	margin:0 auto;
	text-align:center;
}

div#blog	{
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	padding-left:7px;
	color:#FFFFFF;
	margin-right:10px;
}

div#blogicon		{
	width:190px;
	height:40px;
	background:url("images/blog-icon.png") no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-left:38px;
	margin-left:-7px;
}

.spacer		{
	width:2px;
	height:150px;
	background:url("images/spacer.png") repeat-y;
	float:left;
	margin-right:30px;
}

div#news	{
	width:200px;
	height:auto;
	float:left;
	text-align:left;
	padding-left:7px;
	color:#FFFFFF;
	margin-right:5px;
}

div#newsicon		{
	width:190px;
	height:40px;
	background:url("images/news-icon.png") no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:7px;
	padding-left:38px;
	margin-left:-7px;
	margin-top:-2px;
}

div#info	{
	width:190px;
	height:auto;
	float:left;
	text-align:left;
	padding-left:7px;
	color:#FFFFFF;
}

div#infoicon		{
	width:190px;
	height:40px;
	background:url("images/info-icon.png") no-repeat;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:7px;
	padding-left:38px;
	margin-left:-7px;
	margin-top:-2px;
}


div#banner	{
	width:740px;
	height:107px;
	background:url("images/banner.png");
	margin:0 auto;
}


div#navigation	{
	width:100%;
	height:47px;
	background:url("images/nav-bg.jpg") repeat-x;
	float:left;
	text-align:center;

}

div#buttons	{
	width:760px;
	height:44px;
	margin:0 auto;
}

#buttons ul		{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#buttons ul li a	{
	height:30px;
	position: relative;
	display: inline;
	float: left;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	font-weight:bold;
	color:#065576;
	font-size:13px;
	cursor:pointer;
	text-decoration:none;
}

#buttons ul li a:hover	{
	color:#107fae;
}


div#con-box		{
	width:750px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:50px;
	text-align:left;
}

h1		{
	width:700px;
	height:40px;
	color:#363636;
	letter-spacing:-3px;
	border-bottom:1px dotted #c0c0c0;
	font-size:30px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}

div#content	{
	width:700px;
	margin:0 auto;
	text-align:left;
	margin-bottom:50px;
}

div#info a	{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

div#news a	{
	color:#FFFFFF;
}

div#blog a	{
	color:#FFFFFF;
}

.add_comment	{
	width:135px;
	height:33px;
	cursor:hand;
	cursor:pointer;
	background:url("images/add_comment.png");
	margin:0;
	padding:0;
	border:0;
}

a:hover		{
	text-decoration:none;
}

.add_comment:hover	{
	border:0;
}

.send_email	{
	width:135px;
	height:33px;
	cursor:hand;
	cursor:pointer;
	background:url("images/send_email.png");
	margin:0;
	padding:0;
	border:0;
}

.send_email:hover	{
	border:0;
}

#buttons ul li a .current	{
	color:#107fae;
	text-decoration:underline;
}

h2		{
	font-size:16px;
	margin:0;
	font-weight:bold;
	color:#065576;
}

h5		{
	font-size:16px;
	margin:0;
	font-weight:bold;
	color:#065576;
}

.twobox		{
	float:right;
	margin-bottom:20px;
	width:45%;
	height:75px;
	padding:10px;
	border:1px solid #cccccc;
	background: #f0f0f0;
}

.newsbox		{
	float:right;
	margin-bottom:10px;
	width:678px;
	padding:10px;
	border:1px solid #cccccc;
	background: #f0f0f0;
}

.newsbox h2		{
	width:678px;
	height:23px;
	color:#363636;
	letter-spacing:-1px;
	border-bottom:1px dotted #c0c0c0;
	font-size:15px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}


.boxgrid a{ color:#065576;}

.boxgrid h2 { margin:10px; }
			
.boxgrid{ 
	width: 325px; 
	height: 260px;  
	float:left; 
	background: url("images/boxgrid.jpg") repeat-x #f0f0f0;
	border: solid 1px #CCCCCC; 
	overflow: hidden; 
	position: relative;
	margin-bottom:10px;
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
			
.boxgrid p{ 
	padding: 0 10px; 
}

input		{
	border:1px solid #aaaaaa;
	background:url("images/input.jpg") repeat-x #FFFFFF;
	width:250px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	letter-spacing:-1px;
	padding:3px;
}

input:hover	{
	border:1px solid #0288d4;
	color:#000000;
}

textarea		{
	border:1px solid #aaaaaa;
	background:url("images/input.jpg") repeat-x #FFFFFF;
	width:250px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	letter-spacing:-1px;
	padding:3px;
}

textarea:hover	{
	border:1px solid #0288d4;
	color:#000000;
}
	
