@charset "utf-8";
/* CSS Document */

body
{
	background: url(images/bg4.jpg) repeat-x #ffffff;
}

#wrapper
{
	margin: 10px auto;
	width: 960px;
	height: auto;
}

#contact
{
	margin:3px 0 3px 0;
	text-align:right;
	font-family:arial,georgia;
	font-size:30px;
	color:#0475bd;
}

#totop
{
	margin:10px 0 0 0;
	padding:6px 0 0 13px;
	width:72px;
	height:15px;
	font-family:arial,georgia;
	font-size:10px;
	colour:#0475bd;
	float:right;
	background:url(images/totop2.png) no-repeat;
}

#totopdiv
{
	width:960px;
}

a.contact:link
{
	font-family:arial,georgia;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}

a.contact:visited
{
	font-family:arial,georgia;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}

a.contact:hover
{
	font-family:arial,georgia;
	font-size:12px;
	color:#CACACA;
	text-decoration: none;
}

.contenttext
{
	font-family:arial, georgia;
	font-size:14px;
	color:#666666;
}

.headertext
{
	font-family:arial, georgia;
	font-size:22px;
	color:#0475bd;
}

.subheading
{
	font-family:arial, georgia;
	font-size:16px;
	color:#0475bd;
}

#homeimage
{
	height:120px;
	width:960px;
}

a:link
{
	color: #0475bd;
	text-decoration: none;
}

a:visited
{
	color: #0475bd;
	text-decoration: none;
}

a:hover
{
	color:#78a9e5;
	text-decoration: none;
}

#divider
{
	height:2px;
	width:920px;
	background:#0475bd;
}

#divider2
{
	height:3px;
	width:960px;
	background-color: #0475bd;
}

#header
{
	width: 960px;
	height: 150px;
	background:url(images/header3.png);
}

#logo
{
	height: 85px;
	width: 300px;
	float: left;
	background:url(images/logo.jpg) no-repeat;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

#banner
{
	font-family:arial,georgia;
	font-size:30px;
	color:#CACACA;
	text-align:right;
	width:450px;
	height:100px;
	float:right;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#menu
{
	margin:5px 0 0 0;
	height:auto;
	width:960px;
	/*background-color:#FFFFFF;*/
}

#menuitems
{
	margin: 2px 5px 0 0;
	text-align:right;
	font-family:arial, georgia;
	font-size:15px;
	font-weight:bold;
	color:#0475bd;
}

#content
{
	margin:5px 0 0 0;
	height:auto;
	width:960px;
	background-color:#ffffff;
}

#contenttext
{
	margin:0 20px 0px 60px;
	font-family:arial, georgia;
	font-size:14px;
	color:#666666;
}

#footer
{
	clear:both;
	width: 960px;
	height: 53px;
	background:url(images/footer3.png);
}

#footercontent
{
	font-family: arial, georgia;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	margin: 4px 0 0 20px;
	width: 920px;
	height: auto;
}

