@charset "utf-8";
/* CSS Document */

body{color:#676767;background:#d6e1e6;margin-top:20px;font-family:Arial, Helvetica, sans-serif;}
h1{color:#85a2a7;font-size:28px;display:inline;}
h2{color:#676767;font-size:18px;font-weight:bold;text-transform:capitalize;display:inline;}
h3{color:#676767;font-size:12px;font-weight:bold;text-transform:capitalize;display:inline;}
div{}
table{}
td{vertical-align:top;}
a:link, a:active, a:visited, a:hover{color:#3d8b99;text-decoration:underline}
a:hover{text-decoration:none}

/* MENU */
.menu{text-align:center}
.menu_strip{background-image:url(../images/menu_strip_bg.gif);background-repeat:repeat-x;}
.menu_spacer{width:4px;background:#85a2a7}
.menu_filler{width:auto;background:#cdd8da}

.menu_item_off{color:#000000;width:1px;background:#cdd8da;text-align:center;white-space:nowrap;padding-left:20px;padding-right:20px;}
.menu_item_on{color:#ffffff;width:1px;background:#3d8b99;text-align:center;white-space:nowrap;padding-left:20px;padding-right:20px;}

a:link.menu_link, a:active.menu_link, a:visited.menu_link{color:#000000;font-weight:bold;text-decoration:none}
a:hover.menu_link{color:#ffffff;font-weight:bold;text-decoration:none}

/* MAIN CONTENT*/
.main_tbl{background:#ffffff;}
.main_content{font-size:14px;}
.content_tbl{}
.content_tbl td{padding:10px}
.content_photo{}

.column_divider{background:#85a2a7}

/* EMAIL FORM */
.email_form td{padding:2px;}
.field_name{width:120px;text-align:right;}
.field_input input,.field_input textarea{border:1px solid #000000;}
.field_error, input.field_error, textarea.field_error{background:#ededed;border:1px solid #cc0000;}
.field_required{color:#cc0000;font-weight:bold;vertical-align:top;display:inline;}
.ErrorText
{
	color: Red;
	font-weight: normal;	
}

/* SIDEBAR AND SNIPPETS */
.main_sidebar{width:20%;vertical-align:top;padding-top:40px;}
a:link.sidebar_link, a:active.sidebar_link, a:visited.sidebar_link{color:#3d8b99;font-size:16px;font-weight:bold;text-decoration:none;}
a:hover.sidebar_link{color:#85a2a7;text-decoration:underline;}

.snippet{color:#666666;font-size:14px;padding:8px;}
.snippet_more{text-align:right;}
a:link .sidebar_link,a:active .sidebar_link,a:visited .sidebar_linkk, a:hover .sidebar_link{color:#3d8b99;font-size:11px;font-weight:bold;text-decoration:none;}
a:hover .sidebar_link{text-decoration:underline;}

/* FOOTER */
.footer_divider{background:#85a2a7}
.footer{padding:4px;font-size:11px;}
.footer a:link, .footer a:visited, .footer a:active{font-weight:bold;}
.footer a:hover{text-decoration:underline;}

/* ACCORDION */
/* This is the selector for the main Accordion container.
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px #676767;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #EEEEEE;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 200px;
	background-color:#FFFFFF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color: #EEEEEE;
}

.AccordionPanelOpen .AccordionPanelTab  {
	background-color: #85a2a7;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	background-color: #85a2a7;
	color: #000000;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #cdd8da;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	color:#000000;
	background-color:#85a2a7;
}

/* SLIDER */
/* Code and styling for Slider script
 */
div#my-glider-horizontal div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 725px; 
	height: 615px;
	overflow: hidden;
	border:1px solid #85a2a7;
}
div#my-glider-horizontal div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:725px;
	height:615px;
	overflow:hidden;
	float:left;
	padding:1em;		
}
div#my-glider-horizontal div.scroller div.content {
	width: 10000px;
}
div#my-glider-horizontal {
	background:#FFFFFF;
	color:#333333;
}
	
.active {
	background-color: #FFF;
	color: #fff;
}