/* clearfix */

.Clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
                
}

.Clearfix{display: inline-block;}
* html .Clearfix {height: 1%;}
.Clearfix {display: block;}

/* reset */

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, font, 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background: transparent;
	text-decoration:none;
	}

ol, ul {
	list-style-type:none;
	list-style-position:outside
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	height:100%;
	margin-bottom:1px;
	background:#181616;
	}

/* maintags */

body {
	-x-system-font:none;
	font-family:arial, sans-serif;
	color:#fff;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	margin:0;
	padding:0;
	text-align:center;
	}

h1 {
	font-size:3.3em;
	padding-bottom:0.3em;
	letter-spacing:-2.5px;
}

h2 {
	font-size:1.8em;
	padding-bottom:0.2em;
	}

h3 {
	font-size:1.5em;
	padding-bottom:0.2em;
	}

h4 {
	font-size:1em;
	}


p {
	margin:0 0 1em 0;
	}

a {
	color:#4b4b4b;
	}

a:hover {
	color:#fff;
	}

.box, .column {
	position:relative;
	float:left;
	}

.colpad {
	overflow:hidden;
	padding:15px 15px;
	}

/* wrappers */

.wrapper_container {
	width:100%;
	overflow:hidden;
	}

.wrapper {
	position:relative;
	width:970px;
	margin:0 auto;
	text-align:left;
	z-index:10;
	}

#main {
	background:#231F20 url(images/bg.gif) 0 0 no-repeat;
	width:100%;
	}

#header {
	height:140px;
	background:url(images/bg_light.gif) 326px 0 no-repeat;
	}

/* header */

#logo {
	display:block;
	position:absolute;
	top:40px;
	left:80px;
	height:120px;
	width:169px;
	text-decoration:none;
	}

#logo span {
	position:absolute;
	margin-left:-9999px;
	}
	
#topmenu {
	overflow:hidden;
	height:30px;
	padding:80px 0 0 20px;
	margin-left:267px;
	background:url(images/menu_bg.gif) top left no-repeat;
}

#topmenu li {
	display:block;
	float:left;
	}

#topmenu li a {
	display:block;
	float:left;
	font-size:24px;
	line-height:normal;
	}

#topmenu li.current a, #topmenu li a:hover {
	color:#fff;
	}

#banner {
	position:relative;
	height:295px;
	left:-152px;
	padding:0px;
	width:1275px;
	background:url(images/banner_bg.png) top left no-repeat;
	}

#bannerleft {
	position:relative;
	float:left;
	margin:51px 0 0 48px;
	overflow:hidden;
	width:364px;
	height:195px;
	background:#ccc;
	}

#bannerleft img {
	position:absolute;
	width:364px;
	height:195px;
	}
	
#bannerright {
	position:relative;
	left:12px;
	float:left;
	margin:51px 0 0 0;
	overflow:hidden;
	width:800px;
	height:195px;
	background:#ccc;
	}

#bannerright img {
	position:absolute;
	width:800px;
	height:195px;
	}

/* content */

#content {
	padding-bottom:10px;
	}

#leftcolumn {
	width:265px;
	padding-top:50px;
	}

#menulist {
	width:265px;
	overflow:hidden;
	}

#menulist li {
	width:265px;
	display:block;
	float:left;
}

#menulist a {
	display:block;
	padding:5px 30px 5px 0;
	font-size:25px;
	text-align:right;
	line-height:normal;
	letter-spacing:-2.0px;
	}

#menulist li.current a, #menulist li a:hover {
	color:#fff;
	}

#rightcolumn {
	width:700px;
	text-align:justify;
	}

#rightcolumn img {
	border:2px solid #000;
	margin:10px 0 5px 0;
	}

#rightcolumn img.left {
	float:left;
	margin-right:15px;
	}

#rightcolumn img.right {
	float:right;
	margin-left:15px;
	}

#rightcolumn ul,#rightcolumn ol {
	list-style-position:outside;
	}

#rightcolumn ul {
	list-style-type:square;
	margin-left:1.2em;
	}

#rightcolumn ol {
	list-style-type:decimal;
	margin-left:1.5em;
	}

#photolist {
	list-style:none;
	margin:0 !important;
}

#photolist li {
	display:block;
	float:left;
	margin:0 10px 5px 0;
}

#photolist li a {
	display:block;
	float:left;
}

#photolist li a img{
	margin:0 !important;
}

#footer {
	position:relative;
	height:110px;
	background:#181616;
	line-height:normal;
	}

#footerlogo {
	float:left;
	margin-left:150px;
	}

#footertext {
	float:left;
	margin-left:10px;
	color:#4b4b4b;
	}

#footertitle {
	color:#fff;
	font-size:22px;
	margin:10px 0 3px 0;
	}
	
/* flash - snow */

#flashContent {
	position:absolute;
	top:-30px;
	left:0;
	z-index:100;
}
