/**************************************/
/*              HEADER                */
/**************************************/
.header {
	width: 810px;
	text-align: left;
	border-bottom: solid 8px #000;
}

/**************************************/
/*              LOGO                	*/
/**************************************/
.logo {
	width: 790px;
	height: 60px;
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding-top: 20px;
}

/**************************************/
/*              MAIN IMAGE            */
/**************************************/
.mainImage {
	width: 790px;
	height: 240px;
	background-color: #fff;
}


/**************************************/
/*            RIGHT  COLUMN           */
/**************************************/
.right{
	border-right: 1px solid #000;
	padding-right: 10px;	
	min-height: 600px;
	width: 379px;
}

/**************************************/
/*         CONTACT		           */
/**************************************/
.contact{
	font-weight: normal;
	color: #fff;
	line-height: 1.9em;
	clear: right;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #6699cc;	
}
.contact ul li{
	border-bottom: 1px solid #dbedff;
	list-style-type: none;
	margin-left: -21px;
	text-indent: 10px;	
}

/**************************************/
/*              TABS            */
/**************************************/
#tabs {
	float:left;
	width:790px;
	background:transparent;
	line-height:normal;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
      }
#tabs ul {
    margin:0;
    padding: 5px 10px 0 30px;
    list-style:none;
      }
#tabs li {
    display:inline;
    margin:0;
    padding:0;
      }
#tabs a {
    float:left;
    background:url("../img/tableft6.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
      }
#tabs a span {
    float:left;
    display:block;
    background:url("../img/tabright6.gif") no-repeat right top;
    padding:5px 30px 4px 25px;
    color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
    color:#fff;
      }
#tabs a:hover {
	background-position:0% -42px;
      }
#tabs a:hover span {
    background-position:100% -42px;
      }

#tabs #current a {
    background-position:0% -42px;
	font-weight: bold;
      }
#tabs #current a span {
    background-position:100% -42px;
      }

/**************************************/
/*              MAIN MENU             */
/**************************************/
.bubplastic.horizontal {
	width: 730px;
	height: 25px;
	margin-left: 0;
	padding: 0;
	padding-left: 80px;
	background: url(../img/nav_bg.gif) repeat-x;
	border-bottom: 10px solid #000;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../img/nav_bg.gif) repeat-x;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 24px;
	line-height: 14px;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: transparent url(../img/nav_bg.gif) repeat-x;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.bubplastic_ar {
	display: block;
	float: left;
	height: 24px;
	padding-right: 44px;
	background: transparent url(../img/nav_bg.gif) repeat-x;
	cursor: pointer;
}

.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(../img/nav_bg_S.gif) repeat-x;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	
}

/**************************************/
/*              SIDE MENU             */
/**************************************/

.sideMenu{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	width: 100%;
	margin: 0;
}

.sideMenu li a{
	display: block;
	text-decoration: none;
	border-top: dotted 1px #660000;
	color: #fff;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 0px;
	line-height: 14px;
}

.sideMenu li a:visited, #outerWrapper .sideMenu li a:active{
}

.sideMenu li a:hover {
	color: #fff;
	border-top: 1px dotted #fff;
	background-color: #660000;	

}

.sideMenu li.highlight a{
	color: #fff;
	border-top: 1px dotted #fff;
	background-color: #cc3300;
	font-weight: bold;
}

.sideMenu li.secondary a{
	padding-left: 10px;
	font-weight: normal;
	border-top: 1px dotted #fff;
}

.sideMenu li.secondary a:hover{
	color: #660000;
}
.sideMenu li.secondary a:visited {
	background: #fff;
}

.sideMenu li.secondary2 a{
	font-weight: normal;
	padding-left: 20px;
	color: #000;
	border-top: 1px dotted #fff;
	background-color: #666;	
}
.sideMenu li.secondary2 a:hover{
	padding-left: 20px;
	color: #000;
}
.sideMenu li.secondary2 a:visited, a:active {
	padding-left: 20px;
	color: #000;
}

.m10{
margin-left: 10px;
}

/**************************************/
/*               IMAGES               */
/**************************************/
.image {
	padding-left: 0px;
	padding-bottom: 10px;
}


/**************************************/
/*               FOOTER               */
/**************************************/
.footer, .push {
	line-height: 22px; /* .push must be the same height as .footer */
	align: center;
	text-align: center;
	background-image: url(../img/gradient2.gif);
}

/**************************************/
/*               EXPAND              */
/**************************************/

#container #basic-accordian{
	border:0;
	padding:3px;
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:2px;
	background:#fff;
	color:#666;
	border-bottom:1px solid #f0f0f0;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#f0f0f0;
}

.accordion_child{
	padding:15px;
	background:#fff;
}

.header_highlight{
	background:#fff;
}


/**************************************/
/*               LIGHTBOX             */
/**************************************/

.leightbox {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 900px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can"t See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can"t See This */    position:fixed;    }


/**************************************/
/*               TOOLTIP             */
/**************************************/

/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.3em;}
#JT_copy p, #JT_copy ul{font-size: 1.3em;}

#contentPad{
margin:20px;
}

/* ---------->>jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:11px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #cc0000;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333;
}

.JT_loader{
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #cc0000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #cc0000;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:5px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #cc0000;
}

.jTip{
cursor:help;
}

/**************************************/
/*               OFFERS            */
/**************************************/

.offers {
	height: 80px;
	width: 190px;
	margin-bottom: 15px;
}

/**************************************/
/*               INTRO            */
/**************************************/

.intro {
	padding-top: 0px;
	text-align: left;
}

.intro2 {
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	background-image: url(../img/intro.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 10px solid #000;
	text-align: left;
}

/**************************************/
/*               INTRO            */
/**************************************/
.heading {
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-image: url(../img/heading.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
.heading2 {
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-image: url(../img/heading2.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
.heading3 {
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-image: url(../img/heading3.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

/**************************************/
/*               ACCORDIAN            */
/**************************************/

#basic-accordian{
	padding:0px;
	width:390px;
	background-color: transparent;
}

.accordion_headings{
	padding:3px 3px 3px 10px;
	background-color: #cc3300;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	border-bottom: 1px solid #000;

}
.accordion_headings:hover{
	background-color: #669900;
}

#basic-accordian .header_highlight{
	background-color: #cc3300;
	cursor: text;
}
.accordion_child{
	padding:10px;
	background:transparent;
}

/**************************************/
/*            ROUND CORNERS           */
/**************************************/

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/**************************************/
/*            PADDING           */
/**************************************/

.pLeft {padding-left:10px;}



	