@charset "UTF-8";
/* CSS Document */

/* * * * * * * GLOBAL * * * * * */	
* {
	margin: 0;
	padding: 0;
}
body {
font-family: Helvetica, Arial, sans-serif;
font-size:68%;
line-height:2em;
text-align:center;
}

p {line-height:1.5em;margin:0 0 1.5em 0}
a {margin:0;}
a:hover {text-decoration:none;}

li {list-style-type:none;}
img {border:0}

h1 span, h2 span, h3 span, h4 span {
	display: none
}

h1{}
h2{font-size:2.5em;margin: 0 0 .8em 0;line-height:1em}
h3{font-size:1.8em;margin: .6em 0 .6em 0;}
h4{}

.container, .container2 {
width:910px;
text-align: left;
margin: 0 auto;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}


/* * * * * * * HEADER * * * * * */	
.header {height:245px;position:relative;top:0;}
.header h1 {display:none}
.header .logo {width:450px;height:83px;}

/* * * * * * * NAV * * * * * */	
#slidercontainer {position:relative;top:0;height:122px;overflow:hidden}
#slider {position:absolute;top:265px;}
.menubutton {cursor:pointer;position:absolute;bottom:0;left:15px}
.nav {position:absolute;bottom:40px;left:0;height:100px;width:880px;margin:0 15px 0 15px;}
.c {float:left;width:15%;margin:25px 0 0 27px;white-space:nowrap}
.nav ul {}
.nav li {}
.nav li a, .footer li a {text-decoration:none;}
.nav li a:hover, .footer li a:hover {text-decoration:none;}


/* * * * * * * SUBNAV * * * * * */	
.subnav {position:relative;}
.subnav ul {}
.subnav li {float:left;width:160px;padding:5px 10px 5px 10px;}
.subnav a {text-decoration:none}
.subnav a:hover {}

/* * * * * * * CONTENT * * * * * */
.wrapper {width:880px;}
.content {padding:30px 15px 30px 10px;}
.content h2{}
.content p {}

/* * * * * * * FOOTER * * * * * */	
.footer {margin-top:3em;}

/* * * * * * * BLOGS * * * * * */	
.blog {}
.blog .index {float:left;width:30%;}
.blog .detail {float:left;width:70%;}

/* * * * * * * SLIDESHOWS * * * * * */	
.slideshow {}
.slideshow .index {float:left;width:30%;}
.slideshow .index h2 {}
.slideshow .index ul {}
.slideshow .index ul li {}
.slideshow .index ul li a {}

.slideshow .detail {float:left;width:70%}
.slideshow .detail h3 {}
.slideshow .detail .slides {}
.slideshow .detail .slides .thumbnails {}
.slideshow .detail .slides .thumbnails img {}
.slideshow .detail .slides .thumbnails a {}

/* * * * * * * COLUMNS * * * * * */	
.col1 {width:520px;margin:0 60px 0 30px !important;margin:0 60px 0 15px;}
.col2 {width:260px;}
.col1,.col2 {text-align:left;}

/* * * * * * * FOOTER * * * * * */	

.footer .c {float:left;width:15%;margin:15px 0 0 27px;white-space:nowrap}
.footer {padding:0 0 30px 0;}
.footer .container {width:885px;}
.xsstrip {height:5px; width:100%;}
.sstrip {height:6px; width:100%;}
.mstrip {height:9px; width:100%;}
.lstrip {height:90px; width:100%;}
.reverse {padding:10px;}
.reverse p {padding:0 25px 0 25px;}

/* * * * * * * COLORS / graphics * * * * * */	
body {background:#efefef url(../layout/images/bg_small.jpg) repeat-x;color:#554d45;}
a:hover {color:#99cc33;}
.header {background:url(../layout/images/photo_header_home.jpg) no-repeat;}
.nav {background:url(../layout/images/bg_nav.png) no-repeat !important;background:url(../layout/images/bg_nav.gif) no-repeat;}
.nav li a, .footer li a {color:#fff}
.nav li a.On, .footer li a.On {color:#dedede;}
.subnav {background:#999999;}
.subnav li {border-left:#666 1px solid;}
.subnav a {color:#fff;margin-left:30px;}
.content a {color:#554d45;}
.red {background-color:#78020e;}
.gray {background-color:#726659;}
.white {background-color:#FFFFFF;}
.reverse {background:#efefef;color:#554d45;}
