@charset "utf-8";
/* CSS Document */

/****************************************************************************

Theme Name: corporate

You are free to modify this theme file to change the appearance of your website.
If you need help customizing this theme or creating a brand new theme for your
website, please let us know and we can send you an estimate.

****************************************************************************/

/****************************************************************************
BODY wraps the entire browser window and defines the "master" defaults for 
background image or color as well as the default fonts, colors, links, and hover
behavior for all content.

These values will be inherited by the content areas but overridden by the 
"default format" classes used for each content area as well as the 
"custom format" classes used by website content editors. 
*****************************************************************************/


/****************************************************************************
Set all the HTML tags to their default values as necessary.

WARNING: Setting an HTML tag at this level means that it will be displayed
this way in the WYSIWYG Editor (example <h1> tag).  Also, don't define
defaults for <a> tags here if you want to change the font color, size, etc, 
within each content area.
****************************************************************************/

h1,h2,h3,h4,h5,h6 {}

/* PRE seems to be smaller than all other font faces so make it larger across all content areas */
pre {
font-size: larger;
}
/* default input field styles */
input {
	 border: 1px solid #cccccc;
 	 FONT-FAMILY: Arial, Verdana, sans-serif;
}
select {
	 border: 1px solid #cccccc;
}
ul {
	list-style-type: square; 
	list-style-position: inside;
}
ol {
	list-style-type: decimal; 
	list-style-position: inside;
}
hr {
	background-color: #eeeeee; /* used by Mozilla and Opera */
	color: #eeeeee; /* used by IE */
	border: 1px;  /* define border and height for Opera */
	height: 1px;  /* define border and height for Opera */
}
blockquote {
	background:#F5F5F5 none repeat scroll 0%;
   border: 1px solid #eeeeee;
   margin: 10px 0pt;
   padding: 5px 15px;
}


/****************************************************************************
Remove all extra line breaks from all tags throughout all content.  This will
match the edit behavior and layout in the WYSIWYG Editor. No colors here please.
*****************************************************************************/

address,pre {}

p {
	padding-top: 0px;
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 { 
	margin: 0px !important;
}
blockquote,ul,ol {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/****************************************************************************
Site Border wraps all content containers for the document ans shoudl be the
only container that specifies an exact WIDTH in pixels.  All other child
containers should be defined in the software's Page Style, or as a percentage.
(Do not remove any selectors from this container or add colors and styles.)
*****************************************************************************/

#site-border {
/* uncomment for fluid site look */
/*   WIDTH: 100%; */
/* uncomment for fixed site look */
    WIDTH: 760px;
	 
    MARGIN-TOP: 0px;
	 MARGIN-RIGHT: auto;
	 MARGIN-BOTTOM: 25px;
	 MARGIN-LEFT: auto;

/* define web page background */
 	 BACKGROUND-COLOR: transparent;
	 
	 border-left: 1px solid #888B82;
	 border-right: 1px solid #868C7E;
}

/****************************************************************************
Mailer Border wraps all content containers for emailed documents and be the
only container that specifies an exact WIDTH in pixels.  All other child
containers should be defined in the software's Page Style, or as a percentage.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#mailer-border {
/* set presenation of all pages to a fixed width - essential for emailed pages */
	 WIDTH: 550px;
    MARGIN-TOP: 10px;
	 MARGIN-RIGHT: auto;
	 MARGIN-BOTTOM: 15px;
	 MARGIN-LEFT: auto;
	 PADDING-TOP: 10px;
	 
/* define emailer web pages' background */
 	 BACKGROUND-COLOR: transparent;
}

#site-top-border {
 	 BACKGROUND-COLOR: #525F65;
	 background-image: url('/files/header_left_background.gif');
	 background-repeat: repeat-y;
	 background-position: left;
}

/****************************************************************************
Site Tools Border wraps the site tools ans site search containers for right
and left floating in the document.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#site-tools-border {
	 WIDTH: 100%;
	 MARGIN: 0px;
	 PADDING: 0px;
 	 BACKGROUND-COLOR: transparent;
	 background-image: url('/files/header_right_background.gif');
	 background-repeat: repeat-y;
	 background-position: right;
}

/****************************************************************************
Site Tools define the background image, colors, fonts, heading styles, input
fields, buttons, and link and hover behavior of the content in this area.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#site-tools {
    BACKGROUND-COLOR: transparent;
	 
/* define size and structure */
	 PADDING-TOP: 10px;
	 PADDING-RIGHT : 0px;
	 PADDING-BOTTOM: 0px;
	 PADDING-LEFT: 15px; 
/* define relative font size, color, and area's background */
    FONT-SIZE: 55%;
	 COLOR: #BFC6C9;
	 width: 65% !important;
}

/* default HTML link and color behavior for "anchor tags" */
.site-tools-content a,
.site-tools-content a:link,
.site-tools-content a:visited,
.site-tools-content a:active
 {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 COLOR: #BFC6C9;
	 background-color: #5E6E74;
	 padding: 1px 4px;
 	 margin-right: 5px;
  	 margin-left: 5px;
}
.site-tools-content a:hover {
    color: #E8D4D5;
	 background-color: #990000;
}

/****************************************************************************
Site Search Form

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#site-search {
    BACKGROUND-COLOR: transparent;
	 
/* define size and structure */
 	 PADDING-TOP: 8px;
	 PADDING-BOTTOM: 5px;
	 PADDING-RIGHT: 17px;
	 
 /* define relative font size, color, and area's background */
	 FONT-SIZE: 100%;
	 COLOR: transparent;
}
/* define buttons and input fields required for search */
.submit_search {
	 COLOR: gray;
	 BACKGROUND-COLOR: white;
}
.search-query {
	 FONT-SIZE: 60%;
}
.search-submit {
    PADDING: 0px;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    COLOR: gray;
    BACKGROUND-COLOR: white;
    font-size: 65%;
}


/****************************************************************************
Site Header Defaults - defines site-wide common header region.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#site-header {
    /* define size and structure */
  	 PADDING-TOP: 1px; /*this is magic, removes margin in Mozilla */
	 PADDING-RIGHT: 17px; /*this is magic, removes margin in Mozilla */
  	 PADDING-BOTTOM: 1px; /*this is magic, removes margin in Mozilla */
	 PADDING-LEFT: 17px; /*this is magic, removes margin in Mozilla */
	 
    /* define relative font size, color, and area's background */
  	 BACKGROUND-COLOR: transparent;
	 background-image: url('/files/header_right_background.gif');
	 background-repeat: repeat-y;
	 background-position: right;
    FONT-SIZE: 80%;
 	 color: #95A4AB;
}

#site-header-border {
  	 BACKGROUND-COLOR: #525F65;
	 background-image: url('/files/header_left_background.gif');
	 background-repeat: repeat-y;
	 background-position: left; 
}

/* default HTML link and color behavior for "anchor tags" */
.site-header-content a,
.site-header-content a:link,
.site-header-content a:visited,
.site-header-content a:active
 {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 BORDER-BOTTOM: 1px solid;
	 COLOR: #222222;
}
.site-header-content a:hover {BORDER-BOTTOM: 1px solid;}

/* fine tune the "default formats" for all HTML tags for this content area. */
.site-header-content h1,
.site-header-content h2,
.site-header-content h3,
.site-header-content h4,
.site-header-content h5,
.site-header-content h6 { 
	font-family: "Trebuchet MS",verdana,sans-serif;
	color: #FEFEFE;
   font-weight: normal;
   display: block !important;
    letter-spacing: -1px;
}
/*make the headings slightly larger than the content areas */
.site-header-content h1 {
    font-size: 325%;
}
.site-header-content h2 {font-size: 275%;}
.site-header-content h3 {font-size: 225%;}
.site-header-content h4 {font-size: 175%;}
.site-header-content h5 {font-size: 125%;}
.site-header-content h6 {font-size: 90%;}
 
