/*************************************************************/
/*   Design:  MultiFlex-2 (Screen)                           */
/*   Author:  G. Wolfgang (gw@actamail.com)                  */
/*   Date:    June 8, 2006                                   */
/*-----------------------------------------------------------*/
/*   Recommended CSS-Editor: TopStyle Lite 3.10 (Freeware)   */
/*   http://www.newsgator.com/download/products/ts3lite.exe  */
/*-----------------------------------------------------------*/
/*   You can use this stylesheet any way you want!           */
/*   Check out my favorite website: www.sda.org              */
/*************************************************************/

/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/

html, body 
{
	height: 100%;
}


body 
{
	font-size: 62.5%; 
	margin: 0px auto; 
	padding: 0px; 
	background: url(background_body_grey.gif) top center repeat-y; 
	font-family: Tahoma, Arial, Helvetica;
	min-height: 100%;
	/* for IE 5.5 and below */
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* for IE6 and above */
	height: 100%;
}

.page-container-1 
{
	vertical-align: top; 
	margin-top:0px; 
	width: 770px;
	margin: 0px auto; 
	padding: 0px; 
	background: url(background_layout_1-1.gif) top left repeat-y; 
	border: solid 1px #646464; 
	padding-bottom: -40px;
	min-height: 700px;
	_height: 100%; /* for IE only */

}

/*************************************/
/* SECTION 2 - HEADER AND NAVIGATION */
/*************************************/

/* css properties for TopPane */
.pagetop
{
	width: 770px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-color: #592a24;
	
}

/*----------------------------*/
/* 2.4 - Navigation - Level 2 */
/*----------------------------*/
.nav2 
{
	clear: both; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	font-family: verdana, arial, sans serif; 
	font-size: 1.0em;
}
/*
.nav2 ul {float: left; width: 770px; margin: 0px; padding: 0px; border-top: solid 1px #592a24; border-bottom: solid 1px #592a24; background-color: #937c58; font-weight: bold;}	
.nav2 li {display: inline; list-style: none; margin: 0px; padding: 0px;}
.nav2 li a {display: block; float: left; margin: 0px 0px 0px 0px; padding: 5px 10px 5px 10px; border-right: solid 1px #592a24; color: rgb(255,255,255); text-transform: uppercase; text-decoration: none; font-size: 100%;}
.nav2 a:hover, .nav2 a.selected {color: rgb(50,50,50); text-decoration: none;}
*/

/******************* dnn:nav css classes ***********************/

.main_dnnmenu_container 
{
	background-color: transparent; 
}
.main_dnnmenu_bar 
{
	float: left; 
	width: 770px; 
	margin: 0px; 
	padding: 0px; 
	border-top: solid 1px #592a24; 
	border-bottom: solid 1px #592a24; 
	background-color: #937c58; 
	font-weight: bold;
}

.main_dnnmenu_item TD 
{
	/* border-top: 1px solid #592a24; */
	border-width: 1px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	 /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: verdana, arial, sans serif; 
	white-space: nowrap;
}

