
/*global settings */
* {
margin:0;
padding:0;
}

body {
font-size:62.5%; 
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color:#000;
background:#f2ecc1;
}
 
h2 {
margin:0 0 1em;
color:darkslategray;
}

/*hacks for 6 */
* html #footer {
height:1px;
}

/* main container */

#wrap {
width:960px;
margin:0px auto;
margin-top:10px;
margin-bottom:10px;
border:1px solid rgb(150,150,150);
border-radius: 10px;
font-size:1.0em;
background: url(bgtile.jpg) repeat-y;

}


/* header area */

header {
width:960px;
height:197px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
background: url(images/header.jpg);


}


 /* navigation bar */
 
nav {
background:#c99;
}
nav ul {
margin:0;
padding:0;
list-style:none;
}
nav li {
display:inline;
margin:0;
padding:0;
}

/*Drop-down menu*/
.nav2 {float:left; width:960px; border:none; background:rgb(220,220,220) url(images/navback.jpg) no-repeat; color:black; font-size:130%;} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(175,175,175);}
.nav2 ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:darkslategrey;}
.nav2 ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.nav2 ul li:hover a {background-color:#c9ba94; text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;}
.nav2 ul li:hover ul li a {display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#c9ba94; font-weight:normal; color:darkslategrey;} /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {background-color:silver; text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav2 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.nav2 ul li a:hover {background-color:#c9ba94; text-decoration:none;} /*Color main cells hovering mode*/
.nav2 ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.1em; t\op:3.0em; left:0; marg\in-top:0.1em;}
.nav2 ul li a:hover ul li a {display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:#c9ba94; font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav2 ul li a:hover ul li a:hover {background-color:silver; text-decoration:none;} /*Color subcells hovering mode*/
/* main content */

#main {
float:left;
width:600px;
padding:20px 20px;
background:#f2ecc1;
}

.container {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	}
	
.main-content h1.pagetitle {margin: 0 0 0.4em 0; padding: 0 0 2px ; border-bottom: solid 7px #8bbdb3; font-weight: 300; font-size:220%;}

.main-content p {margin:0 0 1.0em 0; line-height:1.5em; font-size:120%;}

.main-content h1 {clear:both;border-bottom: solid 2px #8bbdb3; margin:1.5em 0 0.5em 0; font-weight:normal; font-size:210%;}

.main-content h2 {clear:both; margin:1.0em 0 0.5em 0; font-weight:normal; font-size:170%; }

.main-content blockquote {font: 14px/20px italic Times, serif;clear:both; margin:0 30px 0.6em 30px; font-size:120%;}

.main-content ul{margin:5px 0 20px 0; padding: 0 0 2px; font-weight: 300; font-size:120%; list-style:none;}


.main-content ul li {padding :1px 10px ;}

#main a {text-decoration:none; font-weight:bold; color:#8bbdb3;}
#main a:hover {color:#000000; text-decoration:underline;}

/*----------------------------------------------------------------------------*/

.main_image {
    width: 348px;
    height: 345px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 150px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 150px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 0.9em;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 140px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
/*----------------------------------------------------------------------------*/



.contactform {width:560px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px silver; background-color:#adcfb1;}

.contactform label{float:left; width:230px;}
.contactform input{width:275px;  padding:2px;}
.contactform textarea{width:275px; padding:2px;}
.contactform input.button{float:right; width:5.0em; margin-right:20px;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:#adcfb1;}
.contactform .warning {color:red;}


/* right sidebar */

aside {
float:right;
width:258px;
margin:20px 10px 10px 0;
padding:20px;
background:#f2ecc1;
border: 1px solid rgba(0,0,0,0.38);
border-radius: 39px;
background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
box-shadow: 0 1px 5px rgba(0,0,0,0.91);
}

aside ul, aside p{margin: 0 0 0.4em 20px; padding: 0 0 2px; font-weight: 300;  font-size:120%; list-style-image: url(images/cs.png);}


aside ul li {padding :0px 10px ;}

aside h3 {margin: 0 0 0.4em 0; padding: 0 0 2px; font-weight: bold;  font-size:120%;}




 /*footer area */
footer {
clear:both;
padding:5px 10px;
background:#adcfb1;
}
footer p  {margin: 0.4em 0 0.4em 0; padding: 0 0 2px; font-weight:500;  font-size:120%;}

footer img {padding:0;margin:0;}
