@charset "utf-8";
/* CSS Document */



body {
	background: url(../img/srsite/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial,sans-serif;
	font-size: 13px;
	color: #666666;
}

a {
	color: #77A12F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    color: #555;
}


a img {
	border: none;
}

h1 {
  margin:0;
  color: #77a12f;
  font-weight: normal;
  font-size: 2.3em;
} 

h2 {
  margin-bottom:.5em;
  color: #77a12f;
  font-weight: normal;
} 

p {
  margin: .3em;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 900px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
}
	
/*-- HEADER START  --*/
#header{
	padding : 0px;
	margin: 0px;
	width: 100%;
	height: 92px;
	overflow: hidden;
}
#logo-container, #top-menu {
	position: relative;
	float: left;
}

#logo-container {
	width: 582px;
}

#top-menu {
	/*background: url(../img/srsite/bg_top-menu.gif) no-repeat bottom;*/
	width: 318px;
	padding: 59px 0 0 0;
	height: 33px;
}

/*-- HEADER END --*/



/*-- NAVIGATION START --*/
#navigation
{
	background: url(../img/srsite/bg_nav.gif) #353234 no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 57px;
	overflow: hidden;
}

#navigation_bar {
   height: 50px;
   width: 880px;
   margin: 0 0 0 30px;
   font-size: 20px;
   color:white;
}

#navigation_bar a {
   color:white;
}
#navigation_bar a:hover {
   color:#77a12f;
}
.navitem { 
}
.navtab {
   text-align: center;
   padding: 15px 0px 0 0px;
   height: 35px;
   min-width: 60px;
   float:left;
}
.navitem:hover .navtab{
   background-image: url(../img/srsite/nav_tab-center.png);
   background-repeat: repeat-x;
}
.navitem-active .navtab{
   color:#77a12f;
   background-image: url(../img/srsite/nav_tab-center.png);
   background-repeat: repeat-x;
}

.navtab-left{
   height: 50px;
   width: 10px;
   float:left;
   /*margin-left: 30px;*/
}
.navitem:hover .navtab-left {
   background-image: url(../img/srsite/nav_tab-left.png);
}
.navitem-active .navtab-left {
   background-image: url(../img/srsite/nav_tab-left.png);
}
.navtab-right{
   height: 50px;
   width: 10px;
   float:left;
}
.navitem:hover .navtab-right {
   background-image: url(../img/srsite/nav_tab-right.png);
}
.navitem-active .navtab-right {
   background-image: url(../img/srsite/nav_tab-right.png);
}

#subnav_container {
	background: url(../img/srsite/bg_content.gif) #fff no-repeat;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	overflow: hidden;
}

#subnav_main{
   background-image: url(/img/srsite/sidenav_bg.gif);
   background-repeat: repeat-x;
   height: 20px;
   width: 858px;
   padding-left: 15px;
   padding: 6px 10px 3px 10px;
   margin-top: 5px;
   margin-left: auto; 
   margin-right: auto;
   color: #fff;
}

.subnav_link  {
   border-left: solid 1px #ccc;
   border-right: solid 1px #f4f4f5;
   padding: 6px 10px 5px 10px;

   background-image: url(/img/srsite/sidenav_bg.gif);
   background-repeat: repeat-x;
   font-size: 1.2em;
   display: inline;
}

.subnav_label  {
   padding: 6px 10px 5px 10px;

   background-image: url(/img/srsite/sidenav_bg.gif);
   background-repeat: repeat-x;
   
   color: #666;
   font-size: 1.2em;
   font-weight:bold;
   display: inline;
}
/*
.sidenav_link:active{
   border-left: solid 1px #ccc;
   border-right: solid 1px white;
}
*/
.subnav_link a {
   color: #77A12F;
}

.subnav_link a:hover {
   color: #666;
}

/*-- NAVIGATION END --*/

#body-container {
	background: url(../img/srsite/bg_content.gif) #fff no-repeat;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	overflow: hidden;
}

#header-img {
	text-align: center;
	margin: 0px;
	padding: 7px 0 0 0;
	width: 100%;
	overflow: hidden;
}

#sidebar-right {
	float: right;
	width: 275px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 15px 25px 0 0;
	overflow: hidden;
}

#sidebar-left {
	float: left;
	width: 275px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 15px 0px 0 25px;
	overflow: hidden;
}

#sidebar-left-inner {
	float: left;
	width: 95%; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 15px 0 0 27px;
	overflow: hidden;
}

#sidebar-left-inner-wide {
	float: left;
	width: 800px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 15px 0 0 27px;
	overflow: hidden;
}

#sidebar-left-inner-public {
	float: left;
	width: 560px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 15px 0 0 27px;
	overflow: hidden;
}

#sidebar-left a, #sidebar-right a, #content-inner a, #content-inner-home a {
	font-size: 16px;
	font-weight: bold;
}

