@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Edwardian Script ITC";
  src:url(BebasNeue.otf);
  }
body {
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	margin:0;
	padding:0;
	color:#fff;
}
h4 {
	margin:0;
	padding:0;
	color:#0064B1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:14px;
}
h5 {
	margin:0;
	padding:0;
	color:#0064B1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top: 10px;
	margin-left:10px;
}
p {
	margin:0;
	padding:0;
	font-size:12px;
}
img {
	border:none;
}

#wrapper {
	width:1024px;
	height:auto;
	margin:0 auto;
	position:relative;
	top:-8px;
	overflow:hidden;
}
#header {
	height:120px;
	width:100%;

}
#brandmark {
	float:left;
	height:100px;
	width:250px;
	margin-top:15px;
	background:url(images/brandmark-01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#nav {
	float:left;
	margin: 50px 20px 0px 20px;
}
#nav li {
	float:left;
	list-style:none;
	display:block;
	border: solid thin #999;
	border-top:none;
	border-bottom:none;
	padding: 5px 15px 5px 15px;
	margin-right:-1px;
}
#nav li a {
	color:#999;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
}
#nav li a:active {
	color:#000;
}
#nav li ul {
	display:none;
	float:none;
	border:none;
	margin:5px 0 0 -15px;
	padding:0px 0 0 15px;
	
}
#nav li ul li {
	float:none;
	border:none;
	margin:0;
	padding:5px 0 0 0 ;
}
#nav li ul li a {
	font-size:10px;
}
#nav li ul li a:hover {
	font-size:11px;
	font-weight:bolder;
	
}

#nav li:hover ul {
	display:block;
	position:absolute;
	z-index:15;
	background:#FFF;
}
#secondary_nav {
	width:100%;
	height:auto;
		border: solid thin #666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: -1px 0px 5px;
	-moz-box-shadow: -1px 0px 5px;
	-webkit-box-shadow: -1px 0px 5px;
	margin:0;
	padding:0;
}
#secondary_nav li {
	height:35px;
	width:100%;
	border: solid thin #666;
	border-left:none;
	border-right:none;
	margin-bottom:-1;
	list-style:none;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
#secondary_nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	
	/* [disabled]color:#000; */
	text-decoration: none;
}
#secondary_nav li a:hover {
	font-weight:bolder;
}
	
#secondary_nav2 {
	width:100%;
	height:auto;
		border: solid thin #666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: -1px 0px 5px;
	-moz-box-shadow: -1px 0px 5px;
	-webkit-box-shadow: -1px 0px 5px;
	margin:0;
	padding:0;

}
#secondary_nav2 li {
	height:35px;
	width:100%;
	border: solid thin #666;
	border-left:none;
	border-right:none;
	margin-bottom:-1;
	list-style:none;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}
#secondary_nav2 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height:15px;
	/* [disabled]color:#000; */
	text-decoration: none;
	vertical-align:middle;
}
#secondary_nav2 li a:hover {
	font-weight:bolder;
}
#left_column {
	height:400px;
	width:15%;
	
	float:left;
	margin-top:15px;
}
#left_column img {
	width:100%;
	margin:10px 0 0 0;
}
#main_column {
	width:60%;
	height:auto;
	margin: 0 2% 0 2%;
	position:relative;
	float:left;
	margin-top:15px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-mozborder-top-left-radius:5px;
	-mozborder-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top:thin solid;
	border-left:thin solid;
	border-right:thin solid;


	box-shadow: 1px 0px 5px;
	-moz-box-shadow: 1px 0px 5px;
	-webkit-box-shadow: 1px 0px 5px;
	
}

#service_links {
	margin:20px;
	position:absolute;
	z-index:100;
	width:94%;
	font-size:12px;
	line-height:24px;
}
.service {
	margin:20px;
	padding-bottom:20px;
	border-bottom:thin solid;
	height:auto;
}
.content {
		margin:20px;
}
.service img {
	margin: 0 0 30px 0;
}
#right_column {
	height:auto;
	width:20%;
	margin: 15px 0 15px 0;
	float:right;
}
#news_section {
	height:auto;
	width:100%;

}
#contact_secton {
	margin-top:15px;
	height:150px;
	width:100%;
}
#social {
	margin: 0;
	padding: 0;
}
#social li {
	height:25px;
	width:25px;
	float:left;
	margin:5px 5px 5px 0;
	
	list-style:none;
}
#social li img {
	height:25px;
	width:25px;
	border:none;
}
#slider_column {
	height:auto;
	width:100%;
	float:left;
}



#footer {
	height:55px;
	width:100%;

	float:left;
}
#footer img {
	display:block;
	margin: 0 auto;
	padding: 8px;
	max-height:25px;
}
#footer p {
	
	margin: 0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
}
.bold {
	font-weight: bold;
}

#news_section h3 {
	font-size: 14px;
	color:#0064B1;
	padding-top:10px;
	
	text-align:left;
	padding-bottom:0;	
}

#news_section p {
	font-size:10px;
	color: #000;
	
	margin-top:-10px;
}

.form { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 10px;
	width:90%;
}
.services_page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}