



html, body{
	height:100%;
	background:#232323;
    padding: 0px; 
    margin: 0px;
	font: 12px Arial, Verdana, sans-serif;
	color:#777777;
}
body{
	height:100%;
	background-color:#232323;
    padding: 0px; 
    margin: 0px;
	font: 12px Arial, Verdana, sans-serif;
	color:#777777;
}



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


    .bgImg{
        
        background: #ffffff url(../assets/bg/images/1285237903.jpg) no-repeat bottom;
        width:1680px;
        
        margin: 0px auto;
        height:100%;
    }


.wholePage{
	width:860px;
	margin:0px auto;
	position:relative;
	padding:0px 0px;
    


	
}



a {
	color:#A8A8A8;
}

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

.rightMargin{
	margin-right:10px;
}

.leftMargin{
	margin-left:10px;
}

.topMargin{
	margin-top:10px;
}

.bottomMargin{
	margin-bottom:10px;
}

.rightPadding{
	padding-right:10px;
}

.leftPadding{
	padding-left:10px;
}

.topPadding{
	padding-top:10px;
}

.bottomPadding{
	padding-bottom:10px;
}


.rightMarginBig{
	margin-right:20px;
}

.leftMarginBig{
	margin-left:20px;
}

.topMarginBig{
	margin-top:20px;
}

.bottomMarginBig{
	margin-bottom:20px;
}


.rightMarginTiny{
	margin-right:2px;
}

.leftMarginTiny{
	margin-left:2px;
}

.topMarginTiny{
	margin-top:2px;
}

.bottomMarginTiny{
	margin-bottom:2px;
}



.rightPaddingBig{
	padding-right:20px;
}

.leftPaddingBig{
	padding-left:20px;
}

.topPaddingBig{
	padding-top:20px;
}

.bottomPaddingBig{
	padding-bottom:20px;
}


.rightMarginGutter{
	margin-right:85px;
}

.leftMarginGutter{
	margin-left:85px;
}

.topMarginGutter{
	margin-top:85px;
}

.bottomMarginGutter{
	margin-bottom:85px;
}

.rightPaddingGutter{
	padding-right:85px;
}

.leftPaddingGutter{
	padding-left:85px;
}

.topPaddingGutter{
	padding-top:85px;
}

.bottomPaddingGutter{
	padding-bottom:85px;
}



.noMargin{
	margin:0px;
}


.noPadding{
	padding:0px;
}

.padding{
	padding:10px;
}

.margin{
	margin:10px;
}
.border{
	border: 1px solid #e7d000;
}
.topBorder{
	border-top: 1px solid #e7d000;
}

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

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

.rightBorder{
	border-right: 1px solid #e7d000;
}
.left{
	float:left;
}

.right{
	float:right;
}

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




h1{
	font-size:14px;
    font-family:Georgia, Times New Roman, Times, serif;
	padding:0px 0px;
    font-weight: normal ; 
    
}


h2{
	font-size:12px;
	padding:2px 0px;
    color:#000000;
    
    font-weight: normal ; 
}

p{
	padding:5px 0px;
}

hr{
	height:0px;
	margin:3px 0px 4px 0px;
	border-top: 1px solid #777777;
	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:#184513;
}

.red{
	color:#d21616;
}
.yellow{
	color:#e7d000;
}

.redBG{
	background:#d21616;
}

.yellowBG{
	background:#e7d000;
    color:#A8A8A8;
}

.greyBG{
	background:#454545;
    color:#e6e6e6;
}


.white{
	color:#ffffff;
}

.grey{
	color:#777777;
}

.HLT{
	color:#e7d000;
}



.lightTxt{
	color:#ffffff;
}

.bigTxt {
	font-size:24px;
}

.medTxt {
	font-size:16px;
}

.smlTxt{
	font-size:10px;
}



.header{
	
	width:860px;
	height:50px;
	overflow:hidden;
	margin:50px auto 0px auto;
	padding:0px 0px;
    
}


ul.topNavList{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
    font-family:Georgia, Times New Roman, Times, serif;
}
ul.topNavList li{
	display:inline;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:14px;

}

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

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


	margin:0px 2px;
	padding:0px 10px;
	background:transparent ;
	color:#777777;
	text-decoration:none;
	text-align:center;
   
   
	
	
}



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

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

