body { font-family: Arial, Helvetica, sans-serif; font-size: small;}
table {
	padding:0;
	}
table tr {
	padding:0;
	}
h1 {
	margin: 20px 0 0 0;
	padding:0;
	font-size: 120%;
	font-weight: bold;
	}
h2 {
	margin:0;
	padding:0;
	font-size: 110%;
	font-weight: bold;
	}
h3 {
	margin: 0 0 0 25px;
	padding:3px 15px;
	font-size: 120%;
	font-weight: bold;
	width:720px;
	border-bottom: 4px solid #999;
	color: black;
	text-transform:uppercase;
	clear: both;
	}
h1, p {margin-left: 25px; padding:0;}
h1 {margin-bottom: 25px;}
#main {
	width: 800px;
	border: none;
	}
#content {
	margin:0;
	padding:0;
	text-align:left;
	width: 800px;
}
#content p{
	margin-top: 0;
}
#content a {
	color: black;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}


/* home page table styles - asl design*/
#hometable {
	float: left;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	border: none;
	}
#hometable h1, p {
	margin: 3%;
	}
#hometable ul {
	margin: 0 3%;
	padding:0;
	list-style:none;
	}
#hometable ul li{
	margin: 15px 0;
	line-height: 1.1em;
	}	

/* home page styles -  our design */

dl, dl.last {
	float:left;
	margin: 0 2% 1% 0;
	padding:0;
	width: 30%;
	height: 230px;
	border: thin #999 dotted;
	}
dt {
	float: left;
	margin:0 0 12px 0;
	padding:0;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	color: black;
	text-transform:uppercase;
	}
#content dt a {
	float: left;
	margin:10px 10px 0 10px;
	color: black;
	text-decoration: none;
	}	
dd {
	float: left;
	margin: 10px 10px 0 15px;
	padding: 0;
	color: black;
	width: 93%;
	}
#content dd a {
	color: black;
	text-decoration: underline;
	}	
dl dd.img {
	float: left;
	margin: 3px 0 3px 15px;
	padding: 0;
	}
dl dd.img img  {
	float: left;
	margin: 3px 10px 20px 0;
	padding: 0;
	}
dl.last {
	margin:0 0 2% 0;
	width: 32%;
	overflow: hidden;
	}
dl.last dd p {
	margin:0;
	padding:0;
	}	
#quote {
	float: left;
	margin: 0px 4px 0 10px;
	padding: 0;
	width: 93%;
	}

/*  inner pages 2 columns design */
.colleft {
	float: left;
	margin:0;
	padding:0;
	width: 50%;
	height: auto;
	}
.colleft h1, p {
	padding-left:0;
	margin-left: 25px;
	}
.colright {
	float:right;
	margin:0;
	padding:0;
	width: 50%;
	height: auto;
		}
.colright h1, p {
	padding-left:0;
	margin-left: 25px;
	}
.clear {clear: both; margin:0 25px 0 25px; padding:0; border-bottom: 2px dotted #CCC;}

/* contact us page */
/* footer styles */			
#footer {
	margin:0;
	padding-top: 35px;
	width:100%;
	text-align: center;
	border-top: 1px black solid;
}
#footer p {
	margin: 0 0 0 25px;
	color: black;
	}
#footer p a {
	color: black;
	text-decoration: underline;
	}
#footer p a:hover {
	color: black;
	text-decoration: none;
	}
#nav {
	float: left;
	margin: 0 0 20px 145px;
	padding:0;
	list-style: none;
	width: 100%;
	background: white;
}
#nav li {
	float: left;
	padding:0;
	display: inline;
	background: white;	
	}
#nav li a {
	padding: 3px 12px;
	display: block;
	color: black;
	text-decoration: underline;	
	}
#nav li a:hover {
	padding: 3px 12px;
	display: block;
	text-decoration: none;	
	}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width: 100%;
	background: none;
	}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0 3px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
	}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	background: none;
	padding:0.58em 1.60em;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background:white; 
	color: black;
}*/

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: none;
	}
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding:7px 15px !important;
	margin: 0px 1px 0px 0px !important; 
	font:bold 110% sans-serif;
	color: black;
	background-color: white;
	list-style: none;
	border: solid 1px #999;

}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: white;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: white;
	border-bottom: 1px solid white;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #999;
	background-color:  white;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}


/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: white;
	position: relative;
	border: solid 1px #999;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: white;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


