﻿/*============================================
   Client: Colorado CRM
   Design Company: Community Ahead, LLC.
   Designer: Brook Boehler
============================================*/

@media Screen{

*{margin: 0; padding: 0;}

html, form, body{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    background-color: #FFFFFF;
    font-size: 12px;
}

html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre
{
    display: block;
}
blockquote, ul,
fieldset, 
ol, dl, dir,
menu            { margin: 1.2em 0;}
ol, ul, dir,
menu, dd        { margin-left: 40px; }
ul              { list-style-type: square; }  
ol              { list-style-type: decimal; }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0; }
img
{
    border: none;
}

#wrapper
{
    height: 100%;
    background: #FFFFFF url(images/header.jpg) no-repeat center top;
    border-top: solid 5px #255aa5;
}

#wrapper.home
{
    background: #FFFFFF url(images/header-home.jpg) no-repeat center top;
}

#container
{
    background: #FFFFFF url(images/header.jpg) no-repeat center top;
    min-height: 100%;
    position: relative;
    width: 1004px;
    margin: 0 auto;
    margin-bottom: -300px;
}

#container.home
{
    background: #FFFFFF url(images/header-home.jpg) no-repeat center top;
}

#topnav
{
    height: 45px;
    width: 940px;
    margin: 0 auto;
    padding: 0; 
    
}

/* SEARCH */
#search-section
{
    width: 940px;
    position:absolute;    
    z-index: 1000 !important;
    
}

#search-panel
{
    display: block;
    float: right;
    display: none;
    width: 940px;
}

#search-footer
{
    width: 940px;
    height: 24px;
    color: #fff;
    display: block;
    float: right;
    
}

#search-footer a
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#search-footer .search-tab
{
    width: 74px;
    height: 24px;
    font-size: 11px;
    line-height: 22px;
    background-image: url(images/search-tab.png);
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    text-align: center;
    
}

#search-footer .search-tab-nav
{
    width: 856px;
    height: 24px;
    line-height: 22px;
    padding-right: 10px;
    text-align: right;
    float: right;
    font-size: 11px;
}

#search-footer .search-tab-nav a:hover
{
     text-decoration: underline;
}

fieldset.sf_searchBox
{
    padding: 10px;
    float: right;
    text-align: right;
    width: 350px;
    background-color: #e5e5e5;
    border-left: solid 3px #255aa5;
    border-right: solid 3px #255aa5;
    border-bottom: solid 3px #255aa5;
}

.sf_searchSubmit
{
    color: #FFF;
	font-size: 11px;
	margin: 0 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #2b639e;
	padding: 3px 6px;
	border: solid 1px #e5e5e5;
}

/* MASTHEAD */

#masthead
{
    height: 115px;
    width: 960px;
    color: #2b639e;
    background: #FFFFFF url(images/masthead01.jpg) no-repeat center top;
    margin: 0 auto 10px auto;
}

#masthead .right, #masthead .left
{
    width: 470px;
    height: 115px;
    margin: 0;
    padding: 0;
    float: left;
}

#masthead .logo
{
    width: 102px;
    height: 115px;
    background-position: left top;
    background: url(images/colorado-logo.jpg) no-repeat left top;
    float: left;
}

#masthead .logo-text
{
    width: 339px;
    height: 115px;
    float: left;
    overflow: hidden;
}