#site-menu-border {
	 background-image: url('/files/header_left_background.gif');
	 background-repeat: repeat-y;
	 background-position: left;
    background-color: #525F65;
	 padding-left: 10px;
}
 
/****************************************************************************
Site Menu Defaults  - defines the main site-wide common region used to display
the main menu.
*****************************************************************************/

#site-menu {
    WIDTH: 100%; /* must have this for IE */
  	 PADDING-TOP: 0px; */ /*this is magic, removes margin in Mozilla */
	 PADDING-RIGHT: 0px;
  	 PADDING-BOTTOM: 0px;/*this is magic, removes margin in Mozilla */
	 PADDING-LEFT: 0px;
	 MARGIN: 0px;
    COLOR: transparent;
    background-color: transparent;
	 background-image: url('/files/header_right_background.gif');
	 background-repeat: repeat-y;
	 background-position: right;
	 font-size: 90%;
}

/****************************************************************************
Each menu region must have the following styles defined with are used by the
software's javascript that controls the menu "fly-outs" and "drop-downs" that
are invoked using the <menu></menu> tags in Page Styles.
*****************************************************************************/
/*used for all menus */
ul.software_menu, .software_menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/***************************************************************************/
/* Style definition for the menu region named "main-menu". */
/***************************************************************************/
ul#software_menu_main-menu.software_menu li {
    float: left; /* necessary for IE 6 */
    position: relative;
    padding: 0;
    margin: 0;
}
ul#software_menu_main-menu.software_menu li a {
   display: block;
	padding: 4px 12px 4px 12px;
	/* margin-bottom: -1px;  required to prevent javascript menus from disappearing on hover for mozilla */
 	color: #AAB8C4;
	font-family: Arial,Verdana,sans-serif;
	font-weight: normal;
   text-decoration: none;
}
ul#software_menu_main-menu.software_menu li.on,
ul#software_menu_main-menu.software_menu li a:hover {
 	background-color: #eeeeee;
	background-image: url('/files/menu_hover_background.gif');
	background-repeat: repeat;
	color: #FFFFFF !important;
}
ul#software_menu_main-menu.software_menu li ul {
    position: absolute;
    visibility: hidden;
    top: 50px;
    left: 0;
    width: auto;
}
ul#software_menu_main-menu.software_menu li ul li a {
    padding-top: 0px;
	 padding-left: 5px;
	 padding-right: 5px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    margin: 0;
    background-image: none;
    background-color: #eeeeee;
 	 color: #999999;
	 font-size: 70%;
	 font-family: Trebuchet MS, sans-serif;
	 font-weight: bold;
    text-decoration: none;
    width: 100px;  /* fix width of menu items */
}
/***************************************************************************/
/* Style definition for the menu region named "site-map". */
/***************************************************************************/
ul#software_menu_site-map.software_menu li {
}
ul#software_menu_site-map.software_menu li a {
}
ul#software_menu_site-map.software_menu li.on,
ul#software_menu_site-map.software_menu li a:hover {
}
ul#software_menu_site-map.software_menu li ul {
    padding-left: 20px;
}
ul#software_menu_site-map.software_menu li ul li a {
}

/****************************************************************************
Area Header Defaults - defines the area header common content region.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

.one-column #area-border,
#mailer-border #area-border {
    margin: 0em;
    padding: .5em 0em; /* Removes margins in IE */
}

#area-header {
/* define size and structure */
 	 PADDING-TOP: 0px; /*this is magic, removes margin in Mozilla */
	 PADDING-RIGHT: 20px;
  	 PADDING-BOTTOM: 0px; /*this is magic, removes margin in Mozilla */
	 PADDING-LEFT: 20px;
	 MARGIN: 0px;
 /* define relative font size, color, and area's background */
    FONT-SIZE: 75%;
	 text-decoration: none;
	 color: #333333;
}

/* fine tune the "default formats" for all HTML tags for this content area. */
.area-header-content a,
.area-header-content a:link,
.area-header-content a:visited,
.area-header-content a:active {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 BORDER-BOTTOM: 1px solid;
	 COLOR: #222222;
}
.area-header-content a:hover {BORDER-BOTTOM: 1px solid;}

.area-header-content h1,
.area-header-content h2,
.area-header-content h3,
.area-header-content h4,
.area-header-content h5,
.area-header-content h6 { 
	font-family: "Trebuchet MS",verdana,sans-serif;
	color: #525F65;
	font-style: italic;
   font-weight: bold;
   display: block !important;
   padding-bottom: 0px;
   margin-bottom: 0px;
}
/*make the headings slightly smaller than the site header */
.area-header-content h1 {
    font-size: 155%;
	 border-bottom: 1px solid #BDC5C8;
}
.area-header-content h2 {font-size: 140%;}
.area-header-content h3 {font-size: 130%;}
.area-header-content h4 {font-size: 100%;}
.area-header-content h5 {font-size: 85%;}
.area-header-content h6 {font-size: 75%;}

.area-header-content hr {
	background-color: #333333; /* used by Mozilla and Opera */
	color: #333333; /* used by IE */
	border: 2px;  /* define border and height for Opera */
	height: 2px;  /* define border and height for Opera */
	width: 100%;
}


/****************************************************************************
Page Border Defaults - defines the border around all content areas.
*****************************************************************************/

#page-border {
/* define size and structure */
    PADDING: 0px;
 	 MARGIN: 0px;
/* define relative font size, color, and area's background */
    BACKGROUND-COLOR: transparent;
	 background-image: url('/files/page_border_background_2_column_sidebar_right.gif');
	 background-repeat: repeat-y;
	 background-position: top right;
}

.email-one-column #page-border {
	 background-image: url('/files/email_border_background_1_column.gif') !important;
	 background-repeat: repeat-y;
	 background-position: top left;
}

.email-two-column-sidebar-right #page-border {
	 background-image: url('/files/email_border_background_2_column.gif') !important;
	 background-repeat: repeat-y;
	 background-position: top left;
}

.one-column #page-border {
	 background-image: url('/files/area-border-background.gif') !important;
	 background-repeat: repeat-y;
	 background-position: top left;
}

.two-column-sidebar-left #page-border {
	 background-image: url('/files/page_border_background_2_column_sidebar_left.gif') !important;
	 background-repeat: repeat-y;
	 background-position: top left;
}

.three-column-sidebar-left #page-border {
	 background-image: url('/files/page_border_background_3_column_sidebar_left.gif') !important;
	 background-repeat: repeat-y;
	 background-position: top left;
}

.two-column-sidebar-right #page-border {
	 background-image: url('/files/page_border_background_2_column_sidebar_right.gif') !important;
	 background-repeat: repeat-y;
	 background-position: top left;
}

/****************************************************************************
Page Header Defaults - defines the the top-most page content region.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#page-header {
/* define size and structure */
	PADDING: 0px 20px;
	MARGIN: 0px;
/* define relative font size, color, and area's background */
	FONT-SIZE: 75%;
   line-height: 25px;
	COLOR: #525F65;
   BACKGROUND-COLOR: transparent;
}
/* fine tune the "default formats" for all HTML tags for this content area. */
.page-header-content a,
.page-header-content a:link,
.page-header-content a:visited,
.page-header-content a:active {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 COLOR: #996600;
}
.page-header-content a:hover {
    background-color: #FFEFCE;
	 padding-top: 1px;
 	 padding-bottom: 1px;
}

