﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background: #0f161b url(img/body.gif) repeat-x 0 0;
	text-align: left;
}

* {
	margin: 0;
	padding: 0;	
}
#wrapper 
{
	margin: 0 auto;
	width: 960px;
}
.logo
{
	margin: 13px 0;
	background: transparent url(~/images/rnlogo.gif) no-repeat 0 0;
	color: #fff;
	font-size: 19px;
	float: left;
}
.logo .logo-in, .logo a.logo-in:link, .logo a.logo-in:visited, .logo a.logo-in:hover, .logo a.logo-in:active 
{
	display: block;
	padding: 0 15px 0 70px;
	height: 67px;
	line-height: 67px;
	background: transparent url(img/logo-in.gif) no-repeat 100% 0;
	float: left;
	color: #fff;
	text-decoration: none;
}
.logo span.logo-in
{
	cursor: default;
}
.page-title 
{
	margin-top: 20px;
	padding: 40px 0 0 20px;
	background: transparent url(img/page-title.gif) no-repeat 0 0;
	width: 940px;
	height: 116px;
	float: left;
	clear: both;
}
.homepage .page-title 
{
	background: transparent url(img/page-title-home.gif) no-repeat 0 0;
	height: 230px;
}
.page-title .page-title-wrapper
{
	padding: 15px;
	width: auto;
	background-color: #fff;
	float: left;
	color: #1FAACD;
	font-size: 30px;
	font-weight: bold;
}
.homepage .page-title .page-title-wrapper
{
	width: 490px;
}
.contentWrapper 
{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
	clear: both;
}
.content 
{
	float: right;
	margin: 5px 0 0 0;
	padding-left: 20px;
	padding-right: 140px;
	width: 546px;
}

.content_nosidebar
{
    float:none;
	margin: 5px 0 0 0;
	padding-left: 20px;
	width: 95%;
}


.homepage .content, .no-sidebar .content 
{
	padding-right: 0;
	width: 570px;	
	float: left;
}
.sidebar 
{
	display: inline;
	width: 217px;
	padding-left: 20px;
	float: left;
}
.homepage .sidebar 
{
	padding-right: 20px;
	width: 315px;
	float: right;
}
.footer 
{
	padding: 10px 0 15px;
	width: 100%;
	float: left;
	clear: both;
	background-color: #E4E4E4;
}
.contact
{
	padding: 15px;
	background-color: #eee;
	border: 1px solid #dfdfdf;
	color: #0085A6;
}

/* Headings */
.page-title h1 
{
	margin-bottom: 10px;
	color: #1FAACD;
	font-size: 30px;
	font-weight: bold;
}
.contentWrapper h1
{
	margin: 0 0 20px;
	color: #1FAACD;
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
}
.content .sf_singleNews h1.sf_newsTitle
{
	margin-top: 0;
	margin-bottom: 20px;
}
.contentWrapper h2
{
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
}
.contentWrapper .mainbar h2
{
	margin-top: 12px;
	padding: 0;
	font-size: 18px;
	background-color: transparent;
	border: 0;
	font-weight: normal;
	color: #000;
}
.contentWrapper .sf_newsList h2.sf_newsTitle
{
	margin-bottom: 20px;
}
.contentWrapper .sidebar .sf_newsList h2.sf_newsTitle
{
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 12px;
	font-weight: bold;
}
.sidebar h2
{
	margin: 0;
	padding: 10px 25px 7px;
	color: #464646;
	font-size: 15px;
	font-weight: bold;
	background-color: #dbdbdb;
	border-bottom: 1px solid #eef3ed;
}
.contentWrapper h3
{
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
}
.contentWrapper .sf_newsList h3
{
	margin: 0;
}
.contentWrapper h4
{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
}
/* Paragraphs */
.page-title p
{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	color: #000;
}
.content p 
{
	margin: 0 0 10px;
	padding: 0;
}
.footer p
{
	padding: 0 34px;
}
.sf_newsDate, .content p.sf_newsDate
{
	font-size: 10px;
	margin-bottom: 0;
}
.content p.more, .contentWrapper .sf_readMore
{
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
}
/* Lists */
ul, ol {
	list-style-position: outside;
}
li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
.content ul, .content ol 
{
	margin: 0 0 10px 20px;
}
.content li
{
	margin-bottom: 5px;
}
.content ul.key-items 
{
	margin-left: 0;
	color: #1FAACD;
	font-weight: bold;
}
.content ul.key-items li
{
	padding-left: 20px;
	list-style-type: none;
	background: transparent url(img/bullet.gif) no-repeat 5px 5px;
}
.contentWrapper .sf_newsList
{
	margin: 0 0 20px;
}
.contentWrapper .sf_newsList li
{
	padding: 20px 0 0;
	list-style-type: none;
}
/* Semantic */
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
address 
{
	font-style: normal;
	line-height: 1.5;
}
/* Links */
a:link, a:visited, a:hover, a:active 
{
	color: #0085A6;
	text-decoration: underline;
}
a:visited
{
	color: #114b59;
}
a:hover {
	text-decoration: none;
}
.content .more a:link, .content .more a:visited, .content .more a:hover, .content .more a:active,
.contentWrapper .sf_readMore a:link, .contentWrapper .sf_readMore a:visited, .contentWrapper .sf_readMore a:hover, .contentWrapper .sf_readMore a:active 
{
	color: #000;
	background: #b8cd68 url(img/arrow-forward.gif) no-repeat 93% 50%;
	text-decoration: underline;
	padding: 2px 14px 4px 6px;
}
.content a.sf_back:link, .content a.sf_back:visited, .content a.sf_back:hover, .content a.sf_back:active
{
	color: #000;
	background: #b8cd68 url(img/arrow-back.gif) no-repeat 5px 50%;
	text-decoration: underline;
	padding: 2px 6px 4px 14px;
}
.content .more a:hover, .contentWrapper .sf_readMore a:hover, .content a.sf_back:hover
{
	background-color: transparent;
}
a:focus
{
	outline: 0;
}
/* Community Logo */
.poweredBySitefinityLogo 
{
	padding: 20px 0;
	width: 100%;
	float: left;
	clear: both;
}

/*User Classes*/
.page-title2
{
    background-color: White;
    width: 960px;
    height: 249px;
    float: left;
    clear: both;
    border-style: solid none solid none;
    border-width: 1px;
    border-top-color: gray;
    border-bottom-color: gray;
}
.page-title3
{
    background-color: #C0C0C0;
    width: 960px;
    height: 156px;
    float: left;
    clear: both;
    border-style: solid none solid none;
    border-width: 1px;
    border-top-color: gray;
    border-bottom-color: gray;
}
.page-title3 .page-title-wrapper
{
	padding: 15px;
	width: auto;
	background-color: Silver;
	float: left;
	color: #1FAACD;
	font-size: 30px;
	font-weight: bold;
}
.rnlogo
{
    padding-top:20px;
    height: 60px;
}
.tabBack
{
    padding: 1px 0 1px 0;
    background-color: #F0F0FF;
    width:960px;
}
a.imgbtn
{
    color: White;
    padding-top:5px;
    padding-bottom:5px;
}
p.login
{
    position:absolute;
    top: 15px;
    left: 920px;
}