/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 948px;
	height: 183px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 563px;
	height: 183px;
	background: url(./style_images/subpage2_02.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent: -999em;
}

/** MENU */

#menu {
	float: left;
	width: 385px;
	height: 183px;
	background: url(./style_images/subpage2_03.jpg) no-repeat left top;
        

}



/** PAGE */

#page {
	width: 948px;
	margin: 0px auto;
}

#bgtop {

}

#bgbottom {
	padding: 15px 65px;
}

/** CONTENT */

#content {
	float: left;
	width: 304px;
        padding-top: 10px;
}



.subpage #content {
	float: right;
	width: 550px;
	padding-top: 20px;
}

.subpage-wide #content {
	float: none;
	width: auto;
        
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 298px;
}

.subpage #sidebar {
	float: left;
	width: 200px;
	padding-top: 10px;
}

/** FOOTER */

#footer {
	width: 948px;
	margin: 0px auto;
}






/** MENU */

#menu1 { background: url(./style_images/subpage2_04.jpg) no-repeat left top; } 
#menu2 { background: url(./style_images/subpage2_05.jpg) no-repeat left top; }
#menu3 { background: url(./style_images/subpage2_06.jpg) no-repeat left top; } 


/* Area List */


.area_list {
           /* background-color: #e8e8e8; */
            width: 180px;
            float:left;
            padding: 10px 0px 10px 0px;
           /* border:1px solid #394403; */
            min-height: 150px;
            margin-left: 10px;
}



.area_list a {
            text-decoration:none;
            color: #394403;
            font-size: 13px;
            weight: 100;
}

.area_list a:hover {
           text-decoration:underline;
}

.area_list h2 {
           font-size: 16px;
           margin-bottom:5px;
           padding:left: 0px;
           margin-left: 0px;
}
           

/* Area List section end */ 







  
/** superfish */


.nav, nav * {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
        
}

.nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}


.nav a {
	
	margin: 0px;
	display: block;
	width: 110px;
	text-align: left;
	text-decoration: none;
	padding: 2px 0px;
        weight:500;
}

.nav a:hover {
        color: #ed1c24;

}


/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}


.nav ul li,
.nav ul li a {
	width: 150px;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:0px;
	top:2.5em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;

}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
       
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:1.5em;
}
.nav ul li {
	color: #F9F0DD;
	background-color: #FFFFFF;
        background-image: url(style_images/menu_bg.jpg);
	background-repeat: repeat;
        text-align:left;
	
	
}
.nav a {
	color: #394403;
	padding: 6px 0px 6px 5px;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #394403;
	border-bottom-color: #394403;
	border-left-color: #394403;
        background-image: url(style_images/menu_bg.jpg);
	background-repeat: repeat;
}

.nav ul {
	position:absolute;
	top:-999em;
	width:120px;
	margin-top: 8px;
}



/ *   Tips list   */

li.tips {

       /* list-style-position: inside; */
       margin-left: 40px;
}

ul.tips {

        /* list-style-position: inside; */
        margin-left: 40px;
        
      
}
ol.tips {

        /* list-style-position: inside; */
        margin-left: 35px;
}


/*      end list styling        */
