body
{
	background-image: url(images/cloth_bkg.gif);
}

.client_bkg {

}

.banner_hrun {
	background-image: url(images/banner_hrun.gif);
}

/* ***********************************************************************************************
   Frame styles individual to this site
   background-image: url(images/cloth_bkg.gif);

   *********************************************************************************************** */
.artgrp_xmas_art_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.artgrp_xmas_art_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
}
.artgrp_xmas_art_edit_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.artgrp_xmas_top_hrun {
	background-image: url(images/frame_xmas_t_hrun.gif);
	background-repeat: repeat-x;
}
.artgrp_xmas_left_vrun {
	background-image: url(images/frame_xmas_l_vrun.gif);
	background-repeat: repeat-y;
}
.artgrp_xmas_right_vrun {
	background-image: url(images/frame_xmas_r_vrun.gif);
	background-repeat: repeat-y;
}
.artgrp_xmas_bottom_hrun {
	background-image: url(images/frame_xmas_b_hrun.gif);
	background-repeat: repeat-x;
}
.artgrp_new_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.art_red_left_vrun {
	background-image: url(images/frame_red_l_vrun.gif);
	background-repeat: repeat-y;
}
.art_red_right_vrun {
	background-image: url(images/frame_red_r_vrun.gif);
	background-repeat: repeat-y;
}
.art_red_top_hrun {
	background-image: url(images/frame_red_t_hrun.gif);
	background-repeat: repeat-x;
}
.art_red_bottom_hrun {
	background-image: url(images/frame_red_b_hrun.gif);
}
.art_red_bkg {
	background-color: #FFFFFF;
}

.art_buttons_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.art_buttons_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
}

/* ***********************************************************************************************
   Administrative Area - These classes help to define the administrative screens used by all sites
   *********************************************************************************************** */

/* The standard table type to be used by administrative tables */
.AdminTableBordered {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	border: 1px solid #666666;
}

/* This is the title area at the top of the table.  Usually has the table title in it. */
.AdminTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	border-top: 1px #666666;
	border-right: 1px #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px #666666;
}

/* These are the options or working settings in the administrative area. */
.AdminTableOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000066;
	background-color: #DDDDD5;
	border: 1px solid #666666;
}

/* This is the area where you can find the buttons for saving or deleting the settings. */
.AdminTableButtonArea {
	background-color: #336699;
	border-top: 1px solid #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
}

/* This is the actual Button definition for the admin area.  Note the fixed button width. */
.AdminAreaButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E0E0D5;
	border: 1px solid #666666;
	width: 75px;
}

/* This is the style used on input fields like text boxes or drop down menus. */
.AdminAreaInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

/* A special class for delete buttons (normally a different color). */
.AdminAreaButtonDelete {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-color: #CC0000;
	border: 1px solid #666666;
	width: 75px;
}
.AdminAreaHelpLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
}

/*******************************************************************/
/* N A V I G A T I O N                                             */
/*******************************************************************/

/* This is the class for the horizontal container that composes the main menu */
.spmbctr {
	background-color: #000066;
	border: 1px solid #666666;
}
	
/* the class for the bar inside of the container */
.spmbar 
{
	background-color: #000066;
	text-decoration: none;
	height: 20px;
}

/* the text for each item in the menu (or submenu) */
.spmitm 
{
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid;
}

/* if you want an icon in the sub menu before each item, do that here*/
.spmicn 
{
	background-color: #CCCCCC; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid;
}

/* the style for the item on hover for the main menu */	
.spmitmsel {
	background-color: #FFFFCC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #666699;
}

/* submenu attributes */
.spmsub 
{
	background-color: #cccccc;
}

/* break between submenus */
.spmbrk 
{
}

/* the arrow for the sub-menu, if any */
.spmarw {}


.art_basic_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
}
.art_basic_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.artgrp_winter_top_hrun {

	background-image: url(images/frame_winter_t_hrun.gif);
	background-repeat: repeat-x;
}
