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

body 
{ 
	background:url(images/BKGD-gradient.jpg);
	background-repeat:repeat-x;
	background-color: #9fc5da;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center
}
td
{
	vertical-align:top
}
#clouds
{
	background-image:url(images/cloud.png); 
	background-position:bottom right; 
	background-repeat:no-repeat; 
}
h1, h2, h3, h4, h5, h6
{
	color:#598DB2;
	text-align:left;
	margin: 10px 0;
}
h1 .thin, h2 .thin, h3 .thin, h4 .thin, h5.thin, h6 .thin
{
	font-weight:normal;
}
a:hover
{
	cursor:pointer;
	color:#1111b2
}
a.links
{
	background-image:url(images/linksicon.gif);
	background-repeat:no-repeat;
	background-position:center left;
	border-bottom: 1px solid #bad0df;
	padding: 3px 3px 3px 20px;
	line-height: 16px;
	display:block;
	text-decoration:none
}
a.linksW
{
	background-image:url(images/linksiconW.png);
	background-repeat:no-repeat;
	background-position:center left;
	border-bottom: 1px solid #bad0df;
	padding: 3px 3px 3px 20px;
	line-height: 16px;
	display:block;
	text-decoration:none
}
#header
{
	width: 860px;
	margin: 13px auto 0;
	text-align: left;
}
.logotext
{
	font-size:18px; 
	margin-top: -2px auto 10px;
}
#menu
{
	background-image:url(images/BKGD-menu.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 36px;
	margin: 0 auto;
	padding-left: 30px;
}
#menu2
{
	color:#fff;
	float:right;
	font-size:11px;
	padding-right: 30px;
}
#menu2 a
{
	color:#fff;
	text-decoration: none;
}
#menu2 a:hover
{
	color:#dddd00;	
}
#home
{
	width:100px;
	height:36px;
	margin-right: 5px;
	float:left;
}
#home:hover
{
	width:100px;
	height:36px;
	background-image:url(images/homeON.jpg);
	background-repeat:no-repeat;
}
#about
{
	width:83px;
	height:36px;
	margin-right: 5px;
	float:left;
}
#about:hover
{
	width:83px;
	height:36px;
	background-image:url(images/aboutON.jpg);
	background-repeat:no-repeat;
}
#service
{
	width:87px;
	height:36px;
	margin-right: 5px;
	float:left;
}
#service:hover
{
	width:87px;
	height:36px;
	background-image:url(images/serviceON.jpg);
	background-repeat:no-repeat;
}
#contact
{
	width:86px;
	height:36px;
	margin-right: 5px;
	float:left;
}
#contact:hover
{
	width:86px;
	height:36px;
	background-image:url(images/contactON.jpg);
	background-repeat:no-repeat;
}
#contenttop
{
	background-image:url(images/BKGD-contenttop.png);
	background-repeat: no repeat;
	width: 860px;
	height: 25px;
	margin: 0 auto;
}
#content
{
	background-image:url(images/BKGD-content.png);
	background-repeat: repeat-y;
	background-position:  0px 10px;
	width: 700px;
	margin: 0 auto;
	padding: 20px 80px;
	overflow-y: auto;
	text-align:center;
	min-height: 300px;
}
#content p
{
	margin: 0 0 10px;
	font-family: Arial, Helvetica, sans-serif
	font-size:13px;
	color: #222;
	line-height:16px;
	text-align:left
}
#contentbottom
{
	background-image:url(images/BKGD-contentbottom.png);
	background-repeat: no repeat;
	width: 810px;
	height: 70px;
	margin: 0 auto;
	text-align:right;
	padding: 10px 50px 0 0;
	font-size:9px;
	color: #999
	
}
#right
{
	background-color:#598db2;
	width:255px;
	vertical-align: top;
	float:right;
	border: 5px solid #598db2;
	margin: 0 0 20px 20px;
}
#right p
{
	font-size:10px;
	color: #fff;
	float:right;
	text-align: left;
	margin-top: 5px;
	line-height: 13px
}
