/*

    INITIAL CSS FILE SET FROM:
    
    http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
    
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}

/* FONTS AND TEXT STYLES */

.blue{
    color: #4188D2;
}

.white{
    color: #fff;
}

strong{
    font-weight: bold;
}

h1{
    color: #333333;
    font-size:39px;
}

h2 {
    color: #333333;
    font-size: 30px;
}

h3{
    margin-bottom: 25px;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
}

h4{
    margin-top: 30px;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

h5{
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}

p{
    font-size: 13px;
    color: #555555;
    line-height: 18px;
}

a, a:link, a:visited{
    text-decoration: none;
    outline: none;
    color:#689CD2;
}

/* end font styles */



/* HEADER STYLING*/
#header-wrap{
    border-top: 10px solid #689CD2;
    padding-top: 0px;
    margin: 0 auto;
}

header{
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

header h2 a{
    display: block;
    text-indent: -999999px;
    background: url(images/jt5.png) no-repeat;
    background-size: 100% 100%;
    width: 950px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 0px;
}

#call{
    float: right; 
    padding-right: 0px;
    margin-top: 20px;
}

#call h3{
    margin: 0;
    margin-top: 30px;
    border-right: 1px solid #c8c8c8;
    padding-right: 30px;
}

#call h4{
    text-align: right;
    border-right: 1px solid #c8c8c8;
    margin: 0;
    padding-right: 30px;
}

/* NAVIGATION MENU BAR STYLING */


/* END NAV */

nav ul {
  text-align: left;
  display: block;
  margin: 0;
  padding-left: 22%;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
nav ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 20px 30px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
nav ul li:hover {
  background: #555;
  color: #fff;
}
nav ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
nav ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  z-index: 1;
  position: relative;
}
nav ul li ul li:hover { background: #666; }
nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
 
/* TO STYLE PLACE HOLDER */
::-webkit-input-placeholder {
   color: #fff;
   /*style white*/
}

:-moz-placeholder {
   color: #fff;
   /*style white*/
}

nav ul li div input[type=submit]{
    background: url(images/search.png) no-repeat 50% 50%;
    border: none;
    text-indent: -999999px;
    margin-left: 15px;
    height: 50px;
    width: 16px;
}
/* END HEADER */

/* WELCOME CONTAINER */
#welcome_container{
	width: 960px;
	height: 70px;
	margin: 0 auto;
}

#welcome{
	width: 890px;
	height: 70px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fafafa;
	border-style: 2px groove;
}

#welcome p{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
	
}

#page_container{
	width: 960px;
	height: 500px;
	margin: 0 auto;
	/*border-left: 1px solid #333333;
	border-right: 1px solid #333333;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

#form_container{
	margin:0 auto;
	padding-right: 30px;
	padding-left: 30px;
}

/* SLIDES CONTAINER */
#container{
	width: 960px;
	margin: 0 auto;
}

/* SLIDES */
#slides{
	position: relative;
	margin-top: 40px;
        z-index: -1;
}
.slides_container{
	height: 315px;
        z-index: -1;
        position: relative;
}

.slide-right{
	position: absolute;
	top: 0;
	left: 420px;
        /*z-index: 1;*/
}

.slide-heading{
	background: url(images/slideback.png) no-repeat;
	width: 500px;
	height: 68px;
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	padding-left: 55px;
	margin-top: 35px;
	margin-bottom: 30px;
        /*z-index: -1;*/
}
.slide-right .info{
	width: 395px;
	margin-bottom: 20px;
	margin-left: 135px;
        /*z-index: -1;*/
}
.slide-right .readmore{
	margin-left: 155px;
}

.readmore{
	font-style: italic;
	text-decoration: none;
	color: #0D58A6;
	padding-left: 15px;
	background: url(images/more.png) no-repeat 0 50%;
}
.readmore:hover{
	color: #c8c8c8;

}
.pagination{
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 99;
}

ul.pagination li{
	float: left;
	margin-right: 10px;
	background: url(images/pagination.png) no-repeat;
	background-position: top;
	width: 14px;
	height: 15px;
}
ul.pagination li.current{
	background-position: bottom;
}
ul.pagination li a{
	display: block;
	text-indent: -999999px;
}

