﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #4d4d4d;
	background: #fff url(img/bg_body.gif) repeat-x 0 0;
	background: #fff url(img/bg_container.jpg) repeat-x 0 0;
	text-align: left;
	margin: 0;
	padding: 0;
    }
* {
	margin: 0;
	padding: 0;	
    }
input, select, textarea {
    font-size: 1em;
    }


/* FRAMEWORK
--------------------*/
#container {
	margin: 0;
	padding: 0;
    }
#wrapper .logo img {
    float: right;
    }
#wrapper,
.no_sidebar #wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #fff url(img/bg_wrapper1.jpg) no-repeat 0 0;
    }
.no_sidebar #wrapper {
	background: #fff url(img/bg_wrapper2.jpg) no-repeat 0 0;
    }
.breadcrumbs {
    width: 400px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #fff;
    }
#contentWrapper,
.no_sidebar #contentWrapper {
	background: transparent url(img/bg_content1.gif) repeat-y 0 0;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
    }
.no_sidebar #contentWrapper {
	background: transparent url(img/bg_content2.gif) repeat-y 0 0;
    }
.interior_page #Main, 
.home_page #Main {
    float: left;
    width: 610px;
	padding: 0 30px;	
    }
.no_sidebar #Main {
    width: 912px;
	padding: 0 30px;	
    }
.home_page #Main #Column1,
.interior_page #Main #Column1{
    margin: 0;
    float: left;
    clear: none;
    }
.home_page #Main #Column1 {
    width: 350px;
    }
.interior_page #Main #Column1 {
    width: 620px;
    }
.home_page #Main #Column2 {
    margin-left: 360px;
    width: 225px;
    padding: 0 0 0 20px;
	background: transparent url(img/dash_vert.gif) repeat-y 0 0;
    }
.home_page #Main #Column2,
#SideBar {
    padding-top: 30px;
    }
#SideBar {
    padding-left: 28px;
    }


/* AUX NAV
--------------------*/
ul.aux_nav,
.aux_nav {
    float: left;
    clear:none;
    margin-top: 5px;
    padding-left: 10px;
    height: 24px;
    color: #45587d;
    font-size: 11px;
    }
.aux_search {
    float: left;
    clear: none;
    }
ul.aux_nav li {
    display: inline;
    }
a.aux_home:link, a.aux_home:visited, a.aux_home:hover, 
a.aux_login:link, a.aux_login:visited, a.aux_login:hover, 
a.aux_search:link, a.aux_search:visited, a.aux_search:hover, 
a.aux_sitemap:link, a.aux_sitemap:visited, a.aux_sitemap:hover {
    padding: 3px 20px 3px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #45587d;
    } 
.search_text {
    padding: 3px 2px 3px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #45587d;
    } 
a.aux_home:hover, 
a.aux_login:hover, 
a.aux_search:hover, 
a.aux_sitemap:hover {
    color: #207ebb;
    } 
a.aux_home:link, a.aux_home:visited, a.aux_home:hover {
	background: transparent url(img/auxicon_home.gif) no-repeat 0 0;
    } 
a.aux_login:link, a.aux_login:visited, a.aux_login:hover{
	background: transparent url(img/auxicon_login.gif) no-repeat top right;
    } 
a.aux_search:link, a.aux_search:visited, a.aux_search:hover {
	background: transparent url(img/auxicon_search.gif) no-repeat 0 0;
    } 
a.aux_sitemap:link, a.aux_sitemap:visited, a.aux_sitemap:hover {
	background: transparent url(img/auxicon_sitemap.gif) no-repeat top right;
    } 
.sf_searchText {
    font-size: 10px;
    color: #666;
    }
.sf_searchSubmit {
	background: transparent url(img/auxicon_search.gif) no-repeat 0 0;
    }


/* PRIMARY NAV
--------------------*/
.primary_nav {
    position: relative;
    clear: both;
    padding-top: 2px;
    margin-left: 9px;
    height: 45px;
    }


/* BILLBOARD
--------------------*/
.billboard {
    clear: both;
    height: 147px;
	/*background: transparent url(img/billboard_01.gif) no-repeat top left;
	text-align: right;*/
	padding-top: 15px;
	padding-right: 28px;
    }
.billboard p {
    margin-bottom: 5px;
    }
.billboard .banner_area {
    float: left;
	padding-top: 18px;
	padding-left: 47px;
    width: 570px;
    height: 90px;
    overflow: hidden;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 15px;
	line-height: 1.5;
	color: #152e57;
    }
.billboard .button_area {
    float: right;
    width: 234px;
    }


/* PAGE CONTENT SEMANTICS
---------------------------*/
.page-title {
	margin-top: 10px;
    }