.page-header-content h1,
.page-header-content h2,
.page-header-content h3,
.page-header-content h4,
.page-header-content h5,
.page-header-content h6 { 
	font-family: "Trebuchet MS",verdana,sans-serif;
	color: #525F65;
	font-style: italic;
   font-weight: bold;
   display: block !important;
   padding-bottom: 0px;
   margin-bottom: 0px;
}
/*make the headings slightly smaller than the site header */
.page-header-content h1 {
    font-size: 155%;
	 border-bottom: 1px solid #BDC5C8;
}
.page-header-content h2 {
    font-size: 140%;
}
.page-header-content h3 {
    font-size: 130%;
}
.page-header-content h4 {
    font-size: 100%;
}
.page-header-content h5 {
    font-size: 85%;
}
.page-header-content h6 {
    font-size: 75%;
}

/* turn bulleted links into a hovering menu. must use DIV and not class
 due to WYSIWYG Editor not allowing for class styling of <ul> tags :( */
.page-header-content ul {
}
/* Set color here to be inherited by custom formats that create link menus */
#page-header li.link-menu-item,
#page-header a.link-menu-item,
#page-header a:link.link-menu-item,
#page-header a:visited.link-menu-item,
#page-header a:active.link-menu-item {
	color: #BBAF8E;
	background-color: transparent;
	padding: 1px 4px;
}
#page-header a:hover.link-menu-item,
#page-header a:focus.link-menu-item {
	color: #996600;
	background-color: #FFEFCE;
	padding: 1px 4px;
}


/****************************************************************************
Content Border - defines the page's main content area.
*****************************************************************************/

#content-border {
/* define size and structure */
	PADDING: 0px;	
	MARGIN: 0px;
/* define relative font size, color, and area's background */
	BACKGROUND-COLOR: #transparent;
}


/****************************************************************************
Sidebar - defines the page's sidebar area.
*****************************************************************************/

#sidebar-border {
/* define size and structure */
	PADDING: 0px;
	MARGIN: 0px;
/* define relative font size, color, and area's background */
   BACKGROUND-COLOR: transparent;
}


/****************************************************************************
Page Content - defines the structure around the main content and system areas.
You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#page-content {
/* define size and structure */
	PADDING: 15px 20px 15px 20px;	
	MARGIN: 0px;
/* define relative font size, color, spacing, and area's background */
	FONT-SIZE: 75%; 
	COLOR: #525F65;
   BACKGROUND-COLOR: transparent;
	line-height: 25px;
   word-spacing: 1px;
}
	
/* fine tune the "default formats" for all HTML tags for this content area. */
.main-content a,
.main-content a:link,
.main-content a:visited,
.main-content a:active {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 COLOR: #996600;
}
.main-content a:hover {
    background-color: #FFEFCE;
	 padding-top: 1px;
 	 padding-bottom: 1px;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 { 
	font-family: "Trebuchet MS",verdana,sans-serif;
	color: #525F65;
	font-style: italic;
   font-weight: bold;
   display: block !important;
   padding-bottom: 0px;
   margin-bottom: 0px;
}
/*make the headings slightly smaller than the site header */
.main-content h1 {
    font-size: 155%;
	 border-bottom: 1px solid #BDC5C8;
}
.main-content h2 {
    font-size: 140%;
}

.main-content h3 {
    font-size: 130%;
}
.main-content h4 {
    font-size: 100%;
}
.main-content h5 {
    font-size: 85%;
}
.main-content h6 {
    font-size: 75%;
}
/* turn bulleted links into a hovering menu. must use DIV and not class
 due to WYSIWYG Editor not allowing for class styling of <ul> tags :( */
.main-content ul {
}
/* Set color here to be inherited by custom formats that create link menus */
#page-content li.link-menu-item,
#page-content a.link-menu-item,
#page-content a:link.link-menu-item,
#page-content a:visited.link-menu-item,
#page-content a:active.link-menu-item {
	color: #BBAF8E;
	background-color: transparent;
	padding: 1px 4px;
}
#page-content a:hover.link-menu-item,
#page-content a:focus.link-menu-item {
	color: #996600;
	background-color: #FFEFCE;
	padding: 1px 4px;
}


/****************************************************************************
Area Sidebar - defines the page's common area menus and content.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#area-sidebar {
/* define size and structure */
	PADDING: 17px 20px 17px 15px;
/* define relative font size, color, and area's background */
	FONT-SIZE: 70%;
	COLOR: #96A3A9;
   BACKGROUND-COLOR: transparent;
	line-height: 1.7em;
}

.two-column-sidebar-left #area-sidebar {
    PADDING: 17px 20px 17px 20px;
}

.three-column-sidebar-left #area-sidebar {
	PADDING: 17px 20px 17px 20px;
}

/* fine tune the "default formats" for all HTML tags for this content area. */
.area-sidebar-content a,
.area-sidebar-content a:link,
.area-sidebar-content a:visited,
.area-sidebar-content a:active {
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	 COLOR: #AFAF8E;
}
.area-sidebar-content a:hover {
    background-color: #FFEFCE;
    color: #996600;
}

.area-sidebar-content p {}
.area-sidebar-content span {}
.area-sidebar-content address {}
.area-sidebar-content pre {}
.area-sidebar-content blockquote {
    background-color: #FFFFFF;
}

.area-sidebar-content h1,
.area-sidebar-content h2,
.area-sidebar-content h3,
.area-sidebar-content h4,
.area-sidebar-content h5,
.area-sidebar-content h6 { 
    display: block !important;
    font-family: Arial,Helvetica,sans-serif;
    color: #96A3A9;
	 padding: 0px;
	 font-weight: bold;
 	 line-height: normal;
}
/*make the headings slightly smaller than the content areas */
.area-sidebar-content h1 {font-size: 155%;}
.area-sidebar-content h2 {font-size: 135%;}
.area-sidebar-content h3 {font-size: 120%;}
.area-sidebar-content h4 {font-size: 100%;}
.area-sidebar-content h5 {font-size: 85%;}
.area-sidebar-content h6 {font-size: 75%;}
/* Turn unordered list of links into hovering menu. Must use DIV's class due
 to WYSIWYG Editor not allowing for custom format styling of <ul> tags */
.area-sidebar-content ul {
}
/* Set color here to be inherited by custom formats that create link menus */
#area-sidebar li.link-menu-item,
#area-sidebar a.link-menu-item,
#area-sidebar a:link.link-menu-item,
#area-sidebar a:visited.link-menu-item,
#area-sidebar a:active.link-menu-item {
	color: #BBAF8E;
	background-color: transparent;
}
#area-sidebar a:hover.link-menu-item,
#area-sidebar a:focus.link-menu-item {
	color: #996600;
	background-color: #FFEFCE;
}


/****************************************************************************
Page Sidebar - defines the page specific menus and content.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#page-sidebar {
/* define size and structure */
	PADDING: 17px 20px 17px 15px;
/* define relative font size, color, and area's background */
	FONT-SIZE: 70%;
	COLOR: #96A3A9;
   BACKGROUND-COLOR: transparent;
	line-height: 1.7em;
}
/* fine tune the "default formats" for all HTML tags for this content area. */
.page-sidebar-content a,
.page-sidebar-content a:link,
.page-sidebar-content a:visited,
.page-sidebar-content a:active {
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	 COLOR: #AFAF8E;
}
.page-sidebar-content a:hover {
    background-color: #FFEFCE;
    color: #996600;
}

.page-sidebar-content blockquote {
    background-color: #FFFFFF;
}

