/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #000000;
	font: .75em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 0 0 25px
}
a{
	color: #ff9933;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}

input, select, textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #f3973a;
	font: bold 1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 .5em
}
h3{
	color: #ff9933;
	font-size: 1.2em;
	margin: 0 0 1em
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 753px
}
/*=== Header ===*/
#header{
	border: 1px solid #ffc998;
	border-top: 0;
	height: 100px;
	margin: 0 0 4px
}
#header .content{
	float: left
}
/*- Logo -*/
#header h1{
	background: url(../i/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 237px
}
#header h1 a{
	display: block;
	height: 99px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: #ebcccc;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	margin: 0 0 4px;
	text-align: right
}
#nav1 li{
	display: inline;
	padding: 0 8px
}
#nav1 li a{
	color: #000000
}
/*- Nav2 -*/
.nav2{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 1em
}
.nav2 li{
	border-bottom: 2px solid #ffffff
}
.nav2 li a{
	background: #ff9933;
	color: #ffffff;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 35px
}
.nav2 li a:hover,
.nav2 li.active a{
	text-decoration: none
}
/* Nav2 Sub Menu */
.nav2 li li{
	border: 0;
	font-size: 12px
}
.nav2 li li a{
	background: #ffcc99;
	color: #666666;
	padding: 0 0 0 55px
}
.nav2 li li a:hover,
.nav2 li li.active a{
	background: url(../i/nav2-ico.gif) #ffcc99 no-repeat 35px 8px;
	text-decoration: none
}
/*=== All Columns ===*/
#columns{
	background: url(../i/columns-bgr.gif) repeat-y;
	height: 1%
}
.columns-bot{
	background: url(../i/cols-bot.gif) no-repeat bottom;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 535px;
	min-height: 535px
}
.columns-bot-home{
	background: url(../i/cols-bot-home.gif) no-repeat bottom;
	height: 1%
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 238px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 510px
}
#centercol .content{
	height: 1%;
	padding: 10px 20px 30px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../i/box-bgr.gif) #ffebd6 repeat-x top;
	font-size: .9em;
	height: 1%;
	margin: 0 0 15px
}

.box.first{
	margin: 0 0 3px;
}

.box.last{
	margin: 0
}
.box h2{
	font-size: 21px
}
.box p{
	padding: 0
}
.box .spacer{
	float: left;
	padding: 10px 0 0;
	width: 295px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	border-bottom: 1px solid #ffca95;
	height: 1%;
	margin: 0 0 .3em;
	padding: 5px 0
}
.list1 li a em{
	color: #ff9933
}
.list1 li a{
	color: #000000
}
.list1 li a:hover{
	text-decoration: none
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block
}
.pic.fl img{
	margin-right: 20px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}

/*=== tbl ===*/
#tbl {}

#tbl .head, #tbl .td0, #tbl .td1, #tbl a {
	padding: 0 4px 0 4px;
	line-height:18px;
	font-size: 11px;
}

#tbl .head {
	background: #FF9933;
	color: #FFFFFF;
}

#tbl .td0, #tbl .td1, #tbl a {
	color: #000000;
	text-decoration: none;
}

#tbl .td0 {
	background: #FFD6AD;
}

#tbl .td1 {
	background: #FFC285;
}

#tbl a:hover {
	text-decoration: underline;
}

/*=== popup ===*/
#popup {
	background: #FFCC99;
	width: 720px;
	min-height: 200px;
	position: absolute;
	top: 120px;
	left: 10%;
	border: #ebcccc 1px solid;
	padding: 10px;
}

#popup #close {
	text-align: right;
	width: 100%;
}

#popup #box {
	background: #FFEBD6;
	width: 100%;
	margin: 8px 0 15px; 
}

#popup #box #content {
	padding: 10px; 
}

#popup .data {
	padding-top: 5px;
	width: 100%;
}

#popup .title {
	font-weight: bold;
	width: 110px; 
	float: left;
	display: inline;
}

#popup .titlelong {
	font-weight: bold;
	width: 165px; 
	float: left;
	display: inline;
}

#popup .value {
	width: 500px; 
	display: table;
}

#popup .valuebold {
	font-weight: bold;
	width: 500px; 
	display: table;
}

#popup .valueshort {
	width: 50px;
	display: inline;
}

#popup #buttonleft {
	float: left;
}

#popup #buttonright {
	float: right;
}

input.orange {
	background: #FF9933;
	color: #FFFFFF;
	font-size: 12px;
}

#popup .message {
	color: #FF9933;
}