#masthead .title
{
    width: 339px;
    height: 88px;
    background-image: url(images/colorado-title.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#masthead .tagline
{
    width: 339px;
    color: #444;
    height: 27px;
    line-height: 25px;
    vertical-align: middle;
    margin: 0 10px;
    text-align: left;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
    
}

#masthead .announce
{
    width: 470px;
    height: 70px;
    font-size: 12px;
}

#masthead .contact
{
    width: 170px;
    padding-left: 300px;
    height: 45px;
    font-size: 14px;
}

#masthead .contact p
{
    line-height: 20px;
}

#masthead .contact a
{
    color: #2b639e;
    text-decoration: none;
}

#masthead .contact a:hover
{
    color: #2b639e;
    text-decoration: underline;
}

/* NAVIGATION */

#mainmenu
{
    height: 40px;
    width: 940px;
    margin: 0 auto 5px auto;
    text-align: center;
    background: #FFFFFF url(images/mainnav.jpg) no-repeat center top;
}

#mainmenu table
{
    text-align: center;
    margin: 0 auto;
}

/* BANNERS */

#banners
{
    background-color: #FFF;
    width: 940px;
    position: relative;
    height: 230px;
    margin: 10px auto 0 auto ;
    padding: 0;
}

/* NEWS TABS */

.ui-tabs-hide
{
    display: none;
}

.ui-tabs-nav, .ui-tabs-panel
{

}

.ui-tabs-nav
{
    list-style: none;
    margin: 0;
    padding: 1px 0 0 10px;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li
{
    float: left;
    margin: 0 1px 0 1px;
    min-width: 25px;
}

.ui-tabs-nav a,
.ui-tabs-nav a span
 {
    display: block;
 }

.ui-tabs-nav a {
    color: #27537a;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    color: #000;
}

.ui-tabs-nav a span {
    width: 25px; /* IE 6 treats width as min-width */
    min-width: 25px;
    height: 14px; /* IE 6 treats height as min-height */
    min-height: 14px;
    padding-top: 0;
    padding-right: 0;
    border: solid 1px #e5e5e5;
    background-color: #fff;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.ui-tabs-nav .ui-tabs-selected a span {
    color: #fff;
    background-color: #255aa5;
    border: solid 1px #444;
}

.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active
{
    background-position: 100% -150px;
}

.ui-tabs-nav a,
.ui-tabs-nav .ui-tabs-disabled a:hover,
.ui-tabs-nav .ui-tabs-disabled a:focus,
.ui-tabs-nav .ui-tabs-disabled a:active
{
    background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a span,
.ui-tabs-nav a:hover span,
.ui-tabs-nav a:focus span,
.ui-tabs-nav a:active span
{
    background-position: 0 -50px;
}

.ui-tabs-nav a span,
.ui-tabs-nav .ui-tabs-disabled a:hover span,
.ui-tabs-nav .ui-tabs-disabled a:focus span,
.ui-tabs-nav .ui-tabs-disabled a:active span
{
    background-position: 0 0;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-disabled
{
    
}

.ui-tabs-panel {
    width: 940px;
    height: 220px;
    overflow: hidden;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.ui-tabs-panel p
{
 font-size: 12px;
 color: #444;
 padding: 0;
 margin: 0;
 line-height: 150%;
}

.ui-tabs-panel h1,
.ui-tabs-panel h2,
.ui-tabs-panel h3
{
 font-size: 24px;
 font-weight: bold;
  font-style: italic;
 color: #444;
 padding: 0;
 margin: 0;
 line-height: 1.2em;
}

.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


#content
{
    width: 960px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #444;
    min-height: 300px;
    padding: 0 22px;
    background: url(images/content-rpt.jpg) repeat-y top center !important;
}

#bread-social
{
    width: 940px;
    display: block;
    padding: 0 10px;
    margin: 1px 0;
    text-align: left;
}

#bread-social .breadcrumb
{
    height: 18px;
    width: 535px;
    padding: 0 0 0 25px;
    float: left;
    color: #666;
    line-height: 15px;
    font-size: 11px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}

#bread-social .breadcrumb a
{
    color: #2b639e;
    
}

#bread-social .social
{
    height: 18px;
    width: 380px;
    line-height: 16px;
    float: right;
    font-size: 12px;
    text-align: left;
 
}

#bread-social .social a
{
    padding-right: 5px;
    text-decoration: none;
}

.addthis_toolbox
{
    float: right;
}

.eightCols, .fourCols, .sixCols, .twelveCols
{
    padding: 5px 10px 0 10px;
    float: left;
    
}

.fourCols
{
    width: 300px;
}

.sixCols
{
    width: 460px;
}

.eightCols
{
    width: 620px;
}

.twelveCols
{
    width: 940px;
}

#content p
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 8px;
}

#content hr
{
    color: #999;
 
}

#content a
{
    color: #2b639e;
    text-decoration: underline;
}

a.rss-link
{
    color: #2b639e;
    text-decoration: underline;
    background-image: url(images/feed-icon16x16.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    display: block;
        
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

#content h1
{
     font-size: 20px;
     font-weight: bold;
     line-height: 30px;
     color: #2b639e;
}

#content h2
{
     font-size: 18px;
     color: #2b639e;
     line-height: 27px;
     font-weight: bold;
}

#content h3
{
     font-size: 16px;
     line-height: 24px;
     font-weight: bold;
}

#content h4
{
     font-size: 14px;
     line-height: 24px;
     font-weight: bold;
}

#content ul
{
     list-style-type: square;
     margin-bottom: 5px;
}

#content ul ul
{
    list-style-type: circle;
}

#content ul ul ul
{
    list-style-type: disc;
}

#content ul li
{
    line-height: normal;
    margin: 0 20px 5px 20px;
}

blockquote
{
    margin: 0 20px 5px 20px;
}

.clearfooter
{
    height: 300px;
    clear: both;
}

/* Home Page Buttons  */

#button-list
{
    margin: 0 auto;
    height: 40px;
    width: 220px;
    padding: 8px;
    
}

#button-list a
{
     text-decoration: none;
     outline: none;
}

#button-list .button
{
    width: 40px;
    height: 40px;
    float: left;
}

.popup-box
{
    padding: 5px !important;
}

.popup-box h1, .popup-box h2, .popup-box h3, .popup-box h4
{
    color: #2b639e;
    font-size: 18px;
     line-height: 20px;
     margin: 0;
     padding: 0;
    font-weight: bold;
}

.popup-box p, .popup-box a
{
    color: #444;
    font-size: 12px;
    margin-bottom: 5px !important;
}

#button-list .button:hover
{
     cursor: pointer;
}

#button-list div#b1
{
  background-image: url(images/InjectionTraining.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#button-list div#b2
{
  background-image: url(images/Newsletter.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#button-list div#b3
{
  background-image: url(images/Facebook.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#button-list div#b4
{
  background-image: url(images/Twitter.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-right: 5px;
}

#button-list div#b5
{
  background-image: url(images/RSS.png);
  background-position: top left;
  background-repeat: no-repeat;
}

/* Events Styles for Standard Page  */


ol.sf_eventsList a
{
     text-decoration: none;
}

ol.sf_eventsList li h3.sf_eventTitle,
ol.sf_eventsList li p
{
         margin: 0 !important;
         font-size: 11px;
         line-height: normal;
         padding: 0;
}

ol.sf_eventsList li h3.sf_eventTitle
{
         margin: 0 !important;
         color: #2b639e;
         font-size: 16px;
         font-weight: bold;
         padding: 0;
}

ol.sf_eventsList a
{
         text-decoration: none !important;
}

ol.sf_eventsList a:hover
{
         text-decoration: underline !important;
}

ol.sf_eventsList li
{
      margin-bottom: 10px !important;
}

.sf_eventSummary,
.sf_eventBasicInfo 
{
    padding: 0;
    margin: 0 !important;
}

.sf_eventSummary
{
    padding-top: 8px;
    padding-bottom: 10px;
}

.sf_eventBasicInfo p
{
    margin-bottom: 8px;
}

p.sf_eventPriod
{
    margin: 0 !important;
    padding: 0;
}

.sf_eventContact
{
    padding: 0 10px 10px 10px !important;
}

.sf_eventLocation, .sf_eventContact
{
     margin-bottom: 0px !important;
     line-height: normal;
}

div.sf_singleEvent address.sf_eventLocation,
div.sf_singleEvent address.sf_eventContact
{

    margin: 10px 0 10px 0 !important;

}

a.sf_readMore,
p.sf_readMore a,
a.sf_back
{
     font-weight: bold;
}

/* News List Styles for Standard Page  */

ul.sf_newsList, ul.sf_newsList li
{
     margin-top: 8px;
     margin-left: 0;
     padding-left: 0;
     line-height: normal;
     list-style-type: none !important;
}

ul.sf_newsList a
{
     text-decoration: none !important;
}

ul.sf_newsList a:hover
{
     text-decoration: underline !important;
}

ul.sf_newsList li h2.sf_newsTitle,
ul.sf_newsList li p
{
         margin: 0 !important;
         font-size: 14px;
         padding: 0;
}

ul.sf_newsList li h2.sf_newsTitle
{
         margin: 0 !important;
         font-size: 14px;
         font-weight: bold;
         padding: 0;
}

ul.sf_newsList li
{
      margin-bottom: 15px !important;
}

img.sf_newsThumbnail
{
 margin: 0px;
 float: left;
}

ol.sf_libraryList dt
{
     font-size: 16px;
     line-height: 24px;
     font-weight: bold;
}

ol.sf_libraryList dd
{
     font-size: 12px !important;
}

/* FEATURE BOX Gold: #fae199, Grey: #e5e5e5  */

#featured
{
    width: 300px;
    padding: 10px 0;
    font-size: 14px;
    color: #444;
    margin: 0 auto;
 }

#featured .tabs-menu
{
    width: 300px;
    background-image: url(images/news-box-menu.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 21px;
    overflow: hidden;
}

#featured ul.tabs
{
    margin: 0 0 0 1px;
    padding: 0;
    width: 299px;
    height: 21px;
    list-style-position: inside;
    list-style-type: none;
}  

#featured .tabs-header
{
    width: 300px;
    height: 6px;
    background-image: url(images/news-box-header.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#featured ul.tabs li
{
        position: relative;
        display: inline;
        float: left;
        margin: 0;
}

#featured a.tab
{
		display: block;
		cursor: pointer;
        padding: 0px 6px;
        height: 19px;
        line-height: 19px;
        text-decoration: none;
        background-color: #fff;
        border-right: solid 1px #999;
        border-top: solid 1px #999;
        border-bottom: solid 1px #999;
}

#featured a.tab.active
{
        background-color: #fae199;
        border-bottom: solid 1px #fae199;
        color: #2b639c;
        font-weight: bold;
}

#featured a.tab .first .active
{
        border-bottom: solid 1px #fae199;
        border-left: solid 1px #999;
}

#featured .tabs-body
{
    width: 298px;
    background-color: #fae199;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
}

#featured .tabs-body .tabs-container
{
       min-height: 200px;
}

#featured .tab-lower-content, #featured .tab-more
{
    margin: 0;
    padding: 8px;
}

#featured a.small-button
{
    padding: 3px 5px;
    font-size: 11px;
    background-color: #2b639E;
    border: solid 1px #FFF;
    color: #FFF;
    text-decoration: none;
    font-weight: bold; 
}

#featured a.small-button:hover
{
    background-color: Transparent;
    color: #2b639E;
}


#featured .tab-lower-content p
{
    margin: 0;
    padding: 0;
 
}

#featured .tab-content
{
     font-size: 11px;
     overflow: hidden;
}


#content_2, #content_3, #content_4, #content_5, #content_6
{
    display: none;
}

#content_1, #content_2, #content_3, #content_4, #content_5, #content_6
{
     width: 282px;
     padding: 3px 8px;
}

h2.sf_newsTitle img
{
    padding-right: 10px;
}

#featured ul, #featured ul li,
#featured ol, #featured ol li
{
    list-style-type: none;
    margin: 0;
}

#featured ul.sf_newsList a,
#featured ol.sf_libraryList a,
#featured ol.sf_eventsList a
{
     text-decoration: none;
}


#featured ul.sf_newsList li h2.sf_newsTitle,
#featured ul.sf_newsList li p,
#featured ol.sf_eventsList li h3.sf_eventTitle,
#featured ol.sf_eventsList li p
{
         margin: 0 !important;
         font-size: 11px;
         line-height: normal;
         padding: 0;
}

#featured ul.sf_newsList li h2.sf_newsTitle,
#featured ol.sf_libraryList li dt dd,
#featured ol.sf_eventsList li h3.sf_eventTitle
{
         margin: 0 !important;
         font-size: 12px;
         font-weight: bold;
         padding: 0;
}
#featured ol.sf_libraryList li dt a
{
    margin: 0 !important;
    text-decoration: underline;
    font-size: 14px;
         font-weight: bold;
         padding: 0;
}

#featured ul.sf_newsList li,
#featured ol.sf_eventsList li
{
      margin-bottom: 5px !important;
}

#featured .sf_eventSummary,
#featured .sf_eventBasicInfo 
{
    padding: 0;
    margin: 0 !important;
}

#featured .tabs-footer
{
    height: 7px;
    width: 300px;
    background: url(images/news-box-footer.png) no-repeat bottom center;
}

/* End: Featured Box Styles  */


#footer
{
    height: 300px;
    background: #FFFFFF url(images/footer-repeat.jpg) repeat-x center bottom;
    position: relative;
}

#callouts
{
    width: 960px;
    height: 158px;
    padding: 0 22px;
    background: #FFFFFF url(images/footer-callouts.jpg) no-repeat center top;
    margin: 0 auto;
    color: #2b639e;
}

#footer-content
{
    width: 960px;
    height: 70px;
    padding: 0 22px;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    
}

#leftcallout, #centercallout, #rightcallout
{
    height: 130px;
}

#footermenu a, #legal a
{
    font-weight: bold;
    color: #2b639e;
    text-decoration: none;
}

#footermenu a:hover, #legal a:hover
{
    text-decoration: underline;
    color: #2b639e;
}

#footermenu, #legal, #locations
{
    height: 20px;
    width: 940px;
    margin: 0 auto;
    line-height: 20px;
    text-align: center;
}

#locations
{
    height: 75px;
    overflow: hidden;
}

#footermenu
{
    height: 40px;
    overflow: hidden;
}

#locations, #locations p, #locations p a
{
    font-weight: bold;
    line-height: normal;
    color: #2b639e;
}

#locations h1, #locations h1 a
{
    font-size: 18px;
    color: #444;
    font-weight: bold;
}

#locations a
{
 text-decoration: none;
}

#locations table
{
    margin: 0 auto;
}

#locations table td
{
    padding: 15px 20px 0 20px;
    text-align: center;
}

/* SEARCH SLIDING PANEL */

#toppanel {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 125px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel .content
{
	width: 920px;
	line-height: 24px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
}

#panel .content a
{
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #2b639e;
	padding: 3px 6px;
	border: solid 1px #e5e5e5;
}

#panel .content h1
{
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
}

#panel .content a:hover
{
	color: #2b639e;
	background-color: #e5e5e5;
	text-decoration: none;
}

/* CONTACT FORM  */

.contactform
{
    width: 600px;
    height: 380px;
    background: #FFFFFF url(images/Postcard.jpg) no-repeat center top;
    margin: 10px;
}

p.postcardheader
{
    margin: 0;
    padding: 0;
    font-style: italic;
     font-size: 12px !important;
     line-height: 14px !important;
    font-weight: bold !important;
}

.contactform .topside
{
    margin: 0;
    padding: 10px 180px 0  10px;
    height: 65px;
    width: 405px;
}

.contactform .leftside,
.contactform .rightside
{
    float: left;
    margin: 0;
    padding: 5px !important;
    width: 290px;
}

.contactform .full
{
    float: left;
    text-align: left;
    width: 240px;
    margin: 0 0 0 15px;
    padding: 2px;
    font-size: 100%;
}

.contactform label.left
{
    float: left;
    text-align: right;
    width: 75px;
    margin: 0 0 0 10px;
    padding: 2px;
    font-size: 100%;
}
.contactform select.combo
{
    width: 175px;
    padding: 2px;
    border: solid 1px rgb(200,200,200);
    font-size: 100%;
}

.contactform .field
{
    width: 175px !important;
    padding: 2px;
    border: solid 1px rgb(200,200,200) !important;
    font-size: 100%;
}

.contactform textarea
{
    width: 275px;
    padding: 2px;
    border: solid 1px rgb(200,200,200);
    font-size: 100%;
}
.contactform input.button
{
    float: left;
    width: 9.0em;
    margin-left: 162px !important;
    padding: 3px !important;
    background: rgb(230,230,230);
    border: solid 1px rgb(150,150,150);
    text-align: center;
    color: rgb(150,150,150);
    font-size: 100%;
}
.contactform input.button:hover
{
    cursor: pointer;
    border: solid 1px rgb(80,80,80);
    background: rgb(220,220,220);
    color: rgb(80,80,80);
}

.contactform .CompletionPanel
{
    padding: 25px;
}

.contactform .successLabel
{
    color: Green;
    font-size: 24px;
    font-weight: bold;
    
 
}
.contactform .failureLabel
{
    color: Red;
    font-size: 24px;
    font-weight: bold;
    
}
.contactform ul
{
    clear: both;
    float: left;
    margin-left: 145px !important;
    margin-top: 15px;
}

/* RADTREEVIEW CONTROL */

.RadTreeView
{
    border: dashed 1px #444;
    background-color: #FAE199;
    margin-top: 15px !important;
}

.RadTreeView a
{
     text-decoration: none !important;
}

.RadTreeView ul, .RadTreeView ul li
{
    list-style-type: none !important;
}

.RadTreeView ul li,.RadTreeView ul ul
{
    list-style-type: none !important;
    margin-bottom: 0 !important;
}

.RadTreeView li ul li
{
    list-style-type: none !important;
    margin-bottom: 0 !important;
}

/* EXPANDABLE LIST STYLES */

ul.sf_expandableList li
{
    list-style-type: none !important;
    margin: 0 15px 0 15px;
    font-weight: normal;
    font-size: 12px;
}
ul.sf_expandableList h3.sf_listItemTitle a
{
     font-weight: normal;
     font-size: 13px;
}

/* STANDARD LIST STYLES */

h2.sf_listTitle
{
     visibility: hidden;
     display: block;
     margin: 0;
     padding: 0;
}

.sf_listItemTitle
{
        
}

ul.sf_expandedList
{
    list-style-type: none !important;
    display: block !important;
    clear: both;
}

ul.sf_expandedList li
{
    list-style-type: none !important;
    margin: 3px 15px;
    display: block !important;
    font-weight: normal;
    font-size: 12px;
    float: left;
    
}

div.sf_listItemBody
{
    display: block;
}

/* RADSCHEDULER CALENDAR CONTROL */

.RadScheduler *
{
     z-index: -1000 !important;
}

.rsHeader ul,
.rsHeader ul li
{
    list-style-type: none !important;
    
}

.RadScheduler a
{
    text-decoration: none;
    line-height: normal;
    
}

/* STANDARD SOCIAL BOOKMARK CONTROL */

ul.sf_socialBookmarks li
{
    padding: 0;
    margin: 0 !important;
}

ul.sf_socialBookmarks a,
ul.sf_socialBookmarks li a,
ul.sf_socialBookmarks li a img
{
     text-decoration: none;
     outline: none;
}

/* RAD-EDITOR CLIENT CUSTOM FORMAT CLASSES */

.location-header
{
    width: 258px;
    height: 180px;
    background-color: #fae199;
    border: solid #e5e5e5 1px;
    padding: 15px 20px 5px 20px;
}

.location-header p, .location-header h1
{
    color: #163D74;
    margin: 0;
    padding: 0;
}

.location-header p
{
    color: #444;
    font-size: 15px !important;
}

.yellowhighlighter
{
    padding: 3px 4px 3px 4px;
    background-color:  Yellow;
}
 
.textblack
{
    color: #000 !important;
}

 .textwhite
{
    color: #FFF !important;
}

 .textdarkblue
{
    color: #153A70 !important;
}
 
.quotation
{
    background-color: #e5e5e5;
    display: block;
}

/* STATISTICS TABLES */

p.footnote{
     font-size: 10px !important;
     margin: 0 30px 10px 30px;
}

table.statistics{
    width: 100%;
  }
  
table.statistics tbody td{
     background-color:  #fefefe;
      text-align: right;
   }
    
table.statistics thead td{
       font-weight:bold;
        text-align: center;
   }  
   
table.statistics td.row-label{
    background-color: Transparent;
    text-align: left;
   }

 table.statistics td, table.statistics {
    border: 1px solid #e5e5e5;
    padding: 3px;
  }      
 
 p.statistic-footnote{
     font-size: 11px !important;
     margin: 10px 0;
}

/* HIVF LETTER FORMS */

#sample-letter
{
    margin: 10px 0;
    font-size: 12px;
    color: #000;
    line-height: normal;
}

#sample-letter .line-item
{
    margin-bottom: 5px;
}

#sample-letter .section
{
    padding: 10px 0 10px 5px;
}

#sample-letter .submit-button
{
}

#sample-letter .radiolist ul
{
    list-style-type: none;
    display: inline;
}

#sample-letter .radiolist li
{
    display: inline;
}

/* SEARCH RESULTS */

#content dl.searchResults dt
{
     font-size: 16px;
    margin-top: 15px;
}

/* STANDARD PAGING CONTROL */

ol.sf_pager
{
 list-style-type: none;
 margin:  0;
 padding: 0;
 padding-left: 20px !important;
}

ol.sf_pager li
{
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

ol.sf_pager li a
{
  margin: 0 5px 0 0;
  border: solid 1px #999;
  padding: 2px 5px;
  height: 18px;
  background-color: #153A70;
  text-decoration: none !important;
  color: #FFF !important;
}

ol.sf_pager li a:hover
{
  margin: 0 5px 0 0;
  padding: 2px 5px;
  border: solid 1px #999;
  height: 18px;
  background-color: #FFF;
  text-decoration: none;
  color: #153A70 !important;
}

ol.sf_pager li a.sf_PagerSelItem
{
  
  background-color: #FAE096;
  color: #153A70 !important;
}

/* IE6 MESSAGE BOX STYLES */

#ie6msg
{
    background-color: #FAE199;
    border: 3px solid #2B639E;
    margin: 5px;
    color: #000;
}
    #ie6msg h4
{
    margin: 8px;
    padding: 0;
}
    #ie6msg p
{
    margin: 8px;
    padding: 0;
}
    #ie6msg p a.getie8
{
    font-weight: bold;
    color: #006;
}
    #ie6msg p a.ie6expl
{
    font-weight: normal;
    color: #006;
}

/* CLEARING METHODS */

.clear
{
    display: inline-block;
}

.clear:after
{
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}

}

@media Print{

*
    {
        margin: 0;
        padding: 0;
        background-color: white !important;
        background-image: none !important;
    }

html, form, body{
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    background-color: #FFFFFF;
    font-size: 10pt;
}

a
{
     text-decoration: none;
     color: #444;
     outline: none;
     border: none;
}

img, img a
{
     outline: none;
     border: none;
}

#topnav, #masthead, #mainmenu, #banners, #bread-social, #footer, .RadTreeView, #callouts, #featured, #google_translate_element, .contactform
{
     display: none;
}


}