

/* CSS Document */
html{
	height:100%;
	background:#536068 url(../assets/general/bg.gif) repeat-x 0px 0px;
    padding: 0px; 
    margin: 0px;
}
body{
	margin: 0px ; 
	padding: 0px;
	height:100%;
	
	color:#ffffff;
}

.bg{
	position:fixed;
   
	width:100%;
	bottom:0px;
	
	height:100%;
   
}


.bgWhite{
	background:#ffffff;
}

.bgBlack{
	background:#000000;
}


a {
	color:#ff6633;
}

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

a.HLTLink {
	color:#ff6633;
}

a:hover.HLTLink{
	color:#ff6633;
	text-decoration:none;
}

.right{
	float:right;
}

.left{
	float:left;
}

.noMargin{
	margin:0px;
}

.noPadding{
	padding:0px;
}

.rightMargin{
	margin-right:10px;
}

.leftMargin{
	margin-left:10px;
}

.rightMarginSml{
	margin-right:5px;
}

.leftMarginSml{
	margin-left:5px;
}

.leftMarginR{
	margin-left:9px;
}

.leftMarginC{
	margin-left:8px;
}


.rightMarginC{
	margin-right:8px;
}

.bottomMargin{
	margin-bottom:10px;
}

.topMargin{
	margin-top:10px;
}

.margin{
	margin:10px;
}

.central{
	
	margin: 0px auto;
}

.rightPadding{
	padding-right:10px;
}

.leftPadding{
	padding-left:10px;
}

.rightPaddingSml{
	padding-right:5px;
}

.leftPaddingSml{
	padding-left:5px;
}

.bottomPadding{
	padding-bottom:10px;
}

.topPadding{
	padding-top:10px;
}

.padding{
	padding:10px;
}

.rightPaddingSml{
	padding-right:5px;
}

.leftPaddingSml{
	padding-left:5px;
}

.bottomPaddingSml{
	padding-bottom:5px;
}

.topPaddingSml{
	padding-top:5px;
}

.paddingSml{
	padding:5px;
}

.rightBorder{
	border-right:1px solid #cccccc;
}

.leftBorder{
	border-left:1px solid #cccccc;
}

.bottomBorder{
	border-bottom:1px solid #cccccc;
}

.topBorder{
	border-top:1px solid #cccccc;
}

div.cleaner{
	height:0px;
	overflow:hidden;
	clear:both;
}

.wholePage{
	width:990px;
	margin:0px auto;
	position:relative;
	padding:0px 0px;
    line-height:14px;


	
}
.wholePagePopup{
	width:740px;
	margin:0px auto;
	position:relative;
	padding:10px;
    line-height:14px;


	
}


h1{
	font-size:18px;
	padding:0px 0px;
    font-weight: normal ; 
}


h2{
	font-size:14px;
	padding:4px 0px 4px 0px;
    color:#ff6633;
    line-height:12px;
    overflow:hidden;
    height:auto;
    margin:0px;
}

p{
	padding:0px 0px;
    margin:0px 0px 10px 0px;
}

hr{
	height:0px;
	margin:3px 0px 4px 0px;
	border-top: 1px solid #cccccc;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	overflow:hidden;
	
}

.txtRight{
	text-align:right;
}

.txtLeft{
	text-align:left;
}

.centered{
	text-align:center;
}

.green{
	color:#509400;
}

.white{
	color:#ffffff;
}


.HLT{
	color:#ff6633;
}



.lightTxt{
	color:#ffffff;
}

.bigTxt {
	font-size:24px;
}

.medTxt {
	font-size:20px;
}


.orangeBG{
	background:#ff6633;
}

.redBG{
	background:#ff0000;
}
.header{
	width:990px;
    color:#f5f5f5;
    height:100px;
    overflow:hidden;
    font-weight:bold;
}




.topNav{
	margin-top:0px;
    margin-right:10px;
}

ul.topNavList{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.topNavList li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:12px;

    
}

ul.topNavList li.last{
	
    border-right:0px;
}

a.topLink {
	
	display:block;
	
	line-height:30px;
	height:30px;


	margin:0px 0px;
	padding:60px 10px 0px 10px;
	
	color:#ff6633;
	text-decoration:none;
	text-align:center;
   
	
	
}



