/* LOGO BLUE - 003ca1 
   DARK BLUE - 0e1b49
   RED - cc3333
   LIGHT GRAY - e8e8e8
*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	background:#468de9 url(/images/bg_body.gif) top left repeat-x;
}
a:link{color:#3366cc; text-decoration:none;}
a:visited{color:#3366cc; text-decoration:none;}
a:hover{color:#0e1b49; text-decoration:underline;}
a:active{color:#3366cc; text-decoration:none;}

h1, h2, h3, h4{color:#3366cc; margin:5px 0; padding:0;}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}


/* WRAPS SITE WIDTH AND CENTERS */
#site-wrap{
	width:800px;
	margin:20px auto;
	padding:8px;
	background:#FFF;
	border-right:1px solid #1F477F;
	border-bottom:1px solid #1F477F;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
}
#header{
	width:800px;
	padding: 0 0 5px 0;
}
#header-left{
	float:left;
	/* width:500px; */
	width: 243px;
}
#header-right{
	float:right;
	/* width:300px; */
	width: 547px;
}
#my-account{
	padding:3px 0 0 0;
}

#toll-free{
	color:#cc3333;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-align:center;
	margin: 15px 0 0 0;
}

    #tabs {
      float:left;
      width:100%;
	  background:url("/images/bg_heading_blue.gif") bottom right repeat-x;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 180px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("/images/tab_left.gif") no-repeat left top;
      margin:0 2px 0 0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:1px solid #CCC;

      }
    #tabs a span {
      float:left;
      display:block;
      background:url("/images/tab_right.gif") no-repeat right top;
      padding:5px 12px 5px 5px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
	  color:#CCC;
      }
    #tabs a:hover span {
      background-position:100% -42px;
	  color:#CCC;
      }

	#tabs li#current-tab a{
      background:url("/images/tab_left.gif") no-repeat 0% -42px;
	  color:#000;
	  font-weight:bold;
	  border-bottom:1px solid #FFF;
	 }
	#tabs li#current-tab a span{
      background:url("/images/tab_right.gif") no-repeat 100% -42px;
	  color:#000;
	  font-weight:bold;
	 }

#search{
	width:210px;
	float:right;
}
#search input{float:left; margin:0 3px 0 0; padding:0}
/* WRAPS SIDEBAR & CONTENT SECTION  (contains faux image for sidebar) */
#content-wrap{
	width:798px;
	background: url(/images/bg_sidebar.gif) top left repeat-y;
}
#sidebar{
	float:left;
	width:180px;
	padding:0;
	border-top:10px solid #FFF;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:bold;
}	
#sidebar li a:link, #sidebar li a:visited {
	color: #0e1b49;
	display: block;
	background:  url(/images/bg_sidebar_menu.gif);
	padding: 9px 0 0 21px;
}
#sidebar li a:hover {
	color: #666;
	background:  url(/images/bg_sidebar_menu.gif) 0 -32px;
	padding: 9px 0 0 21px;
}

/* NESTED */

	#sidebar li ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#sidebar li ul a {
		height: 32px;
		voice-family: "\"}\""; 
		voice-family: inherit;
		height: 24px;
		text-decoration: none;
		font-weight:normal;
	}	
	#sidebar li ul a:link, #sidebar li ul a:visited {
		color: #0e1b49;
		display: block;
		background:  url(/images/bg_sidebar_menu_nested.gif) top right no-repeat;
		padding: 8px 0 0 45px;
	}
	#sidebar li ul a:hover {
		color: #999;
		background:  url(/images/bg_sidebar_menu_nested.gif) right -32px no-repeat;
		padding: 8px 0 0 45px;
	}






#sidebar .heading{
	background:#fcfcfc;
	padding:5px;
	color:#cc3333;
	font-size:14px;
	text-transform:uppercase;
}
#sidebar p{
	padding:5px 8px;
}
#content{
	float: left;
	width: 608px;
	padding: 10px 0 0 10px;
	margin: 0;
	/* padding: 12px 5px 0 10px;
	margin: 0 5px 0 5px;*/
}

#content ul{
	list-style-image:url(/images/bullet.gif);
	line-height:16px;
	}
#footer{
	width:100%;
	background:url(/images/bg_navtabs.gif) top left repeat-x;
	line-height:normal;
	text-align:center;
	border-top:10px solid #FFF;
}
#footer ul{
	list-style-type:none;
	margin:0; padding:0;
	line-height:30px;
}
#footer ul li{
	display:inline;
}
#footer a{color:#FFF; text-decoration:none; padding: 0 8px;}