.page-title .page-title-wrapper {
	padding: 0 0 20px 30px;
	width: auto;
	float: left;
	color: #1FAACD;
	font-size: 30px;
	font-weight: bold;
    }
.intro_text {
    font-size: 13px;
    }
.sidebar {
	display: inline;
	float: left;
    }
.platinum_sponsors {
    background: #fff;
    width: 234px;
    height: 77px;
    margin-bottom: 10px;
    }    
strong {
	font-weight: bold;
	font-style: normal;
    }
em {
	font-weight: normal;
	font-style: italic;
    }
address {
	font-style: normal;
	line-height: 1.5;
    }


/* FOOTER
--------------------*/
.footer {
	padding: 10px 15px;
	width: 930px;
	float: left;
	clear: both;
	background-color: #162e5e;
	color: #73829e;
    }
.contact {
    padding-top: 30px;
    }


/* HEADINGS
--------------------*/
.page-title h1 {
	margin-bottom: 10px;
	color: #1FAACD;
	font-size: 30px;
	font-weight: bold;
    }
#contentWrapper h1,
.no_sidebar #contentWrapper h1 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #cc6635;
	margin: 0 0 10px 0;
    }
.content .sf_singleNews h1.sf_newsTitle {
	margin-top: 0;
	margin-bottom: 20px;
    }
#contentWrapper .mainbar h2,
.no_sidebar #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,
.no_sidebar #contentWrapper .sf_newsList h2.sf_newsTitle,
ol.sf_libraryList dt {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #207ebb;
    }
.home_page #Main h3,
#SideBar h3 {
    padding-bottom: 10px;
    }
.home_page #Main h3,
#contentWrapper h3, 
.no_sidebar #contentWrapper h3 {
    background: transparent url(img/bg_headline1.jpg) no-repeat bottom left;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #152e57;
	margin: 0 0 10px;
    }
#SideBar h3 {
	background: transparent url(img/bg_headline2.jpg) no-repeat bottom left;
    }
#contentWrapper h4,
.no_sidebar #contentWrapper h4 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2;
    }
#contentWrapper .sf_newsList h3,
#contentWrapper .sf_newsList h3 {
	margin: 0;
    }
#contentWrapper h2,
.no_sidebar #contentWrapper h2,
#contentWrapper #Column1 h3 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0;
	font-weight: normal;
    color: #207ebb;
	color: #152e57;
	background: none;
    }
#contentWrapper .rsHeader h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    background-image: none;
    }
#SideBar h3 {
    /*color: #207ebb;*/
    }
#contentWrapper #Column1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 6px 0;
	color: #152e57;
    color: #207ebb;
    }
#contentWrapper .ZoneName h3 {
    background: none;
    }


/* PARAGRAPHS
--------------------*/
.page-title p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	color: #000;
    }
.content p {
	margin: 0;
	padding: 0;
    }
.footer p {
	padding: 0 34px;
    }
.sf_newsDate, .content p.sf_newsDate {
	font-size: 9px;
	margin-bottom: 0;
	color: #919191;
    }
.content p.more, #contentWrapper .sf_readMore,
.content p.more, .no_sidebar #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 24px;
    }
.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,
.no_sidebar #contentWrapper .sf_newsList,
#contentWrapper .sf_libraryList {
	margin: 20px 0 0 0;
    }
#contentWrapper .sf_newsList li,
.no_sidebar #contentWrapper .sf_newsList li {
	padding: 20px 0 0 0;
	padding: 0;
	list-style-type: none;
    }


/* LINKS
--------------------*/
a:link, a:visited, a:hover, a:active {
	color: #0094dc;
	text-decoration: underline;
    }
a:hover {
	color: #db802d;
    }
.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: #207ebb;
	border: 1px solid #207ebb;
	background: #fff url(img/arrow-forward.gif) no-repeat 93% 50%; 
	text-decoration: none;
	padding: 1px 14px 1px 6px;
    }
.content a.sf_back:link, .content a.sf_back:visited, .content a.sf_back:hover, .content a.sf_back:active {
	color: #207ebb;
	border: 1px solid #207ebb;
	background: #fff url(img/arrow-back.gif) no-repeat 5px 50%; 
	text-decoration: none;
	padding: 1px 6px 1px 14px;
    }
.content .more a:hover, #contentWrapper .sf_readMore a:hover, .content a.sf_back:hover {
	color: #db802d;
    }
.content a.sf_back:hover {
	color: #db802d;
    }
a:focus {
	outline: 0;
    }
.footer a {
    color: #72a7d3;
    }    
.footer a:hover {
    color: #fff;
    }    
.banner_area a:link, .banner_area a:visited, .banner_area a:hover, .banner_area a:active {
	color: #152e57;
	text-decoration: underline;
    }
.banner_area a:hover {
	color: #fff;
    }

