@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'DroidSansRegular';
    src: url('font/DroidSans-webfont.eot');
    src: url('font/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-webfont.woff') format('woff'),
         url('font/DroidSans-webfont.ttf') format('truetype'),
         url('font/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('font/DroidSans-Bold-webfont.eot');
    src: url('font/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSans-Bold-webfont.woff') format('woff'),
         url('font/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('font/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'CantarellRegular';
    src: url('cant/Cantarell-Regular-webfont.eot');
    src: url('cant/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-Regular-webfont.woff') format('woff'),
         url('cant/Cantarell-Regular-webfont.ttf') format('truetype'),
         url('cant/Cantarell-Regular-webfont.svg#CantarellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellOblique';
    src: url('cant/Cantarell-Oblique-webfont.eot');
    src: url('cant/Cantarell-Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-Oblique-webfont.woff') format('woff'),
         url('cant/Cantarell-Oblique-webfont.ttf') format('truetype'),
         url('cant/Cantarell-Oblique-webfont.svg#CantarellOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBold';
    src: url('cant/Cantarell-Bold-webfont.eot');
    src: url('cant/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-Bold-webfont.woff') format('woff'),
         url('cant/Cantarell-Bold-webfont.ttf') format('truetype'),
         url('cant/Cantarell-Bold-webfont.svg#CantarellBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellBoldOblique';
    src: url('cant/Cantarell-BoldOblique-webfont.eot');
    src: url('cant/Cantarell-BoldOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('cant/Cantarell-BoldOblique-webfont.woff') format('woff'),
         url('cant/Cantarell-BoldOblique-webfont.ttf') format('truetype'),
         url('cant/Cantarell-BoldOblique-webfont.svg#CantarellBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{

	background-color: #0b66b3;
	background-image: -webkit-gradient(linear,left top, left bottom,from(#f0f0f0), color-stop(0.5,#fefefe), color-stop(1, #f0f0f0));
	background-image: -moz-linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);
	background-image: -o-linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);
	background-image: linear-gradient(#f0f0f0 0%, #fefefe 50%, #f0f0f0 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fefefe'); /* for IE */
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: right top;

}



body, td, tr, div{
	color:#000000;
	font: 12px/18px 'DroidSansRegular','CantarellRegular',Geneva, Verdana, Arial, Helvetica, sans-serif;

}

a:link {
 font-family: 'DroidSansRegular','CantarellRegular',Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666666;

}
a:visited {
 font-family: 'DroidSansRegular','CantarellRegular',Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666666;

}
a:hover {
 font-family: 'DroidSansRegular','CantarellRegular',Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #008aff;
}
a:active {
	 font-family: 'DroidSansRegular','CantarellRegular',Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666666;
}


.footer {
	font-size:12px;
	list-style-type:none;
	color: #FFFFFF;


}


a.footer:link, a.footer:visited, a.footer:active  {
	color: #FFFFFF;
	font-size:11px;
}


a.toplink:link, a.toplink:visited, a.toplink:active  {
	color: #333333;
	font-size:11px;
}

a.toplink:hover {
	text-decoration: underline overline;
	color: #333333;
	font-size:11px;
}


#navmob {
	margin: 0;
	padding:   0;
 
}
#navmob li {
			list-style: none;
			border: 1px sulid #cccccc;
			margin: 3px; 
			padding: 0px; 
				-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		}


/* main level link */
#navmob a {

	text-decoration: none;
	display: block;
	font-size:11px;

	margin: 0;

	border: 1px solid #c7e8db;
	background-color: #ffffff;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#navmob a:hover {
	background: #000;

}

/* main level link hover */
#navmob .current a, #navmob li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;

	/*border-top: solid 1px #f8f8f8;
*/



	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
}


#navmob ul {
			list-style: none;
			border: 1px sulid #cccccc;
			margin: 0px;
			padding: 0px; 
		}

		#navmob ul li {
		overflow: hidden;
		border: 1px solid #c7e8db;
	background-color: #ffffff;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
		
		}


		#navmob ul li ul{
			opacity: 0;
			padding-left: 10px;
			padding-right: 10px;
			border: 0px;
			max-width: 100%;
			max-height: 80px;
			overflow-y: auto;
			background:#009933;
		}

img {
border:none;
}



.bar, .boxbtm {
	background-image: url(images/srvbg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	color: #333333;
	height:30px;
}

.bgcell{
	background-image: url(bgcell.jpg);
	background-repeat: repeat-x;
	background-position: top;
}




.lines {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
		behavior: url(border-radius.htc);
}


.linest {

	border: 1px solid #c7e8db;
	background-color: #fefefe;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		behavior: url(border-radius.htc);
	
}

.linest1 {

	border: 1px solid #c7e8db;
	background-color: #ffffff;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		behavior: url(border-radius.htc);
	
}



.linest a, .linest1 a {
  display: block;
  width: 100%;
  height: 100%;
}

.box {

	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(border-radius.htc);

	
}

.box:hover{
	border: 1px solid #E6E6E6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	background-image: url(hombg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
	


.lineshome {

	border: 1px solid #c7e8db; /* E6E6E6*/
	background-color: #FFFFFF;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	behavior: url(border-radius.htc);
	padding:5px;
}

.lineshome:hover, .lines:hover, .linest:hover, .linest1:hover {
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	background-image: url(hombg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
	
.mbg{
 background-image: url(mbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}	
	
	.list {
	list-style-type: none;
}
