@charset "UTF-8";
/* ---------CSS Reset--------- */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size: small;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}
body {
	line-height:1.2em;
}
ul {
	list-style-position:outside;
	list-style-type:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none;
}
:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* ---------Body Text--------- */
h1 {
	font-size: 160%;
	font-weight: 300;
	color: #537e9e;
	line-height: 1.2em;
	margin-bottom: 15px;
}
h2 {
	font-size: 140%;
	font-weight: 200;
	color: #537e9e;
}
h3 {
	font-size: 120%;
	font-weight: 200;
	line-height: 1.2em;
	color: #537e9e;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #909296;
}
h4 {
	font-size: 110%;
}
a {
	color:#537e9e;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p {
	margin-bottom: 10px;
}

.pull-quote {
	margin: 30px;
	color:#666;
	font-size: 110%;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 20px 10px;
	line-height: 1.5em;
	font-style: italic;
}

/* ---------Layout--------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f0f0f0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 10px 0;
}
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixRtHdr #header { 
	background: #fff;
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 410px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 40px 10px;
	background-color: #fff;
	background: url(images/header-bar.png) repeat-x top left #fff;
}
.twoColFixRtHdr #sidebar1.home {
	background: none #fff;
	padding: 20px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 430px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 5px 25px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff;
	background: url(images/header-bar.png) repeat-x top left #fff;
} 
.twoColFixRtHdr #mainContent.home {
	background: none #fff;
	padding: 20px 5px 25px 25px;

}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:solid #f0f0f0 7px;
	background:url(images/footer-bottom.png) no-repeat left bottom #4b4d4a;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 12px; 
	color: #fff;
	font-size: 90%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ---------Sections--------- */
#global-nav{
	background:url(images/nav-bar.png) no-repeat left top;
	height:65px;
}

#global-nav ul{
	float:left;
	width: 100%;
	margin: 0;
	padding:0 0 0 46px;
	list-style: none;
}
#global-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	color: #000;
	text-align:center;
	font-size: 110%;
}
#global-nav a {
	float: left;
	display: block;
	width: 110px;
	margin: 0;
	padding: 24px 0;
	color:#2b4151;
	text-decoration:none;
	font-size: 110%;

}
#global-nav a:hover, #active {
	color:#fff;
	background: url(images/nav-highlight.png) no-repeat top center;
}

#branding {
		background: #fff;
}
#branding.home {
	background:none #fff;
	padding-bottom: 0;
}

#who {
	background:url(images/3-column-bg.png) no-repeat left top #fff;
	height: 350px;
	width: 960px;
}
.threecolumn {
	color:#fff;
	margin: 75px 10px 0 49px;
	float: left;
	font-size: 120%;
	width: 118px;
}

#slide-show {
	width: 429px;
	float:right;
}
.cta-buttons li {
    float:left;
    background:url(images/button-right.png) no-repeat right top;
	list-style-image:none;
    margin:30px 37px 0 50px;
}
.cta-buttons a {
    display:block;
    background:url(images/button-left.png) no-repeat left top;
    color: #537e9e;
	font-size: 90%;
	padding:4px 15px 7px 15px;
}
.cta-buttons a.first {
	background:url(images/button-left-dark.png) no-repeat left top;
}
.cta-buttons li.last{
	margin-right: 25px;
}
.cta-buttons a:hover {
	color:#333;
	text-decoration:none;
}
.cta-box {
	margin: 10px 0 0 25px;
	width: 340px;
	background: url(images/cta-bottom.png) no-repeat left bottom #C5DCED;
}
.cta-box h2 {
	background:url(images/cta-top.png) no-repeat left top #e3dd99;
	border-bottom:solid #fff 5px;
	font-weight:normal;
	font-size: 160%;
	padding: 15px;
}
.cta-box p{
	padding: 15px;
}
#contact-cta ul{
	padding: 0 0 15px 50px;
	color: #37546a;
}
#contact-cta li{
	font-size: 150%;
	font-weight:300;
	line-height:130%;
	margin: 0;
	padding: 10px 0 10px 55px;
}
#contact-cta li#phone{
	background:url(images/phone-icon.png) no-repeat center left;
}
#contact-cta li#email{
	background:url(images/email-icon.png) no-repeat center left;
		padding: 7px 0 10px 55px;
}
#contact-cta li#directions{
	background:url(images/direction-icon.png) no-repeat center left;
		padding: 7px 0 10px 55px;
}
.cta-buttons2 {
    float:left;
    background:url(images/cta-button2-right.png) no-repeat right top;
	list-style-image:none;
	margin: 5px 0 0 0 ;
}
.cta-buttons2 a {
    display:block;
    background:url(images/cta-button2-left.png) no-repeat left top;
    color: #c5dced;
	padding:1px 20px 5px 20px;
	text-transform:uppercase;
}
.cta-buttons2 a:hover {
	color:#fff;
	text-decoration:none;
}
.banner {
	margin: 20px;
}
.twoColFixRtHdr #mainContent li{
	list-style:square outside;
	margin-left:40px;
}

.twoColFixRtHdr #mainContent ul.staff li{
	list-style:none;
	margin: 20px 10px;
	float:left
}
.sec-nav {
	margin: 10px 0 20px 25px;
	width: 340px;	
}
.sec-nav li {
    background: #909296;
    list-style-image:none;
	margin:2px 0px 2px 0px;
	padding: 10px 30px 10px 30px;
	font-size:130%;
	color: #537e9e;
}
.left {
	float:left;
}
.img-wrapper{
	background:url(images/shadow.gif) no-repeat right bottom;
	margin: 0 20px 10px 0;
}
.img-wrapper div {
	background:url(images/mask.png) no-repeat left top;
	padding: 0 5px 5px 0;
}
.img-wrapper img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
}
.staff-box {
	background:url(images/staff-box-bottom.png) no-repeat left bottom #e3dd9a;
	width: 162px;
	margin-bottom: 80px;
}
.staff-box p {
	background:url(images/staff-box-top.png) no-repeat left top;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px;
}
.staff-box li {

}
.sec-nav li.first {
    background: url(images/side-nav-top.png) no-repeat left top #fff;
}
.sec-nav li.last {
    background: url(images/side-nav-bottom.png) no-repeat left bottom #fff;
}
.sec-nav a {
	font-size:100%;
	color: #E3DD99;
}
.sec-nav a:hover {
	font-weight: 500;
	color: #fff;
	text-decoration:none;
}
#footer-nav {
	margin: 0 -10px 0 -20px;
	border-top:solid #f0f0f0 1px;
}
#footer-nav ul {
	margin: 20px;
	float:right;
}
#footer-nav ul li {
	float: left;
	margin: 0;
	padding: 0 5px;
}
#footer-nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 5px 10px;
	color:#f0f0f0;
	text-decoration:none;
}
#footer-nav a:hover{
	color:#fff;
	background:#666;
}
