/* CSS Document */

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

}



body{
	background-image:url(images/header_bg2.jpg);
	background-repeat:repeat-x;
	background-color:#450000;
	margin:0;
	font-family:'EconomicaRegular', Arial, Helvetica, sans-serif;
}

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

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


h3{
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#FFFFFF;
}


#top_text{
	width:100%;
	height:30px;
	font-size:15px;
	text-align:center;
	color:#ffffff;
	padding-top:10px;
}

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

#header{
	width:890px;
	height:238px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}

#header_left{
	width:550px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
}



#logo{
	text-align:center;
	color:#ffffff;
	font-size:40px;
	text-transform:uppercase;
	font-weight:600;
	/*text-shadow: 0 0 0.2em #ff1b00, 0 0 0.2em #ff1b00,0 0 0.2em #ff1b00;*/
}

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

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

#logo_call{
	text-align:center;
	color:#ffffff;
	font-size:19px;
	font-weight:600;
	text-transform:uppercase;
}


#banner{
	width:900px;
	height:222px;
}

#navigation{
	width:900px;
	height:45px;
	text-align:center;
	margin-top:67px;
}

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

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

#navigation ul li div{
	width:209px;
	height:45px;
	background-image:url(images/linkout.png);
	background-repeat:no-repeat;
	padding-top:11px;
}

#navigation ul li div a:link{
	color:#FFFFFF;
	font-size:25px;
	text-transform:uppercase;
	text-decoration:none;
}

#navigation ul li div a:visited{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}

#navigation ul li div a:hover{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:underline;
}

#navigation ul li #active{
	background-image:url(images/linkover.png);
	background-repeat:no-repeat;
}

#navigation ul li #active a{
	color:#ffd800;
}



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

#sidebar{
	width:288px;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #000000 0%, #7f0000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #000000 0%, #7f0000 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #000000 0%, #7f0000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000000), color-stop(1, #7f0000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #000000 0%, #7f0000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #000000 0%, #7f0000 100%);
}

#sidebar_call{
	font-size:20px;
	color:#FFFFFF;
	font-weight:500;
	padding-bottom:10px;
}

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

#main_content_top{
	background-image:url(images/main_content_top.png);
	background-repeat:no-repeat;
	width:600px;
	height:10px;
}

#main_content_middle{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #000000 0%, #7f0000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #000000 0%, #7f0000 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #000000 0%, #7f0000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #01191C), color-stop(1, #7f0000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #000000 0%, #7f0000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #000000 0%, #7f0000 100%);
}

#main_content_bottom{
	background-image:url(images/main_content_bottom.png);
	background-repeat:no-repeat;
	width:600px;
	height:13px;
}

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

#main_content_middle li{
	color:#FFFFFF;
}


.clear{
	clear:both;
}

#bottom_links{
	width:900px;
	height:35px;
	margin-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	padding-top:5px;
}

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

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

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

#footer{
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	width:900px;
	height:90px;
	margin-top:5px;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	padding-top:30px;
}

#external_links{
	color:#333333;
	text-align:center;
	font-size:18px;
	padding:10px;
}

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

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

#external_links a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}/* ------------------------------------------------------------ */
#services8{
	text-align:center;
	width:500px;
	color:#ffffff;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
}

.services8_lefttitle{
	float: left;
	width:250px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-style:italic;
	background-image:url(images/service_bg.jpg);
	background-repeat:repeat-y;
	
}

.services8_righttitle{
	float: right;
	width:250px;
	padding-top:5px;
	padding-bottom:5px;
	font-style:italic;
	font-weight:bold;
	background-image:url(images/service_bg.jpg);
	background-repeat:repeat-y;
}

.services8_left{
	float: left;
	width:250px;
	padding-bottom:5px;
}

.services8_right{
	float: right;
	width:250px;
	padding-bottom:5px;
}

.clear {
	clear:both;
}


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