body { background:  #F7F7F7; margin: 0 auto;padding: 0; width:755px; text-align:center;	font-family:Verdana, arial;font-size:11px;	color:#515151;}

form {padding: 0px;margin: 0px;clear: none;vertical-align:middle;text-align: left;}
input {font-size: 100%;color: #333333; font-family:Verdana;}
textarea {font-size: 100%; color: #333333; font-family:Verdana;}
select {font-size: 100%;border: 0px; font-family:Verdana;}
radio {font-size: 100%;border: 0px;}
checkbox {font-size: 100%;border: 0px;}

#footer { width: 777px; text-align: center; background: url(/images/footer.gif); height:3px; }
#Wrap {margin: 0 auto;padding: 0; text-align: left; width: 755px; background:  #ffffff; border: 1px solid #CCC;}


#NavBarBG {height:18px; width:360px; float:right; }
#NavBarBG ul { padding: 0; margin: 0;}
#NavBarBG li { padding-right:10px; float:left; padding-top:2px; list-style:none;}
#NavBarBG li a { color:#FFFFFF; font-weight:bold; text-decoration:none; }

#Header { width: 755px; height: 110px; background: url(/images/v2_header_bg.jpg) no-repeat top right;}

#ContentWrap { margin: 0; padding:0; width:750px; text-align:center; }
#ContentLeft { float:left; width: 160px; text-align:left; }
#ContentRight { float:right; width: 580px; text-align:left; }

#MenuTop { width: 155px; height:26px; background: url(/images/v2_menu_t.jpg) no-repeat; }
#MenuTopTwo { width: 155px; height:26px; background: url(/images/v2_menu_bg.jpg); padding-top:15px; }
#MenuTitle { font-weight:bold; height:24px; margin-top:5px; margin-left:5px; padding-top:2px; padding-left: 4px; background: url(/images/v2_menu_title_bg.jpg) no-repeat;}
#MenuContent { width: 155px; background: url(/images/v2_menu_bg.jpg) repeat; padding-top:7px; padding-left:5px;}
#MenuContent a{ color:#515151; text-decoration:underline;}
#MenuBottom { width: 155px; height:20px; background: url(/images/v2_menu_b.jpg) no-repeat; margin-bottom:9px;}


#LogNew { float:left; width: 340px; height:125px; background: url(/images/v2_log_bg.jpg) no-repeat; padding-top:40px; margin:0px 10px 2px 0px; }
.LogNewTitle { color: #ffffff; font-weight: bold; background:#FF9900; margin-bottom: 5px; padding: 4px; border-bottom: 1px solid #C67700;}
.LogNewText { margin-left: 8px; line-height: 14px;}
.LogNewText a{ color: #004242; margin-left: 8px; line-height: 15px;}


.link {	color: #515151;}
.link a {	color: #515151;	text-decoration:underline;}

.clearfix:after {
    content: " "; 
    display: block; 
    height: 1px; 
    clear: both; 
    visibility: hidden;
}
.clearee{ content: " ";   display: block;   height: 1px;  clear: both;   visibility: hidden;}

#Survey { width: 511px; border-bottom: 1px solid #A7A7A7; margin:0px 0px 14px 1px; padding-bottom:8px;}
.SurveyTitle { color: #003366; padding: 2px 0px 2px 2px; font-size:12px;}
.SurveyText { margin-left: 6px; margin-right: 5px; line-height: 15px;}


.checkoutbutton {
	background: #004242;
	border: 1px solid #000000;
	height: 16px;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.CatTopTextYellow {
	color:#FF9900;
	font-weight:bold;
	font-size: 13px;
}
.CatTopTextGrey {
	color:#333333;
	font-weight:bold;
	font-size: 13px;
}

.red {color:#000000;}

.redlinks {	color: #CC0000;	font-weight: bold;}
.redlinks a {	color: #CC0000;	font-weight: bold;	text-decoration:underline;}

.white {	color: #FFFFFF;	font-weight: bold;}
.white a {	color: #FFFFFF;	font-weight: bold;	text-decoration:underline;}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
