/*Created Exclusively for The Klayman Group by MoreMedia Direct, Inc. Copyright 2008

@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

img{border: 0px;}

#container {
	width: 780px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #996633;
} 

#header {
	background: #7E7159;
	padding: 0px;
	margin: 0px;
} 

#header h1 {
	margin: 0; 
	padding: 0; 
}


#topmenu {
	font-size: 10px;

}

#topmenu a{color: #000000;
text-decoration: none;}
#topmenu a:hover{color:#242459;
text-decoration: underline;}



#sidebar1 {
	width: 320px;
	height: 100%;
	background-color: #CFC3AA;
	border: 1px solid #663333;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;	
}

#mainContent {
 	background-color: #FFFFFF; 
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: repeat-x; 
	margin: 0px; 
	padding: 10px 20px; 
} 

#mainContent P {line-height: 150%;}

#subContent { 
	margin: 0px; 
	padding: 10px 20px; 
	background-color:#FFFFFF;
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: repeat-x; 
} 

#subContent P {padding:10px;}

 #footer {
	padding: 10px;
	height: 50px;
	background-color: #584D38;
} 
 #footer p {
	margin: 0;
	padding: 5px 0;
	font-size: 10px;
	color:#D7CBB5;
	text-align:center;
}


#footer a{color: #FFFFFF;
text-decoration: none;}
#footer a:hover{color:#FFFFFF;
text-decoration: underline;}

/*Misc. Classes*/

.graybox1{background:#E2E4EA;
padding: 10px;}

.formLabel{font-size: 11px;
	font-weight:bold;}


.subtitle{
	color:#CC6600;
	font-size:14px;
	font-weight:bold;
}

.title{
	color:#DF911C;
	font-size:14px;
	font-weight:bold;
	margin-top: 20px 0 10px 0;
}


.formSpace{height: 20px;}

.thinB TD{border: 1px solid #CCCCCC;}

.label{
	padding:5px;
	font-weight:bold;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #584A30;
	border-right-color: #584A30;
	border-bottom-color: #584A30;
	border-left-color: #584A30;
}

.tabularData{}
.tabularData TD {padding:5px;}



.filler{
	display: block;
	cursor: pointer;
	background-color: #818BA6;
	padding: 0.5em 0.75em;
	color: #333;
	width: 77px;
	
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/


#menu{
	background: #584D38;
	height:29px;
	text-align:center;
}

ul.MenuBarHorizontal
	
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 780px;
	background-color:584D38;
	text-align:right;
}
/* 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
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 125px;
	float: left;
	background: #584D38;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7CBB5;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}




/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
	font-weight:bold;
	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
{
	background-color: #D7CBB5;
	color: #cccccc;
	background-image: url(../images/bg_buttons_hl.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #cccccc;
	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;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}
.vTxt {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
