/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.4 Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	color:#3c3c3c;
	background:url(../images/gradient.png) repeat-x #ffffff;
	margin:0;
	padding:0;
}

a, a:visited {
	color:#4181bf;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}
.theme-default #slider {
    margin:0px auto 0 auto;
    width:515px; /* Make sure your images are the same size */
    height:280px; /* Make sure your images are the same size */
}
h1 {
	font: normal 23px/120% Bebas, Arial, Helvetica, sans-serif;
	color:#4181bf;
	padding:0px 0 15px 0px;
}
h2 {
	font: normal 16px/100% Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	color:#88bcd2;
	padding:0 0 15px 10px;
	border-bottom:1px solid #E0E0E0;
}
h3 {
	font: normal 18px/100% Bebas, Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	padding-bottom:18px;
}
h4 {
	font:bold 15px/1.4 Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	color:#3c3c3c;
}

.clear, .more {
	clear:both;
}
p {
	margin-bottom:8px;
}
#menu_wrap {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #4082bc;
	padding:0;
	padding-right:0px;
	width:960px;
	height:45px;
	list-style-type:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2)

}
.button a {
	cursor:pointer;
	text-align:center;
	font:12px/100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	position:relative;
	min-width:50px;
	height:20px;
	float:left;
	padding:10px;
	padding-top:15px;
	padding-bottom:10px;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,.3)
}
.button:first-child a {
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-topleft-radius:10px;
	-moz-border-bottomleft-radius:10px;
	border-top-left-radius:10;
	border-bottom-left-radius:10px
}
.l_Blue,.l_Blue .button a {
	color: #fffffa;
	background: #92c7da;
	border-right:1px solid #4082bc;
	background: -moz-linear-gradient(top, #92c7da 0%, #4082bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c7da), color-stop(100%,#4082bc));
	background: -webkit-linear-gradient(top, #92c7da 0%,#4082bc 100%);
	background: -o-linear-gradient(top, #92c7da 0%,#4082bc 100%);
	background: -ms-linear-gradient(top, #92c7da 0%,#4082bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c7da', endColorstr='#4082bc',GradientType=0 );
	background: linear-gradient(top, #92c7da 0%,#4082bc 100%);
}
.l_Blue .button a:hover,.l_Blue .button a:focus {
	background: #92c7da;
	background: -moz-linear-gradient(top, #92c7da 0%, #88bdd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c7da), color-stop(100%,#88bdd0));
	background: -webkit-linear-gradient(top, #92c7da 0%,#88bdd0 100%);
	background: -o-linear-gradient(top, #92c7da 0%,#88bdd0 100%);
	background: -ms-linear-gradient(top, #92c7da 0%,#88bdd0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c7da', endColorstr='#88bdd0',GradientType=0 );
	background: linear-gradient(top, #92c7da 0%,#88bdd0 100%);
}
.l_Blue .button a:active {
	background: #88bdd0;
	background: -moz-linear-gradient(top, #88bdd0 0%, #92c7da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bdd0), color-stop(100%,#92c7da));
	background: -webkit-linear-gradient(top, #88bdd0 0%,#92c7da 100%);
	background: -o-linear-gradient(top, #88bdd0 0%,#92c7da 100%);
	background: -ms-linear-gradient(top, #88bdd0 0%,#92c7da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bdd0', endColorstr='#92c7da',GradientType=0 );
	background: linear-gradient(top, #88bdd0 0%,#92c7da 100%);
}
.button:last-child a {
	float:left;
	border:none;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px

}
.logo {
    border-radius: 10px 0 0 10px;
    float: left;
    height: 45px;
    position: relative;
    text-align: right;
    width: 196px;
}
.logo a {
    border-radius: 10px 0 0 10px;
    float: left;
	height: 39px;
    position: relative;
    text-align: right;
	padding:6px 10px 0 0;
    width: 185px;

}
.cta_phone {
    border-right: 1px solid #fffffa;
    float: left;
    font: 11px/100% Arial, Helvetica, sans-serif;
    height: 24px;
    margin: 9px 7px 0px 20px;
    padding: 3px 10px 1px 0;
    position: relative;
    text-align: right;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    width: 62px;
}
.phone {
    float: left;
    font: bold 21px/100% Arial, Helvetica, sans-serif;
    height: 20px;
    padding: 11px 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	width:27.395833%;
}
.header {
	background-color:#ffffff;
    border-radius: 10px 10px 0px 0px;
	width:920px;
	margin:20px auto 0;
	padding:20px 20px 0px 20px;
	position:relative;
}
.slider_skin,
.images {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #e0e0e0;
	padding:10px;
	float:left;
	margin-bottom:10px;
}
.headShot {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #e0e0e0;
	padding:10px;
	float:right;
	margin:0px 0px 8px 15px;
}
.slider_skin {
	width:515px;
	height:280px;
}
.header .copy,
.header .about,
.header .map {
	width:363px;
	padding:15px 20px 0 0;
	float:left;
}
.header .about {
	width:234px;
}
.header .map {
	width:288px;
}

.index,
.page {
	font-size:50px;
	padding-left:10px;
	padding-bottom:0px;
}
.page {
	font-size:27px;
	
}
.title {
	padding:15px 0 3px 10px;
	font-size:27px;
}
.header p {
	padding:20px 10px 0px;
}
.header .imgDrop {
	display:block;
	margin:20px 0 0;
}
.divider {
	background:#ffffff;
	width: 920px;
	height: 14px;
	clear:both;
	padding-top:10px;
}
.main, .home {
	width:900px;
	margin:8px auto 0;
	padding:0px 30px 0px 30px;
	position:relative;
}
.home {
	padding:20px 30px 0px 30px;
}
.main .oneThird,
.home .oneThird,
.main .oneThird-last,
.home .oneThird-last,
.main .oneThird-callout {
	width:286px;
	margin:12px 21px 0 0;
	float:left;
}
.main .oneThird-callout {
	margin:0px;
    border-radius: 10px 10px 10px 10px;
	color:#4181bf;
	font-size:12px;
	background-color:#ecf3f9;
	padding:20px;
}
.main .half,
.main .half-last {
	width:440px;
	margin-right:20px;
	margin-top:12px;
	float:left;
}
.main .oneThird-last,
.home .oneThird-last,
.main .half-last {
	margin-right:0px;
}
.more {
	padding-top:20px;
}
.more a {
	width:100px;
	height:25px;
	display:block;
}
.more .start,
.more .read,
.more .directions {
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	text-shadow:0 1px 1px rgba(0,0,0,.3);
    border: 1px solid #e0e0e0;
	padding:2px 10px;
	float:left;
	background-color:#f4f4f4;
	font:14px/1.4 Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	color:#4181BF;
	width:93px;
	text-align:center;
}
.more .start:hover,
.more .read:hover,
.more .directions:hover {
	background-color:#4181BF;
	color:#FFF;
}
.main .twoThirds {
	width: 554px;
	margin:12px 20px 0 0;
	float:left;
}
.oneThird-callout ul,
.half ul,
.half-last ul,
.oneThird ul,
.oneThird-last ul {
	margin:0 8px 10px 20px;
	float:left;
}
.half-last ul {
	list-style-type:none;
	width:173px;
	margin:0 0 0 47px;
}
.twoThirds ul {
	margin:0 0 10px 45px;
}
.bump {
	margin-left:15px;
}
.oneThird-callout li,
.half li,
.half-last li,
.oneThird li,
.oneThird-last li {
	margin:0 0 0 5px;
}
.oneThird ul,
.oneThird-last ul {
	margin-left:25px;
}
.oneThird-callout a {
	text-decoration:underline;
}
.footer {
	width:900px;
	margin:60px auto;
	padding:20px 30px 0px 30px;
	position:relative;
    border-top: 1px solid #cccccc;
	font:11px/1.4 Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	color:#cccccc;
	text-align:right;
}

/*==================*/
/*=== Map Styles ===*/
/*==================*/

#map {
	width:590px;
	height:402px;
}

#sidebar,
#sidebar2 {
	float:right;
	margin:0;
	width:280px;
}
.locations button,
.locations2 button {
	text-align: left;
	cursor: pointer;
	background: url(../images/map_icon.png) no-repeat 10px 9px;
	font: normal 20px/120% Bebas, Arial, Helvetica, sans-serif;
	color:#999;
	margin-top: 10px;
	padding:2px 0px 3px 40px;
	height: 40px;
	border-bottom:1px dashed #999999;
}
.locations2 button {
	color:#F00;
}
.locations button:last-child,
.locations2 button:last-child {
	margin-bottom:10px;
}
.locations button:focus,
.locations2 button:focus {
	color:#4181bf;
}
.locations button:hover,
.locations2 button:hover {
	color:#666;
	border-bottom:1px dashed #666;
	background: url(../images/map_icon-hov.png) no-repeat 10px 9px;
}
#windowBox {
	margin:15px 5px 5px 0;
}
#windowBox p {
	font: normal 10px/12px Tahoma, Geneva, sans-serif;
	color: #5c5c5c;
	margin:0;
	padding:0;
}
#windowBox h1 {
	font: bold 16px/18px Tahoma, Geneva, sans-serif;
	color: #303030;
	margin-top:0px;
	padding-bottom:14px;
}
#directionBar {
	border-top: 1px solid #e8e8e8;
	padding-top:5px;
	font: normal 10px/12px Tahoma, Geneva, sans-serif;
	clear:both;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
	-webkit-box-align: center; 
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 0px 3px 40px;
	border: 0px outset buttonface;
	border-image: initial;
	background-color: buttonface;
	box-sizing: border-box;
}
input, textarea, keygen, select, button, isindex {
	margin: 0em;
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: -webkit-auto;
	border:0px;
}
#milfordOffice,
#madisonOffice,
#guilfordOffice {
	background:url(../images/Milford-thumb.jpg) no-repeat top left;
	width:75px;
	height:75px;
	float:right;
	margin:0 0 15px 0;
}
#madisonOffice { background:url(../images/Madison-thumb.jpg) no-repeat top left; }
#guilfordOffice { background:url(../images/Guilford-thumb.jpg) no-repeat top left; }
#popContent {
	float:left;
}

/*====================*/
/*=== Slider Style ===*/
/*====================*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/*===================*/
/*=== font Styles ===*/
/*===================*/

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

}