/* CSS Document */


@font-face {
    font-family: 'AaarghNormal';
    src: url('Aaargh-webfont.eot');
    src: url('Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('Aaargh-webfont.woff') format('woff'),
         url('Aaargh-webfont.ttf') format('truetype'),
         url('Aaargh-webfont.svg#AaarghNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	margin:0;
	font-family: 'AaarghNormal', Arial, sans-serif;
}

h1{
	font-size:25px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#000000;
	font-weight:bold;
}

h2{
	font-size:20px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#000000;
	font-weight:bold;
}


h3{
	font-size:17px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#000000;
	font-weight:bold;
}


#top_text{
	width:470;
	height:20px;
	font-size:12px;
	text-align:right;
	color:#ffffff;
}

#holder{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header_holder{
	width:100%;
	height:155px;
}

#header{
	width:890px;
	height:140px;
	padding-left:5px;
	padding-right:5px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-radius: 0 0 1em 1em;
	-khtml-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;
	-moz-box-shadow: 0px 0px 5px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 5px 1px #ffffff;
	box-shadow: 0px 0px 5px 1px #ffffff;
	behavior: url(css/ie-css3.htc);

}

#header_left{
	float:left;
	width:300px;
	height:145px;
	margin-left:10px;
}

#header_right{
	float:right;
	width:505px;
	height:138px;
	text-align:right;
	color:#ffffff;
	font-size:20px;
	padding-right:10px;
}

#logo{
	text-align:center;
	color:#ffffff;
	font-size:33px;
	font-weight:600;
	margin-top:30px;
}

#logo a{
	text-align:center;
	color:#ffffff;
	font-weight:600;
	text-decoration:none;
}

.logo_text{
	text-align:right;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
}

#banner{
	width:900px;
	height:230px;
	margin-top:10px;
}

#banner img{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	margin-left:5px;
	-moz-box-shadow: 0px 0px 5px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 5px 1px #ffffff;
	box-shadow: 0px 0px 5px 1px #ffffff;
	behavior: url(css/ie-css3.htc);
}

#nav_holder{
	width:100%;
	height:55px;	
	margin-top: 4px;

}

#nav{
	width:505px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#nav_link{
	width:505px;
	height:55px;
	margin-left:auto;
	margin-right:auto
}

.nav_linkdivider{
	float:right	;
	vertical-align:middle;
}

#nav ul{
	padding:0;
	margin:0;
}

#nav ul li {
	display:inline-block;
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	padding-left:0px;
}

#nav ul li div{
	width:125px;
	height: 30px;
	padding-top: 14px;
}

#nav ul li div a:link{
	color:#ffffff;
	text-decoration:none;
	font-size:19px;
}

#nav ul li div a:visited{
	color:#ffffff;
	text-decoration:none;
}

#nav ul li div a:hover{
	color:#aad4f9;
	text-decoration:underline;
}

#nav ul li #active{
	color:#aad4f9;
	font-weight:bold;
}


#content{
	width:900px;
	margin-top:10px;
}

#sidebar{
	width:288px;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
}

#sidebar_call{
	font-size:25px;
	color:#ffffff;
	font-weight:500;
	padding-bottom:10px;
	font-weight:bold;
}

#main_content{
	width:600px;
	float:right;
}


#main_content_middle{
	width:600px;
	background-color:#f0f0f0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	/*box-shadow: 0px 0px 7px 2px #ffffff;*/
	behavior: url(css/ie-css3.htc);
}



#main_content_middle p{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
	text-align:justify;
}

li{
	font-size:16px;
}

.clear{
	clear:both;
}

#bottom_links{
	width:900px;
	height:35px;

	text-align:center;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	font-weight:700;
}

#bottom_links a{
	color:#ffffff;
	text-decoration:none;
}

#bottom_links a:visited{
	color:#ffffff;
	text-decoration:none;
}

#bottom_links a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#footer_holder{
	width:100%;
	margin-top:15px;

}

#footer{
	width:900px;
	margin-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	-moz-border-radius: 2em 2em 0 0;
	-webkit-border-radius: 2em 2em 0 0;
	-khtml-border-radius: 2em 2em 0 0;
	border-radius: 2em 2em 0 0;
	-moz-box-shadow: 0px 0px 5px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 5px 1px #ffffff;
	box-shadow: 0px 0px 5px 1px #ffffff;
	behavior: url(css/ie-css3.htc);
}

#footer p{
	padding-top:10px;
	margin:0;
}

#external_links{
	color:#ffffff;
	text-align:center;
	font-size:10px;
	padding:10px;
	font-weight:700;
}

#external_links a{
	color:#ffffff;
	text-decoration:none
}

#external_links a:visited{
	color:#ffffff;
	text-decoration:none
}

#external_links a:hover{
	color:#ffffff;
	text-decoration:underline;
}


#service_list{
	width:900px;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-y;
	margin-top:5px;
	padding:5px;
}


/* ------------------------------------------------------------ */
.servce_holder{
	width:99%;
	margin-left:auto;
	margin-right:auto;
	background-color: #3a709f;
	-moz-box-shadow: 0px 0px 5px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 5px 1px #ffffff;
	box-shadow: 0px 0px 5px 1px #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/ie-css3.htc);

}

.svrce_v3{
	width: 31%;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	margin: 4px 8px;
	padding: 2px 2px 5px 2px;
	float: left;
	display: inline-block;
	behavior: url(css/ie-css3.htc);
}

.svrce_v3 p {
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
}

.svrce_v3 ul{
	padding:0;
	margin:0;
}

.svrce_v3 li{
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
	font-size:14px;
}

/* ------------------------------------------------------------ */