a.next{
	position: absolute;
	right: 25px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(images/prev-next.png) no-repeat;
	background-position: top right;
	text-indent: -9999px;
}
a.prev{
	position: absolute;
	right: 50px;
	bottom: 30px;
	display: block;
	width: 7px;
	height: 13px;
	background: transparent url(images/prev-next.png) no-repeat;
	background-position: top left;
	text-indent: -9999px;
}
a.next:hover{
	background-position: bottom right;
}
a.prev:hover{
	background-position: bottom left;
}


/* ABOUT */
#about{
	margin: 40px auto;
	height: 253px;
	padding-top: 10px;
	background: url(images/service-bg.jpg) no-repeat;
}


#web{
	float: left;
	width: 450px;
	padding-left: 30px;
}
#web p{
	width: 260px;
	margin-bottom: 20px;
}
#web img{
	float: right;
	margin-right: 50px;
}
#vector{
	float: right;
	padding-left: 30px;
	width: 450px;
}

#vector p{
	width: 260px;
	margin-bottom: 20px;
}
#vector img{
	float: right;
	margin-right: 50px;
}    
/* END ABOUT*/

/* CLIENT */
#client-wrap{
	background: #fff url(images/client-bg.jpg) repeat-x;
	padding: 40px 0;
	border-bottom: 1px solid #c8c8c8;
}

#client{
	width: 960px;
	margin: 0 auto;
}

#client ul li{
	width: 20%;
	float: left;
	text-align: center;
}
/* END CLIENT */

/* WIDGET */
#widget-wrap{
	padding-bottom: 25px;
	background: #333333 url(images/widget-bg.jpg);
        height: 275px;
	margin: 0 auto;
	
}
#widget{
	width: 960px;
	margin: 0 auto;
	background: #333333 url(images/widget-bg.jpg);
	height: 275px;
}
h4.footer-header{
	background: transparent url(images/footer-header.png) no-repeat;
	line-height: 58px;
	text-indent: 80px;
}
h4.footer-header2{
	background: transparent url(images/footer-header2.png) no-repeat;
	line-height: 58px;
	text-indent: 95px;
}
#links{
	width: 290px;
	float: left;
	margin-right: 75px;
}
#links ul{
	list-style-image: url(images/links.png);
	margin-left: 15px;
}
#links ul li a{
	color: #cccccc;
	font-size: 13px;
	padding: 8px 0;
	display: block;
}
#links ul li a:hover{
	color: #fff;
}
#blog{
	position: relative;
	width: 290px;
	float: left;
	margin-right: 75px;
}
#blog img{
	position: absolute;
	top: 50px;
	left: -18px;
}
#blog p.title{
	color: #fff;
	margin-left: 110px;
	margin-bottom: 15px;
}
#blog p.date{
	margin-left: 110px;
	color: #cccccc;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 15px;
}

#blog a.readmore{
	margin-left: 110px;
}
#location{
	position: relative;
	width: 290px;
	float: right;
}
#location img{
	position: absolute;
	top: 95px;
	left: 165px;
}
#location p.address{
	margin-top: 115px;
	border-right: 1px solid #484848;
	padding-right: 20px;
	text-align: right;
	color: #cccccc;
}
/* END WIDGET */

#footer_container{
	margin: 0 auto;
}
/* FOOTER */
footer{
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	position: relative;
}

#footer-left{
	float: left;
	width: 50%;
}
#footer-left p{
	font-size: 12px;
	color: #666666;
}
#footer-left a:hover{
	color: #c8c8c8;
}
#footer-right{
	float: right;
	width: 50%;
}
#footer-right ul{
	float: right;
}
#footer-right ul li{
	float: left;
	margin-right: 30px;
}

#footer-right ul li:last-child{
	margin-right: 0;
}
#footer-right ul li a{
	color: #666666;
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
}
#footer-right ul li a:hover{
	border-bottom: 2px solid #c8c8c8;
}

.back-top{
	position: absolute;
	bottom: 30px;
	right: 50%;

}
/* END FOOTER */

/* ABOUT US PAGE */
#history {
    margin-left: 20px;
    width: 460px;
    float: left;
    background: #fff;
    display: block;
    margin-bottom: 30px;
}
#history h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#history h2{
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

#history p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#aboutimage{
    width: 480px;
    float: left;
    background: #fff;
    margin-right: 0px;
}

