*{ margin:0; padding:0; }

body{font-family:arial, sans-serif; font-size:14px; color:#2b2b2b; background: #70828e; }

a{ text-decoration:none; color:#05b1d5; }
a img {border:0;}

h2 {font-size:20px; font-weight:bold; padding:2px 0 5px 0;}

p {padding:0 0 5px 0;}
ul,ol{ margin: 0 0 0 15px;}

.cleaner {
	clear:both;
	background:transparent;
	font-size:1px;
	border:0;}
	
/****************************************
	general page structure aspects
*****************************************/
#container { width:100%; margin:auto; }
#inner_container{ background: #fff; }
#header {background-color:#6e828d; padding:5px; text-align:center;}

#header .btnback { float:left; padding:0 0 0 0; width:55px;}
#header .logo {width:150px;}
#header .btnsearch {float:right; padding:0 0 0 0; width:55px;}

#subheader {
	padding:5px 0;
	font-size:20px;
	background-repeat:repeat-x;
	color:#fff; 
	background-color:#363636; 
	background-image:url('../images/bg_subhead.gif');
	background-position:bottom left;
	font-weight:bold;
	text-align:center;
}

.inner { padding:10px; }

.right{ float: right; }
.left{ float: left; }

.navbuttons { padding:10px; position:relative; }

.button_big{
	display: block;
	width: 290px;
	height: 26px;
	padding: 9px 0 0 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: url('../images/bg_btn_big.gif') 0 0 no-repeat;
	margin: 0 auto;
	font-weight: bold;
}

.button_small{
	display: block;
	width: 70px;
	height: 25px;
	padding: 10px 0 0 0;
	background: url('../images/bg_btn.gif') 0 0 no-repeat;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
}
.button_small_input{
	width: 70px;
	height: 35px;
	background: url('../images/bg_btn.gif') 0 0 no-repeat;
	color: #fff;
	font-size: 12px;
	border: 0;
	text-align: center;
}

input.m_box, textarea.m_box {
	border:1px solid #6f6f6f;
	margin:0 2px 0 0; 
	color:#2b2b2b; 
	padding:5px;
	width:95%;
}

/***************************************
	lists
**************************************/
.link-box{
	border-bottom:1px solid #7b7b7b;
	border-top:2px solid #7b7b7b;
	display:block; 
	background-color:#cccccc;
	background-image:url('../images/bg_listitem1.gif');
	background-position:top left;
	background-repeat:repeat-x;
	font-size:20px;
	padding: 10px;
	position: relative;

}
.link-box-right{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 15px;
	margin-top: -8px;
}
.link{
	border-top: 1px solid #7b7b7b;
	display: block;
	padding: 5px 10px;
	font-size: 16px;	
}

ul.main_list {list-style-type:none; margin: 0;}

ul.main_list li {
	border-bottom:2px solid #7b7b7b; 
	display:block; 
	background-color:#cccccc;
	background-image:url('../images/bg_listitem1.gif');
	background-position:top left;
	background-repeat:repeat-x;
	font-size:20px;
}
ul.main_list li a {
	padding:10px;
	display:block; 
	color:#2f2f2f; 
	font-weight:bold; 
	text-transform:capitalize;
	background-image:url('../images/listarrow_1.gif');
	background-repeat:no-repeat;
	background-position: center right;
	position: relative;
}
	
.listinfo {background:#b0bdc5; font-size:12px; font-style:italic; padding:5px 10px; font-weight:bold;}

.bheadline{ display: block; float: left; width: 86%; }
.commentbubble {
	position: absolute;
	top: 50%; right: 0; 
	width:28px; 
	height:22px; 
	overflow:hidden;
	color:#fff; 
	font-size:12px; 
	font-weight:bold;
	text-align:center;
	background-image:url(../images/commentbubble.gif);
	background-repeat:no-repeat;
	margin:-10px 8% 0 0;
	padding:3px 0 0 0;}
	
.comments { position: relative; margin-top: 10px; padding-top: 2px; padding-left: 30px; }
.comments span{ 
	position: absolute;
	top: 0; left: 0; 
	padding:3px 0 0 0;
	width:28px; 
	height:22px; 
	overflow:hidden;
	color:#fff; 
	font-size:12px; 
	font-weight:bold;
	text-align:center;
	background-image:url(../images/commentbubble.gif);
	background-repeat:no-repeat; }	


#footer {
	padding:10px 0; 
	margin:0 0 0 0; 
	background:#70828e; 
	color:#fff; 
	text-align:center; 
	font-size:0.8em;}
#footer a{ color: #fff; text-decoration: underline; }