.main_dnnmenu_itemhover span /*effects main menu bar */
{
	color: #323232;
}
/*
.main_dnnmenu_itemhover 
{
	background-color: #592a24;
}
*/
.main_dnnmenu_itemhover td /* effects submenu list */
{  
	background-color: #592a24; 
}
.main_dnnmenu_rootitem  
{
	
	display: block; 
	float: left; 
	margin: 0px 0px 0px 0px; 
	padding: 5px 10px 5px 10px; 
	border-right: solid 1px #592a24; 
	color: #ffffff; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-size: 100%;
	/*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	font-size: 1.0em; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: verdana, arial, sans serif; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
}

/*
.main_dnnmenu_rootitemhover
{
	color: #323232; 
	text-decoration: none; 
	background-color: #937c58; 
}
*/

.main_dnnmenu_icon span
{
	display: none;
}
.main_dnnmenu_submenu 
{
	position:absolute;
	border:1px solid #592a24;

	font:normal 1.0em verdana, arial, sans serif;
	line-height:18px;
	z-index:100;
	background-color: #937c58; 
	color: #ffffff; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 1.0em;

}


.main_dnnmenu_submenu span
{
	color: #ffffff;
	padding: 2px 2px 2px 2px;
	
}

/*
.main_dnnmenu_submenuitemhover
{
	background-color: #592a24;
}

.main_dnnmenu_submenuitemhover span
{
	color: #cabf97;
	background-color: #592a24;
	padding: 2px 2px 2px 2px;
}
*/
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #592a24 1px solid; 
	border-bottom: #592a24 1px solid; 
	border-top: #592a24 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/******************* end of dnn menu ***************************/


.buffer 
{
	clear: both; 
	width: 770px; 
	height: 30px; 
	margin: 0px; 
	padding: 0px; 
	background-color: #f3efd4;
}

.maincontents
{
	width: 770px;
	clear: both;
}

/*----------------------------*/
/* 2.5 - Navigation - Level 3 */
/*----------------------------*/
.nav3 
{
	overflow: hidden; 
	clear: both; 
	float: left; 
	width: 160px; 
	margin: 0px; 
	padding: 0px; 
	color: rgb(75,75,75); 
	font-size: 1.0em; 
	background-color: Transparent;

}
.nav3 ul {width: 160px; margin: 0px 0px 20px 0px; padding: 0px; border-bottom: solid 1px rgb(216,206,159);}	
.nav3 li {list-style: none; margin: 0px; padding: 0px; background-color: #cabf97;}
.nav3 li.title {margin: 0px 0px 0px 0px; padding: 3px 5px 2px 15px; background-color: #a99872; color: rgb(255,255,255); text-transform: uppercase; font-weight: bold; font-size: 120%;}
.nav3 li.group a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 15px; border-top: solid 1px #a99872; border-left: solid 7px #cabf97; color: rgb(75,75,75); font-weight: bold; font-size: 120%;}
.nav3 li a {display: block; min-height: 1.7em; height: auto !important; height: 1.7em; line-height: 1.7em; margin: 0px; padding: 0px 7px 0px 20px; border-left: solid 7px #cabf97; color: rgb(75,75,75); text-decoration: none; font-size: 120%;}
.nav3 li a:hover, .nav3 li a.selected {border-left: solid 7px #775c3c;  color: rgb(100,100,100); text-decoration: none;}

/******************************************************************************/
/* SECTION 3 - SPECIFIC CLASSES FOR LAYOUT #1 (With navigation, with sidebar )*/
/******************************************************************************/

.content1 
{
	float: left; 
	width: 428px; 
	margin: 0px; 
	padding: 0px 0px 10px 20px; 
	color: rgb(75,75,75);
}

.hcdivider { background-image: url(dotted4.gif);}

/*********************************/
/* SECTION 6 - COMMON PARAMETERS */
/*********************************/

/* Headings 
h1 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
h2 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 150%;}
h3 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 140%;}
h4 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
h5 {margin: 0px 0px 0.2em 0px; font-weight: bold; font-size: 130%;}
h6 {margin: 0px 0px 0.2em 0px;font-weight: bold; font-style: italic; font-size: 130%;}
*/
/* Paragraphs */
p {margin: 0px 0px 0.5em 0px; padding: 0px; line-height: 1.3em; font-family: arial, sans serif; font-size: 120%; }
p.readmore {margin: 1.0em 0px 0.5em 0px; padding: 0px; line-height: 1.2em; font-size: 110%; }
p.quote {margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 120%;}
p.embed {float: left; width: 120px; margin: 7px 7px 5px 0px; padding: 5px 5px 5px 5px; background-color: rgb(238,237,249); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 140%;}
p.embed-caption {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 70%;}

/* Quote 
p.quote {clear: left; margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 110%;}
*/
/* Embedded emphasis 
.embed {float: left; width: 120px; margin: 2px 7px 2px 0px; padding: 5px 5px 5px 5px; background-color: rgb(238,237,249); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 140%;}
.embed-caption {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 70%;}
*/
/* Lists 
ul.noindent {margin: 0px 0px 7px 15px; padding: 0px; list-style-type: disc; list-style-position: outside; font-size: 120%;}
ul.indent {margin: 0px 0px 7px 15px; padding: 0px 0px 0px 15px; list-style-type: disc; font-family: arial; font-size: 120%;}
ol {margin: 0px 0px 0px 9px; padding: 0px 0px 0px 25px; list-style-type: decimal; list-style-position: outside; font-size: 120%;}
ul.linklist-noindent {margin: -0.3em 0px 0.5em 0px; padding: 0px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
*/
/* Tables 
.table {clear: left; margin: 0.5em 0px 0.2em 30px; border: solid 1px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(233,232,244);}
.table tr {margin: 0px; padding: 0px;}
.table td {padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); text-align: left; font-size: 120%;}
.table th {margin: 0px; padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; 	}
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
*/


/*--------------------*/
/* 6.2 - Sidebar Area */
/*--------------------*/
.sidebar 
{
	overflow: hidden; 
	float: right; 
	width: 160px; 
	margin: 0px; 
	padding: 0px 0px 28px 0px; 
	text-align: left; 
	color: rgb(75,75,75);
}

.sidebar-title-shade a 
{
	color: #773722;
}

.clearfooter
{
	height: 1px;
	clear: both;
}
/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer 
{
	overflow: hidden; 
	clear: both; 
	width: 770px; 
	height: 60px; 
	border: 1px solid #646464;
	border-top: 1px solid #4e493b;
	background-color: #4e493b; 
	color: #b8ae89; 
	font-size: 1.0em;
	bottom: 0;
	margin: 0px auto; 

}

.footer span
{
	border: none;
}

.footer p 
{
	margin: 0px; 
	padding: 10px 0px 0px 0px; 
	text-align: center; 
	line-height: 1.3em; 
	font-size: 110%; 
	vertical-align:middle;
	color: #b8ae89; 
}

.footer a 
{
	color: #b8ae89; 
	text-decoration: none;
	border: none;
}
.footer a:hover, .footer a:visited
{
	color: #b8ae89; 
	text-decoration: underline;
}

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
.content1 a, .content2 a, .content3 a, .sidebar-txtbox-noshade a, .sidebar-txtbox-shade a {color: rgb(75,75,75); text-decoration: underline;}
.content1 a:hover, .content2 a:hover, .content3 a:hover, .sidebar-txtbox-noshade a:hover, .sidebar-txtbox-shade a:hover {color: rgb(0,0,0); text-decoration: none;}
.content1 a:visited, .content2 a:visited, .content3 a:visited, .sidebar-txtbox-noshade a:visited, .sidebar-txtbox-shade a:visited  {color: rgb(150,150,150);}


/*******************************/
/* SECTION 7 - GENERIC CLASSES */
/*******************************/

/*-----------------------------*/
/* 7.2 - Horizontal alignments */
/*-----------------------------*/
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}

/*****************************/
/* SECTION 8 - MISCELLANEOUS */
/*****************************/
.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}
	