#copyright{
	text-align:center;
	color:#1F477F;
	margin: 10px 0 10px 0;
}
#copyright a{
	color:#1F477F;
}
.clearboth{clear:both}
.small{font-size:11px;}
.medium{font-size:14px;}
.large{font-size:18px;}

.img-left{
	float:left;
	margin:0 8px 8px 0;
}
.img-right{
	float:right;
	margin:0 0 8px 8px;
}

.table_header {
	font-weight: bold;
	color: #fff;
	background-color: #36c;
}

.section_header {
	font-weight: bold;
	color: #fff;
	background-color: #36c;
	padding: 4px;
}

ul#rotate {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 10px;
}
.green{
	color:#00AF07;
}




/* FIXING THE OPENING OF THE MAIN BANNER (for slow loading browsers and for non-javascript browsers) */
ul#rotate{
	overflow:hidden;
	height:100px;
}

.newmembers{
	padding-left:10px;
	margin:3px 0;
	display:block;
}

ul.list-newmembers li{
	margin:0 0 0 23px;
	font-size:11px;
	list-style:circle;
}

/* FOR ROTATING SPONSORS */

ul#rotate-sponsor{
	background:#FFF;
	overflow:hidden;
	width:180px;
	margin:0;
	height:70px;	
	padding:0;
}
ul#rotate-sponsor li{
	margin:3px 0;
	padding:5px 0;
	background:#FFF;
	height:70px;
	width:180px;
	text-align: center;
}
#sidebar ul#rotate-sponsor li a{
	margin:0;
	padding:0;
	background-image:none;
	background:#FFF;
}
#sidebar ul#rotate-sponsor li a:hover{
	margin:0;
	padding:0;
	background-image:none;
	background:#FFF;
}
#sidebar strong.sponsor{
	background:#FFF;
	margin:0;padding:0;
	display:block;
	width:180px;
	text-align:center;
}

/* RESTYLING CONTENT AREA FOR HOME PAGE */

.content-middle{
	width:400px;
	float:left;
}
.sidebar-right{
	width:200px;
	margin:0 0 0 8px;
	float:left;
}

/* MISC NEW STYLING */
.heading-blue, .heading-green{
	background:url(/images/bg_heading_blue.gif) bottom right no-repeat;
	padding:3px;
	color:#FFF;
}
.heading-red{
	background:#B81200;
	padding:3px;
	color:#FFF;
}
.heading-green{
	background:url(/images/bg_heading_green.gif) bottom right no-repeat;
}
h1.heading-blue,h2.heading-blue,h3.heading-blue{
	font-weight:normal;
}
strong.heading-blue, strong.heading-green, strong.heading-red{
	display:block;
	margin:8px 0;
}

hr{
	width:100%;
	border:1px dotted #CCC;
}

/* FORMS */
form {
    text-align: left;
	border:0;
}
fieldset {
    margin-bottom: 10px;
    border: 0;
}
form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-weight: bold;
}
form ul {
    margin: 10px 0px;
    padding: 0;
    border: 0;	
}
form li {
    list-style: none;
    padding: 5px 10px 5px 25px;
    margin: 0px;
    clear: both;
    border-top: none;
}
form li.even {
    background:#f5f5f5;
}

form li label {
    float: left;
    width: 200px;
	font-size:11px;
}
form li.nodda{
	background:#FFF;
}
input, textarea, select {
    padding: 4px;
    color: #444;
    background: #FFF;
    border: 1px solid #CCC;
}
input:hover, textarea:focus, textarea:hover, select:hover {
    color: #000;
    background: #FFFFCC;
    border: 1px #666;
    border-style: inset;
}
input:focus, textarea:focus, select:focus {
    color: #000;
    background: #FFFFF2;
    border: 1px #333;
    border-style: inset;
}

.button {
    background: url(/images/bg_heading_blue.gif) top left repeat-x;
    color: #FFF;
	font-size:11px;
	text-transform:uppercase;
	border:0;
}

.button:hover {
    background: url(/images/bg_heading_blue.gif) bottom left repeat-x;
    color: #FFF;
	font-size:11px;
	text-transform:uppercase;
	border:0;
}
.message{
	background:#FFFFCC;
	padding:3px;
	margin:5px 0;
	font-weight:bold;
}



.cycle1{
	margin:0;
	padding:0;
	list-style-type: none;
	list-style: none;
	background-image:none;
	text-align: center;
	float:left;
	clear:both;
	background:#FFF;
	background-image:none;
}

.cycle1 li{
	list-style-type: none;
	list-style: none;
	height:100px;
	width:190px;
	float:left;
	overflow:hidden;
	text-align:center;
	background:#FFF;
	background-image:none;	
}
.cycle1{padding-bottom:5px;margin-bottom:5px;}