/*make the headings slightly smaller than the content areas */
.page-sidebar-content h1,
.page-sidebar-content h2,
.page-sidebar-content h3,
.page-sidebar-content h4,
.page-sidebar-content h5,
.page-sidebar-content h6 { 
    display: block !important;
    font-family: Arial,Helvetica,sans-serif;
    color: #96A3A9;
	 padding: 0px;
	 font-weight: bold;
	 line-height: normal;
}
/*make the headings slightly smaller than the content areas */
.page-sidebar-content h1 {font-size: 155%;}
.page-sidebar-content h2 {font-size: 135%;}
.page-sidebar-content h3 {font-size: 120%;}
.page-sidebar-content h4 {font-size: 100%;}
.page-sidebar-content h5 {font-size: 85%;}
.page-sidebar-content h6 {font-size: 75%;}

.page-sidebar-content blockquote {}
.page-sidebar-content ol {}
.page-sidebar-content li {}
.page-sidebar-content hr {
	background-color: white; /* used by Mozilla and Opera */
	color: white; /* used by IE */
	border: 1px;  /* define border and height for Opera */
	height: 1px;  /* define border and height for Opera */
	width: 100%;
}
/* Turn unordered list of links into hovering menu. Must use DIV's class due
 to WYSIWYG Editor not allowing for custom format styling of <ul> tags */
.page-sidebar-content ul {
}
/* Set color here to be inherited by custom formats that create link menus */
#page-sidebar li.link-menu-item,
#page-sidebar a.link-menu-item,
#page-sidebar a:link.link-menu-item,
#page-sidebar a:visited.link-menu-item,
#page-sidebar a:active.link-menu-item {
    background-color: transparent;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 COLOR: #BBAF8E;
}
#page-sidebar a:hover.link-menu-item,
#page-sidebar a:focus.link-menu-item {
	color: #996600;
	background-color: #FFEFCE;
}


/****************************************************************************
Page Content Footer Defaults - defines the the bottom page content region.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#page-footer {
/* define size and structure */
	PADDING: 0px 20px;
	MARGIN: 0px;
/* define relative font size, color, and area's background */
	FONT-SIZE: 75%;
   line-height: 25px;
	COLOR: #525F65;
   BACKGROUND-COLOR: transparent;
}
/* fine tune the "default formats" for all HTML tags for this content area. */
.page-footer-content a,
.page-footer-content a:link,
.page-footer-content a:visited,
.page-footer-content a:active {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 COLOR: #996600;
}
.page-footer-content a:hover {
    background-color: #FFEFCE;
	 padding-top: 1px;
 	 padding-bottom: 1px;
}

.page-footer-content h1,
.page-footer-content h2,
.page-footer-content h3,
.page-footer-content h4,
.page-footer-content h5,
.page-footer-content h6 { 
	font-family: "Trebuchet MS",verdana,sans-serif;
	color: #525F65;
	font-style: italic;
   font-weight: bold;
   display: block !important;
   padding-bottom: 0px;
   margin-bottom: 0px;
}
/*make the headings slightly smaller than the site header */
.page-footer-content h1 {
    font-size: 155%;
	 border-bottom: 1px solid #BDC5C8;
}
.page-footer-content h2 {
    font-size: 140%;
}
.page-footer-content h3 {
    font-size: 130%;
}
.page-footer-content h4 {
    font-size: 100%;
}
.page-footer-content h5 {
    font-size: 85%;
}
.page-footer-content h6 {
    font-size: 75%;
}

/* turn bulleted links into a hovering menu. must use DIV and not class
 due to WYSIWYG Editor not allowing for class styling of <ul> tags :( */
.page-footer-content ul {
}
/* Set color here to be inherited by custom formats that create link menus */
#page-footer li.link-menu-item,
#page-footer a.link-menu-item,
#page-footer a:link.link-menu-item,
#page-footer a:visited.link-menu-item,
#page-footer a:active.link-menu-item {
	color: #BBAF8E;
	background-color: transparent;
	padding: 1px 4px;
}
#page-footer a:hover.link-menu-item,
#page-footer a:focus.link-menu-item {
	color: #996600;
	background-color: #FFEFCE;
	padding: 1px 4px;
}

.email-two-column-sidebar-right #page-footer {
	background-image: url('/files/email-border-background-sidebar-right.gif');
	background-repeat: repeat-y;	
}

#area-border,
.one-column #area-border {
	background-image: url('/files/area-border-background.gif');
	background-repeat: repeat-y;
}

.email-two-column-sidebar-right #area-border {
	background-image: url('/files/email-border-background-sidebar-right.gif');
	background-repeat: repeat-y;	
}

.two-column-sidebar-left #area-border,
.two-column-sidebar-left #page-header,
.two-column-sidebar-left #page-footer,
.three-column-sidebar-left #area-border,
.three-column-sidebar-left #page-header,
.three-column-sidebar-left #page-footer {
	background-image: url('/files/area-border-background-sidebar-left.gif');
	background-repeat: repeat-y;
}

.two-column-sidebar-right #area-border,
.two-column-sidebar-right #page-header,
.two-column-sidebar-right #page-footer {
	background-image: url('/files/area-border-background-sidebar-right.gif') !important;
	background-repeat: repeat-y;
}

/****************************************************************************
Area Footer Defaults - defines the the bottom common content region.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#area-footer {
/* define size and structure */
 	 PADDING-TOP: 0px; /*this is magic, removes margin in Mozilla */
	 PADDING-RIGHT: 20px;
  	 PADDING-BOTTOM: 0px; /*this is magic, removes margin in Mozilla */
	 PADDING-LEFT: 20px;
	 MARGIN: 0px;
/* define relative font size, color, and area's background */
	 FONT-SIZE: 75%;
	 line-height: 1.6em;
	 COLOR: #333333;
	 BACKGROUND-COLOR: transparent;
	 border-bottom: 1px solid #546060;
}

.one-column #area-footer {
    border: none;
}

/* fine tune the "default formats" for all HTML tags for this content area. */
.area-footer-content a,
.area-footer-content a:link,
.area-footer-content a:visited,
.area-footer-content a:active {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 BORDER-BOTTOM: 1px solid;
	 COLOR: #222222;
}
.area-footer-content a:hover {BORDER-BOTTOM: 1px solid;}

.area-footer-content h1,
.area-footer-content h2,
.area-footer-content h3,
.area-footer-content h4,
.area-footer-content h5,
.area-footer-content h6 { 
	font-family: "Trebuchet MS",verdana,sans-serif;
	color: #525F65;
	font-style: italic;
   font-weight: bold;
   display: block !important;
   padding-bottom: 0px;
   margin-bottom: 0px;
}
/*make the headings slightly smaller than the site header */
.area-footer-content h1 {
    font-size: 155%;
 	 border-bottom: 1px solid #BDC5C8;
}
.area-footer-content h2 {font-size: 140%;}
.area-footer-content h3 {font-size: 130%;}
.area-footer-content h4 {font-size: 100%;}
.area-footer-content h5 {font-size: 85%;}
.area-footer-content h6 {font-size: 75%;}

.area-footer-content p {}
.area-footer-content span {}
.area-footer-content address {}
.area-footer-content pre {}
.area-footer-content blockquote {}
.area-footer-content ol {}
.area-footer-content ul {}
.area-footer-content li {}

.area-footer-content hr {
	background-color: white; /* used by Mozilla and Opera */
	color: white; /* used by IE */
	border: 2px;  /* define border and height for Opera */
	height: 2px;  /* define border and height for Opera */
	width: 100%;
}
/* turn bulleted links into a hovering menu. must use DIV and not class
 due to WYSIWYG Editor not allowing for class styling of <ul> tags :( */
