/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%
}
body{
	background: #fff;
	color: #232322;
	font: .75em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #232322;
	text-decoration: underline
}
a:hover{
	color: #bc0000;
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none;
}
h2{
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 0px;
	line-height: 1em;
	color:#000;
}
h2.strong{
	font-weight:normal;
}
h3{
	font-size: 18px;
	height:auto;
	color:#000;
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
table{
	border-collapse: collapse;
	/*width: 100%*/
}

em{
	line-height:1.5em;
	}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.gif) repeat-y;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	width: 901px
}
#content{
	background: url(../images/content-bgr.gif) no-repeat top;
	height: 1%;
	padding: 40px 53px 0 50px
}
/*=== Header ===*/
#header{
	height: 67px;
	margin: 0 0 14px;
}
/*adress*/
#header .content{
	color: #030303;
	float: right;
	font: .85em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0 0;
	text-align: right;
}
#header .content a{
	color: #030303;
	text-decoration: none
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 315px;
	margin-top:15px;
}
#header h1 a{
	display: block;
	height: 67px;
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	
	float: right;
	height: 302px;
	text-indent: -9999px;
	width: 198px
}
.nav1 ul{
	padding: 23px 0 0
}
.nav1 li{
	background:none;
	margin: 0 0 7px
}
.nav1 li a{
	/*background: url(nav1-list.gif) no-repeat top;*/
	display: block;
	height: 20px;
	text-decoration: none;
	width: 198px
}
.nav1 li a:hover{
	text-decoration: none
}
.nav1 li#n11 a{
	background-position: 0 0
}
.nav1 li#n12 a{
	background-position: 0 -27px
}
.nav1 li#n13 a{
	background-position: 0 -54px
}
.nav1 li#n14 a{
	background-position: 0 -81px
}
.nav1 li#n15 a{
	background-position: 0 -108px
}
.nav1 li#n16 a{
	background-position: 0 -135px
}
/*- Nav2 -*/
.nav2{
	margin: 0 0 1em

}
.nav2 li{
	margin: 0 0 1.3em;
	height: 1%
}
.nav2 li a{
	color: #232322;
	display: block;
	text-decoration: none
}
.nav2 li a:hover,
.nav2 li.active a{
	color: #bc0000;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title{
	clear: both;
	height: 302px;
	overflow: hidden
}
.title-pic{
	float: left;
	height: 302px;
	overflow: hidden;
	width: 600px
}
.title img{
	display: block
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 55px 0;
	padding: 0 0 15px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 573px
}
/*=== Right Column ===*/
#rightcol{
	float: left;
	margin: 0 0 0 28px;
	width: 185px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	border: 3px solid #bc0000;
	margin: 0 0 1.2em;
	padding:20px;
}
.box .content{
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	height: 1%;
	padding: 10px 12px
}
.box p{
	padding: 0
}
/*=== Styling Lists ===*/
/*- List1 -*/
li{
	background: url(../images/ico-list.gif) no-repeat 0 5px;
	margin: 0 0 .1em;
	padding: 0 0 0 10px;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pic.fl img{
	margin-right: 40px
}
.pic.fr img{
	margin-left: 40px
}
/*=== Tabular Data ===*/
.tabs1 table{
	border-right: 1px solid #c6c6c6;
	color: #000000
}
.tabs1 th, .tabs1 td{
	background: url(../images/td-bgr.gif) #f2f2f2 repeat-x top;
	border-bottom: 1px solid #b0afb0;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top
}
.tabs1 td{
	text-align: right
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

.print{
	display:none;
}