@charset "utf-8";

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,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
text-align:left;
}

/********************************************************
 Modify the styles below to customize your site's design. 
 ********************************************************/

/* base styles */
body{
font-family: 'Source Sans Pro'; /* base font */
font-size:14px;                           /* base font-size */
color:#222222;
/* background:#ddd url(../images/body-background.png) 0 30px repeat-x; */
text-align:center; /* for centering layouts (remove if not desired) */
background: url(../images/background.png);
background-position: top center;
background-repeat: no-repeat;
margin-top:0;
}

/* By only applying the margin to the bottom, spacing between
   these common block-level elements remains consistent and
   headings can be flush with the following content if desired. */
p,ul,ol,table,form,blockquote{
margin-bottom:10px;
}
p{
margin-bottom:16px;
}
/* heading styles */
h1,h2,h3,h4,h5,h6{
color:#444;
font-size: 30px;
margin-bottom: 20px;
font-family: 'Source Sans Pro';
font-weight: 200;
}
h1{
margin-bottom:24px;
font-size:30px;
color:#732424;}
h2{
font-size:26px;
color:#0c444e;
margin-top:20px;
margin-bottom:10px;
}
h3{
}
h4,h5,h6{
font-size:12px;
}

/* hyperlink styles */
a{
color:#265e8d;
text-decoration:underline;
}
a:hover{
color:#6a6a6a;
}
img a{
border:0;
}

/* list styles */
ul{
list-style:none;
}
#content li{
padding:3px;
}
#content ul li{
padding-left:20px; /* custom bullet (because FF has ugly bullets) */
background:url(../images/bullet-default.gif) 0 2px no-repeat;
}
#content li ul li{
background:url(../images/bullet-circle.gif) 0 2px no-repeat;
}

/* nested lists */
#content li ul{
margin-bottom:0;
}

/* table styles */
td{
vertical-align:top; /* 99% of the time, you really want this */
}

/* A class is used for formatting tables so nothing weird happens
   when someone wants to use a table for layout. */
.dataTable caption{
color:#219ee4;
font-weight:bold;
font-size:14px;
}
.dataTable th, .dataTable td{
text-align:center;
padding:5px;
}
.dataTable th{
font-weight:bold;
color:#fff;
background:#219ee4;
}
.dataTable td{
border-bottom:1px solid #ccc;
}


/* other miscallaneous styles */
strong,b{
font-weight:bold;
}
em,i{
font-style:italic;
}
hr{
height: 0;
border: 0;
width:90%;
border-bottom: 1px solid #ccc;
margin:0 auto;
padding-top:20px;
margin-bottom:20px;
}

/* common floats used for formatting and images */
.right{
float:right;
margin:0 0 0px 53px;
}
#content .right img{
/* border:1px solid #999; */
position: relative;
left: -34px;
}

.left{
float:left;
margin:0 10px 10px 0;
}

div .clear{
height:0;
}
.clear{
clear:both;
}