.area-footer-content ul {
}
/* Set color here to be inherited by custom formats that create link menus */
#area-footer li.link-menu-item,
#area-footer a.link-menu-item,
#area-footer a:link.link-menu-item,
#area-footer a:visited.link-menu-item,
#area-footer a:active.link-menu-item {
	color: #222222;
	background-color: transparent;
}
#area-footer a:hover.link-menu-item,
#area-footer a:focus.link-menu-item {
	color: #222222;
	background-color: #eeeeee;
}


/****************************************************************************
Site Footer Defaults - defines the bottom site-wide common content region.

You can define the area's size, relative font size, font color, borders, margins,
ans background color.  DO NOT style specific selectors using the ID values like:
    #id-name selector{property: value;}
because they will prevent the "default format" and "custom format" classes from
overriding them.
*****************************************************************************/

#site-footer {
/* define size and structure */
 	 PADDING-TOP: 15px; /*this is magic, removes margin in Mozilla */
	 PADDING-RIGHT: 0px;
  	 PADDING-BOTTOM: 15px; /*this is magic, removes margin in Mozilla */
	 PADDING-LEFT: 0px;	 
	 MARGIN: 0px;
/* define relative font size, color, and area's background */
	 FONT-SIZE: 75%;
	 line-height: 1.6em;
    BACKGROUND-COLOR: transparent;
	 color:#ABB9C5;
	 background-image: url('/files/footer_right_background.gif');
	 background-repeat: no-repeat;
	 background-position: bottom right;
}

#site-footer-border {
    background-image: url('/files/footer_left_background.gif');
	 background-repeat: no-repeat;
	 background-position: bottom left;
    BACKGROUND-COLOR: #525F65;
}

/* fine tune the "default formats" for all HTML tags for this content area. */
.site-footer-content a,
.site-footer-content a:link,
.site-footer-content a:visited,
.site-footer-content a:active {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	 BORDER-BOTTOM: 1px solid;
	 COLOR: #ABB9C5;
}
.site-footer-content a:hover {
    BORDER-BOTTOM: 1px solid;
    color: #96A3A9;
}

.site-footer-content h1,
.site-footer-content h2,
.site-footer-content h3,
.site-footer-content h4,
.site-footer-content h5,
.site-footer-content h6 { 
	font-family: "Trebuchet MS",verdana,sans-serif;
	color: #FEFEFE;
	letter-spacing: -1px;
   font-weight: normal;
   display: block !important;
}
/*make the headings slightly smaller than the site header */
.site-footer-content h1 {
    font-size: 325%;
}
.site-footer-content h2 {font-size: 275%;}
.site-footer-content h3 {font-size: 225%;}
.site-footer-content h4 {font-size: 175%;}
.site-footer-content h5 {font-size: 125%;}
.site-footer-content h6 {font-size: 90%;}
/* turn bulleted links into a hovering menu. must use DIV and not class
 due to WYSIWYG Editor not allowing for class styling of <ul> tags :( */
.site-footer-content ul {
}
/* Set color here to be inherited by custom formats that create link menus */
#site-footer li.link-menu-item,
#site-footer a.link-menu-item,
#site-footer a:link.link-menu-item,
#site-footer a:visited.link-menu-item,
#site-footer a:active.link-menu-item {
	color: #222222;
	background-color: transparent;
}
#site-footer a:hover.link-menu-item,
#site-footer a:focus.link-menu-item {
	color: #222222;
	background-color: #eeeeee;
}


/****************************************************************************
"Custom Formats" are selected by site editors wne creating content using the
software's WYSIWYG Editor and will override the default styles defined in the
content area's class (above).

The <custom_format> (comment) tags below is read by the software to create
the styles that will appear in the "Custom Formats" drop down menu
in the WYSIWYG Editor, ans made available to Site Editors.
WARNING: Be sure that the <custom format> and </custom_format> comments are
spelled correctly and appear around the styles you want to make available
to the WYSIWYG Editor or they will be ignored.
*****************************************************************************/
/*Step 1, define the class names and make them visible to the WYSIWYG pick list*/
/*DO NOT REMOVE OR ALTER THE NEXT COMMENT LINE */
/* <custom_formats> */
.image-left-primary{}
.image-left-secondary{}
.image-right-primary{}
.image-right-secondary{}
.link-button-primary-large{}
.link-button-primary-small{}
.link-button-secondary-large{}
.link-button-secondary-small{}
.link-content-more{}
.link-menu-item{}
.paragraph-indent{}
.paragraph-no-margins{}
.paragraph-no-top-margin{}
.paragraph-no-bottom-margin{}
.text-annotate{}
.text-box-example{}
.text-box-notice{}
.text-box-primary{}
.text-box-secondary{}
.text-box-warning{}
.text-fine-print{}
.text-highlighter{}
.text-quote{}
.left_nav_links{}
.left_col_title_links{}
.left_col_content_links{}
.body_titles{}
.nav_column_titles{}
.home_body_titles{}
.home_body_bold1{}
.home_body_bold2{}
.home_body_content{}
.clients_left_column_inside_content{}
.clients_body_titles{}
.clients_body_content{}
.physicians_body_titles{}
.physicians_body_content{}
.wwa_body_content{}
.wwa_middle_body1_content{}
.body_links{}
.staff_content{}
.staff_nav_links{}
.img{}
.staff_body_content{}
.thinborder_boxes{}
.thinborder_boxes_font_14{}
/*DO NOT REMOVE OR ALTER THE NEXT COMMENT LINE */
/* </custom_formats> */

/* Step 2, now actually override the default styles by referencing the HTML tags
 directly (wildcarding won't do!)*/

img.image-left-primary {
    border: 1px solid #cccccc;
	 background: #BFC6C9;
	 padding: 10px;
	 margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
	 float: left;
}
img.image-left-secondary {
    border: 1px solid #cccccc;
	 background: #BFC6C9;
	 padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}