a:hover.topLink, a.topSelectedLink {
	display:block;
	
	line-height:30px;
	height:30px;
	
	background:#ff6633;

	margin:0px 0px;
	padding:60px 10px 0px 10px;
	
	color:#383838;
	text-decoration:none;
	text-align:center;
    
	
}


.joinBox{
	color: #ffffff; 
    cursor:pointer; 
    width:220px; 
    min-height:125px; 
    height:125px; 
    padding:10px 20px 10px 0px; 
    overflow:hidden; background: transparent url(../assets/general/bgJoin.gif) no-repeat 0px 0px ;
}

h1.joinTitle{
	width:185px;
    padding:0px 0px 0px 10px;

    height:auto;
    line-height:14px;
    color:#383838;
    font-size:16px;
    margin:0px 0px 5px 0px;
    overflow:hidden;
}

h1.joinTitle a{
	text-decoration:underline;
    color:#383838;
}


h1.joinTitle a:hover{
	text-decoration:underline;
    color:#383838;
}





.ddSearch{
	width:135px;
    padding-right:10px;
    z-index:1000;
}

.topSubmit{
	width:20px;
    background: #ffffff url(../assets/general/btnChevronBlack.gif) no-repeat 3px 7px ;
    border: 0px;
    height:22px;
}

.topInputLogin{
	border: 1px solid #ffffff;
    height:18px;
    line-height:18px;
    width:100px;
}

.topInput{
	width:100px;
    border: 1px solid #ffffff;
    height:18px;
    line-height:18px;
}





.banner{
	width:736px;
    height:277px;
}

.banner3Col{
	width:990px;
    height:145px;
}


