/*=== 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*/
	list-style:circle;
}
h2{
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1.5em
}
h3{
	font-size: 1.3em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
table{
	border-collapse: collapse;
}
/*=== Layout ===*/
#page{
	display: block;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 5%;
	width: auto !important;
}
#content{
	background: url(../images/content-bgr.gif) no-repeat top;
	height: 1%;
	padding: 0px 0px 0 0px
}
/*=== Header ===*/
#header{
	display:block;
	padding-bottom: 18px;
	margin-left:28px;
/*	position:relative;
	vertical-align:bottom;*/
	border-bottom:#000 solid 1px;	
}
#header .content{
	color: #030303;
	float: right;
	width:150px;
	font: .85em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0 0;
	text-align: right;
	display:none;
}

.logo{
	float:left;
}

#header .content a{
	color: #030303;
	text-decoration: none
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 315px
}
#header h1 a{
	display: block;
	height: 67px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	display:none;
	float: right;
	height: 0px;
	width: 0px
}
.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: 0px;
	overflow: hidden
}
.title-pic{
	float: left;
	height: 2px;
	overflow: hidden;
	width: 0px;
	display:none;
}
.title img{
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 0px 0;
	padding: 0 0 0px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 5%;
	width: auto;
}
/*=== Right Column ===*/
#rightcol{
	float: left;
	margin: 0 0 0 28px;
	width: 0px;
	display:none;
}
/*=== 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;*/
list-style-type:circle;
display:list-item;
list-style-position:inside;
	margin: 0 0 5px;
	padding: 0 0 0 0px;
}
/*=== 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:block;
}


