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

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
html {height:100%;}

/* Content */
body {margin: 0; padding: 0; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#333; background:url(images/back20102.jpg) repeat fixed; }
a {text-decoration:underline; }
a:hover {text-decoration:none;}
a:current {text-decoration:underline;}
img a {border:none; }
p {margin:10px 0;}
h2 {font-weight:normal;}
.clear{clear:both;}

#header h1 {font-size:33px; margin:20px 0 0 20px}

#wrapper { width: 900px; margin:0 auto; height:100%;}
#header {height:42px; margin: 15px 0; position:relative; }
.tagline {position:absolute; top:24px; right:20px;}
.tagline h2 {color:#333; text-align:right; font-size:18px; font-style:italic; margin:6px 0; font-weight:normal; text-shadow: 0px 1px 1px #ccc;}


#nav {height: 30px; border-bottom:1px solid #666; padding:6px 0 0 0; text-align:center; color:#666;}
#nav a {margin-top: 4px;padding:6px 40px 9px 40px; border-right: 0px solid #666; color:#fff; text-decoration:none; font-size:17px; ba}
#nav a:hover {color:#666;}
.current {text-decoration:underline;}


#content {min-height: 440px; background:#333; width:880px; margin:0 auto; border-radius: 3px; box-shadow:1px 1px 10px #111; -webkit-box-shadow:1px 1px 10px #111; overflow:auto;}
#content h1 {font-size: 18px; color: #fff; margin:16px 0; text-align:center;}
#content h1 a {color:#ccc; text-decoration:underline;}
#content h1 a:hover {color:#999; text-decoration:none;}
.slideshow h2 {color: #333; margin:6px 0;}

.slideshow {width: 880px; height:380px; margin:auto;}
.slideshow img {border-bottom:1px solid #666;}

.textContent {
	width:760px;
	margin:0 auto;
	padding:20px;
	color:#fff;
	font-size:13px;
}

.textContent h2 {
	color:#ffffff;
	border-bottom:1px solid #999;
	padding:10px 0;
	margin:0 0 10px 0;
	font-size:22px;
}

.textContent h3 {
	color:#ffffff;
	border-bottom:1px solid #999;
	padding:10px 0;
	margin:0 0 10px 0;
	font-size:18px;
}

.alignLeft {text-align:left;}
.alignRight {text-align:right; color:#CCC}

.colLeft {float:left; width:325px;}
.colright {float:right; width:325px;}

.largerText {font-size:18px;}

.imgRight {
	float:right;
	margin:10px;
	padding:2px;
	background:#efefef;
	-webkit-box-shadow:1px 1px 10px #000;
}


.imgLeft {
	float:left;
	margin:10px;
	padding:2px;
	background:#efefef;
	-webkit-box-shadow:1px 1px 10px #000;
}


#sidebar {width: 80px;}

#footer {height: 40px; margin: 10px 0; text-align:center; font-size:12px; text-shadow: 0px 1px 1px #fff; color:#111;}


/* Gallery Tabs */

.container {width: 840px; margin:0 auto;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	margin-bottom: 20px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
	background:#fff;
}