img.image-right-primary {
    border: 1px solid #cccccc;
	 background: #BFC6C9;
	 padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 0px;
    float: right;
}
img.image-right-secondary {
    border: 1px solid #cccccc;
	 background: #BFC6C9;
	 padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0px;
    float: right;
}
td.text-annotate, p.text-annotate, span.text-annotate {
	color: #525F65;
   font-size: 8pt;
	text-decoration: none;
	background-color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	BORDER: #3C4549 1px solid;
   line-height: 1.4em;
}
td.text-fine-print, p.text-fine-print, span.text-fine-print{
   font-size: 75%;
	text-decoration: none;
	line-height: 100%;
}
td.text-box-primary, p.text-box-primary, span.text-box-primary {
   background: #BFC6C9 none repeat scroll 0%;
   border-bottom: 2px solid #5D6C73;
   border-top: 2px solid #5F6E75;
   color: #65747D;
   margin: 10px 0pt;
   padding: 10px;
}
td.text-box-secondary, p.text-box-secondary, span.text-box-secondary {
   background: #eeeeee none repeat scroll 0%;
   border-bottom: 1px solid #cccccc;
   border-top: 1px solid #cccccc;
   color: #333333;
   margin: 10px 0pt;
   padding: 20px;
}
td.text-box-warning, p.text-box-warning, span.text-box-warning {
	color: red;
   background-color: white;
	line-height: 1.4em;
	text-decoration: none;
	padding: 10px;
	border: 1px solid red;
}
td.text-box-notice, p.text-box-notice, span.text-box-notice {
	color: #666666;
   background-color: white;
	line-height: 1.4em;
	text-decoration: none;
	padding: 10px;
	border: 1px solid;
}
td.text-box-example, p.text-box-example, span.text-box-example {
	font-family: courier;
	line-height: 1.4em;
	word-spacing: normal;
   text-decoration: none;
	color: #333333;
   background-color: #eeeeee;
	border-top: 1px solid #5F6E75;
   border-bottom: 1px solid #5F6E75;
	padding: 20px;
}
td.text-highlighter, p.text-highlighter, span.text-highlighter {
	color: black;
	background-color: yellow;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
td.text-quote, p.text-quote, span.text-quote {
	font-size: 150%;
	font-family: georgia, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
   border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
   color: #96A3A9;
}
td.paragraph-indent, p.paragraph-indent {
	text-indent: 5%;	
}
a.link-button-primary-large,
a.link-button-primary-large:link,
a.link-button-primary-large:visited,
a.link-button-primary-large:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 4px 10px;
	 COLOR: #BFC6C9;
    BACKGROUND-COLOR: #65747D;
	 font-weight: bold;
	 font-size: 95%;
}
a.link-button-primary-large:hover,
a.link-button-primary-large:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
	 COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
	 font-weight: bold;
}
a.link-button-primary-small,
a.link-button-primary-small:link,
a.link-button-primary-small:visited,
a.link-button-primary-small:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 7px;
	 COLOR: #BFC6C9;
    BACKGROUND-COLOR: #65747D;
	 font-weight: bold;
	 font-size: 80%;
}
a.link-button-primary-small:hover,
a.link-button-primary-small:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
    font-weight: bold;
}
a.link-button-secondary-large,
a.link-button-secondary-large:link,
a.link-button-secondary-large:visited,
a.link-button-secondary-large:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 4px 10px;
	 COLOR: #65747D;
    BACKGROUND-COLOR: white;
	 font-weight: bold;
	 font-size: 95%;
}
a.link-button-secondary-large:hover,
a.link-button-secondary-large:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
    font-weight: bold;
}
a.link-button-secondary-small,
a.link-button-secondary-small:link,
a.link-button-secondary-small:visited,
a.link-button-secondary-small:active {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 7px;
	 COLOR: #65747D;
    BACKGROUND-COLOR: white;
	 font-weight: bold;
	 font-size: 80%;
}
a.link-button-secondary-small:hover,
a.link-button-secondary-small:focus {
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
	 COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
	 font-weight: bold;
}
li.link-menu-item,
p.link-menu-item,
a.link-menu-item {
	margin: 0px; /* nullify this tag of editor wraps menu <a> tags with span tags */
	padding: 0px;
	font-size: 100%;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	line-height: 1.6 em; /* fixed for <a> tag to prevent IE 6 from adding extra line */
	width: 90%; /* 100% won't allow all floating areas to fit correctly */
	/* note: colors and background need to be set in the class.div tags in each content area */
}
a.link-content-more,
a.link-content-more:link,
a.link-content-more:visited,
a.link-content-more:active {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	border: 1px solid #cccccc;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	color: #525F65;
	background: #ffffff;
}
a.link-content-more:hover,
a.link-content-more:focus {
	border: 1px solid #666666;
}
p.paragraph-no-margins{
   margin-top: 0px;
   margin-bottom: 0px;
}
p.paragraph-no-top-margin{
  margin-top: 0px;

}
p.paragraph-no-bottom-margin{
  margin-bottom: 0px;
}

/****************************************************************************
/* WYSIWYG Editor Defaults - In order to keep page editing consistent across
themes, these values "override" the theme's colors so that editing is always
in black on white.  This section should not be edited.
*****************************************************************************/
.mceContentBody,
.mceContentBody .image-left-primary,
.mceContentBody .image-left-secondary,
.mceContentBody .image-right-primary,
.mceContentBody .image-right-secondary,
.mceContentBody .link-button-primary-large,
.mceContentBody .link-button-primary-small,
.mceContentBody .link-button-secondary-large,
.mceContentBody .link-button-secondary-small,
.mceContentBody .link-content-more,
.mceContentBody .link-menu-item,
.mceContentBody .paragraph-indent,
.mceContentBody .paragraph-no-margins,
.mceContentBody .paragraph-no-top-margin,
.mceContentBody .paragraph-no-bottom-margin,
.mceContentBody .text-annotate,
.mceContentBody .text-box-example,
.mceContentBody .text-box-notice,
.mceContentBody .text-box-primary,
.mceContentBody .text-box-secondary,
.mceContentBody .text-box-warning,
.mceContentBody .text-fine-print,
.mceContentBody .text-highlighter,
.mceContentBody .text-quote
 {
    font-size: 90% !important;
    font-family: arial, sans-serif !important;
    background: none !important;
    background-color: white !important;
    border-color: black !important;
	 color: black !important;
}
/****************************************************************************
*****************************************************************************
*****************************************************************************
Internal Software Defaults - these styles are referenced within the software
and exposed here so you can contol the look and feel of the database 
information displayed by the software based on the specific needs of the 
different Page Types.

WARNING: Do not change the declared names below or an internal software
default will be used that may not look good with your design.
*****************************************************************************/

.software_highlight {
    color: black;
}
.software_hr {
    BORDER-TOP-WIDTH: 0px;
	 BORDER-LEFT-WIDTH: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 COLOR: #eeeeee;
	 HEIGHT: 1px;
	 BACKGROUND-COLOR: #eeeeee;
	 BORDER-RIGHT-WIDTH: 0px;
}
.software_input_radio {
    BORDER-TOP-WIDTH: 0px;
	 BORDER-LEFT-WIDTH: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 BORDER-RIGHT-WIDTH: 0px;
}
.software_input_checkbox {
    BORDER-TOP-WIDTH: 0px;
	 BORDER-LEFT-WIDTH: 0px;
	 BORDER-BOTTOM-WIDTH: 0px;
	 BORDER-RIGHT-WIDTH: 0px;
}
.software_input_submit {
    BORDER-RIGHT: Gray 1px solid;
	 PADDING-RIGHT: 2px;
	 BORDER-TOP: #e0e0e0 1px solid;
	 PADDING-LEFT: 2px;
	 PADDING-BOTTOM: 2px;
	 BORDER-LEFT: #e0e0e0 1px solid;
	 COLOR: white;
	 PADDING-TOP: 2px;
	 BORDER-BOTTOM: Gray 1px solid;
	 BACKGROUND-COLOR: gray;
}
.software_input_submit_primary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 4px 10px;
	 COLOR: #ffffff;
    BACKGROUND-COLOR: #1E3278;
	 font-weight: bold;
	 font-size: 95%;
}
.software_input_submit_secondary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 4px 10px;
	 COLOR: #65747D;
    BACKGROUND-COLOR: white;
	 font-weight: bold;
	 font-size: 95%;
}
.software_input_submit_small_primary {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 1px 3px;
	 COLOR: #BFC6C9;
    BACKGROUND-COLOR: #65747D;
	 font-weight: bold;
	 font-size: 90%;
}
a.software_button_primary,
a.software_button_primary:link,
a.software_button_primary:visited,
a.software_button_primary:active {
    line-height: normal;
    display: inline-block;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 4px 10px;
	 COLOR: #BFC6C9;
    BACKGROUND-COLOR: #65747D;
	 font-weight: bold;
	 font-size: 95%;
}
a.software_button_primary:hover,
a.software_button_primary:focus {
    line-height: normal;
    display: inline-block;
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
    font-weight: bold;
}
a.software_button_secondary,
a.software_button_secondary:link,
a.software_button_secondary:visited,
a.software_button_secondary:active {
    display: inline-block;
    line-height: normal;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 4px 10px;
    COLOR: #65747D;
    BACKGROUND-COLOR: white;
    font-weight: bold;
    font-size: 95%;
}
a.software_button_secondary:hover,
a.software_button_secondary:focus {
    display: inline-block;
    line-height: normal;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
    font-weight: bold;
}
a.software_button_small_secondary,
a.software_button_small_secondary:link,
a.software_button_small_secondary:visited,
a.software_button_small_secondary:active {
    display: inline-block;
    line-height: normal;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 3px 7px; /*add 1px to a button top/bottom padding to match input */
 	 color: #65747D;
    background: white;
    font-size: 90%;
	 font-weight: bold;
}
a.software_button_small_secondary:hover,
a.software_button_small_secondary:focus {
    display: inline-block;
    line-height: normal;
	 BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
	 COLOR: #65747D;
    BACKGROUND-COLOR: #BFC6C9;
	 font-weight: bold;
}

