/* CSS Document */
* { margin: 0; padding: 0; }
img { border: none; }

body {color:#000; font: 12px/18px arial,sans-serif; text-align: left; margin:0px; background:#cccccc;}

p{
	text-align:justify;
	padding:0 0 10px 0;
}

a {
	color: #fd6511;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	}

h1 {margin:0;padding:0;}
h2 {margin:0;padding:0;}
h3 {margin:0;padding:0;}
h5 { text-transform:uppercase; font-size:110%; font-weight:bold;}

.clr{
	clear:both;
}

.wrapper{
	width:1000px;
	margin:0 auto;
	height:auto;
	background:#ffffff;
}

.wrapper #header{
	height:100px;
	background:url(header_bg.gif) repeat-x;
}

.wrapper #header .logo{
	float:left;
	padding:5px 0 0 0;
}

.wrapper #header .topbanner{
	float:right;
	padding:0px 0 0 0;
}

.wrapper .topnav{
	background:url(topnav-bg.jpg) no-repeat;
	height:27px;
}

.wrapper .topnav ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

.wrapper .topnav ul li{
	float:left;
	line-height:27px;
	font-size:11px;
}

.wrapper .topnav ul li a{
	background:url(divider.jpg) no-repeat top right;
	padding:0 15px;
	display:block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

.wrapper .topnav ul li a:hover{
	background:url(topa-hover.jpg) repeat-x top left;
	color:#000000;
	text-decoration:none;
}

.wrapper .container{
	padding:10px;
}

.wrapper .container .leftcol{
	width:670px;
	padding:0 10px 0 0;
	float:left;
}

.wrapper .container .leftcol .date{
	background:url(date.jpg) no-repeat;
	line-height:29px;
	color:#000000;
	padding-left:15px;
	margin:0 0 15px 0;
}

.darkgrey{
	background:#7c858c;
	line-height:22px;
	color:#ffffff;
	padding:0 0 0 10px;
}

.lightgrey{
	background:#a8b0bb;
	line-height:19px;
	color:#ffffff;
	padding:0 0 0 10px;
}

.lightgrey h1{
	line-height:19px;
	color:#ffffff;
	font-size:12px;
}



.wrapper .container .leftcol .scriptbox{
	background:#eeeeee;
	padding:4px;
	margin-bottom:15px;
}

.wrapper .container .leftcol .col1{
	width:300px;
	height:auto;
	float:left;
}

.wrapper .container .leftcol .col2{
	width:360px;
	height:auto;
	float:right;
}

.border{
	border:1px solid #a8b0bb;
}


.wrapper .container .rightcol{
	width:300px;
	float:right
}

.bonusbox{
	background:#e7e9ea;
	height:auto;
	padding:5px;
}

.bonus{
	padding:5px 0 5px 0;
}

.bonus .name{	
	float:left;
}

.bonus .banner{	
	float:right;
	width:106px;
}

.bonus .banner img{
	border:3px solid #ffffff;
}


.sidelinks{
	margin:0 0px 10px 0;
}

.sidelinks ol{
	list-style:decimal; 
	list-style-position:inside;
	padding:10px;
}

.sidelinks ol li{
	line-height:16px;
	padding:2px 0;
	border-bottom:1px dotted #cccccc;
}

.sidelinks ol li a{
	text-decoration:none;
	color:#fd6511;
}


.stripbox{
	background:url(strip.gif) repeat-x;
	padding:10px 0 10px 0;
}

.stripbox h3{
	color:#626262;
	padding-left:10px;
	font-size:16px;
	line-height:24px;
	margin-bottom:5px;
}

.stripbox .whitebox{
	float:left;
	margin-left:10px;
	display:inline;
	background:#ffffff;
	width:175px;
	padding:8px 6px;
}

.footer{
	color:#ffffff;
	padding:8px;
	background:#505557;
	margin-top:10px;
	text-align:left;
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}

.searchbox{
	background:url(search-bg.jpg) no-repeat;
	width:305px;
	height:20px;
	padding:3px;
	margin-top:20px;
	float:left;
	margin:25px 0 0 20px;
}

.searchbox .txt{
	background:none;
	border:0px;
	width:240px;
	padding-left:10px;
	line-height:20px;
	float:left;
}

.searchbox .btn{
	background:none;
	border:0px;
	cursor:pointer;
	float:right;
	width:21px;
	height:21px;
}








