/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{text-decoration:underline;}
html{min-width:1000px;}
body{
	line-height:1;
	font:14px /*'Open Sans', */Arial, sans-serif;
	background:#fff url(images/bg-body.gif) repeat-x;
	color:#444;
	-webkit-text-size-adjust:100%;
	font-weight:400;
}
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea{-webkit-appearance:none;}
#wrapper{
	width:980px;
	margin:0 auto;
}
.w1{
	width:980px;
	margin:0 -19px;
	padding:60px 19px 0;
	background:url(images/bg-wrapper.png) no-repeat;
}


#header{
	padding:0 72px 0 58px;
	margin:0 0 10px;
	overflow:hidden;
	width:850px;
}
.header-block{
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.logo{
	width:128px;
	height:128px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 53px 0 0;
	float:left;
}
.logo a{
	display:block;
	height:100%;
}
.slogan{
	overflow:hidden;
	font-family:Georgia, serif;
	font-size:20px;
	line-height:30px;
	color:#fff;
	font-weight:400;
	font-style:italic;
	width: 660px;
	display:block;
	margin:10px 0 0;
	text-shadow:0 0 4px #000;
}
.slogan span{
	font-size:40px;
	line-height:44px;
	color:#efbe29;
}
.nav-holder{
	width:100%;
	overflow:hidden;
	padding:1px 0 0 6px;
}
#nav{
	float:right;
	font-family:Georgia, serif;
	font-size:20px;
	line-height:24px;
	font-style:italic;
}
#nav li{
	float:left;
	width:137px;
	text-align:center;
	padding:0 0 0 1px;
	background:url(images/separator-nav.png) no-repeat;
}
#nav li:first-child{
	background:none;
	padding:0;
	width:138px;
}
#nav a{
	float:left;
	padding:6px 0 6px;
	width:138px;
	color:#372945;
	background:url(images/bg-nav.png) repeat-x;
}
#nav .current a,
#nav a:hover{
	margin:-1px 0 0 -1px;
	padding:7px 0 6px 1px;
	background:#fff;
	text-decoration:none;
}
#main{
	padding:0 12px 0 59px;
	overflow:hidden;
	line-height:20px;
}
#main a{
	color:#333;
	text-decoration:none;
}
.twocolumns{
	width:100%;
	overflow:hidden;
	margin:0 0 19px;
}
#content{
	width:430px;
	float:left;
	padding:35px 0 0;
}
#main h2{
	color:#372945;
	font-size:30px;
	line-height:35px;
	margin:0 0 7px;
	font-style:italic;
	font-family:Georgia, serif;
	font-weight:400;
}
#content strong{font-weight:600;}
#main p{margin:0 0 20px;}
#content h3{
	font-size:14px;
	line-height:20px;
	color:#333;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
#content h3 span{font-weight:400;}
#content dl{
	overflow:hidden;
	margin:0 0 20px;
}
#content dt{
	float:left;
	margin:0 5px 0 0;
}
#content dd{overflow:hidden;}
#content ul{margin:0 0 20px 1px;}
#content ul li{
	padding:0 0 0 8px;
	background:url(images/bullet-list.gif) no-repeat 0 50%;
}
#sidebar{
	width:440px;
	float:right;
	padding:0 0 0 30px;
	background:url(images/images.jpg) no-repeat 0 0;
}
.list-holder{
	width:470px;
	margin:0 0 0 -30px;
	overflow:hidden;
	position:relative;
}
#sidebar .img-list{
	overflow:hidden;
	margin:0 -1px 0 0;
}
#sidebar .img-list li{
	float:left;
	margin:0 1px 0 0;
	padding:0 0 1px;
	text-align:center;
}
#sidebar .img-list img{
	vertical-align:top;
	float:left;
}
#sidebar .mask{
	position:absolute;
	top:0;
	left:0;
	width:470px;
	height:82px;
	background:url(images/bg-mask.png) no-repeat;
}
.side-block{
	width:100%;
	overflow:hidden;
	margin:0 0 21px;
}
#main .side-block p{margin:0;}
.side-block .img-holder{
	float:right;
	width:241px;
}
.side-block .img-holder img{
	float:left;
	margin:0 0 1px 1px;
}
.side-block .img-holder .alignright{float:right;}
.side-block .text-holder{
	overflow:hidden;
	font-size:12px;
	padding:25px 7px 40px 0;
	word-spacing:-1px;
	line-height:18px;
	width: 190px;
}
.side-block .text-holder{ padding-top:390px;}
.side-block .text-holder p{text-indent:13px;}
.side-block .text-holder p:first-child{text-indent:0;}
.side-block .text-holder strong{font-weight:600;}
#sidebar h2{
	line-height:30px;
	margin:0 0 20px;
}
#sidebar .address-holder{
	width:100%;
	overflow:hidden;
}
#sidebar .side-frame{
	float:right;
	width:220px;
	text-align:right;
	font-size:12px;
	line-height:18px;
	padding:124px 10px 0 0;
}
#main #sidebar .side-frame .member{
	margin:0 0;
	display:block;
}
#sidebar .side-frame img{vertical-align:top;}
#sidebar address{
	font-style:normal;
	overflow:hidden;
}
#sidebar address a{
	text-decoration:none;
	color:#333;
}
#sidebar address strong{font-weight:600;}
#sidebar address .mail{
	display:block;
	padding:20px 0 0;
}
#sidebar address a:hover{text-decoration:none;}
.slide-holder{
	width:100%;
	margin:0 -10px 0 -60px;
	padding:30px 0 0 60px;
}
.link-holder{
	background:url(images/bg-link-holder.png) no-repeat;
	width:980px;
	text-align:center;
	padding:26px 0 30px;
	margin:0 0 48px -60px;
}
.link-holder .opener{
	font-size:30px;
	line-height:33px;
	color:#372945;
	font-family:Georgia, serif;
	font-style:italic;
	display:inline-block;
	padding:0 0 32px;
	background:url(images/bg-opener.png) no-repeat 50% 100%;
}
#main .slide h2{margin:0 0 27px;}
#main .slide h3,
#main .slide dt strong{
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#333;
	margin:0 0 30px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
#main .slide dl{
	overflow:hidden;
	margin:0 0 20px;
}
#main .slide dt{
	float:left;
	width:123px;
	padding:0 20px 0 0;
}
#main .slide dt a{
	color:#333;
	text-decoration:none;
}
#main .slide dt h3{margin:0;}
#main .slide dd{overflow:hidden;}
#main .slide dd a{
	color:#333;
	text-decoration:none;
}
#main .slide dd .post{display:block;}