.software_photo_gallery a:hover {
	padding: 0 !important;
	margin: 0 !important;
}

input.software_input_submit_small_secondary {
    display: inline-block;
    line-height: normal;
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
	 background-color: white;
 	 COLOR: #65747D;
	 padding: 2px 3px;
	 font-size: 90%;
	 font-weight: bold;
}
/* File upload fields use this style*/
.software_input_file {
    BORDER-TOP: #e0e0e0 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-LEFT: #e0e0e0 1px solid;
    PADDING: 1px 3px;
    COLOR: #666666;
    BACKGROUND-COLOR: white;
    font-weight: bold;
    font-size: 80%;
}
/* Legend and Fieldset are browser functions used to wrap messages like Special Offers.*/
.software_legend {
    color: gray;
    font-weight: bold;
}
.software_fieldset {
	 border: 1px solid #cccccc;
}
/* Text fields on forms use this style*/
.software_input_text {
	 border: 1px solid #cccccc;
}
/* picklists use this style*/
.software_select {
	 border: 1px solid #cccccc;
}
/* Text area fields on forms use this style*/
.software_textarea {
	 border: 1px solid #cccccc;
}
/* Custom Form Page Types */
.software_office_use_only {
    background-color: #cccccc;
}
/* Calendar (Page Types) use these styles */
.software_monthly_calendar {
    width: 100%;
    border-collapse: collapse;
}
.software_monthly_calendar td, .software_monthly_calendar th {
    line-height: 12px;
    padding: 2px;
    border: #666666 1px solid;
    vertical-align: top;
}
.software_monthly_calendar th {
    width: 14%;
    background-color: #dbdbdb;
}
.software_monthly_calendar td.inactive {
    background-color: #f2f2f2;
}
.software_monthly_calendar a:hover {
    padding-top: 0px;
	 padding-bottom: 0px;
}
.software_photo_gallery
{
    text-align: center;
}

.software_photo_gallery .slideshow
{
    text-align: right;
    margin-bottom: 0.5em;
}

.software_photo_gallery span
{
    border: 1px solid #cccccc;
    background: #eeeeee;
    padding: 0.25em;
}

.software_photo_gallery .slideshow .active
{
    border: none;
    background: none;
    padding: 0;
    font-weight: bold;
}

.software_photo_gallery table
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.software_photo_gallery td
{
    padding: .5em;
    text-align: center;
}

.software_photo_gallery .previous, .software_photo_gallery .next
{
    border: 1px solid #cccccc;
    background: white;
    padding: 0.25em;
}

.software_photo_gallery .thumbnail
{
    border: 1px solid #cccccc;
    background: #eeeeee;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.software_photo_gallery .current_thumbnail
{
    border: 1px solid #5D6C73;
    background: #BFC6C9;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
}

.software_photo_gallery .thumbnail_label
{
    
}

.software_photo_gallery .current_thumbnail_label
{
    font-weight: bold;
}

.software_photo_gallery .photo
{
    border: 1px solid #5D6C73;
    background: #BFC6C9;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 20px;
}

.software_photo_gallery a,
.software_photo_gallery a:link,
.software_photo_gallery a:visited,
.software_photo_gallery a:active
{
    border: none;
}
.software_photo_gallery a[target ="_blank"] {
   padding-right: 0;
   background: none;
}
.software_photo_gallery .caption
{
    
}
.software_pagination
{
    margin-top: 1em;
    margin-bottom: 1em;
	 text-decoration: none;
    color: #525F65;
    background: white;
}
.software_pagination a,
.software_pagination span
{
    padding: 0.2em 0.4em !important;
    margin-left: 0.1em;
    margin-right: 0.1em;
    color: #525F65 !important;
    border: 1px solid #525F65;
	 text-decoration: none;
	 font-style: normal;
}
.software_pagination a
{
    border: 1px solid #525F65;
}
.software_pagination a:hover
{
    border: 1px solid #525F65;
	 background-color: #BFC6C9;
}
.software_pagination .current
{
	 font-weight: bold;
}
.software_pagination .number
{
}
.software_pagination a.previous,
.software_pagination a.next
{
    font-weight: bold;
}
.software_pagination span.previous,
.software_pagination span.next
{
    border: 1px solid #525F65;
    color: #999999;
}

.software_translation form {
    text-align: right;
    margin: 0.01em 0em 0.01em 0em;
    padding: .01em 1em .01em 0em;
}

.software_catalog table {
    width: 100%;
}

.software_catalog table td {
    vertical-align: top;
    padding: 0em .5em .5em 0em;
}

.software_catalog table td .image,
.software_catalog table td .image a {
    border: none;
    text-decoration: none;
}

/**************************************************************************** 
*****************************************************************************
*****************************************************************************
Hyperlink Cues add images next to links in all content areas to help the reader
quickly understand what will happen when the link is clicked.
These are not required by the software and can be commented out if you like.
Does not display in IE (unsupported).

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/files/icon_pdf.gif) no-repeat center right;
}
a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(/files/icon_xls.gif) no-repeat center right;
}
a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(/files/icon_doc.gif) no-repeat center right;
}
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(/files/icon_mail.gif) no-repeat center right;
}
a[href ^="http://www"] {
   padding-right: 20px;
   background: transparent url(/files/icon_external.gif) no-repeat center right;
}
a[target ="_blank"] {
   padding-right: 18px;
   background: transparent url(/files/icon_popup.gif) no-repeat center right;
}
*****************************************************************************/
a[target ="_blank"].link-button-primary-large,
a[target ="_blank"].link-button-primary-small,
a[target ="_blank"].link-button-secondary-large,
a[target ="_blank"].link-button-secondary-small,
#site-footer a[target ="_blank"] {
    padding-right: 0px;
   background-image: none !important;
}

a[target ="_blank"].link-menu-item {
    padding-right: 0px;
}

















.nav_column_titles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #67001D;
	font-weight: bold;
	padding-left:12px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:1px;
	font-size:18px;
}
.nav_column_titles_articles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #67001D;
	font-weight: bold;
	padding-left:38px;
	padding-top:10px;
	padding-bottom:1px;
	font-size:18px;
}
#home_wrapper {
background-color:#FFFFFF;
width:990px;
height:605px;
margin-left:auto;
margin-right:auto;
}
.left_column {
	padding-top: 3px;
}
.left_column_inside {
padding-top:1px;
padding-left:9px;
padding-right:9px;
padding-bottom:1px;
}
.left_column_photo {
float:left;
padding-top:6px;
padding-left:9px;
padding-right:6px;
padding-bottom:1px;
}
.left_column_button {
float:right;
padding-top:1px;
padding-left:1px;
padding-right:9px;
padding-bottom:6px;
}
.left_column_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67001D;
	font-weight: bold;
	padding-top:1px;
	font-size:12px;
	line-height:14px;
}
.left_column_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
padding-bottom:10px;
}
body {
	background-color: #264789;
	background-image: url(/files/bg_main.jpg);
	background-repeat: repeat-x;
	padding-top:0;
	border-top:0;
}