#team {
	width: 460px;
	float: left;
	background: #fff;
	display: block;
	position: relative;
	margin-bottom: 30px;
	border-left: 1px solid #333333;
}

#team h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#team h2{
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#team p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/* CONTACT FORM */
#form{
    margin:0 auto;
}


/* END CONTACT FORM */

/* CONTACT PAGE */

#contact_container{
        margin: 0 auto;
        width: 960px;
        height: 575px;
}
#blankdoc{
	margin: 0 auto;
	width: 960px;
	height: 50px;
}

#contact_hours{
	background-color: #fff;
	height: 200px;
	width: 480px;
	float: left;
	text-align: center;
}
#contact_hours h1 {
	font-family: verdana;
	color: #333333;
	font-size: 25px;
	text-align: center;
	padding-bottom: 10px;
}
#contact_address{
	background-color: #fff;
	height: 200px;
	width: 480px;
	float: right;
	text-align: center;
}

#contact_address h1{
	font-family: verdana;
	color: #333333;
	font-size: 25px;
	text-align: center;
	padding-bottom: 10px;
}
/* INTEGRATED MAP */
#map_canvas {
	background-color: #fff;
        background: #fff;
	margin: 0 auto;
        margin-top:50px;
        margin-left: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        height: 300px;
        background-color: #CCC;
      }

#map_canvas h1{
	background-color: #fff;
	font-family: verdana;
	color: #333333;
        font-size: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}

#getintouch {
    background-color: #fff;
    width: 450px;
    float: left;
    padding-bottom: 50px;
    padding-left: 30px;
    
}
#getintouch h1{
    font-size: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
    
}
#getintouch p{
    font-size: 20px;
    line-height: 30px;
    background-color: #fff;
    color: #333333;
    text-align: left;
    padding-left: 95px;
    
}

#callus {
    background-color: #fff;
    width: 450px;
    float: left;
    padding-bottom: 50px;
    padding-right: 30px;
    position: relative;
}
#callus h1 {
    font-size: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
}
#callus p{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    background-color: #fff;
    text-align: left;
    padding-left: 75px;
    
}

#office_info {
    width: 460px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    padding-right:20px;
}
#office_info h1 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top:20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#office_info p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#office_info ul li {
	list-style-image: url(images/links.png);
	margin-left: 40px;
	font-size: 14px;
	line-height: 18px;
}

#office_image{
    width: 460px;
    float: left;
    background: #fff;
    margin-right: 0px;
    padding-left: 20px;
}

#services {
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom:20px;
	margin-right: 50px;
	margin-left: 20px;
	float: left;
	width: 600px;
	
}

#services h1{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

#services ul li {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	list-style-image: url(images/links.png);
	margin-left: 40px;
}

#services p {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}

#service_image {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 50px;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* Starter CSS for Flyout Menu */
#cssmenu {
  list-style: none;
  margin: 0;
  margin-top: 70px;
  padding: 0;
  border: 0;
  float: left;
}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  margin-top: 1px;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 99%;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  width: 180px;
}
#cssmenu ul a,
#cssmenu ul a:link,
#cssmenu ul a:visited {
  display: block;
  color: #848889;
  text-decoration: none;
  font-weight: 300;
}
#cssmenu > ul {
  float: none;
}
#cssmenu ul {
  background: #fff;
}
#cssmenu > ul > li {
  border-left: 3px solid #d7d8da;
}
#cssmenu > ul > li > a {
  padding: 10px 20px;
}
#cssmenu > ul > li:hover {
  border-left: 3px solid #4188D2;
}
#cssmenu ul li:hover > a {
  color: #4188D2;
}
#cssmenu > ul > li:hover {
  background: #f6f6f6;
}
/* Sub Menu */
#cssmenu ul ul a:link,
#cssmenu ul ul a:visited {
  font-weight: 400;
  font-size: 14px;
}
#cssmenu ul ul {
  width: 180px;
  background: none;
  border-left: 20px solid transparent;
}
#cssmenu ul ul a {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
#cssmenu ul ul li {
  padding: 0 20px;
  background: #fff;
}
#cssmenu ul ul li:last-child {
  border-bottom: 3px solid #d7d8da;
  padding-bottom: 10px;
}
#cssmenu ul ul li:first-child {
  padding-top: 10px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom: none;
}
#cssmenu ul ul li:first-child:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 13px;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}