@charset "UTF-8";
a {
	color: #C60;
}
img {
	border: none;
}
h1, h2, h3, h4 {
	color: #006C67;
	margin: 2px 0;
	padding: 2px 0;
	line-height: 110%;
	display;inline;
}
.caption {
	font-size: 10px;
}
.searchbox {
	border: 1px solid #fff;
	background: #B5DEE0;
	margin: 0 5px;
	padding: 2px;
}

body  {
	font: 12px Helvetica, Arial, sans-serif;
	line-height: 16px;
	background: #fff;
	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;
	background: url(../imgD/waveims_page_bkg.jpg) top center no-repeat;
}
.twoColFixRtHdr #container { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	float: none;
} 
.twoColFixRtHdr #header { 
	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. */
	height: 92px;
} 
#header_right {
	padding-top: 8px;
	height: 50px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* 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: 0px 5px;
}
.twoColFixRtHdr #sidebar_nav {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: 0;
	margin-top: 45px;
	position: absolute;
}
.twoColFixRtHdr #mainContent { 
	margin: 60px 310px 0 180px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 400px;
} 
.twoColFixRtHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

/* ----- sidebar items ----- */


.sidebox_content_item {
	border-top: 1px solid #B5DEE0;
	padding: 8px 0 0 0;
	margin: 6px 0 0 0;
}

#social_icons {
	margin:auto 20px;
	height:38px;
	line-height:38px;
	color: #049999;
}

#social_icons a {
	float:right;
	padding:3px;
}

/* ----- other content ----- */

