
/*------------------------- Fonts ---------------------------*/
@font-face {
	font-family: 'quattrocento_sansregular';
	src: url('../fonts/quattrocentosans-regular-webfont.eot');
	src: url('../fonts/quattrocentosans-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/quattrocentosans-regular-webfont.woff') format('woff'),  url('../fonts/quattrocentosans-regular-webfont.ttf') format('truetype'),  url('../fonts/quattrocentosans-regular-webfont.svg#quattrocento_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rokkittbold';
	src: url('../fonts/rokkitt-bold-webfont.eot');
	src: url('../fonts/rokkitt-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/rokkitt-bold-webfont.woff') format('woff'),  url('../fonts/rokkitt-bold-webfont.ttf') format('truetype'),  url('../fonts/rokkitt-bold-webfont.svg#rokkittbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rokkittregular';
	src: url('../fonts/rokkitt-regular-webfont.eot');
	src: url('../fonts/rokkitt-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/rokkitt-regular-webfont.woff') format('woff'),  url('../fonts/rokkitt-regular-webfont.ttf') format('truetype'),  url('../fonts/rokkitt-regular-webfont.svg#rokkittregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------- Layout styles ------------------------*/
body {
	margin:0;
	font-family: 'quattrocento_sansregular';
	background-color:#FFF;
	/*background:url(../images/bg-body.jpg);*/
}
a {
	outline:none;
}
a img {
	border:0;
	display:block;
}
p a {
	color:#838383;
	text-decoration:underline;
}
p a:hover, a:hover {
	color:#404040!important;
}
/*------------------------- Header -------------------------*/
.header {
	background:url(../images/bg-header.jpg) repeat-x;
	height:95px;
}
.header div {
	margin:0 auto;
	overflow:hidden;
	padding:0px 10px;
	position:relative;
	width:940px;
}

.nav {
	background:url(../images/nav.jpg) repeat-x;
	height:40px;
}
.nav div {
	margin:0 auto;
	padding:8px 0px;
	position:static;
	width:940px;
}
.nav div ul {
	clear:both;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:1px 0 0;
}
.nav div ul li:first-child {
	margin:0;
}
.nav div ul li {
	float:left;
	margin:0 0 0 11px;
	
}
.nav div ul li a:first-child {
	color:#005293;
	display:inline;
	float:none;
	font-family:rokkittbold;
	font-size:15px;
	letter-spacing:.025em;
	line-height:24px;
	margin:0;
	text-decoration:none;	
	/*text-shadow:2px 3px 2px #000;*/
}
.nav div ul li a:hover, .header div div ul li.selected a {
	color:#060!important;
	text-decoration:underline;
	
}
/*------------------------- Body ---------------------------*/
.body .home .featured {
	background:url(../images/bg-featured.png) repeat-x;
	height:330px;
}
/*.body .home .featured div {
	background:url(../images/bg-featured.jpg) no-repeat;
	height:496px;
	margin:0 auto;
	width:960px;
}
.body .home .featured div p {
	color:#fff;
	font-family:rokkittregular;
	font-size:24px;
	line-height:30px;
	margin:0 0 0 78px;
	padding:32px 0 0;
	text-shadow:0 1px 1px #000;
}
.body .home .featured div h2 {
	color:#FFF;
	font-family:rokkittbold;
	font-size:36px;
	font-weight:400;
	line-height:24px;
	margin:0 0 0 78px;
	padding:28px 0 0;
	text-shadow:0 1px 1px #000;
}
.body .home .featured div h2 span {
	color:#fff600;
	font-size:48px;
	line-height:30px;
}
*/

.body .home .section {
	margin:0 auto;
	overflow:hidden;
	padding:0 10px;
	width:940px;

}
.body .home .section .content {
	float:left;
}
.body .home .section .content{
	float:left;
	padding:0;
	width:685px;
	text-align:justify;
	font-size:14px;
	line-height:25px;
	font-family:sans-serif;
}

.body .home .section .services{
	float:left;
	padding:0px 0px 0px 10px;
	width:210px;
	min-height:300px;
	margin-left:30px;
	font-size:13px;
	line-height:25px;
	font-family:sans-serif;
	border:1px solid #ccc;
	margin-bottom:20px;
	
	
}

.body .home .section .services ul li a:link
{
	text-decoration:none;
	list-style:none;	
}

.body .home .section .services ul li a:link, a:visited
{
	color:#060;
	text-decoration:none;
	list-style:none;	
}
.body .home .section .services ul li a:hover
{
	color: #005293!important;
	text-decoration:underline;
	
}


/*------------------------- Footer -------------------------*/
.footer {

    background:url(../images/footer-bg.jpg) repeat-x;
	height:65px;
	padding:0px 0 3px;
}
.footer div:first-child {
	margin-top:0;
	overflow:hidden;
}
.footer div:first-child div:first-child {
	margin:0;
	padding:0 23px;
}

.footer div {
	margin:27px auto 0;
	overflow:hidden;
	padding:10px 10px;
	width:940px;
}
.footer div ul {
	float:left;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:0;
}
.footer div ul li {
	float:left;
	margin:0 0 0 21px;
}
.footer div ul li a {
	color:#060;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
	text-transform:uppercase;
}
.footer div ul li a:hover {
	color: #005293!important;
	text-decoration:underline;
}
.footer div p {
	color:#005293;
	font-size:12px;
	line-height:24px;
	margin:0;
	text-align:center;
	font-weight:bold;
	text-transform:capitalize;
}

#homebox
{
width:217px; height:215px; float:left; margin:0px 3px 0px 3px;
padding:5px;
/*background-color:#f9f8f8;*/
border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
padding:5px;
/*box-shadow:3px 3px 2px #000000;
-webkit-box-shadow:3px 3px 2px #000000;
-moz-box-shadow:3px 3px 2px #000000;*/
color:#000000;
font-family:sans-serif, Verdana, Arial, Helvetica;
font-size:12px;
font-weight:normal;
text-align:justify;
line-height:22px;
}

.h1
{
color:#005293; font-size:18px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
text-transform:uppercase;
}

.readmore
{
font-size:12px; 
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold;
text-align:right;
}

.readmore a:link, .readmore a:visited
{
text-decoration:none;
color:#000000;
padding:3px 4px;
/*
background-color:#f3e3c2;
border:2px solid #8e6d64;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
box-shadow:3px 3px 2px #000000;
-webkit-box-shadow:3px 3px 2px #000000;
-moz-box-shadow:3px 3px 2px #000000;*/
}

.readmore a:hover
{
color:#000000;
text-decoration:underline;
}

.usfullink{
	font-size:13px;
	line-height:25px;
	font-family:sans-serif;	
}

.usfullink ul li a:link, a:visited
{
	color:#060;	text-decoration:none;
	list-style:none;	
}
.usfullink ul li a:hover
{
	color: #005293!important;
	text-decoration:underline;	
}

form.cmxform label.error, label.error {
/* remove the next line when you have trouble in IE6 with labels in list */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
color:#D40055;
vertical-align:bottom;
text-align:left;
}