/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 20px; text-decoration: none; font-size: 100%; list-style: none;
	
	background: #ffffff;
	float: left;
	position: relative;
	z-index: 1;

	bottom: 0px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 20px; text-decoration: none; font-size: 100%; list-style: none;
	
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 20px; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	
	border-top: 1px solid #ff6633;
    border-left: 1px solid #ff6633;
    border-right: 1px solid #ff6633;
	width:78px;
	height:19px;
	color: #696969;
	background: #ffffff;
}
.ui-tabs-nav li a:hover {
	background: #ffffff;
	color: #ff6633;
    border-top: 1px solid #ff6633;
    border-left: 1px solid #ff6633;
    border-right: 1px solid #ff6633;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ff6633;
	color: #ffffff;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	
	color: #222222;
	padding-left: 1px;	
	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


div.priceFeed{
	border-top: 1px solid #ff6633;
}




.leftNav{
	width:240px;
}

ul.linkList{

	list-style: none;
  	margin: 5px 0px;
  	padding: 0px;
	
}

li.linkListItem a{
	display: block;
	font-size:11px;
	width:205px;
	background: #000000 url(../assets/general/btnChevron.gif) no-repeat 230px 8px ;
	
	
	line-height:20px;
	height:auto;
	padding: 2px 25px 2px 10px;
	font-weight:bold;
	text-decoration: none;
	color:#ff6633 ;
}

li.linkListItem a:hover, li.linkListItemStatic a{
	display: block;
	font-size:11px;
	width:205px;
	background: #232323 url(../assets/general/btnChevron.gif) no-repeat 230px 8px ;
	
	
	line-height:20px;
	height:auto;
	padding: 2px 25px 2px 10px;
	font-weight:bold;
	text-decoration: none;
	color:#ff6633 ;
}



li.linkListItemSub a{
	display: block;
	font-size:11px;
	width:185px;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 230px 8px ;
	font-weight:bold;
	
	line-height:20px;
	height:auto;
	padding: 2px 25px 2px 30px;
	
	text-decoration: none;
	color:#ff6633 ;
}

li.linkListItemSub a:hover, li.linkListItemSubStatic{
	display: block;
	font-size:11px;
	width:185px;
	background:#232323 url(../assets/general/btnChevron.gif) no-repeat 230px 8px ;
	font-weight:bold;
	
	line-height:20px;
	height:auto;
	padding: 2px 25px 2px 30px;
	
	text-decoration: none;
	color:#ff6633 ;
}

h1.navTitle{
	font-size:15px;
    padding:5px 5px 5px 5px;
    width:200px;
    margin:0px;
    color:#ff6633}


.breadcrumb{
  	width:745px;
	background:#ffffff;
    padding:0px 0px 0px 240px;
    font-size:10px;
    line-height:20px;
    height:20px;
}

.breadcrumb a{
	color:#383838;
    text-decoration:none;
}

.breadcrumb a:hover{
	color:#cbcbcb;
    text-decoration:underline;
}
	
.hpMain{
	width:490px;
}

.hp3Col{
	width:750px;
}

.content3Col{
	width:740px;
}


.hpBaseHead{
	width:720px;
    padding:10px;
}

.hpCopy{
	width:488px;
    background:#ffffff;
    padding:0px 0px 0px 10px;
    color:#383838;
    height:468px;
}
.hpCopyNP{
	width:498px;
    background:#ffffff;
    padding:0px 0px 0px 0px;
    color:#383838;
    height:468px;
}

.hpBlocks{
	width:240px;
}

.productHPBox{

	font-size:11px;
    font-weight:bold;
    line-height:12px;
}

h1.hpBlockTitle{
	width:230px;
    padding:0px 0px 0px 10px;
    background-color:#ffffff;
    height:50px;
    line-height:50px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}


h1.hpLinkTitle{
	width:185px;
    padding:0px 0px 0px 10px;

    height:auto;
    line-height:18px;
    color:#383838;
    font-size:16px;
    margin:0px 0px 5px 0px;
    overflow:hidden;
}

h1.hpLinkTitle a{
	text-decoration:underline;
    color:#ff6633;
}


h1.hpLinkTitle a:hover{
	text-decoration:underline;
    color:#ff6633;
}

.hpBlockBG{
	background:#000000;
    overflow:hidden;
}


h1.hpJ72{
	width:230px;
    padding:0px 0px 0px 10px;
    background-color:#000000;
    height:auto;
    line-height:46px;
    color:#ff6633;
    font-size:16px;
    margin:0px 0px 10px 0px;
    overflow:hidden;
}

.mainCopyContent{
	width:490px;
}
.contentBlockBG{
	
    width:490px;
    color:#f5f5f5;
    background:transparent url(../assets/general/bgTxtSml.png) repeat-x 0px 0px;
    
}

.contentBlock{
	
    width:490px;
    color:#f5f5f5;
   
    
}

.contentBlock a{
	color:#ff6633;
}

.contentBlock a:hover{
	color:#000000;
}
.contentBlockWhite{
	background:#ffffff;
    width:490px;
    color:#f5f5f5;
    
}




.txtBlock{
	width:470px;
    padding:10px;
    min-height:143px;
    background: transparent url(../assets/general/bgTxtSml.png) repeat-x 0px 0px;
    color:#f5f5f5;
}

.txtBlockSml{
	width:470px;
    padding:10px;
    min-height:100px;
    background: transparent url(../assets/general/bgTxtSml.png) repeat-x 0px 0px;
    color:#f5f5f5;
}

.partnerBlock{
	width:470px;
    padding:10px;
    min-height:237px;
    background: transparent url(../assets/general/bgTxt.png) no-repeat 0px 0px;
    color:#f5f5f5;
}

.contentHead {
	}


.contentHeadOrange {
	background:#ff6633;
    text-align:center;
    height:30px;
   
    overflow:hidden;
}

.contentHead h1{
	font-size:20px;
    margin:0px 10px 0px 10px;
    padding-top:0px;
    color:#f5f5f5;
   
    
}


.contentHeadOrange h1{
	font-size:16px;
    margin:0px 10px 0px 10px;
    padding-top:0px;
    padding-bottom:0px;
    color:#f5f5f5;
    text-align:center;
    height:30px;
    line-height:30px;
    overflow:hidden;
    letter-spacing:0.1em;
    
}



.contentHead h2{
	font-size:12px;
    margin:0px 10px 10px 10px;
    padding:0px;
    color:#ffffff;
     font-weight:normal;
}

h1.centralTitle{
	width:466px;
    padding:0px 10px 0px 10px;
    background-color:#ffffff;
    height:50px;
    line-height:50px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}

h1.centralTxtTitle{
	width:466px;
    padding:10px 10px 5px 10px;
   
    
    color:#f5f5f5;
    font-size:16px;
    margin:0px;
    overflow:hidden;
    
}

a.titleBack{
	display: block;
	font-size:10px;
	width:50px;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 45px 11px ;
	
	
	line-height:20px;
	height:20px;
	padding: 5px;
	
	text-decoration: none;
	color:#ff6633 ;
}

a:hover.titleBack {
	display: block;
	font-size:10px;
	width:50px;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 45px 11px ;
	
	
	line-height:20px;
	height:20px;
	padding: 5px;
	
	text-decoration: underline;
	color:#ff6633 ;
}

h2.centralTxtTitleSub{
	width:466px;
    padding:0px 10px 5px 10px;
    height:20px;
    line-height:20px;
    color:#ffffff;
    font-size:14px;
    margin:0px;
    overflow:hidden;
}

h1.centralTxtTitle a{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 450px 8px ;
    width:466px;
    height:30px;
    line-height:30px;
    color:#ff6633;
    text-decoration:none;
}
h1.centralTxtTitle a:hover{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 450px 8px ;
    width:466px;
    height:30px;
    line-height:30px;
    color:#000000;
    text-decoration:none;
    
}
.centralTxt{
	padding:0px 10px;
    overflow:hidden;
}

.centralTxt h1{
	width:466px;
    padding:10px 0px 0px 0px;
    background-color:#ffffff;
    
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
    
}

.contentHead h1 a{
	display: block;
	background: transparent url(../assets/general/btnChevronBlack.gif) no-repeat 450px 8px ;
    width:466px;
 
    color:#ffffff;
    text-decoration:none;
}

.contentHead h1 a:hover{
	display: block;
	background: transparent url(../assets/general/btnChevronBlack.gif) no-repeat 450px 8px ;
    width:466px;
   
    color:#383838;
    text-decoration:none;
}

h1.centralTitleWhite{
	width:466px;
    padding:5px 10px 5px 10px;
    background-color:#ffffff;
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}
h2.centralTitleWhiteSub{
	width:466px;
    padding:0px 10px 5px 10px;
    background-color:#ffffff;
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:14px;
    margin:0px;
    overflow:hidden;
}

h1.centralTitleWhite a{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 450px 8px ;
    width:466px;
    height:30px;
    line-height:30px;
    color:#ff6633;
    text-decoration:none;
}
h1.centralTitleWhite a:hover{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 450px 8px ;
    width:466px;
    height:30px;
    line-height:30px;
    color:#ff6633;
    text-decoration:none;
    
}

.picBlock{
	overflow:hidden;
    
}

.seminarBtnMore{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 450px 8px ;
    width:200px;
    height:20px;
    line-height:20px;
    color:#ff6633;
    text-decoration:none;
    padding-left:266px
}

h1.linkTitle{
	width:356px;
    padding:5px 0px 0px 0px;
    
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}

.googlemap{
	width:484px;
    height:244px;
    border:3px solid #000000;
}

.googlemapBig{
	width:734px;
    height:594px;
    border:3px solid #000000;
}

.googlemapSlim{
	width:484px;
    height:221px;
    border:3px solid #000000;
}

.googlemapTiny{
	width:234px;
    height:173px;
    border:3px solid #000000;
}


.tableHolder{
	height:175px;
    color:#f5f5f5;
}

.memPrivileges a{
	display:block;
    height:30px;
    line-height:30px;
    background:#000000 url(../assets/general/j72LogoSml.png) no-repeat 205px 15px;
    padding:10px 10px 13px 10px;
    width:220px;
    font-weight:bold;
    text-decoration:none;
}

.memPrivileges a:hover{
	
    text-decoration:underline;
    color:#ff6633;
}

#carousel {
	margin: 0px;
	width: 434px;
	height: 206px;
	padding: 0;
	overflow: scroll;
	border:3px solid #000000;
}
#carousel ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}

#carousel li img{
	border:0px;
}
.textholder {
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.searchBlock{
	width:240px;
    color:#000000;
    background:#ff6633;
}

.searchBlock a{
	
    color:#000000;
    text-decoration:underline;
}

.searchBlock a:hover{
	
    color:#000000;
    text-decoration:none;
}

.searchBlock h1{
	font-size:15px;
    padding:5px 5px 0px 5px;
    width:200px;
    margin:0px;
    color:#000000}

.searchBlock h2{
	font-size:12px;
    padding:5px 5px 0px 5px;
    width:200px;
    margin:0px;
    color:#000000}

.searchTable{
	width:100%;
    color:#000000;
    border-collapse:collapse;
    
}
.searchTable th, .searchTable td{
	text-align:left;
}



.crmFormBlock{
	width:470px;
    padding:10px;
   
    background:#000000;
    color:#f5f5f5;
}

h1.crmFormTitle{
	width:466px;
    padding:0px 10px 0px 10px;
    height:50px;
    line-height:50px;
    color:#ffffff;
    font-size:16px;
    margin:0px;
    
}



.crmFormBlock label.contentLabel{
	width:110px;
	height:15px;
	line-height:15px;
	display:block;
    color:#ffffff;
    padding-left:0px;
	
}

.crmFormBlock input.contentInput{
	background: #ffffff ;
	width:345px;
	height:15px;
	line-height:15px;
	border: 1px solid #191919;
	
	margin:2px 0px ;
	
}

.crmFormBlock textarea.contentTA{
	background: #ffffff ;
	width:345px;
	height:90px;
	
	border: 1px solid #191919;
	
	margin:2px 0px ;
	
}

.crmFormBlock input.contentInputSml{
	background: #ffffff ;
	width:50px;
	height:15px;
	line-height:15px;
	border: 1px solid #191919;
	
	margin:2px 0px ;
	
}

.crmFormBlock input.contentInputMed{
	background: #ffffff ;
	width:167px;
	height:15px;
	line-height:15px;
	border: 1px solid #191919;
	
	margin:2px 0px ;
	
}

.crmFormBlock table.telNum{
	border-collapse:collapse;
    padding:0px;
    margin:0px;
}

.crmFormBlock select.contentSelect{
	
	
}

input.contentSubmit{
	background: #ff6633 ;
	width:80px;
	height:20px;
	line-height:20px;
	border: 0px;
	color: #ffffff ;
	text-align:center;
	margin:5px 0px ;
    
}




form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	
	padding:5px;
	margin:0px;
	background-color: transparent;
	color : #ff0000;
	display:block;
	
	font-style: italic
}
div.error { display: none; }

input.contentInput:focus { border:1px solid #509400; }
input.contentInput.error { border:1px solid #ff6633; }
input.contentInputMed:focus { border:1px solid #509400; }
input.contentInputMed.error { border:1px solid #ff6633; }
textarea.metaDesc:focus { border:1px solid #509400; }
textarea.metaDesc.error { border:1px solid #ff6633; }

form.cmxform .gray * { color: gray; }


.searchLabel{
    display:block;
    margin-bottom:5px;
}

.searchInput{
	width:220px;
    border: 1px solid #cccccc;
}

.searchSubmit{
	width:100px;
    background: transparent url(../assets/general/btnChevron.gif) no-repeat 87px 4px ;
    border: 0px;
}
.searchInputDate{
	width:190px;
    border: 1px solid #cccccc;
    height:15px;
}


.searchCalendar{
	border:0px;
    width:21px;
    height:19px;
    background: transparent url(../assets/general/btnCalendar.gif) no-repeat 0px 0px ;
}

.rc_calendar {
	border: 1px solid #191919;
}

.rc_iframe_body {
	margin: 0px;
	background: #ffffff;
	border: 0px;
	cursor: default;
}

.rc_iframe_body .rc_table {
	font: 12px Helvetica, Verdana, Arial,  sans-serif;
	
}

.rc_iframe_body .rc_wd_tr td {
	border-bottom: 1px solid #191919;
	padding: 2px;
	text-align: center;
	color: #ff6633;
	white-space: nowrap;
}
.rc_iframe_body .rc_time_tr td {
	border-top: 1px solid #191919;
	padding: 2px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

.rc_iframe_body .rc_head_tr td,
.rc_iframe_body .rc_nav_tr td {
	border-bottom: none;
	padding: 2px;
	text-align: center;
	color: #ffffff;
    background:#ff6633;
	white-space: nowrap;
	font-weight: bold;
}

.rc_iframe_body .rc_cal_tr td {
	border: 1px solid #fff;
	padding: 4px 2px 4px 2px;
	text-align: right;
	color: #000;
	white-space: nowrap;
	width: 20px;
}

.rc_iframe_body .rc_footer_tr td {
	border-top: none;
	padding: 2px;
	text-align: center;
	color: #ffffff;
    background:#ff6633;
	white-space: nowrap;
}

.rc_iframe_body .rc_hours {
	width: 20px;
}

.rc_iframe_body .rc_colon_span {
}

.rc_iframe_body .rc_mins {
	width: 20px;
}

.rc_iframe_body .rc_mins {
	width: 20px;
}

.rc_iframe_body td.rc_current {
	color: #fff;
	background: #ff6633;
	font-weight: bold;
}

.rc_iframe_body td.rc_today {
	font-weight: bold;
}

.rc_iframe_body td.rc_weekend_head {
	color: #f00;
}

.rc_iframe_body td.rc_weekend_day {
	color: #f00;
}

.rc_iframe_body tr.rc_highlight,
.rc_iframe_body tr.rc_highlight td {
	border: 1px solid #cccccc;
	background: #cccccc;
}

.rc_iframe_body tr.rc_highlight td.rc_highlight {
	background: #cbcbcb;
	border: 1px solid #cbcbcb;
    color:#ffffff;
}



.rightBlocks{
	width:240px;
    margin-top:31px;
}

.rightBlocks img, .rightBlocksHP img, .mainCopyContent img, .picBlock img{
	border:3px solid #000000;
}

.rightBlocksHP{
	width:240px;
}


h1.rightTitle{
	width:230px;
    padding:0px 0px 0px 10px;
    background-color:#000000;
    height:auto;
    line-height:50px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}

h1.rightTitleAlpha{
	width:230px;
    padding:0px 0px 0px 10px;

    height:auto;
    line-height:20px;
    color:#ffffff;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}

h1.rightTitle a, h1.rightTitleAlpha a{
	text-decoration:none;
}

h1.rightTitle a:hover, h1.rightTitleAlpha a:hover{
	text-decoration:none;
    color:#cbcbcb;
}
.rightTxt{
	background:#000000;
    color:#ff6633;
    padding:10px;
    font-size:12px;
    
}

.rightTxtAlpha{
	 padding:0px 10px;
     color:#f5f5f5;
}

.rightMore a{
	display: block;
	font-size:10px;
	width:50px;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 210px 8px ;
	
	
	line-height:20px;
	height:20px;
	padding: 2px 0px 2px 165px;
	
	text-decoration: none;
	color:#ff6633 ;
}

.rightMore a:hover {
	display: block;
	font-size:10px;
	width:50px;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 210px 8px ;
	
	
	line-height:20px;
	height:20px;
	padding: 2px 0px 2px 165px;
	
	text-decoration: underline;
	color:#ff6633 ;
}

.lpHead {
	/*background:#ffffff;*/
}

.lpHead h1{
	font-size:18px;
    margin:0px 10px 0px 10px;
    color:#f5f5f5;
   
    
}

.lpHead h2{
	font-size:12px;
    margin:0px 10px 10px 10px;
    padding:0px;
    color:#ffffff;
     font-weight:normal;
}
.whiteTxt{
	background:#ffffff;
    color:#383838;
    padding:10px;
}

h1.centralTitleLP{
	width:466px;
    padding:5px 0px 5px 0px;
    background-color:#ffffff;
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}
h2.centralTitleLPSub{
	width:466px;
    padding:0px 10px 5px 10px;
    background-color:#ffffff;
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:14px;
    margin:0px;
    overflow:hidden;
}

h1.centralTitleLP a{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 450px 8px ;
    width:466px;
    height:30px;
    line-height:30px;
    color:#ff6633;
    text-decoration:none;
}
h1.centralTitleLP a:hover{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 450px 8px ;
    width:466px;
    height:30px;
    line-height:30px;
    color:#ff6633;
    text-decoration:none;
    
}

.lpMore a{
	display: block;
	font-size:10px;
	width:55px;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 440px 8px ;
	
	
	line-height:20px;
	height:20px;
	padding: 2px 0px 2px 400px;
	
	text-decoration: none;
	color:#ff6633 ;
}

.lpMore a:hover {
	display: block;
	font-size:10px;
	width:55px;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 440px 8px ;
	
	
	line-height:20px;
	height:20px;
	padding: 2px 0px 2px 400px;
	
	text-decoration: none;
	color:#ff6633 ;
}

h1.linkTitleWhite{
	width:356px;
    padding:5px 0px 0px 0px;
    background-color:#ffffff;
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}
.bubbleInfo, .bubbleInfoBlock {
            position: relative;
           
        }
      
     
        /* Bubble pop-up */

       .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
			font-size:12px;
        	background: url(../assets/general/popup.png) no-repeat top center;
        	color: #ffffff;
        	border-collapse: collapse;
			padding:20px;
			width:199px;
			height:98px;
			overflow:hidden;
        }

      .popup h1{
	  	font-size:14px;
		margin:0px 0px 5px 0px;
		padding: 0px 0px;
		
		
	  }
	  
	  .popupBlock table{
	  	width:100%;
	  }
      
      /* Bubble pop-up */

       .popupBlock {
        	position: absolute;
        	display: none;
        	z-index: 50;
			font-size:12px;
        	background: url(../assets/general/popup.png) no-repeat top center;
        	color: #ffffff;
        	border-collapse: collapse;
			padding:20px;
			width:199px;
			height:98px;
			overflow:hidden;
        }

      .popupBlock h1{
	  	font-size:14px;
		margin:0px 0px 5px 0px;
		padding: 0px 0px;
		
		
	  }
	  
	  .popupBlock table{
	  	width:100%;
	  }
	  
.contentBlockWhiteSearch{
	background:#ffffff;
   
    color:#383838;
    
}

h1.centralTitleWhiteSearch{
	width:716px;
    padding:5px 10px 5px 10px;
    background-color:#ffffff;
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}
h2.centralTitleWhiteSubSearch{
	width:716px;
    padding:0px 10px 5px 10px;
    background-color:#ffffff;
    height:20px;
    line-height:20px;
    color:#ff6633;
    font-size:14px;
    margin:0px;
    overflow:hidden;
}

h1.centralTitleWhiteSearch a{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 700px 8px ;
    width:716px;
    height:30px;
    line-height:30px;
    color:#ff6633;
    text-decoration:none;
}
h1.centralTitleWhiteSearch a:hover{
	display: block;
	background: transparent url(../assets/general/btnChevron.gif) no-repeat 700px 8px ;
    width:716px;
    height:30px;
    line-height:30px;
    color:#ff6633;
    text-decoration:none;
    
}


.footer{
	width:970px;
	padding:10px;
	min-height:143px;
    background: transparent url(../assets/general/bgTxtSml.png) repeat-x 0px 0px;
    color:#f5f5f5;
	margin-top:10px;
}



ul.baseNavList{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.baseNavList li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px 10px;
	font-size:10px;
	
    border-right:1px solid #ffffff;
}

ul.baseNavList li.last{
	
    border-right:0px;
}

li.baseLink a {
	
	display:block;
	
	line-height:15px;
	height:15px;


	margin:0px 0px;
	padding:0px 10px;
	
	color:#ffffff;
	text-decoration:none;
	text-align:center;
   
	
	
}



li.baseLink a:hover , li.baseSelectedLink a {
	display:block;
	
	line-height:15px;
	height:15px;
	
	

	margin:0px 0px;
	padding:0px 10px;
	
	color:#ff6633;
	text-decoration:none;
	text-align:center;
    
	
}

.disclaimer{
	width:970px;
	padding:10px 0px;
   
	margin-bottom:150px;
}