a.topSelectedLink {
	display:block;
	
	line-height:20px;
	height:20px;
	
	

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

table.topSearch{
	border-collapse:collapse;
    
}

table.topSearch td{
	height:40px;
    line-height:40px;
}

.topSubmit{
	border:0px;
    color:#ffffff;
    background:#d21616;
    padding:5px 5px;
}

.topInput{
	border:0px;
    background:#ffffff;
    padding:5px 10px;
}
 

.bannerArea{
	
	width:1010px;
	height:220px;
	overflow:hidden;
	margin:0px auto;
	padding:0px 3px;
	
}



.contentArea{
	
	width:860px;
	
	margin:0px auto;
	padding:0px 0px;
}



.content2Col{
	width:420px;
}

.content2ColWide{
	width:660px;
}


.contentSiteMap{
	width:580px;
    margin:30px auto 30px auto;
}

.content1Col{
	width:220px;
}

.contentLeftCol{
	width:180px;
}


.content4Col{
 	width:860px;
 }




.contentBlock{
	
   
   
    
}

.contentBlock a{
	color:#e7d000;
}

.contentBlock a:hover{
	color:#e7d000;
}

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

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

h1.centralTitle{
	
    padding:0px 10px 0px 0px;
    height:40px;
    line-height:40px;
    color:#e7d000;
    font-size:16px;
    margin:0px;
    overflow:hidden;
}

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


.yellowBG h1.centralTxtTitle{
	width:466px;
    padding:10px 10px 5px 10px;
   
    
    color:#A8A8A8;
    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:#e7d000 ;
}

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:#e7d000 ;
}

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

h1.centralTxtTitle a{
	display: block;
	width:466px;
    height:30px;
    line-height:30px;
    color:#e7d000;
    text-decoration:none;
}
h1.centralTxtTitle a:hover{
	display: block;
	width:466px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    text-decoration:none;
    
}
.centralTxt{
	padding:0px 0px;
    overflow:hidden;
}


.yellowBG .centralTxt, .yellowBG .linkTitle{
	color:#A8A8A8;
    padding:0px 10px;
}
.centralTxt h1{
	width:466px;
    padding:10px 0px 0px 0px;
    color:#e7d000;
    font-size:16px;
    margin:0px;
    overflow:hidden;
    
}

.contentHead h1 a{
	display: block;
	width:466px;
 
    color:#e7d000;
    text-decoration:none;
}

.contentHead h1 a:hover{
	display: block;
	 width:466px;
   
    color:#e7d000;
    text-decoration:none;
}





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

h1.linkTitle a{
	
    color:#e7d000;
 	text-decoration:none;
}

.googlemap{
	width:420px;
    height:300px;
    
}





.contentLeftCol h1{
	color:#e7d000;
}

ul.linkList{

	list-style: none;
  	margin: 25px 0px 35px 0px;
  	padding: 0px;
	
}

li.linkListItem a{
	display: block;
	font-size:12px;
	width:180px;
	
	font-weight:normal;
	
	line-height:20px;
	height:auto;
	padding: 0px;
    margin: 0px;
	
	text-decoration: none;
	color:#777777 ;
}

li.linkListItem a:hover{
	
	color:#e7d000 ;
}

li.linkListItemStatic, li.linkListItemStatic a {
	display: block;
	font-size:12px;
	width:180px;
	
	font-weight:normal;
	
	line-height:20px;
	height:auto;
	padding: 0px;
    margin: 0px;
	
	text-decoration: none;
    color:#e7d000 ;
}

li.linkListItemSub a{
	display: block;
	font-size:10px;
	width:120px;
	
	font-weight:normal;
	
	line-height:20px;
	height:auto;
	padding: 0px;
    margin: 0px 0px 0px 20px;
	
	text-decoration: none;
	color:#777777 ;
}

li.linkListItem a:hover{
	
	color:#e7d000 ;
}

li.linkListItemSub a:hover, li.linkListItemSubStatic{
	display: block;
	font-size:10px;
	width:120px;
	
	font-weight:normal;
	
	line-height:20px;
	height:auto;
	padding: 0px;
    margin: 0px 0px 0px 20px;
	
	text-decoration: none;
    color:#e7d000 ;
}

