﻿#sizer1 {
	width: 60%;
	max-width: 1024px;
	margin:  0px auto 0 auto;
	padding: 0;
}
#expander1 {
	position: relative;
	min-width: 1124px; /* Critical Safari fix! */
	margin: 0  -380px 0 -380px;
	background: #e1e9f6;
	max-width:1124px;
}

/* Holly hack for IE \*/
* html #expander1 { height: 0; }
/* */

#wrapper1 
{	width: 100%; /* helps IE get the child percentages right. */
	border-bottom:0px solid #EBE4DE;
	text-align:left;
	} 
#leftcolumn1
{	float:left;
	width:200px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#e1e9f6;
	font-size:0.9em;
	}

html>body #leftcolumn1{margin-right:0px; height:100%;}

#leftcoltop1{
	background-color:#FFFFFF;
	height:100%	
		}
#leftbarcontainer1 {
	margin:0px;
	padding:0px 0px;
	border:1px solid ;
	border-color:silver;
	background-color:#FFFFFF;
	border-top:0px;
	border-bottom:0px;
}
#subnav1 {
	padding-bottom:0px;
	overflow:hidden;
}

#subnav1 a {}

#subnav1 a:hover {text-decoration:non;}

.leftbaritem1 {padding:0px 0px;}

#centercolumn1{
	height:1%;
	margin:0;
	
}
html>body #centercolumn1 {
	height:auto;
	margin-left:200px;
	margin-right:152px;
}
#centercoltop1{
	height:18px;	
	
}

html>body #centercoltop1 {height:19px;}

#mainnav1 {	
	height:40px;
	background-color:transparent;
		text-align:left;
		top:0;
		padding:  0px 0px 0px 0px;
		}


#mainnav1 table tr td 
{} 

html>body #mainnav1 {height:21px;}
#mainnav1 a {}
#mainnav1 a:hover 
{ 	 background-color :#a6ce39 ;
	 border-color :#a6ce39 ;
	}
#mainnav1 .item 
{
	padding:0px 0px 0px 0px;
	height:25px;
	font-weight:bold;
	color:#6a3c00;
	width:inherit;
	text-align:center;
	border-color:Silver;
	border-style:solid;
	border-width:1px;
	border-top-style:none;
	border-left:0px;
	
			} 

html>body #mainnav1 .item {width:133px;} 

#mainnav1 .hover{ background-color :#a6ce39 ;
	 border-color :#a6ce39 ;}
	 
#mainnav1 .selected {
/*	border-top:6px solid #FAEBE7;
	background-image:url(Images/mainnavselected.gif);
	background-repeat:repeat-x;	*/
}
html>body #mainnav1 .selected {} 
    
#header1 {
	position:relative;
	height:156px;
	margin:0px;
	border:0px solid #493221;
    background-color:#EDEDED;
  background-image:url(Images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	}
	
#maincontent1 {
	margin:2px;
	padding:0px 0px 0px 0px;
	border:0px solid #EAA6CB;
	}

#maincontent1 .teaser {
	margin:-0.7em 0 0 0;
	color:#A68866;
}

#maincontent1 h2:before{content: url(Images/magnolia_small.gif);}

#maincontent1 fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #EEA2CD;
	color:#573922;
}
* html #maincontent1 legend {
	padding:0px;
	background-color:#FFFFFF;
}

#maincontent1 label {line-height:2em;} 

#maincontent1 .txtBox {
    border:1px solid #DDD1C4;
    font-size:1em;
    background-color:#F5F2EF;
}

html>body #maincontent1 .txtBox {font-size:1.2em;}

#maincontent1 .txtBox:focus {background-color:#FFFFFF;}   
    
#maincontent1 caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent1 table tr td {} 


.collapsePanelHeader{
	width:100%;
	height:30px;
	border:1px;
	background-image: url(~/App_Themes/DekkoTheme/ImgPanel/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}

