/* CSS Document */

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

}


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

}


body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#1d1d25;
	font-family: 'AndikaBasicRegular' Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

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

h2{
	color:#000000;
	font-size:20px;
	font-weight:700;
	margin:0;
	padding-left:15px;
}

h3{
	color:#000000;
	font-size:17px;
	font-weight:700;
	margin:0;
	padding-left:15px;
}

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

#header{
	width:900px;
	height:150px;
}

#header img, a{
	border:0;
}

#header .headertxt{
	float:right;
	width:700px;
	height:150px;
	text-align:center;
	text-transform:uppercase;
}

.top_text{
	width:700px;
	height:15px;
	font-size:12px;
}

.logo_text{
	margin-top:20px;
	width:700px;
	height:100px;
}

.logo_title{
	font-size:32px;
	font-family: 'EraserRegular', Arial, Helvetica, sans-serif;
	font-weight:700;
}

.logo_title a{
	line-height:1;
	font-size:32px;
	font-weight:700;
	color:#000000;
	text-decoration:none;
}

.logo_text2{
	font-size:17px;
}
.logo_text3{
	font-size:13px;
}
.logo_text4{
	font-size:18px;
	font-weight:700;
}

#header p{
	color:#000000;
	padding:0;
	margin:0;
}

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

#navigation {
	width:900px;
	height:42px;
	background-image:url(../images/navigation.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
}

#navigation td{
	width:150px;
	height:40;
	vertical-align:middle;
	text-align:center;
	font-size:17px;
}

#navigation td a{
	color:#000000;
	text-decoration:none;
}

#navigation td a:visited{
	color:#000000;
	text-decoration:none;
}

#navigation td a:hover{
	color:#820000;
	text-decoration:none;
}

#navigation td #active{
	color:#820000;
	text-decoration:none;
	font-weight:600;
}


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

#content .cleft{
	float: left;
	width:280px;
	margin-top:10px;
	text-align:center;
}

#content .cright{
	float: right;
	width:610px;
	padding:0;
	margin:0;
}

.callus{
	width:256px;
	height:153px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/callus.png);
	background-repeat:no-repeat;
}

.callus p{
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	text-align:right;
	padding-top:55px;
	padding-right:20px;
	margin:0;
	text-shadow: 0 0 0.2em #fadb09, 0 0 0.2em #fadb09, 0 0 0.2em #fadb09;
}

.content_top{
	width:610px;
	height:16px;
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
}

.content_middle{
	width:610px;
	background-image:url(../images/content_middle.png);
	background-repeat:repeat;
}

.content_middle p{
	margin:0;
	padding-left:14px;
	padding-right:14px;
	padding-top:10px;
	text-align:justify;
	text-indent:20px;
	color:#292935;
}

.content_bottom{
	width:610px;
	height:19px;
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
}

.clear{
	clear:both;
}


#form{
	width:256px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	margin-top:0;
	margin-bottom:0;
}

.form_top{
	width:256px;
	height:15px;
	background-image:url(../images/form_top.png);
	background-repeat:no-repeat;
}
.form_middle{
	width:256px;
	background-image:url(../images/form_middle.png);
	background-repeat:repeat-y;
}
.form_bottom{
	width:256px;
	height:16px;
	background-image:url(../images/form_bottom.png);
	background-repeat:no-repeat;
}



input, textarea{
	width:140px;
	background-color:#dbf0ff;
	border:#82cbff  1px inset;
	color:#0095ff;
}

input.sub{
	width:203px;
	height:39px;
	background:url(../images/submit.png) no-repeat;
	border:0;
	margin-right:10px;
	cursor:pointer;
}

td{
	padding:5px;
	color:#dbf0ff;
	font-size:12px;
}

#bottom_links{
	width:900px;
	height:35px;
	margin-top:5px;
	text-align:center;
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
	font-weight:600;
}

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

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

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


#footer{
	width:900px;
	height:79px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}

#footer p{
	font-size:12px;
	color:#000000;
	text-align:center;
	font-weight:700;
	margin:0;
	padding-top:15px;
}

#footerlink{
	width:860px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
}

#footerlink p{
	margin:0;
	text-align:center;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#footerlink a{
	text-align:center;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#footerlink a:hover{
	text-align:center;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

/* ------------------------------------------------------------ */
#services3b{
	text-align:center;
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
}

#services3b p{
	font-size:16px;
	color:#333333;
	margin:0;
	padding:0;
	font-weight:bold;
}

.servicetitleb{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background-color:#2C2C2C;
}

#services3b_lefttitle{
	float: left;
    border: solid 1px #CCCCCC;
	width:160px;
}

#services3b_middletitle{
	margin-left: auto;
    margin-right: auto;
    border: solid 1px #CCCCCC;
	max-width:160px;
}

#services3b_righttitle{
	float: right;
    border: solid 1px #CCCCCC;
	width:160px;
}

#services3b_left{
	float: left;
    border: solid 1px #CCCCCC;
	width:160px;
	padding-bottom:5px;
}

#services3b_middle{
	margin-left: auto;
    margin-right: auto;
    border: solid 1px #CCCCCC;
	max-width:160px;
	padding-bottom:5px;
}

#services3b_right{
	float: right;
    border: solid 1px #CCCCCC;
	width:160px;
	padding-bottom:5px;
}
/* ------------------------------------------------------------ */


