/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	font-size:12px;
	line-height:16px;
	color:#153647;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.flt{
	float:left;
}

.flr{
	float:right;
}

.clr{
	clear:both;
}

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

a{
	color:#3F718C;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper{
	width:992px;
	height:auto;
	margin:0 auto;
}

#header{
	background:url(header-strip.jpg) repeat-x left bottom;
}

#header .topbg{
	background:url(topbg.jpg) no-repeat top right;
}

#header .topbg .topbanner{
	padding:3px 0 0 0;
}

.searchbox{
	width:220px;
	clear:right;
	padding:20px 0 0 0;
}

.searchbox input.txt{
	background:url(inputbg.jpg) no-repeat;
	width:129px;
	height:16px;
	border:none;
	margin-right:5px;
	float:left;
}







#container{
}

#container .leftcol{
	width:152px;
	height:auto;
	padding:10px 0 66px 0;
	background:#e6e6e4;
}

.leftcol .linkbox{
	margin:0 0 10px 0;
	background:#b9ccd0;
	padding:10px 0;
}

.leftcol .linkbox ul{
	list-style:none;
	padding:0 6px;
	
}

.leftcol .linkbox ul li{
	background:#b6c5c6;
	margin:0 0 0px 0;
	padding:1px 2px;
}

.leftcol .linkbox ul li a{
	background:#ffffff;
	color:#E36F1E;
	padding:4px;
	display:block;
}

.leftcol .linkbox .linktitle{
	font-weight:bold;
	background:#0084A9;
	color:#ffffff;
	margin:0 8px 8px 8px;
	padding:3px 5px;
	text-transform:uppercase;
}

















#container .midcol{
	width:418px;
	height:auto;
	padding:10px 0 0 10px;
}

#container .midcol .midbox{
	margin:0 0 10px 0;
}

#container .midcol .midbox .mid-top{
	background:url(mid-box-top.jpg) no-repeat;
	line-height:39px;
	padding:0 10px;
	color:#3F718C;
	font-size:16px;
	font-weight:bold;
}

#container .midcol .midbox .mid-top h1{
	color:#3F718C;
	font-size:16px;
	font-weight:bold;
}

h2{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

#container .midcol .midbox .mid-bg{
	background:url(mid-box-bg.jpg) repeat-y;
}

.pad15{
	padding:0 15px;
}

.bluestrip{
	background:#153647;
	color:#ffffff;
	font-weight:bold;
	line-height:18px;
	padding:0 15px;
}

.bluestrip a{
	color:#ffffff;
}

#container .midcol .midbox .mid-btm{
	background:url(mid-box-btm.jpg) no-repeat;
	height:39px;
}

.toppic{
	padding:6px 0;
}

.article{
	padding:7px 0;
}

.picture{
	padding:2px;
	background:#ffffff;
	border:1px solid #3F718C;
	float:left;
	margin:0 10px 0 0;
}











#container .rightcol{
	width:402px;
	height:auto;
	padding:10px 0 105px 0;
	background:url(right-col-bg.jpg) repeat-y;
}

#container .rightcol .bonusbox{
	margin:0 0 10px 15px;
}

.left-bonus{
	background:url(left-bonus.jpg) no-repeat;
	width:190px;
	height:280px;
}

.right-bonus{
	background:url(left-bonus.jpg) no-repeat;
	width:190px;
	height:280px;
}

.bonuspad{
	padding:5px 10px;
}

.bonustitle{
	font-weight:bold;
	color:#3F718C;
}

.banner{
	padding:2px 0 0 0;
}

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

.review{
	border-bottom:5px solid #EDEDED;
	padding:7px 0 7px 0px;
	margin:0 0 0 20px;
}

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

a.more{
	background:url(arrow.jpg) no-repeat top right;
	padding:2px 25px 2px 0;
	line-height:18px;
}


#footer{
	background:url(footer-bg.jpg) repeat-x;
	padding:5px 0px 15px 0;
	text-align:center;
}

#footer a{
	font-weight:bold;
}












