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

}

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

}

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

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

h2{
	font-size: 19pt;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
	color:#8A4005;
	font-weight:bold;
	
}

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


#top_text{
	width: 100%;
	height: 20px;
	font-size: 12pt;
	text-align: center;
	color: #292929;
	padding-top: 8px;
}

#holder{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat;
	-moz-border-radius: 4em 1em 4em 1em;
	-webkit-border-radius: 4em 1em 4em 1em;
	-khtml-border-radius: 4em 1em 4em 1em;
	border-radius: 4em 1em 4em 1em;
	box-shadow: 1px 1px 5px 0px #282828;
	behavior: url(css/ie-css3.htc);
}

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

#header_left{
	width:450px;
	float:left;
	padding-top:5px;
	margin-left: 10px;
	margin-top:10px;
}

#header_right{
	width:400px;
	float:right;
	margin-right:10px;
	text-align:right;
	margin-top:10px;
}



#logo{
	font-size: 28pt;
	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:#8A4005;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	font-family:'LaconicBold', Arial, Helvetica, sans-serif;
}

.logo_text{
	color:#292929;
	font-size: 12pt;
	text-transform:uppercase;
}

#logo_call{
	color:#8A4005;
	font-size: 26pt;
	text-transform:uppercase;
	font-family:'LaconicBold', Arial, Helvetica, sans-serif;
}

.card{
	color:#292929;
	font-size:12pt;
}

#nav{
	width:900px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	clear: both;
}

#nav_link{
	width:630px;
	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;
	padding:0;
	float:left;
	padding-left:10px;
}

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

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

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

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

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

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


#banner{
	width:100%;
	height:218px;
	margin:5px auto 5px auto;
}


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

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

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

#sidebar_call{
	font-size: 25px;
	color:#292929;
	font-weight:500;
	padding-bottom:10px;
	font-weight:bold;
	width:266px;
	margin: 10px 5px 10px 10px;
}

.sidebar_services{
	width:266px;
	height:139px;
	background-image:url(../images/sidbar_services.png);
	background-repeat:no-repeat;
	padding:5px 0 5px 0;
	text-align:center;
	color:#ffffff;
	margin: 10px 5px 10px 10px;
}

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

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

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

.sidebar_services ul, .sidebar_services li{
	padding:5px 0 0 0;
	margin:0;
	list-style-type:none;
	font-size:20px;
}

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



#main_content_middle{
	width:580px;
	box-shadow: 0 0 4px 0 #b8b7b7;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#f4f4f4;
	-moz-border-radius: 2em 1em 2em 1em;
	-webkit-border-radius: 2em 1em 2em 1em;
	-khtml-border-radius: 2em 1em 2em 1em;
	border-radius: 2em 1em 2em 1em;
	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: 14pt;
	text-align:justify;
}

#main_content_middle li{
	font-size: 14pt;
}

.clear{
	clear:both;
}

#bottom_links {
	margin-top: 24px;
	text-align: center;
	color: #292929;
	font-size: 10pt;
	padding-top: 0;
	font-weight: bold;
	line-height: 160%;
}
#bottom_links a{
	color:#292929;
	text-decoration:none;
}

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

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

#footer{
	width:900px;
	height:120px;
	font-size: 12px;
	font-weight:700;
	clear:both;
}

#footer_left{
	float:left;
	width:355px;
	height:95px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	margin: 10px 5px 0 10px;
}

#footer_left p {
	margin-top: 23px;
	margin-left: 10px;
	font-size: 17px;
	color: #ffffff;
	line-height: 100%;
	text-align:center;
}

#footer_right{
	float:right;
	width:520px;
	height:95px;
	margin: 10px 5px 0 0;
}


#external_links{
	width:100%;
	height:50px;
	color:#292929;
	text-align:center;
	font-size: 14px;
	margin-top:10px;
	font-weight:700;
	clear: both;
	margin-top:10px;
}

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

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

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



.servce4_holder{
	width:100%;
	height:200px;
}

.svrce_v4{
	width:85%;
	color:#292929;
	font-size:14px;
	text-align:left;
	margin: 0 0px 10px 15px;
	padding:5px;
	box-shadow: 1px 1px 3px 0px #282828;
	-moz-border-radius: 2em 1em 2em 1em;
	-webkit-border-radius: 2em 1em 2em 1em;
	-khtml-border-radius: 2em 1em 2em 1em;
	border-radius: 2em 1em 2em 1em;
	behavior: url(css/ie-css3.htc);
	

}

.svrce_v4 p{
	text-align:center;
	font-weight:bold;
	font-size:17px;
	margin:2px;
	padding:0;
}

.svrce_v4 li, .svrce_v4 ul{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0 0 0 5px;
	list-style:inside square;
}