.team_box {
	padding: 15px 5px;
	margin: 5px 8px 5px 0;
	border-bottom:1px solid #999;
	width: 410px;
	float: left;
}
.team_box_leadership {
	padding: 15px 5px;
	margin: 5px 0;
	border-bottom:1px solid #999;
	float: left;
	width: 200px;
}
.mugshot {
	float: right;
	margin: 0 0 10px 10px;
}
.service_box {
	padding: 15px 5px;
	margin: 5px 0;
	border-bottom:1px solid #999;
}
.study_box {
	padding: 15px 5px;
	margin: 5px 0;
	border-bottom:1px solid #999;
}
.gallery_box {
	padding: 15px 5px;
	margin: 5px 0;
	float: left;
	width: 150px;
	text-align: center;
}
.summary_box {
	padding: 15px 5px;
	margin: 5px 0;
	text-align: left;
	color: #666;
	font-style: italic;
	font-size: 10px;
	line-height: 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.event_box {
	padding: 15px 5px;
	margin: 5px 0;
	border-bottom:1px solid #999;
}
.sponsor_box {
	display:block;
	width: 40%;
	padding: 10px;
	margin: 10px;
	border:1px solid #eee;
	background: #fff;
	color: #006C67;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.news_box {
	padding: 15px 5px;
	margin: 5px 0;
	border-bottom:1px solid #999;
}

.comment_box {
	padding: 15px 5px;
	margin: 5px 0;
	text-align: left;
	border-top: 1px solid #ddd;
}
.comment_label_box {
	color: #006C67;
	float: right;
	margin-left: 8px;
	font-size: 10px;
	border-bottom: 1px solid #eee;
	margin: 0 0 8px 35px;
}

ul.branch_locations {
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.branch_locations li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 5px;
	width: 200px;
}


.portal_piece_box {
	padding: 10px 5px;
	margin: 5px 3px 5px 0;
	text-align: center;
	color: #666;
	font-style: italic;
	font-size: 10px;
	min-height: 100px;
	line-height: 16px;
	border: 1px solid #ddd;
	vertical-align: middle;
	width: 200px;
	min-height: 100px;
	float: left;
}
.portal-row {
	overflow: hidden;
}


/* ----- input styles & form stuff ----- */
.fieldName {
	display: block;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	width: 123px;
	min-height: 25px;
	margin: 0;
	padding-top:2px;
}
span.fieldValue {
	display: block;
	text-align: left;
	font-size: 10px;
	min-height: 25px;
	margin: 0 0 0 130px;
	padding-top: 2px;
	border: 1px dotted #f00;
}
input.fieldValue, textarea.fieldValue, select.fieldValue {
	display: block;
	font-size: 10px;
	margin: 2px 0 10px 130px;
	height: 20px;
	padding-top: 0px;
	width: 120px;
}
textarea.fieldValue {
	height: 200px;
	width: 200px;
}
textarea, input, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}
.text_modified {
	background: #D9EDEE;
}
label { width: 150px; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
fieldset { padding: 15px 5px; border: 1px solid #999; background: #fff url(/imgD/customorder_bkg.gif) bottom right no-repeat;}
legend { font-size: 18px; margin: 2px 10px; }
form p { clear: both; padding: 2px 0; }

fieldset.collapsible legend:hover, fieldset.collapsed legend:hover { color: #C60; cursor: pointer; }
fieldset.collapsed p, fieldset.collapsed img, fieldset.collapsed table, fieldset.collapsed ul, fieldset.collapsed div fieldset.collapsed span { display: none; }

/* captions show instructions for collapsing fieldset */
fieldset.collapsible .caption { text-align:center; display: none; }
fieldset.collapsed .caption { text-align:center; display: block; }

fieldset#print 	{ background: url(/imgD/customorder_bkg_print.gif) bottom right no-repeat; }
fieldset#dm 	{ background: url(/imgD/customorder_bkg_dm.gif) bottom right no-repeat; }
fieldset#flyer 	{ background: url(/imgD/customorder_bkg_flyer.gif) bottom right no-repeat; }
fieldset#web 	{ background: url(/imgD/customorder_bkg_web.gif) bottom right no-repeat; }

/* ----- calendar ----- */

table.calendar {
	
}
table.calendar th {
	font-size: 10px;
	font-weight: bold;
	padding:2px;
	margin:1px;
	text-align: center;
}
table.calendar .calendar_td {
	padding:3px;
	margin:1px;
	background: #DDF0F0;
	font-size: 10px;
	line-height: 130%;
	vertical-align: top;
	text-align: left;
	min-width:30px;
	min-height:30px;
	max-width:100px;
}
td.calendar_td {
	width: 400px; 
	height: 50px; 
	vertical-align:top;
}
.calendar_td a {
	float: left;
	display: block;
	padding:3px;
}
.calendar_td a:hover {
	background: #fff;
}

.calendar_popup {
	margin-left: 90px;
	margin-top: -125px;
	position: absolute; 
	width: 250px; 
	min-height: 120px; 
	display: none; 
}
.calendar_popup a {
	color: #fff;
}
.calendar_popup h4 {
	color: #fff;
	padding: 4px 0;
}
.calendar_popup .desc {
}

/* ----- Snazzy Boxes: http://www.cssplay.co.uk/boxes/snazzy.html ----- */


.SNZ1 {background: transparent; margin: 5px 0 15px 0;}
.SNZ1 .xtop, .SNZ1 .xbottom {display:block; background:transparent; font-size:1px;}
.SNZ1 .xb1, .SNZ1 .xb2, .SNZ1 .xb3, .SNZ1 .xb4 {display:block; overflow:hidden;}
.SNZ1 .xb1, .SNZ1 .xb2, .SNZ1 .xb3 {height:1px;}
.SNZ1 .xb2, .SNZ1 .xb3, .SNZ1 .xb4 {background:#DDF0F0; border-left:1px solid #fff; border-right:1px solid #fff;}
.SNZ1 .xb1 {margin:0 5px; background:#fff;}
.SNZ1 .xb2 {margin:0 3px; border-width:0 2px;}
.SNZ1 .xb3 {margin:0 2px;}
.SNZ1 .xb4 {height:2px; margin:0 1px;}
.SNZ1 .xboxcontent {display:block; background:#DDF0F0; border:0 solid #fff; border-width:0 1px; padding: 10px 15px;}


.SNZ2 {background: transparent; margin: 5px 0 15px 0; color: #fff;}
.SNZ2 .xtop, .SNZ2 .xbottom {display:block; background:transparent; font-size:1px;}
.SNZ2 .xb1, .SNZ2 .xb2, .SNZ2 .xb3, .SNZ2 .xb4 {display:block; overflow:hidden;}
.SNZ2 .xb1, .SNZ2 .xb2, .SNZ2 .xb3 {height:1px;}
.SNZ2 .xb2, .SNZ2 .xb3, .SNZ2 .xb4 {background:#049999; border-left:1px solid #049999; border-right:1px solid #049999;}
.SNZ2 .xb1 {margin:0 5px; background:#049999;}
.SNZ2 .xb2 {margin:0 3px; border-width:0 2px;}
.SNZ2 .xb3 {margin:0 2px;}
.SNZ2 .xb4 {height:2px; margin:0 1px;}
.SNZ2 .xboxcontent {display:block; background:#006C67; border:0 solid #049999; border-width: 2px 7px; padding: 0px;}


.SNZ3 {background: transparent; margin: 5px 0 15px 0; color: #fff;}
.SNZ3 .xtop, .SNZ3 .xbottom {display:block; background:transparent; font-size:1px;}
.SNZ3 .xb1, .SNZ3 .xb2, .SNZ3 .xb3, .SNZ3 .xb4 {display:block; overflow:hidden;}
.SNZ3 .xb1, .SNZ3 .xb2, .SNZ3 .xb3 {height:1px;}
.SNZ3 .xb2, .SNZ3 .xb3, .SNZ3 .xb4 {background:#006C67; border-left:1px solid #006C67; border-right:1px solid #006C67;}
.SNZ3 .xb1 {margin:0 5px; background:#006C67;}
.SNZ3 .xb2 {margin:0 3px; border-width:0 2px;}
.SNZ3 .xb3 {margin:0 2px;}
.SNZ3 .xb4 {height:2px; margin:0 1px;}
.SNZ3 .xboxcontent {display:block; background:#006C67; border:0 solid #006C67; border-width: 2px 7px; padding: 0px;}

