@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7A6F6C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #FEFEFE;
}

div ul li a .category {
font-size: 13px;
}


/*Headings*/
h1,h2,h3,h4,h5,h6, .contentheading, .componentheading {
line-height:1em;
color:#859D20;
font-weight: normal;
margin-left:20px;
padding-left:px;
padding-top:10px;
}

h1 {
font-size: 2em;
}

h2, .contentheading {
font-size: 1.3em;
}

h3, .componentheading {
font-size: 1.3em;
}

h4 {
font-size: 1.1em;
}

h5 {
font-size: 1em;
}

h6 {
font-size: .88em;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F6F5F4;
	background-image: url(../images/bg_main.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #header {
        
	background-color: #F6F5F4;
	background-image: url(../images/headerBG1.png);
	height: 170px;
        margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
        margin-left: 2px;
}
#container #bar {
	background-image: url(../images/top_bar.png);
	background-repeat: no-repeat;
	background-color: #F6F5F4;
	width: 1000px;
	height: 17px;
       
}
#mainContent #sidebar {
	float: left;
	padding: 0px;
        padding-right:0px;
margin-right:5px;
}
#mainContent #sidebar #mainmenu{
	background-image: url(../images/menu_bg.png);
	float:none;
        margin-left:0px;
	padding-left: 0px;
	margin-top: 10px;
	font-size: 11pt;
	padding-right: 0px;
	width: 197px;
}

#
#sidebar #mod {
	font-size: .9em;
	background-image: url(../images/mod_bg.png);
	text-align: center;
	width: 207px;
        
}
#header #mod_header {
	font-family: "Lucida Grande";
	float: right;
	text-align: center;
	margin-top: 10px;
	
	font-size: 1.1em;
	font-style: italic;
	font-weight: lighter;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 5px;
padding-left: 10px;
	
}

#contentin{
float:left;
width: 733px;
padding-left:50px
}

.contentpaneopen{
width:inherit;
}


#slideshow{
float:left;
width: 733px;
padding-left:2px
}
.oneColFixCtrHdr #footer {
        margin-top: 10px;
	padding-top: 10px;
	background-color: #FEFEFE;
	clear: left;
        text-align:right;
}
#bottom_mod #advert2 {
        float:left;
	background-image: url(images/02.png);
	padding-top:5px;
	width: 300px;
	height: 95px;
	
}
#bottom_mod #advert3 {
	float: right;
	height: 95px;
	width: 300px;
	padding-right: 0px;
        padding-top:5px;
	background-image: url(images/03.png);
	margin-right: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#sidebar #mainmenu ul{
	padding-left: 0px;
	margin-left: 0px;
background-image: url(../images/menu_bg.png);
background:#fff;
	
}

#sidebar #mainmenu ul li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8F21;
	text-align: center;
	margin-bottom: 7px;
        color: #7A6F6C;
        margin-top: 10px;
	font-size: 11pt;
	padding-right: 0px;
	width: 207px;
background-image: url(../images/menu_bg.png);
}

a:link, a:visited {
color: #7A6F6C;
text-decoration: none;
}

a:hover {
color: #451C15;

background-image: url(../images/mod_bg.png);
}
#bottom_mod {
	background-image: url(../images/mod_bg.png);
        margin-bottom: 15px;
	height: 135px;
	width: 995px;
	padding-left: 10px;
	float: left;
	clear: left;
}
#bottom_mod #advert1 {
float:left;
	background-image: url(images/01.png);
	height: 95px;
	width: 299px;
	margin-right: 45px;
	
        padding-top:5px;
}

#accordionMenu .menu img{
margin-right:25px;
}
/*Suckerfish Menu */
ul#nav { /* all lists */
        background-color: #1A1818;
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
        font-size: 1em;
}

ul#nav li { /* all list items */
        background-color: #1A1818;
	float: left;

	position: relative;
	list-style: none;
        font-size: 1em;
}

ul#nav li a:link, ul#nav li a:visited{
color:#ccc;
text-decoration: none;
display:block;
padding:16px 15px 17px 15px;
margin-top:2px;

}

ul#nav li a:hover{
background-color: #ff7e00;
color:#fff;
background-image: url(../images/menu_hover.png);
background-repeat: repeat-x;
background-position: bottom;
}

ul#nav li ul { /* second-level lists */ 
        background-color: #1A1818;
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	padding:0;
	margin:0;
	z-index: 1000;
}

ul#nav li ul li a:link, ul#nav li ul li a:visited, .mainmenu ul#nav li.active ul li a:link, .mainmenu ul#nav li.active ul li a:visited  {
background-color: #000;
border-bottom:1px solid #222;
display:block;
width:10em;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
        background-color: #1A1818;
}