/* CSS Document */

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

}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#f5f5f5;
	margin:0;
	font-family:'DevroyeRegular', Arial, Helvetica, sans-serif;
	color:#1f1f1f;
	line-height:180%;
}

h1{
	font-size: 20pt;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:5px;
	margin:0;
	color:#1f1f1f;
	font-weight:bold;
}

h2{
	font-size: 17pt;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#1f1f1f;
	font-weight:bold;
	
}

h3{
	font-size: 14pt;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#1f1f1f;
	font-weight:bold;
}

hr{
	width:90%;
	height:1px;
	background-color:#214b70;
	text-align:center;
	border:0;
}

#holder{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:#ffffff;
	/*background-image:url(../images/bg2.png);
	background-repeat:repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(css/ie-css3.htc);
	box-shadow: 0 0 10px 0 #cccccc;*/
	
}

.left{
	float:left;
	width:574px;
	border-top: 3px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.right{
	float:right;
	width:316px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 2px solid #ffffff;
}

#banner{
	width:574px;
	height:274px;
	margin-bottom:3px;
}

#top_text{
	width: 100%;
	height: 40px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	padding-top: 8px;
	background-color:#214b70;
	margin-bottom:3px;
	line-height: 140%;
}

#web_title{
	width:316px;
	height:223px;
	background-color:#2a2a2a;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#424242');
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2a2a2a), color-stop(1, #424242));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #2a2a2a 0%, #424242 100%);
	margin-bottom:3px;
}

#header_call {
	width: 98%;
	height: 37px;
	font-size: 25px;
	text-align: center;
	color: #ffffff;
	padding-top: 13px;
	background-color: #214b70;
	margin-bottom: 3px;
}


#header{
	width:890px;
	height:90px;
	padding-left:5px;
	padding-right:5px;
}

#logo{
	width:100%;
	font-size: 33px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	padding-bottom:10px;
	/*text-shadow: 0 0 0.2em #ff1b00, 0 0 0.2em #ff1b00,0 0 0.2em #ff1b00;*/
}

#logo a{
	color:#ffdc51;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	line-height:120%;
}

.logo_text{
	width:100%;
	color:#ffffff;
	font-size: 11pt;
	text-transform:uppercase;
	text-align:center;
}

#logo_call{
	color:#ffdc51;
	font-size: 27px;
	text-transform:uppercase;
	text-align:center;
}

.card{
	color:#ffffff;
	font-size:14px;
	text-align:center;
	margin-top:20px;
}

#nav{
	width:574px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear: both;
	background-color:#2a2a2a;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#424242');
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2a2a2a), color-stop(1, #424242));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #2a2a2a 0%, #424242 100%);
}

#nav_link{
	width:574px;
	height:47px;
	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;
	float:left;
	padding:0 0 0 16px;
}

#nav ul .btnhome{
	padding:0 0 0 0 !important;
}

#nav ul li .btnhme{
	width: 110px !important;
}

#nav ul li div {
	width: 130px;
	height: 25px;
	padding-top: 15px;
}

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

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

#nav ul li div a:hover{
	color:#ffe400;
	text-decoration:none;
}

#nav ul li #active{
	color:#ffe400;
}


#sidebar img{
	display:block;
	margin: 10px 5px 10px 10px;
}

#sidebar_call{
	font-size: 25px;
	color:#ffffff;
	font-weight:500;
	padding-bottom:10px;
	font-weight:bold;
	width:300px;
	margin: 10px 5px 10px 10px;
	text-align:center;
}






#content{
	width:900px;
	background-image:url(../images/sidebar_bg.png);
	background-repeat:repeat-y;
	background-position:right;
	clear: both;
}

#main_content_middle{
	width:574px;
	border-left: 3px solid #ffffff;
	border-right: 2px solid #ffffff;
	/*box-shadow: 0 0 4px 0 #b8b7b7;
	behavior: url(css/ie-css3.htc);*/
	background-color:#e8e8e8;
	float:left;
}

#main_content_middle p{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	font-size: 12pt;
	text-align:justify;
	color:#1f1f1f;
}

li{
	font-size: 16px;
}

.sidebar{
	float:right;
	width:316px;
}

.sidebar_services{
	width:285px;
	height:139px;
	padding:5px 0 5px 0;
	text-align:left;
	color:#FFFFFF;
	margin: 5px 0 0 10px;
}

.sidebarimg{
	padding: 0 0 0 10px;
}

.sidebar_services a{
	color:#FFFFFF;
	text-decoration:none;
}

.sidebar_services a:hover{
	color:#e5e5e5;
}

.sidebar_servicestitle{
	padding:5px 0;
	margin:0;
	font-size:20px;
	font-weight:bold;
}

.sidebar_services ul, .sidebar_services li{
	padding:5px 0;
	margin:0;
	list-style-position:inside;
	list-style-image:url(../images/bullet.png);
	font-size:20px;
}

.clear{
	clear:both;
}




.footer_left{
	float:left;
	width:564px;
	height:100px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 2px solid #ffffff;
	background-color:#214b70;
	padding:0 5px 0 5px;
}

.footer_text{
	width:100%;
	height:35px;
	padding:10px 0 10px 0;
}

.footer_text p{
	text-align:center;
	color:#ffdc51;
	font-size:15px;
}


#external_links{
	width:100%;
	height:40px;
	color:#ffffff;
	text-align:center;
	font-size: 12px;
	margin-top:10px;
	clear: both;
	margin-top:10px;
}

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

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

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


.footer_right{
	float:right;
	width:316px;
	height:100px;
	border-top: 3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-left: 2px solid #ffffff;
	background-color:#2a2a2a;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#424242');
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2a2a2a), color-stop(1, #424242));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #2a2a2a 0%, #424242 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #2a2a2a 0%, #424242 100%);
}




#bottom_links {
	margin-top:5px;
	text-align: center;
	color: #ffdc51;
	font-size: 14px;
	padding-top: 0;
	font-weight: bold;
	line-height: 160%;
}
#bottom_links a{
	color:#ffffff;
	text-decoration:none;
}

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

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


.servicelist p{
	font-size: 14px !important;
	padding:10px 10px 0 10px !important;
}
