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

/* * * * * * * GLOBAL * * * * * */	
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2";
	line-height:27px;
	text-align:center;
}

p {}
a {}
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{}
h3{}
h4{}

.container {
width:990px;
text-align: center;
margin: 25px auto;
}

.clear {
	clear: both;
}



.menubody {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2";
	font-size: 17px;
}

.title {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2";
	font-size: 36px;
	width:900px;
	padding-bottom: 30px;
	line-height: 45px;
}
.subhead {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2";
	font-size: 15px;
	color: #E8A713;
	font-variant: small-caps;
}




/* * * * * * * Copy Content * * * * * */	
.columncontainer {
	width:900px;
	margin:50px auto 20px auto;
	float: left;
}

.leftcolumn {
	width:600px;
	float: left;
}

.imgleft {
	margin-right: 15px;
}





/* * * * * * * HEADER * * * * * */	
.header {width:900px;margin:50px auto 20px auto;height:90px;position:relative;text-align:left}
.header .logo {}

/* * * * * * * NAV * * * * * */	
.nav {position:absolute;bottom:0;right:0;width:221px;height:23px;}
.nav ul {}
.nav li {float:left;}
.nav li a {display:block;height:23px;width:69px;}
.nav p {}

/* * * * * * * CONTENT * * * * * */	
.content {text-align: left;}
.content .tagline {margin:15px 0 0 0}

/* * * * * * * SUBNAV * * * * * */	
.subnav {}
.subnav ul {}
.subnav li {}
.subnav a {}
.subnav a:hover {}

/* * * * * * * CONTENT * * * * * */	
.content {min-height:400px;width:900px;margin:auto;}
.content h2{}
.content p {}

/* * * * * * * FOOTER * * * * * */	
.footer {
	margin-top:25px;
	text-align:right;
	width:1000px;
	margin:auto;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* * * * * * * SLIDESHOWS * * * * * */	
.slideshow {width:900px;height:240px;}
.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 {}

/* * * * * * * COLORS * * * * * */	
body {
	background:#2b022a;
	color:#999999;
}
.container {border:5px solid #fff;}
a {color:#666;}
p {color:#666}
h1{color:#fff;}
.header {}
.header h1 {color:#fff;}
.nav {}
.nav li {}
.nav li a {}
.nav li a.On {}
.nav li a:hover {}

.nav li a#nav1 {width:74px;background:url(images/nav_01.gif) no-repeat;}
.nav li a#nav2 {width:73px;background:url(images/nav_02.gif) no-repeat;}
.nav li a#nav3 {width:74px;background:url(images/nav_03.gif) no-repeat;}

.nav li a#nav1:hover {width:74px;background:url(images/nav_01_over.gif) no-repeat;}
.nav li a#nav2:hover {width:73px;background:url(images/nav_02_over.gif) no-repeat;}
.nav li a#nav3:hover {width:74px;background:url(images/nav_03_over.gif) no-repeat;}

.nav li a span {display:none}
.content {color:#666;}
.content a {
	color:#666;
	text-decoration: none;
}


.slideshow-images {width:900px;height:240px;float:left;}
    .slideshow-images-visible { 
    	margin-left: 0;
    }	
    .slideshow-images-prev { 
    	margin-left: 900px;
    }
    .slideshow-images-next { 
    	margin-left: -900px;
    }