#content {
    float:left;
	margin: 0px;
	padding: 10px 6px 0 13px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#content-sidebar {
	background: url(../img/srsite/bg_sidebar.gif) repeat-y;
	margin: 15px 0 0 0;
	padding: 0 10px 0 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#content-sidebar-small {
	background: url(../img/srsite/bg_sidebar_small.gif) repeat-y;
	margin: 15px 0 0 0;
	padding: 0 0px 0 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
    width: 130px;
}

#content-inner-home
{
	width: 274px;
	overflow: hidden;
}

#content-small
{
	width: 140px;
	overflow: hidden;
}

#content-inner
{
	width: 294px;
	overflow: hidden;
}

#content-inner p {
	padding: 0 10px 0 10px;
}
	
#footer{
	clear: both;
	border-top: 2px #ececee solid;
	font-size: 11px;
	color: #999;
	text-align: center;
	margin: 30px 30px 0 30px;
	padding: 5px 0 5px 0;
	width: 840px;
	overflow: hidden;
}

/*Legacy stuff*/
.error {
    margin: 10px;
    padding: 10px;
    font-size: 110%;
    font-weight: bold;
    border: 1px solid #dd3c10;
    background-color: #ffebe8;
}

.alrt {
    margin: 10px;
    padding: 10px;
    font-size: 110%;
    font-weight: bold;
    border: 1px solid #DD1010;
    background-color: #FFE8E8;
}

.mesg {
    margin: 10px;
    padding: 10px;
    font-size: 110%;
    font-weight: bold;
    border: 1px solid #e2c822;
    background-color: #fff9d7;
}


#sidebar-left-inner td {
    font-size: 10pt;
}
#sidebar-left-inner a:link, #inner_content a:visited {
    font-weight:bold;
}

.tablelist_shadow {
    background-color: #f3f3f3;
}

ul.clearList li{
   margin-bottom: 8px;
}

ul.clearList_nb li{
   margin-bottom: 8px;
   list-style: none;
}


ul.sidenav {
   margin-left: 0px;
   width:100%;
list-style: none;
margin-left: 0;
padding-left: 0em;
text-indent: 0em;
}

ul.sidenav li {
   font-size:13pt;
   font-weight:bold;
   list-style:none;

   border-bottom: solid 1px #ccc;
   border-top: solid 1px #f4f4f5;
   background-color: #f4f4f5;
   margin-top: 0px;
   line-height:30px;
   background-image: url(/img/srsite/sidenav_bg.gif);
   background-repeat: repeat-x;
   margin-left: 0;

}
ul.sidenav li:active {
   border-top: solid 1px #ccc;
   border-bottom: solid 1px white;
   background-color: #f4f4f5;
}
ul.sidenav a{
   margin-left: 1em;
   text-decoration:none;
}

ul.sidenav a:hover{
   color:#777;
}

.codebox {
background-color:#eeeeee;
border:1px solid #000000;
font-size:90%;
margin:4px 20px;
padding:10px;
}

.ad_size_outer{
   border: 1px dashed #000;
   background-color: #eee;
   height: 120px;
   padding: 4px;
}

.ad_size_inner {
   border: 2px solid white;
   background-color: #f2f2f2;
}

.ad_banner {
   border: 2px solid white;
}

.ad_size {
   font-size: 18px;
   text-align: right;
   }

.smallgrey {
   color: #bbb;
   font-size: 9px;
   margin-top: 2px;
}

.dottedLine {
   margin: 10px 0 10px 0;
   border-bottom: 1px dotted #555;
   width: 99%;
}

#quote {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
border-top: solid 1px #9cc564;
border-bottom: solid 1px #9cc564;
background-color:#d7f8a9;
color: #638c2c;

}

.gradblack {
   background-image: url("/img/super/dark_gradient_25px.png");
}

.gradwhite {
   background-image: url("/img/super/light_gradient_25px.png");
}

.quoteText {
padding-left: 5px;
}

.sr_button {
   padding: 10px 10px 8px 10px;
   background-color: #eee;
   border: 1px solid #999;
   }

.sr_button:hover {
   background-color: #ccc;
}

.row_highlight:hover {
   background-color: #ddd;
   }

/* Live Validation Styles */

input, textarea, select {
   background:#FFFFFF url(/img/srsite/inputBg.gif) no-repeat scroll left top;
   border:1px solid #AAAAAA;
   margin-top:2px;
   padding:2px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


/* picker stuff */

.xselect {
 width: 300px;
 height: 200px;
 border: 1px solid #ccc;
 overflow: auto;
}

.xoption {
  white-space: nowrap;
 overflow: hidden;
 cursor: default;
}

.xactive {
 background: #FFD799;
}

.pick2 {
 overflow: auto;
 width: 200px;
 height: 100px;
}

#slider{
 /*  background-image: url(/img/srsite/slider_ticks.gif);*/
}
