body {
background:url(../_img/pagebg.png);
background-position:bottom;
background-repeat:repeat-x;
background-color:#fff;
font-family: Arial, Helvetica, sans-serif;
margin:0;
}

#mobileNav {
display: none;
}

nav {
background:url(../_img/navbg1.png);
/*background-color: #4f5251;*/
background-repeat:repeat-x;
width:100%;
height: 50px;
position: fixed;
top:0;
z-index: 99;
-webkit-box-shadow:0px 1px 3px #4f5251;
-moz-box-shadow:0px 1px 3px #4f5251;
-o-box-shadow:0px 1px 3px #4f5251;
box-shadow:0px 1px 3px #4f5251;
}

#navContent img {
width:300px;
float:left;
margin-top:4px;
}

.navLink {
padding-bottom:10px;
color:#4f5251;
text-decoration: none;
font-size:14pt;
margin-top:15px;
margin-left:1.5%;
padding-left: 5px;
float:left;
}

h3,h5 {
display: inline;
}

h5 {
font-size:12pt;
}

h3 {
margin-left:15px;
}

a {
text-decoration: none;
}

#navContent {
width:80%;
margin-left:10%;
margin-right:10%;
}

#wrapper {
background-color:#fff;
width:80%;
margin-top:48px;
margin-left:10%;
margin-right:10%;
height: auto;
-webkit-box-shadow: 0 0 10px #4f5251;
-moz-box-shadow: 0 0 10px #4f5251;
-o-box-shadow: 0 0 10px #4f5251;
box-shadow: 0 0 10px #4f5251;
}

#main {
padding-top:15px;
}

.container {
width:95%;
margin-left:2.5%;
margin-right:2.5%;
height:300px;
position:relative;
}

.main_image {
width:100%;
height:300px;
float:left;
background:#333;
position:relative;
overflow:hidden;
color:#fff;
}

.main_image img {
width:50%;
height: 300px;
}

.main_image h2 {
font-size:2em;
font-weight:400;
margin:0 0 5px;
padding:10px;
}

.main_image p {
font-size:1.2em;
line-height:1.6em;
margin:0;
padding:10px;
}

.block small {
background:url(images/icon_cal.gif) no-repeat 0 center;
font-size:1em;
padding:0 0 0 20px;
}

.main_image .block small {
margin-left:10px;
}

.main_image .desc {
position:absolute;
top:0;
right:0;
width:50%;
display:none;
}

.main_image .block {
width:100%;
background:#111;
border-top:1px solid #000;
height: 300px;
}

.main_image a.collapse {
background:url(images/btn_coll.gif) no-repeat left top;
height:27px;
width:93px;
text-indent:-99999px;
position:absolute;
top:-27px;
right:20px;
}

.main_image a.show {
background-position:left bottom;
}

.image_thumb {
display:none;
float:left;
background:#f0f0f0;
border-right:1px solid #fff;
border-top:1px solid #ccc;
}

.image_thumb img {
border:1px solid #ccc;
background:#fff;
float:left;
padding:5px;
}

.image_thumb ul {
list-style:none;
margin:0;
padding:0;
}

.image_thumb ul li {
background:#f0f0f0 url(images/nav_a.gif) repeat-x;
width:279px;
float:left;
border-bottom:1px solid #ccc;
border-top:1px solid #fff;
border-right:1px solid #ccc;
margin:0;
padding:12px 10px;
}

.image_thumb ul li.hover {
background:#ddd;
cursor:pointer;
}

.image_thumb ul li.active {
background:#fff;
cursor:default;
}

html .image_thumb ul li h2 {
font-size:1.5em;
margin:5px 0;
padding:0;
}

.image_thumb ul li .block {
float:left;
margin-left:10px;
width:180px;
padding:0;
}

#missionStatement {
color:#00aced;
text-align: center;
margin:15px 0;
font-size:16pt;
}

#mobileMissionStatement {
display:none;
}

#mobileIndexLists {
display:none;
}

.listIcon {
width:32px;
height:32px;
}

ul {
margin-top:5px;
}

#list1 {
width:30%;
margin-left:2.5%;
margin-right:1.25%;
float:left;
/*background-color: orange;*/
}

#list2 {
width:28%;
margin-left:3.25%;
margin-right:1.25%;
float:left;
/*background-color: orange;*/
}

#list3 {
width:25%;
margin-left:6.25%;
margin-right:2.5%;
float:left;
/*background-color: orange;*/
}

.space {
height:5px;
background-color: #fff;
clear: both;
width: 100%;
}

.banner {
width:100%;
background-color:#0e65b1;
height:50px;
}

.bannerContent {
color:#fff;
font-size:32pt;
margin-left:25px;
text-transform:uppercase;
letter-spacing:10px;
}

#aboutCompany {
font-size:11pt;
width:95%;
margin-left:2.5%;
margin-top:15px;
text-align: justify;
}

#carlPic {
width:150px;
height: 150px;
background-color: #ccc;
border:3px solid #000;
margin-right:10px;
float: left;
}

#carlPic img {
width:100%;
height:100%;
}

#aboutCarl {
width:95%;
margin-left:2.5%;
font-size: 11pt;
margin-bottom:25px;
}

.pageInfo {
width:80%;
margin-left:5%;
margin-right:5%;
/*text-align: justify;
*/}

.pageInfo li {
margin-bottom: 10px;
}

#content {
margin-top:15px;
text-align: center;
width:100%;
font-size: 12pt;
line-height: 2;
}

.emailLink {
color:#0e65b1;
}

footer {
clear:both;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E5E5E5));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%);

border-top:1px solid #7e7e7e;
padding-top:15px;
}

footer a {
color:#7e7e7e;
}

footer a:hover {
color:#565656;
}

#footerList1 {
float:left;
width:20%;
margin-left:10%;
margin-right:5%;
}

#footerList1 table tr td {
text-align: center;
font-size:10pt;
width:50%;
}

#footerList1 table th {
text-align: center;
color:#565656;
}

#footerList2 {
text-align: center;
font-size:10pt;
float:left;
width:20%;
margin-left:5%;
margin-right:5%;
}

#footerList2 ul {
list-style:none;
}

#footerList3 {
text-align: right;
width:20%;
margin-left:5%;
margin-right:10%;
margin-top:10px;
line-height: 1.8;
font-size:12pt;
float:left;
color:#7e7e7e;
}

#footerList3 a {
font-size: 12pt;
margin-left:-25px;
}

#footerSlogan {
clear:both;
display:block;
color:#00aced;
font-size:9pt;
text-align:center;
width:100%;
}

#copyright {
padding:10px 0px;
font-size:10pt;
clear:both;
color:#5e5e5e;
width: 100%;
text-align: center
}