@charset "UTF-8";

#main {
	margin: auto;
	padding: 0px;
	width: 876px;
}
#header {
	margin: 0;
	height: 65px;
	background-image: url(../universal/headerback.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#navigation {
	margin: 0;
	padding: 0 21px 0 14px;
	width: 290;
	float: left;
}
#colors {
	margin: 0 0 0 290;
	width: 567;
}
#colors img{
	margin: 0;
	padding: 0 12px 0 0;
}
#navtop{
	margin: 0;
	height: 44px;
}
#navtop img{
	margin: 0;
	padding: 8px 12px 0 0;
}
#navbottom{
	margin: 0;
	height: 21px;
}
.navlink1{
	background-image: url(../universal/navback.gif);
	background-repeat: no-repeat;
	width: 52px;
	height: 21px;
	padding: 0 12px 0 0;
	float: left;
	text-align: center;
}

#mainarea {
	clear: both;
	margin: 0;
	padding: 0;
}

#content {
	clear: both;
	margin: 0;
	padding: 0 14px;
}
#leftcontent {
	margin: 0;
	width: 240px;
	float: left;
}
#rightcontent {
	margin: 0 0 0 241px;
	padding: 0;
}
#newsarea {
	clear: both;
	margin: 0;
	padding: 0;
	
}

.mainimage {
	margin: 20px 9px 40px 0px;
	float: right;
}
.logohome {
	padding: 50px 0 20px 0;
}
.logosub {
	padding: 0 0 20px 0;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #473a25;
}
#breadcrumb{
	margin: 0;
	padding: 6px 0px 12px 300px;
}
#sub{
	margin: 0 14px;
	padding: 0;
	clear: both;
}
#subnav{
	margin: 0;
	padding: 4px 0 30px 0;
	float: left;
	width: 244px;
}
.Accordion {
	margin: 0;
	padding: 4px 0 30px 0;
	float: left;
	width: 244px;
	overflow: hidden;
}

#subcontent{
	margin: 0 0 0 281px;
	padding: 0;
	background-image: url(../universal/subbodyback.gif);
	background-repeat: repeat-y;
}
.CollapsiblePanel{
	margin: 0;
	width: 238px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	width: 238px;
}
.servicesnav{
	margin: 4px 0 18px 5px;
	padding: 0;
}
.CollapsiblePanelContent {
	margin: 4px 0 18px 5px;
	padding: 0px;
	height: 52px;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 4px 0 18px 5px;
	padding: 0px;
	height: 52px;
}
.CollapsiblePanelContent2rows {
	margin: 4px 0 18px 5px;
	padding: 0px;
	height: 108px;
}
.AccordionPanelContent2rows {
	overflow: auto;
	margin: 4px 0 18px 5px;
	padding: 0px;
	height: 96px;
}
.CollapsiblePanelContent img{
	padding: 0 9px;
}
.CollapsiblePanelContent2rows img{
	padding: 1px 9px 8px 9px;
}
.AccordionPanelContent img{
	padding: 0 9px;
}
.AccordionPanelContent2rows img{
	padding: 1px 9px 8px 9px;
}

/* Sliding Panels */

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 530px;
	height: 350px;
	padding: 0px;
	border: none;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	width: 520px;
	margin: 0px;
	padding: 0px;
	border: none;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 520px;
	height: 350px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent p{
	margin: 14px 34px 10px 22px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	color: #564832;
}


.SlidingPanelsContent li{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #564832;
	margin: 0px 34px 0px 22px;
}

/*web gallery */

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	padding: 6px;
	text-align:center;
}
.photoborder {
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
.portfolioimage1 {
	margin: 0px 8px 8px 16px;
	padding: 0;
	float: left;
}
.portfolioimage2 {
	margin: 8px 8px 8px 273px;
	padding: 0;
}
.portfolioheader {
	margin: 8px 8px 8px 16px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #64573D;
	clear: both;
}
