@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Helvetica_CE_Bold";
    src: url("Helvetica_CE_Bold.ttf");
}
body {
	background-color: #f8f6f2;
	margin: 0px;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url(../images/bg.jpg);
	background-position:top;
}
#divbg{
	float:left;
	width:100%;
	background-image:url(../images/bgtop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:auto;
}
.divbg2{
	float:left;
	width:100%;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:auto;
}
#wrap {
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contain {
	margin: 0px;
	float: left;
	width: 984px;
	height:100%;
}
#navigation{
	float:left;
	width:100%;
	margin:144px 0px 0px 0px;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	height:50px;
	font-family:"Helvetica_CE_Bold";
}
#navigation ul{
	width:694px;
}
#navigation ul,li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	list-style-image:none;
}
#navigation li{
	float:left;
	font-size:18px;
	padding:13px 20px 0px 20px;
}
#navigation li a:link{
	text-decoration:none;
	color:#FFFFFF;
}
#navigation li a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
#navigation li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
#navigation li a:active{
	text-decoration:none;
	color:#FFFFFF;
}
.phone{
	float:right;
	width:242px;
}
#content{
	float:left;
	width:934px;
	padding:25px 25px 15px 25px;
	background-color:#FFFFFF;
}
.video{
	float:left;
	width:100%;
	height:345px;
	padding:0px 0px 15px 0px;
}
.left{
	float:left;
	width:265px;
	padding:0px 16px 0px 0px;
}
.categories{
	float:left;
	width:100%;
	padding:0px 0px 20px 0px;
}
.categories h1{
	font-family:"Helvetica_CE_Bold";
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/categoriestop.jpg);
	background-repeat:no-repeat;
	height:28px;
	padding:10px 0px 10px 0px;
	background-color:#c1d9fb;
}
.categories ul{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	background-color:#c1d9fb;
}
.categories a:link{
	float:left;
	width:230px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 35px;
	list-style:none;
	list-style-image:none;
	color:#275598;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/cat-li-bg.jpg);
	background-repeat:no-repeat;
	height:21px;
	text-decoration:none;
}
.categories a:visited{
	float:left;
	width:230px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 35px;
	list-style:none;
	list-style-image:none;
	color:#275598;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/cat-li-bg.jpg);
	background-repeat:no-repeat;
	height:21px;
	text-decoration:none;
}
.categories a:hover{
	float:left;
	width:230px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 35px;
	list-style:none;
	list-style-image:none;
	color:#275598;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/cat-li-bg.jpg);
	background-repeat:no-repeat;
	height:21px;
	text-decoration:underline;
}
.categories a:active{
	float:left;
	width:230px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 35px;
	list-style:none;
	list-style-image:none;
	color:#275598;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/cat-li-bg.jpg);
	background-repeat:no-repeat;
	height:21px;
	text-decoration:none;
}
.mainmenu{
	float:left;
	width:100%;
}
.mainmenu h1{
	font-family:"Helvetica_CE_Bold";
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/mainmenu-b.jpg);
	height:28px;
	padding:10px 0px 0px 0px;
}
.mainmenu ul{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
}
.mainmenu li{
	float:left;
	width:220px;
	margin:0px 0px 0px 10px;
	padding:4px 0px 4px 20px;
	list-style:none;
	list-style-image:none;
	color:#275598;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:#999999 dotted 1px;
}
.mainmenu li a:link{
	color:#275598;
	text-decoration:none;
}
.mainmenu li a:visited{
	color:#275598;
	text-decoration:none;
}
.mainmenu li a:hover{
	color:#275598;
	text-decoration:underline;
}
.mainmenu li a:active{
	color:#275598;
	text-decoration:none;
}
.icons{
	float:left;
	padding-top:25px;
	width:100%;
}
.maincontent{
	float:left;
	width:653px;
	display:inline;
	color:#666666;
	line-height:20px;
	font-size:14px;
}
.maincontent h1{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	color:#263e60;
}
.maincontent p{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:22px;
	color:#666666;
}
.maincontent ul{
	width:100%;
	margin:0px 0px 0px 0px;
	padding:15px 0px 60px 0px;
	list-style:none;
	list-style-image:none;
}
.maincontent li{
	float:left;
	width:204px;
	list-style:none;
	list-style-image:none;
	color:#2c72ac;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
}
.imgpadd{
	padding:0px 13px 0px 13px;
	display:inline;
}
.column1{
	float:left;
	width:378px;
	padding:0px 0px 0px 0px;
}
.column1 ul{
	float:left;
	margin:0px 0px 0px 0px;
	padding:15px 0px 15px 0px;
}
.column1 li{
	width:358px;
	list-style:none;
	list-style-image:none;
	color:#2a64e7;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	background-image:url(../images/check.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px;
}
.column2{
	float:left;
	width:265px;
}
.newsletter{
	float:left;
	width:100%;
	background-image:url(../images/newsletterstrip.jpg);
	background-repeat:repeat-y;
}
.newsletter img{
	float:left;
}
.newslettcontent{
	float:left;
	display:inline;
	width:227px;
	padding:0px 19px 0px 19px;
}
.newslettcontent p{
	float:left;
	width:100%;
	padding:15px 0px 15px 0px;
	color:#000000;
	font-size:12px;
	line-height:18px;
	text-align:center;
}
.newslettcontent input{
	float:left;
	width:227px;
	background-image:url(../images/textfieldbg.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin:0px 0px 15px 0px;
	background-color:transparent !important;
	border:none !important;
	padding:0px 5px 0px 5px;
	color:#275598;
}
.submit{
	float:left;
	width:100%;
	text-align:center;
	padding:0px 0px 15px 0px;
}
.socialbuttons{
	float:left;
	width:100%;
	padding:80px 0px 0px 0px;
	text-align:center;
}
.components{
	float:left;
	width:100%;
	background-color:#4b93ce;
}
.curve1{
	float:left;
	width:100%;
	background-image:url(../images/curve1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.curve2{
	float:left;
	width:100%;
	background-image:url(../images/curve2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.curve3{
	float:left;
	width:100%;
	background-image:url(../images/curve3.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.curve4{
	float:left;
	width:923px;
	background-image:url(../images/curve4.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:7px 5px 7px 6px;
}
.box1{
	float:left;
	width:294px;
	height:205px;
	background-image:url(../images/boxbg.jpg);
	background-repeat:no-repeat;
	padding:5px;
}
.box1 h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	font-size:24px;
	color:#FFFFFF;
}
.box1 p{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.box2{
	float:left;
	width:294px;
	height:205px;
	background-image:url(../images/boxbg.jpg);
	background-repeat:no-repeat;
	margin:0px 5px 0px 5px;
	padding:5px;
}
.box2 h1{
	margin:0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	font-size:24px;
	color:#FFFFFF;
}
.box2 p{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#footer{
	float:left;
	width:100%;
	background-image:url(../images/footer-curve.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:27px 0px 34px 0px;
	font-weight:bold;
	color:#FFFFFF;
}
.foot{
	float:left;
	width:50%;
}
#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:active{
	color:#FFFFFF;
	text-decoration:none;
}
.componentheading{
	display:none;
}
.contentheading{
	float:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	color:#263e60;
}

