@charset "utf-8";
.leftalign {
	text-align: left;
}
.centeralign {
	text-align: center;
}


/* CSS Document */

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 44px;
	left: 10px;
	background-color: #EAEAEA;
	background-image: url(../images/template_images/graypawsbkg.gif);
	background-repeat: repeat;
	border: thin outset #300;
	overflow: visible;
	height: 675px;
}
#photobar {
	height: 57px;
	width: 900px;
	position: absolute;
	top: 1px;
	background-image: url(../images/template_images/border_collagejpeg.jpg);
	z-index: 1;
	border-top-style: none;
}
body {
	background-image: url(/Templates/images/gray_gradient.png);
	background-color: #CCC;
	font-size: 14px;
}
body {
	background-image: url(../images/template_images/bluegradient.jpg);
	background-repeat: repeat-x;
}


#apDiv1 {
	position:absolute;
	left:1px;
	top:2px;
	width:155px;
	height:135px;
	z-index:1;
}
#menubar {
	position:absolute;
	left:-16px;
	top:58px;
	width:925px;
	height:37px;
	z-index:2;
	background-image: url(../images/template_images/navbarsep2.gif);
}
#sidebar p{
	text-align: center;
	margin: 0 auto
}

#sidebar {
	position:relative;
	left:0px;
	width:165px;
	z-index:2;
	text-align: center;
	bottom: 0px;
	background-color: #FCFDFC;
	background-image: url(../images/template_images/sidebargradient.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-left-width: 1px;
	border-left-style: ridge;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #999;
	overflow: hidden;
	top: 57px;
	height: 615px;
	padding-right: 25px;
	padding-left: 25px;
}
.center {
	text-align: center;
}
p {
	text-align: left;
}



#container #footer table {
	vertical-align: middle;
	text-align: right;
	margin-right: 10px;
	right: -9px;
	top: -4px;
	position: absolute;
}
#logo {
	position:absolute;
	left:-23px;
	top:-49px;
	width:281px;
	height:230px;
	z-index:3;
}
#footer {
	position:relative;
	left:0px;
	width:900px;
	height:25px;
	z-index:4;
	right: 0px;
	bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #009;
	text-align: right;
	text-indent: 10px;
	vertical-align: text-bottom;
}
a {
	text-decoration: underline;
	color: #300;
}
#topnav {
	position:absolute;
	left:702px;
	top:-24px;
	width:191px;
	height:24px;
	z-index:2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #300;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
}
#editable {
	position:absolute;
	left:223px;
	top:130px;
	width:642px;
	z-index:1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	margin-bottom: 15px;
	overflow: visible;
	min-height: 522px;
	text-align: left;
}
.bodycopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	text-indent: 5;
	text-align: right;
}
.Headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #300;
	font-variant: small-caps;
	letter-spacing: 3px;
	word-spacing: 3px;
	margin: 0px;
	text-align: left;
}


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

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

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 240px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-variant: normal;
	font-size: 15px;
}
/* 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;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	color: #FFF;
	width: 130px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px none #CCC;
}

/* 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;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	border-top-style: none;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
}
/* 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;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border: thin none #666;
	background-color: #009;
	text-align: center;
}
#container #menubar #MenuBar1 li a {
	color: #FFF;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
	text-decoration: underline;
}
/* 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
{

}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	border: thin solid #999;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#MenuBar1 .MenuBarSubmenuVisible a {
	color: #FFF;
	background-color: #009;
	width: 135px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}



/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	font-size: 11px;
	color: #FFF;
}

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
a:link {
	color: #009;
}
a:visited {
	color: #009;
}
a:hover {
	color: #666;
}
a:active {
	color: #009;
	text-align: center;
	text-decoration: none;
}

#table {
	position:absolute;
	left:15px;
	top:60px;
	width:604px;
	height:200px;
	z-index:1;
	text-align: left;
	padding: 10px;
}
#container #editable #table table {
	text-align: left;
	font-size: 14px;
	width: 200px;
	height: 14px;
}
.tableheadings {
	text-align: right;
	padding: 10px;

}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	color: #300;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Jadelink {
	color: #FFF;
}

h3 {
	font-size: 14px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 18px;
	color: #300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3pt;
	text-align: left;
}

#apDiv3 {
	position:absolute;
	left:0px;
	top:650px;
	width:890px;
	height:25px;
	z-index:5;
	background-color: #000099;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	padding-right: 10px;
}
#topcontactinfo {
	position:absolute;
	left:225px;
	top:-23px;
	width:675px;
	height:34px;
	z-index:6;
	text-align: right;
}
#container #topcontactinfo {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.floatleft
{float: left;
margin-right: 7px;
margin-bottom: 15px;}
.topborder
{
	border-top-color: #CCC;
	border-top-style: groove;
	padding-top: 7px;
	border-top-width: 2px;
}