.footer_tbl {
margin-top:2px;
}
.footer_txt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}
a.footer_links:active, a.footer_links:visited, a.footer_links:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:underline; font-size:10px; font-weight:bold; }
a.footer_links:hover { text-decoration:none !important;}

a.login_links:active, a.login_links:visited, a.login_links:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#ffffff; text-decoration:underline; font-size:11px; font-weight:bold; }
a.login_links:hover { text-decoration:none !important;}

.login {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
vertical-align:top;
padding-top:20px;
padding-right:20px;
padding-left:20px;
padding-bottom: 25px;
list-style-image:url(/files/bullets_trans.jpg);
height:560px;
}


/* ================================BEGIN GLOBAL STYLES============================================== */

ul {
list-style-image:url(/files/bullets_trans.gif);
list-style-position:outside;
margin-left: 20px !important;
margin-bottom: 10px !important;
margin-top: 6px !important;
padding-left: 8px;
}

li {
text-align:left;
}
.nav_titles {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:white;
padding-top:8px;
padding-left:10px;
padding-right:10px;
padding-bottom:8px;
text-align:center;
font-weight:bolder;
}
.body_titles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #67001D;
	font-weight:bolder;
	padding-left:12px;
	padding-top:12px;
	padding-right:10px;
	padding-bottom:1px;
	font-size:18px;
}

.body_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
vertical-align:top;
padding-top:5px;
padding-right:20px;
padding-left:12px;
padding-bottom: 25px;

}
.body_content ul {
list-style-image:url(/files/bullets_trans_burgundy.gif) !important;
line-height:18px;
}
.padding_top {
padding-top:6px;
}

a.body_links:active, a.body_links:visited, a.body_links:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#66001C; text-decoration:none; font-size:12px; font-weight:normal; color:#990000; }
a.body_links:hover { text-decoration:none !important; color:#000000;}

.thinborder_boxes {
  border:solid 1px silver;
  padding:5px;
  margin-bottom: 20px;
  margin-bottom: 20px;
  margin-left:0px;
  margin-right:0px;
  }
  .thinborder_boxes_font_14 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
  border:solid 1px silver;
  padding:5px;
  margin-bottom: 20px;
  margin-bottom: 20px;
  margin-left:0px;
  margin-right:0px;
  }
/* ================================END GLOBAL STYLES============================================== */






























/* ================================BEGIN LEFT COLUMN STYLES============================================== */
a.left_col_title_links:active, a.left_col_title_links:visited, a.left_col_title_links:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#66001C; text-decoration:underline; font-size:9px; font-weight:bold; }
a.left_col_title_links:hover { text-decoration:none !important; color:#000000;}

a.left_col_content_links:active, a.left_col_content_links:visited, a.left_col_content_links:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline; font-size:9px; font-weight:normal; }
a.left_col_content_links:hover { text-decoration:none !important;}

a.left_nav_links:active, a.left_nav_links:visited, a.left_nav_links:link { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
line-height:24px;
padding-left:5px;
text-decoration:none;
 }
a.left_nav_links:hover { text-decoration:underline !important;}
/* ================================END LEFT COLUMN STYLES============================================== */





















/* ================================BEGIN HOMEPAGE STYLES============================================== */
.home_body_titles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #67001D;
	font-weight:bolder;
	padding-bottom:1px;
	font-size:17px;
}
.home_body_titles_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: 900;
	padding-left:160px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:1px;
	font-size:15px;
}
.home_content_wrapper {
line-height:18px;
vertical-align:top;
text-align:center !important;
padding-bottom:8px;
}
.home_body_bold1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
font-style:normal;

}
.home_body_bold2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
font-style:normal;
}
.home_body_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:15px;
text-align:left !important;
}
.home_middle_column_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #67001D;
	font-weight: bold;
	padding-left:12px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:1px;
	font-size:17px;
}
#home_text {
width:514px;
margin:0 auto;
padding-left:20px;
padding-right:12px;
padding-top:6px;
}
/* ================================END HOMEPAGE STYLES============================================== */
























/* ================================BEGIN CLIENTS STYLES============================================== */
.clients_body_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:13px;
text-align:left !important;
}
.clients_middle_body1_content {

background-repeat:no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
padding-top:6px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
line-height:12px;
}

.clients_middle_body2_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-top:6px;
padding-left:12px;
padding-right:10px;
padding-bottom:8px;
}
.clients_body_titles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#67001D;
	font-weight:bolder;
	padding-top:10px;
	padding-bottom:1px;
	font-size:18px;
}

.clients_blue_wrapper {
background-color:#E7F1FA;
width:688px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
padding-bottom:20px;
}
.client_left_nav_wrapper {
width:235px;
background-color:#66001C;
text-align:left;
padding-top: 5px;
margin-left:20px;
margin-right:20px;
padding-bottom:5px;
}
.client_left_nav_inside {
width:235px;
background-color:#66001C;
margin-right:auto;
margin-left:auto;
text-align:left;
padding-top: 5px;
padding-bottom:5px;
}
.clients_left_column_inside_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:12px;
padding-left: 12px;
Padding-top: 0;
padding-right: 12px;
padding-bottom:12px;
}
.clients_column2_bg {
	background-image: url(/files/clients_man2.jpg);
	background-repeat:no-repeat;
	height:155px;
}

a.reference_nav_links:active, a.reference_nav_links:visited, a.reference_nav_links:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#66001C; text-decoration:underline; font-size:10px; font-weight:normal; }
a.reference_nav_links:hover { text-decoration:none !important; color:#000000;}

.reference_nav {
padding-left:12px;

}

/* =================================END CLIENTS STYLES================================ */















/* ================================BEGIN PHYSICIANS COLUMN STYLES============================================== */

.physicians_UL {
margin-top: 4px !important;
}
.physicians_column2_bg {
	background-image: url(/files/physcians_doctor.jpg);
	background-repeat:no-repeat;
	height:155px;
}
.physicians_body_titles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#67001D;
	font-weight:bolder;
	padding-top:10px;
	padding-bottom:1px;
	font-size:18px;
}
.physicians_body_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:13px;
text-align:left !important;
}
/* ================================END PHYSICIANS STYLES============================================== */


















/* ================================BEGIN WHO WE ARE COLUMN STYLES============================================== */

.wwa_middle_body1_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-top:6px;
padding-left:12px;
padding-right:10px;
padding-bottom:5px;
line-height:16px;
}
.wwa_body_titles {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #67001D;
	font-weight:bolder;
	padding-left:12px;
	padding-top:10px;
	padding-bottom:1px;
	font-size:18px;
}
.wwa_body_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
margin-left:12px;
text-align:left !important;
}
.staff_body_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left !important;
}
p.staff_body_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left !important;
margin:0;
padding: 5px; 0 0 0;
}
/* ================================END WHO WE ARE STYLES============================================== */
















/* ================================BEGIN CAREER STYLES============================================== */


/* ================================END CAREER STYLES============================================== */






/* ================================BEGIN STAFF STYLES============================================== */
.staff_content {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:12px;
padding-right:10px;
padding-bottom:8px;
padding-top:6px;
}
.img {
	padding: 4px;
	border: 1px solid #000000;
	margin: 0px 0px 4px 6px;
}
a.staff_nav_links:active, a.staff_nav_links:visited, a.staff_nav_links:link { font-family:Verdana, Arial, Helvetica, sans-serif; color:#66001C; text-decoration:underline; font-size:10px; font-weight:normal; }
a.staff_nav_links:hover { text-decoration:none !important; color:#000000;}
/* ================================END STAFF STYLES============================================== */