/* Begin your layout styles here. Override default styles where necessary. */
#wrap{
width:960px;
/* width:920px; */
margin:0 auto;
/* padding:20px; */
padding:0px;
background:#fff;
border-bottom:#888888 3px solid;
border-left:#adadad 1px solid;
border-right:#adadad 1px solid;
padding-bottom:10px;
margin-bottom:30px;
}
#header{
height:145px;
/* background:url(../images/header.jpg) 0 0 no-repeat; */
background: white;
}
#header img{
margin-left:42px;
margin-top:18px;
float:left;
}
#topnav{
/* background:#333 url(../images/topnav-bg.png) 0 0 repeat-x; */
height:30px;
float:right;
margin-top:64px;
margin-right:20px;
}
#topnav ul{
float:right;
margin:0;
margin-right:2px;
margin-bottom: 12px;
}
#topnav li{
float:left;
padding:0;
border-bottom: 2px solid #b7b7b7;
margin-right: 21px;
}
#topnav li a{
/* color:#FFFFFF; */
color: black;
font-size: 15px;
text-decoration: none;
display: block;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 2px;
/* padding-right: 20px; */
font-family: 'Source Sans Pro';
font-weight: 400;
/* border-left:1px solid #ccc; */
}
#topnav li:hover{
border-bottom: 2px solid #de6363;
-webkit-transition: border-color 300ms linear;
-moz-transition: border-color 300ms linear;
-o-transition: border-color 300ms linear;
-ms-transition: border-color 300ms linear;
transition: border-color 300ms linear;
}
.change{
width: 920px;
position: relative;
left: 0px;
margin-left: 20px;
margin-top:20px;
padding:0;
}
#banner {
background:url(../images/banner-bg.png) no-repeat;
height: 238px;
width: 984px;
position: relative;
left: -12px;
background-repeat: no-repeat;
position:relative;
}
#banner img{
position:absolute;
top:1px;
left:1px;
}
#faux-column{
/* background:url(../images/faux-column.png) 0 0 repeat-y; */
margin-top:20px;
}
#content{
width:710px;
padding-top:20px;
padding-bottom:20px;
float:right;
min-height:380px;
line-height:18px;
color:#222222;
margin-right:20px;
}
#content ul li{
background:url(../images/arrow-icon.png) left 7px no-repeat;
}
#content p strong{
color:#2b2b2b;
}
#leftnav{
width:190px;
float:left;
padding:15px;
padding-top:10px;
}
#leftnav h2{
color:#444;
margin-bottom:10px;
}
#leftnav ul{
/* border:1px solid #ccc;
border-top:1px solid #666;
border-bottom:1px solid #666; */
margin-left:-15px;
}
#leftnav li {
background:url(../images/leftnav-li-bg.png) no-repeat;
padding: 9px;
padding-left:0;
position: relative;
margin-left:-12px;
height:38px;
width:221px;
padding-bottom:5px;
}
/*
#leftnav li:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 4px 4px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}*/
#leftnav li a{
display:block;
height:27px;
width:187px;
padding:3px;
padding-left:30px;
padding-top:8px;
text-decoration:none;
background:#404041;
position:absolute;
top:0;
left:0;
color:#ffffff;
font-size:16px;
/* background:#fff; */
/* color:#444; */
}
#leftnav li a:hover{
background:#626262;
-webkit-transition: background-color 400ms linear;
-moz-transition: background-color 400ms linear;
-o-transition: background-color 400ms linear;
-ms-transition: background-color 400ms linear;
transition: background-color 400ms linear;
}
#leftnav li.contact-callout a{
background:#da632f;
}
#leftnav li.contact-callout a:hover{
background:#de8441;
-webkit-transition: background-color 400ms linear;
-moz-transition: background-color 400ms linear;
-o-transition: background-color 400ms linear;
-ms-transition: background-color 400ms linear;
transition: background-color 400ms linear;
}
#leftnav li.contact-box{
background:url(../images/contact-box-bg.png) bottom left no-repeat;
padding:0;
padding-bottom: 9px;
position: relative;
margin-left:-12px;
height:105px;
width:221px;
padding-bottom:5px;
}
#leftnav li.contact-box div{
display:block;
background:#7c7c7c;
height:91px;
padding-top:13px;
}
#leftnav li.contact-box div a{
background:none;
position:relative;
margin:0;
padding:0;
height:auto;
width:auto;
display:inline;
}
#leftnav li p {color: white; text-align: center; margin-right:10px; font-size:15px; line-height:15px;}
#footer{
height:56px;
border-top:#b7b7b7 1px solid;
border-bottom:#b7b7b7 1px solid;
clear:both;
font-size:12px;
background: #e3e3e3;
padding-top:10px;
}
#footer a{
/* color:#777; */
color: black;
}
#footer a:hover{
color:#219ee4;
}
#footer p{
padding-top:10px;
padding-left:20px;
}
#footer ul{
float:right;
margin:0;
margin-right:15px;
}
#footer li{
float:left;
padding:0;
}
#footer li a{
display:block;
padding-top:10px;
padding-bottom:5px;
padding-left:20px;
padding-right:20px;
}
div.content-box{
width:343px;
float:left;
margin-top:10px;
margin-bottom:14px;
margin-right:24px;
background:#efefef;
border-bottom:2px solid #da632f;
position:relative;
height:106px;
}
div.content-box h2{
position:absolute;
top:0px;
left:0px;
background:#da632f;
color:#ffffff;
font-family: 'Source Sans Pro';
font-weight:bold;
font-size:16px;
height:25px;
width:333px;
margin:0;
padding:0;
padding-top:5px;
padding-left:10px;
}
div.content-box p{
position:absolute;
left:10px;
top:40px;
color:#404040;
}
div.content-box img{
position:absolute;
top:30px;
right:0px;
}
#content ul.list-split{
width:20%;
float:left;
margin-top:10px;
}
span.error{
color:red;
}
div.gallery-area{
padding-right:30px;
padding-bottom:30px;
}
div.gallery-area div{
}
div.gallery-area div p{
margin-bottom:0;
}
div.gallery-area img{
float:left;
margin-right:18px;
border:none;
}
div.gallery-area-alt{
padding-right:30px;
padding-bottom:30px;
}
div.gallery-area-alt div{
}
div.gallery-area-alt div p{
margin-bottom:0;
}
div.gallery-area-alt img{
float:left;
margin-right:9px;
margin-bottom:9px;
border:none;
}
a.news-link{
background:#095ca9;
padding:10px 20px 10px 20px;
color:#ffffff;
text-decoration:none;
font-size:16px;
}
a.news-link:hover{
background:#186fbf;
-webkit-transition: background-color 400ms linear;
-moz-transition: background-color 400ms linear;
-o-transition: background-color 400ms linear;
-ms-transition: background-color 400ms linear;
transition: background-color 400ms linear;
}