/* basic */

html, body {
	height:100%;
}
html {
	min-width:980px;
}
body
{
	font-size: 13px;
}

figure, footer, header, hgroup, menu, nav, output, section, summary{
	display:block;
}


blockquote, q {
	quotes: none;
}

body {
	background:white;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size:100%;
	line-height:1em;
	color:black;
}
img {
	border:0;
}
object {
	vertical-align:top;
	outline:none;
}

table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}



.clear {
	clear:both;
}
.col-1, .col-2, .col-3 {
	float:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}

.uline {
	text-decoration: underline;
  
}

a.und:hover, .und a:hover {
	text-decoration:underline;
}
.nocolor, .nocolor a{
	color:inherit;
}


#main {
	width:1010px;
	margin:0 auto;
	font-size:.75em;
	position:relative;
	height:100%;
	left:-0px;
}


/*----- other -----*/



a.more{
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size:20px/1.2em;
	color: black;
	text-decoration:none;
}

a.more:hover{
	color:#fff;
}

.extra-wrap {
	overflow:hidden;
}
p {
	margin:5px;
}

.dark{
	color:black;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#dcdcdc;
	outline:none;
}
a:hover {
	text-decoration:underline;
}

/*===== header =====*/

/*===== header =====*/
#header-top {
  width:170px;
	height: 35px;
	margin: 0px 600px;
	font-size: 140%;
	color: black;
	
}

#header-top a {
	vertical-align:middle;
	color: black;
	text-decoration: none;
}






#header {
  width:373px;
	height: 195px;
	display:block;
	margin: 0 350px;

	
	
}


/*===== content =====*/

#container {
	margin: 0px auto;
	width: 980px;
	height: 700px;
	background: url(../images/back.png) no-repeat;
	top:277px;
}

#news {
	margin: 100px 0 0 0 ;
	float: right;
	width: 300px;
	height: 400px;
		
  
	
}

#news h2 {
	font-size: 190%;
	font-weight: bold;
      
}



#content{
	position:absolute;
	left:350px;
	top:12%;
	margin-top:190px;
	overflow:hidden;
	height:496px;
	padding:0 20px;
}

#content>dd,#content>dt{
	float:left;
	margin:0 1px 0 0;
	height:464px;
	position:relative;
}

#content>dt{
	z-index:5;
	width:55px;
	background:url(../images/nav-sprite.png) no-repeat;
}

#content dt>.shadow{
	position:absolute;
	bottom:-36px;
	left:-20px;
}

#content>dd{
	width:615px;
	overflow:hidden;
	position:relative;
	z-index:1;
	display:none;
}

#content>dt a{
	width:55px;
	height:463px;
	background:url(../images/nav-sprite.png) no-repeat;
	display:block;
}

#content>.dt1{background-position:0 0;}
#content>.dt1 a{background-position:0 -464px;}
#content>.dt2{background-position:-55px 0;}
#content>.dt2 a{background-position:-55px -464px;}
#content>.dt3{background-position:-110px 0;}
#content>.dt3 a{background-position:-110px -464px;}
#content>.dt4{background-position:-165px 0;}
#content>.dt4 a{background-position:-165px -464px;}
#content>.dt5{background-position:-220px 0;}
#content>.dt5 a{background-position:-220px -464px;}

#content .inner{
	width:650px;
	height:459px;
	margin:0 -32px;
	overflow:hidden;
	position:relative;
	color: black;
	background: url(../images/content_back.png) ;
	z-index:1;
}

#content .content{
	padding:10px 10px;
	width:540px;
	height:405px;
	background:url(../images/content-bg.png);
	position:absolute;
	left:47px;
	top:18px;
	-moz-border-radius:12px;
	border-radius:12px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size:110%;
	line-height:1.3;
	overflow: auto;
	color: black;
	
}

#content a{
	color:gray;
}



#content ul li{
	List-style-type:disc;
	
}


#content h2{
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size:150%;
	color:black;
	text-transform:uppercase;
	margin-bottom:10px;
}

#content .border-bottom{
	border-bottom:1px #272727 solid;
	margin-bottom:24px;
	padding-bottom:24px;
}

/*===== footer =====*/
#footer{
	height:40px;
	width:100%;
	position:absolute;
	top:840px;
	top:12%;
	font:100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top:720px;
	text-align:center;
}




