@charset "utf-8";
/* RC elements */
a {
	outline:none;	
}
.clear{
	clear:both;
}
#footer_text{
	padding-top:5px;
	font-size:85%;
}
#footer_text a{
	text-decoration:none;
	color:#eee;
	padding:0 2px;
}
#footer_text a:hover{
	text-decoration:underline;

}
#footer_text ul{
	margin:10px auto;
	width:855px;
	color:#eee;
}
#footer_text li{
	list-style-type:none; /* removes default bullets */
	display:inline;
}
#header_link{
	padding-top:10px;
	padding-right:15px;
	font-weight:bold;
	font-size:85%;
}
#header_link a {
	margin:10px 5px;
	color:#666;
	text-decoration:none;
}
#header_link a:hover{
	text-decoration:underline;
}
#header_link .button a{
	background:#797979 url(/ui/rc/graphics/BG_button.gif) top left repeat-x;
	color:#fff;
	border:#ccc 1px solid;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	margin:5px;
}
#header_link .button a:hover, #login .button a:hover{
	color:#fff;
}
.icon{
	text-align:right;
	font-size:.85em;
	color:#666;
	padding-right:5px;
	}
img{
	margin:2px;
	padding:2px;
	border-color:#999;
}
img.imgBorder{
	border:#999 1px solid;
	padding:1px;
	margin:5px;
}
#leftNav h5{
	text-align:center;
	color:#fff;
	padding-top:12px;
	line-height:30px;
	}
#leftNav ul{
	list-style:none;
	padding-top:5px;
	padding-left:20px;
}
#leftNav ul li{
	padding-top:0;
	padding-bottom:0;
}
#leftNav a{
	background:url(/ui/rc/graphics/divider.gif) center bottom no-repeat;
	display:block;
	width:170px;
	line-height:150%;
	padding:5px 10px 5px 0px; /*add extra 10px for the bullet*/
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#leftNav a:hover{
	color:#6ab2e7; 
	text-decoration:none;
}
li.styledList{
	list-style-image:url(/ui/rc/graphics/bullet_blackGuy.gif);
}

#login{ /* login section */
	float:right;
	width:235px;
	height:190px;
	margin-right:11px;
	margin-bottom:6px;
	padding-bottom:5px;
	background-color:#f1f1e5;
}
ul.login_text li{
	padding-top:0;
	padding-bottom:0;
}
#login_box{ /*login box */
	background:url(/ui/rc/graphics/BG_loginBox.gif) repeat-y;
	width:185px;
	border:#fff 1px solid;
	margin:12px;
	padding:5px 10px;
}
.login_text { /* the rest of the login text in the login box */
	font-size:90%;
	color:#666;
	font-weight:bold;
	list-style-type:none; /* removes default bullets */
	padding-left:0;
	line-height:17px;
}
.login_text a{ 
	padding-left:20px;
	font-size:90%;
	color:#777;
	text-decoration:none;
}
.login_text a:hover{
	color:#0093be;
	text-decoration:underline;
}
#login .button a{
	background:#7b7b7b url(/ui/rc/graphics/BG_button.gif) top left repeat-x;
	color:#fff;
	border:#a8a8a8 1px solid;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	padding:2px;
	margin:0;
}
#news_col_left{
	width:42%;
	border-right:#666 dashed 1px;
	margin-top:145px;
	margin-left:10px;
	padding:0 20px;
	float:left;

}
#news_col_right{
	width:40%;
	margin-top:145px;
	padding:0 20px;
	float:left;
}
.news_item{
	clear:both;
	margin:10px 0 20px 0;
}
.news_item img{
	float:left;
	margin-right:5px;
}
#news_more{
    clear:both;
	width:720px;
	text-align:right;
}
#print{ /*Specific css setting for the print window*/
	width:720px;
	margin:0 auto;
	padding:0 20px;
	}	
.promo_item{
	margin:10px 15px 10px 10px;
	padding-bottom:10px;
	border:#65b5e6 1px solid;
	color:#666;
}
.promo_item p{
    padding:10px;
	color:#666;
	font-size:90%;
}
.promo_item ul, .promo_item ol{
	padding:0 30px;
	font-size:90%;
}
.promo_item_title{
	width:155px;
	text-align:center;
	color:#0093be;
	font-size:110%;
	font-weight:bold;
	padding:10px 0 12px 65px;
	background:url(/ui/rc/graphics/BG_promoItemTitle.gif) left bottom no-repeat;
}
#search {
	float: right;
	padding:5px 10px;
	}
#search .button a{
	background:#797979 url(/ui/rc/graphics/BG_button.gif) top left repeat-x;
	color:#fff;
	border:#ccc 1px solid;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	margin:5px;
	}
/***********     Absolute Positioning      **********/
#logo_pos{
	position:absolute;
	top:15px;
	left:15px;
}
#donate{
	position:absolute;
	top:38px;
	right:15px;
}
#webinar{
	padding-top:15px;
	padding-right:15px;
	float:right;
}
#tipOfTheMonth{
	margin:22px 15px 0px 310px;
	padding-bottom:20px;
	width:435px;
	height:95px;
	text-align:right;
	font-size:100%;
	font-weight:bold;
}

/***************    Dashed lines    **************************/
.dashLine_left{
	padding: 5px;
	border-left:#CCC dashed 1px;
	}
.dashLine_top{
	border-top:#CCC dashed 1px;
	}
.spacer {
	padding:5px 0;
}