h1.navTitle{
	font-size:15px;
    padding:10px 0px 0px 0px;
    width:240px;
    margin:0px;
    color:#e7d000}

.picBlock{
	
}


h1.rightTitle{
	
    padding:0px 0px 0px 0px;
    height:auto;
    
    line-height:20px;
    font-size:16px;
    margin:0px 0px 0px 0px;
    overflow:hidden;
}

.yellowBG h1.rightTitle, .yellowBG .rightTxt, .yellowBG rightMore a{
	color:#000000;
}

.greyBG h1.rightTitle, .greyBG .rightTxt, .greyBG rightMore a{
	color:#e6e6e6;
}

h1.rightTitle a{
	text-decoration:none;
    color:#e7d000;
}

h1.rightTitle a:hover{
	text-decoration:underline;
  
}
.rightTxt{
	
    padding:10px ;
    width:200px;
    font-size:12px;
   
}

.rightMore a{
	display: block;
	font-size:10px;
	width:50px;
	
	
	line-height:14px;
	height:14px;
	padding: 0px 0px 0px 170px;
	
	text-decoration: none;
	
}

.rightMore a:hover {
	display: block;
	font-size:10px;
	width:50px;
	
	
	line-height:14px;
	height:14px;
	padding: 0px 0px 0px 170px;
	
	text-decoration: underline ;
}

.crmFormBlock{
	background:#d21616;
    width:486px;
    color:#ffffff;
}

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

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

.crmFormBlock label.contentLabel{
	width:150px;
	
	line-height:30px;
	display:block;
    color:#ffffff;
    padding-left:10px;
    font-size:10px;
	
}

.crmFormBlock input.contentInput{
	background: #ffffff ;
	width:295px;
	height:20px;
	line-height:20px;
	border: 1px solid #232323;
	padding-top:5px;
	padding-left:5px;
	margin:5px 0px ;
	
}

.crmFormBlock textarea.contentTA{
	background: #ffffff ;
	width:300px;
	height:90px;
	
	border: 1px solid #232323;
	
	margin:5px 0px ;
	
}

.crmFormBlock input.contentInputSml{
	background: #ffffff ;
	width:50px;
	height:20px;
	line-height:20px;
	border: 1px solid #232323;
	padding-top:5px;
	padding-left:5px;
	margin:5px 0px ;
	
}

.crmFormBlock input.contentInputMed{
	background: #ffffff ;
	width:235px;
	height:20px;
	line-height:20px;
	border: 1px solid #232323;
	padding-top:5px;
	padding-left:5px;
	margin:5px 0px ;
	
}

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

.crmFormBlock select.contentSelect{
	
	line-height:20px;
    height:20px;
	
}

input.contentSubmit{
	background: #d21616 ;
	width:238px;
	height:57px;
	line-height:57px;
	border: 0px;
	color: #ffffff ;
	text-align:left;
	margin:5px 0px 5px 248px;
    font-size:18px;
	 cursor:pointer;
}




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

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

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


.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%;
	  }



.longInput{
	border:1px solid #e7d000;
    padding: 5px;
    width:450px;
}

.medInput{
	border:1px solid #e7d000;
    padding: 5px;
    width:240px;
}

.borderInput{
	border:1px solid #e7d000;
    padding: 5px;
}
td.label label{
	font-size:18px;
	padding:0px 0px;
    font-weight: normal ; 
}

input.btnSubmit{
	width:240px;
    height:50px;
    line-height:50px;
    color:#ffffff;
    background:#d21616;
    border:0px;
    text-align:left;
    font-size:18px;
}
.footer{
	border-top: 1px solid #e7d000;
	width:840px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	padding: 10px;
	color:#A8A8A8;
}

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 #A8A8A8;
}

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

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


	margin:0px 0px;
	padding:0px 10px;
	
	color:#A8A8A8;
	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:#A8A8A8;
	text-decoration:none;
	text-align:center;
    
	
}

.disclaimer{
	width:860px;
	padding:0px;
    color:#A8A8A8;
	
	
}



