/* CSS Document */
/* comment to force push to deploy on git*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic);

html {
    overflow-y: scroll; 
}
body {
	padding: 5px;
	background-color: #ECE4D5;
	font-weight:400;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 81.3%;
	}
h1, h2, h3, h4 { font-family:'Roboto', Verdana, Arial, Helvetica, sans-serif; color:#193F6D;}
h1 {font-size: 1.8em; font-variant:bold; font-weight:700;}
h2 {font-size: 1.4em; margin:14px 0 4px;}
	h2 + * {margin-top:0; padding-top:0;}
h3 {font-size: 1.1em;}
h2, h3, h4 {font-variant:medium; font-weight:500;}

a:link{color:#D87412; text-decoration:none;}
	a:visited{color:#DB8F21;}
	a:hover{text-decoration:underline;}

img{
	text-decoration:none;
	border:none;
}

.none {
	display: none;
}

#contentMain ul {
    list-style: none;
    padding:0;
    margin:0;
    margin-left:1em;
}

#contentMain ul li { 
    padding-left: 1em; 
    text-indent: -1.1em;
}

#contentMain ul li:before {
    content: "\002022";
    color: #4B5F78; /* or whatever color you prefer */
    padding-right:0.7em;
}

#pagewrap{
	width:863px;
	padding: 10px;
	margin: auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.lightbox .lb-caption,
.lightbox .lb-number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.offset {
	margin-left: 40px;
}

/* Head */
#header {
	/*background-image:url(../images/headerBG.jpg);*/
	width:839px;
	height:81px;
	padding: 9px 12px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#FFFFFF;
	overflow: hidden;
	position: relative;
	}
	.header_photo {
		position: absolute;
		right:0;
		top:0;
	}

/* Navigation */
#contentNav {
	float: left;
	clear: left;
	}

#navMain {
	margin: 2em 0 0 0;
	padding-left: 1em;
	overflow: hidden;
	width: 162px;
	}

#navMain li {
	list-style-type: none;
	margin-bottom: 10px;
	}

#navMain a {
	width: 165px;
	/*border-width: 0 1px 1px 1px;*/ /*not sure what this was for*/
	padding: 5px 0 6px 5px;
	color: white;
	text-decoration: none;
	display: block;
	}

#navMain a:hover {
	text-decoration: underline;
	}
	
/* The property ".selected" is generated on the fly using javascript
to select the current page in the nav bar. */ 

#navMain a.selected, 
#navMain a.selected:visited {
	text-decoration: none;
	color:#495F7A;
	background-color: #F2F2F2;
	padding-bottom:6px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#contactInfo {
	margin-top: 3em;
	margin-left: 1em;
	padding: 2px;
	width: 15em;
	color:#D8DEE7;
	}

#content{
	margin-top:10px;
	background-color: #FFFFFF;
	background-image:url(../images/mainBG.gif);
	background-repeat:repeat-y;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#contentMain {
	margin: 0px 51px 50px 240px; /*upped bottom margin, per Susan*/
	padding-top:10px;
	padding-right: 2em;
	height: 100%;
	position: relative;
	}

	#contentMain #pageHead {
		float: right;
	}

#footer {
	clear: both;
	text-align: center;
	font-size: .7em;
	padding: 1em 0;
	background-color: #7eb1db;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#contact_form input[type="text"],
#contact_form textarea  {
	width:300px;
}

#contact_form td {
	vertical-align: top;
}

input[type="submit"] {
    background-color: #D87412;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.154em; /*15/13*/
    padding: 0.154em 0.692em; /*2/13 - 10/13*/
}
	input[type="submit"]:active {
		background-color: #DB8F21;
	}

.alert,
.error-msg {
	font-weight: bold;
	color: #9e2115;
	}

.error {
	background-color: #FEF9CE;
}
.placeholder { 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: .5;
	filter: alpha(opacity=50);
	 }

/*carouFredSel*/
/*overrides*/
#contentMain .list_carousel ul {
    list-style: none;
    padding:0;
    margin:0;
    margin-left:0;
}

#contentMain .list_carousel ul li { 
    padding-left: 0; 
    text-indent: 0;
}

#contentMain .list_carousel ul li:before {
    content: "";
    color: transparent;
    padding-right: 0;
}
/*overrides*/

.wrapper {
	background-color: white;
	width: 480px;
	margin: 40px auto;
	padding: 50px;
	box-shadow: 0 0 5px #999;
}
.list_carousel {
	background-color: #ccc;
	/*margin: 0 0 30px 60px;*/
	/*width: 360px;*/
	position: relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 3px solid #fff;
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev,
.next {
	position: absolute;
	top: 35%;
}
	.prev img,
	.next img {
		height:34px; /*reusing these from lightbox, but shrinking, per Susan*/
		width:38px;
	}
.prev {
	left: -14px; /*compensate for img resizing*/
}
.next {
	right: -14px; /*compensate for img resizing*/
}