/* ------ Global Settings ------ */

img {
    border: 0;
}

/*img {
    behavior: url("pngbehavior.htc");
}*/

.clear {
    clear: both;
}

/* ------ Global Structure ------ */

DIV#frame {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
    background-image: url(Images/frame_bg.png);
    background-repeat: repeat-y;
}

DIV#innerframe {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    /*background-color: #FFFFFF;*/
    background-color: transparent;
    background-image: url(Images/innerframe_bg.gif);
    background-repeat: repeat-y;
}

DIV#content-header {
    width: 960px;
    height: 120px;
    position: relative;
    z-index: 10000;
    background-color: #FFFFFF;
}

DIV#content-header .logo {
    width: 328px;
    height: 120px;
}

DIV#content-header .strapline {
    height: 22px;
    left: 650px;
    position: absolute;
    top: 68px;
    width: 193px;
    z-index: 1;
}

DIV#content-nav {
    width: 952px/*960px*/;
    height: 32px;
    background-color: #333333;
    padding-left: 8px;
}

DIV#content-body {
    width: 960px;
    height: auto;
    overflow: hidden;
}


DIV#content-footer {
    width: 980px;
    height: 33px;
    background-color: transparent;
    background-image: url(Images/footer_bg.png);
    background-repeat: no-repeat;
    bottom: -33px;
    left: 0pt;
    margin: 0pt -10px;
    position: relative;
}

DIV.col-left {
    float: left;
    width: 621px;
    height: auto;
    overflow: hidden;
}

	DIV#fade {
    	display: block;
    	/*position: relative;*/
	}
	
	.pics {
    	width: 621px;
    	height: 233px;
    	margin: 0;
    	padding: 0;
    	overflow: hidden;
	}
	
	.pics img {
    	display: block;
    	/*position: absolute;
    	left: 0;
    	top: 0;*/
	}

DIV.col-right {
    float: right;
    width: 339px;
    height: 1%;
    overflow: hidden;
    background-image: url(Images/col-right_bg.gif);
    background-repeat: no-repeat;
}

DIV.col-right-master {
    float: right;
    width: 339px;
    height: 1%;
    overflow: hidden;
   /* background-image: url(Images/col-right_bg.gif);*/
    background-repeat: no-repeat;
}

DIV.content-flash-banner {
    /*width: 621px;*/
    /*height: 233px;*/
    display: block;
}

DIV.feat-box {
    display: block;
    width: 576px;
    padding: 24px 0px 0px 45px;
}

DIV.feat-title {
    display: block;
    margin: 0px 0px 23px 0px;
}

DIV.feat-items {
    display: block;
    /*width: 508px;*/
    /*border-bottom: 1px solid #e5e5e5;*/
    padding: 0px 0px 13px 0px;
}

DIV.quicklinks-title {
    display: block;
    margin: 30px 0px 36px 30px;
}

/* ------ Quick Links ------ */

DIV#quicklinks {
	display: block;
	margin: 0px 0px 0px 30px;
}

DIV#quicklinks ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

DIV#quicklinks li { 
	margin: 0; 
}

DIV#quicklinks li a { 
	text-decoration: none; 
	display: block; 
}

DIV#quicklinks li a span { 
	margin: 0; 
	padding: 0; 
	display: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

/* Custom */

DIV#quicklinks #custom { 
	width: 249px;
	height: 35px;
	background-image: url(Images/customiseexp_btn.gif); 
	background-repeat: no-repeat;
}

DIV#quicklinks #custom a { 
	width: 249px;
	height: 35px;
	display: block;
}

DIV#quicklinks #custom a:hover { 
	background-image: url(Images/customiseexp_btn_over.gif); 
	background-repeat: no-repeat;
}

DIV#quicklinks #custom a:active { 
	background-image: url(Images/customiseexp_btn_over.gif); 
	background-repeat: no-repeat;
}

/* Travel */

DIV#quicklinks #travel { 
	width: 249px;
	height: 34px;
	background-image: url(Images/traveltools_btn.gif); 
	background-repeat: no-repeat;
}

DIV#quicklinks #travel a { 
	width: 249px;
	height: 34px;
	display: block;
}

DIV#quicklinks #travel a:hover { 
	background-image: url(Images/traveltools_btn_over.gif); 
	background-repeat: no-repeat;
}

DIV#quicklinks #travel a.active { 
	background-image: url(Images/traveltools_btn_over.gif); 
	background-repeat: no-repeat;
}

/* Join */

DIV#quicklinks #join { 
	width: 249px;
	height: 34px;
	background-image: url(Images/joinenews_btn.gif); 
	background-repeat: no-repeat;
}

DIV#quicklinks #join a { 
	width: 249px;
	height: 34px;
	display: block;
}

DIV#quicklinks #join a:hover { 
	background-image: url(Images/joinenews_btn_over.gif); 
	background-repeat: no-repeat;
}

DIV#quicklinks #join a.active { 
	background-image: url(Images/joinenews_btn_over.gif); 
	background-repeat: no-repeat;
}

/* ------ How it works ------ */

DIV#find-out-btn {
	display: block;
	margin: 175px 0px 64px 30px;
}

DIV#find-out-btn ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

DIV#find-out-btn li { 
	margin: 0; 
}

DIV#find-out-btn li a { 
	text-decoration: none; 
	display: block; 
}

DIV#find-out-btn li a span { 
	margin: 0; 
	padding: 0; 
	display: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

/* About */

DIV#find-out-btn #about { 
	width: 182px;
	height: 19px;
	background-image: url(Images/free_btn.gif); 
	background-repeat: no-repeat;
}

DIV#find-out-btn #about a { 
	width: 182px;
	height: 19px;
	display: block;
}

DIV#find-out-btn #about a:hover { 
	background-image: url(Images/free_btn_over.gif); 
	background-repeat: no-repeat;
}

DIV#find-out-btn #about a:active { 
	background-image: url(Images/free_btn_over.gif); 
	background-repeat: no-repeat;
}

/* ------ View more ------ */

DIV#viewmore {
	display: block;
	/*margin: 175px 0px 64px 30px;*/
	width: 508px;
    text-align: right;
    padding: 11px 0px 0px 0px;
}

DIV#viewmore ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

DIV#viewmore li { 
	margin: 0; 
	float: right;
}

DIV#viewmore li a { 
	text-decoration: none; 
	display: block; 
}

DIV#viewmore li a span { 
	margin: 0; 
	padding: 0; 
	display: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

DIV#viewmore #viewexps { 
	width: 170px;
	height: 19px;
	background-image: url(Images/viewmore_exp.gif); 
	background-repeat: no-repeat;
}

DIV#viewmore #viewexps a { 
	width: 170px;
	height: 19px;
	display: block;
}

DIV#viewmore #viewexps a:hover { 
	background-image: url(Images/viewmore_exp_over.gif); 
	background-repeat: no-repeat;
}

DIV#viewmore #viewexps a:active { 
	background-image: url(Images/viewmore_exp_over.gif); 
	background-repeat: no-repeat;
}

/* ------ Back to top ------ */

DIV#backtotop {
	border-top: 1px solid #E8E8E8;
	display: block;
	margin: 30px 45px 0px 45px;
	padding: 11px 0px 0px;
	text-align: right;
	/*width: 531px/*546px;*/
}

DIV#backtotop ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

DIV#backtotop li { 
	margin: 0; 
	float: right;
}

DIV#backtotop li a { 
	text-decoration: none; 
	display: block; 
}

DIV#backtotop li a span { 
	margin: 0; 
	padding: 0; 
	display: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

DIV#backtotop #top { 
	width: 97px;
	height: 19px;
	background-image: url(Images/backtotop_btn.gif); 
	background-repeat: no-repeat;
}

DIV#backtotop #top a { 
	width: 97px;
	height: 19px;
	display: block;
}

DIV#backtotop #top a:hover { 
	background-image: url(Images/backtotop_btn_over.gif); 
	background-repeat: no-repeat;
}

DIV#backtotop #top a:active { 
	background-image: url(Images/backtotop_btn_over.gif); 
	background-repeat: no-repeat;
}



DIV.quicklinks-title-rtcol {
    display: block;
    margin: 30px 0px 36px 30px;
}

td.exp-title {
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

DIV.col-left-content {
    padding: 20px 45px 0px 45px;
}

	DIV.col-left-content a:link, DIV.col-left-content a:visited {
   		color: #8e8439;
	}
	
	DIV.col-left-content a:hover, DIV.col-left-content a:active {
   		color: #333333;
	}

DIV.col-left-content h1.sec-title {
    color: #8e8439;
	font-family: Arial,Helvetica,san-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}

DIV.col-left-content h2 {
    color: #8e8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

	DIV.col-left-content h2.package-intro {
	    color: #666666;
		font-family: Arial, Helvetica, san-serif;
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
		margin: 0px 0px 0px 0px;
	}


DIV.col-left-content h3 {
    border-bottom: 1px solid #E8E8E8;
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0pt 10px;
	padding-bottom: 5px;
}

DIV.col-left-content h4 {
    color: #8e8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0pt;
	padding: 0;
}

DIV.col-left-content p {
    color: #666666;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0pt 0 10px;
	padding: 0pt;
}

DIV.section-img {
    width: 621px;
    height: 184px;
    background-image: url(Images/section_imgs/bintanlagoon.jpg);
    background-repeat: no-repeat;
}

DIV.section-img h1 {
    color: #FFFFFF;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 156px 0 0 45px;
	margin: 0;
	text-transform: uppercase;
}

DIV.intro {
    width: 309px;
    /*height: 184px;*/
    height: 233px;
    background-image: url(Images/intro_bg.gif);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-color: #c4ba6a;
}

DIV.intro h1 {
    color: #FFFFFF;
	font-family: Arial,Helvetica,san-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0px 0px 30px;
	line-height: 120%;
}

DIV.feat-packages {
    width: 309px;
    background-color: #f2efd6;
    padding: 30px 0 14px 30px;
    /*margin-bottom: 36px;*/
}

	DIV.feat-packages-title {
	    display: block;
	    margin-bottom: 19px;
	}
	
DIV.useful-facts {
    width: 309px;
    background-color: #f2efd6;
    padding: 20px 0 20px 30px;
    /*margin-bottom: 36px;*/
}

	DIV.useful-facts h1.fact-title {
	    color:#8E8439;
		font-family:Arial,Helvetica,san-serif;
		font-size:17px;
		font-weight:normal;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	
	DIV.useful-facts-title {
	    display: block;
	    margin-bottom: 20px;
	}
	
	
DIV.package-feat {
    width: 250px;
    margin-right: 31px;
    float: left;
    height:auto;
	overflow:hidden;
}

DIV.package {
    width: 250px;
    margin-top: 19px;
    /*float: left;*/
    height:auto;
	overflow:hidden;
}

	DIV.package-name h1 {
	    margin: 0;
	    padding: 0 0 8px 0;
	    color: #333333;
		font-family: Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
	}
	
	DIV.package-name h1 a:link, DIV.package-name h1 a:visited {
	    color: #333333;
		text-decoration: none;
	}
	
	DIV.package-name h1 a:hover, DIV.package-name h1 a:active {
	    color: #8E8439;
		text-decoration: none;
	}
	
	DIV.package-summary {
	    background-color: #f9f7e8;
	    background-image: url(Images/package_bg.gif);
	    background-position: bottom left;
	    background-repeat: no-repeat;
	    height:auto;
		overflow:hidden;
	}
	
	DIV.package-summary .image {
	    margin: 0;
	    padding-right: 8px;
	    border: 0pt;
	    float: left;
	}
	
	DIV.package-summary .desc, DIV.package-summary .desc a, DIV.package-summary .desc a:link, DIV.package-summary .desc a:visited, DIV.package-summary .desc a:hover, DIV.package-summary .desc a:active {
	    margin: 0;
	    padding-top: 8px;
	    color: #333333;
		font-family: Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 13px;
		text-decoration: none;
		width: 115px;
		float: left;
	}
	
	DIV.package-summary .theprice {
	    color: #8E8439;
		font-family: Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 13px;
		text-decoration: none;
		margin-top: 5px;
	}




DIV.inclusions {
   background-color: #f9f7e8;
   padding: 12px;
   display: block;
   margin-top: 30px;
}

DIV.inclusions h3 {
   	border-bottom: 1px solid #e0ded1;
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0pt 10px;
	padding-bottom: 5px;
}

DIV.inclusions p {
    color: #666666;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0pt 0 15px;
	padding: 0pt;
}

DIV.inclusions p.price {
    color: #8E8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

DIV.package-images {
    width: 309px;
    background-color: #f2efd6;
    padding: 20px 0 30px 30px;
    /*margin-bottom: 36px;*/
}

DIV.package-images-title {
    display: block;
    margin-bottom: 9px;
}

DIV.conditions {
   background-color: #e9e4bd;
   padding: 4px;
   display: block;
   margin: 0;
   text-align: center;
}

DIV.conditions p {
    color: #8E8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0pt;
	padding: 0pt;
}

DIV.conditions p a:link, DIV.conditions p a:visited {
    color: #8E8439;
}

DIV.conditions p a:hover, DIV.conditions p a:active {
    color: #333333;
}

/* ------ How to book ------ */

DIV.howtobook-title {
    display: block;
    margin: 30px 0px 36px 30px;
}

DIV.howtobook-title-master {
    display: block;
    margin: 20px 0px 15px 30px;
}

DIV#howtobook {
	display: block;
	margin: 0px 0px 0px 30px;
}

DIV#howtobook ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

DIV#howtobook li { 
	margin: 0; 
}

DIV#howtobook li a { 
	text-decoration: none; 
	display: block; 
}

DIV#howtobook li a span { 
	margin: 0; 
	padding: 0; 
	display: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

/* Custom */

DIV#howtobook #howtobook1 { 
	width: 249px;
	height: 35px;
	background-image: url(Images/howtobook_1.gif); 
	background-repeat: no-repeat;
}

DIV#howtobook #howtobook1 a { 
	width: 249px;
	height: 35px;
	display: block;
}

DIV#howtobook #howtobook1 a:hover { 
	background-image: url(Images/howtobook_1_over.gif); 
	background-repeat: no-repeat;
}

DIV#howtobook #howtobook1 a:active { 
	background-image: url(Images/howtobook_1_over.gif); 
	background-repeat: no-repeat;
}

/* Travel */

DIV#howtobook #howtobook2 { 
	width: 249px;
	height: 34px;
	background-image: url(Images/howtobook_2.gif); 
	background-repeat: no-repeat;
}

DIV#howtobook #howtobook2 a { 
	width: 249px;
	height: 34px;
	display: block;
}

DIV#howtobook #howtobook2 a:hover { 
	background-image: url(Images/howtobook_2_over.gif); 
	background-repeat: no-repeat;
}

DIV#howtobook #howtobook2 a.active { 
	background-image: url(Images/howtobook_2_over.gif); 
	background-repeat: no-repeat;
}

/* Join */

DIV#howtobook #howtobook3 { 
	width: 249px;
	height: 34px;
	background-image: url(Images/howtobook_3.gif); 
	background-repeat: no-repeat;
}

/*DIV#howtobook li#howtobook3 span { 
	margin: 0; 
	padding: 0; 
	display: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}*/

DIV#howtobook #howtobook3 a { 
	width: 249px;
	height: 34px;
	display: block;
}

DIV#howtobook #howtobook3 a:hover { 
	background-image: url(Images/howtobook_3_over.gif); 
	background-repeat: no-repeat;
}

DIV#howtobook #howtobook3 a.active { 
	background-image: url(Images/howtobook_3_over.gif); 
	background-repeat: no-repeat;
}

/* ------ Tab Navigation for Packages ------ */

#package-info {
	width: 531px;
	margin-top: 30px;
	/*margin-bottom: 20px;*/
}

#nav a, #nav a:link, #nav a:visited {
	display:block;
	float:left;
	padding:9px 8px 8px 8px;
	background:#f9f7e8;
	margin-right:1px;
	text-decoration:none;
	outline:none;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #7e773e;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(Images/tab_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
}

#nav a, #nav a:hover, #nav a:active {
	display:block;
	float:left;
	padding:9px 8px 8px 8px;
	background:#f9f7e8;
	margin-right:1px;
	text-decoration:none;
	outline:none;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(Images/tab_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
}

#nav a.selected, #nav a.selected:link, #nav a.selected:visited, #nav a.selected:hover, #nav a.selected:active {
	background:#f9f7e8;
	text-decoration:none;
	outline:none;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(Images/tab_bg_on.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #f9f7e8;
}

.hiddencontent {
	padding:12px;
	background:#f9f7e8;
	display:none;
	width: 507px;
	background-image: url(Images/tabinfo_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* ------ Elements for Packages ------ */

DIV.col-left-content span.price {
    color: #8E8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

DIV.col-left-content span.from {
    color: #8E8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

DIV.col-left-content div#package-info h3 {
    border-bottom:1px solid #e0ded1;
	color:#333333;
	font-family:Arial,Helvetica,san-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	padding-bottom:5px;
}

/* ------ Price Panel ------ */

DIV#price-panel {
	display: block;
	/*margin: 175px 0px 64px 30px;*/
	float: left;
}

/* ------ Enquire Now Button ------ */

DIV#enquire-now-panel {
	display: block;
	/*margin: 175px 0px 64px 30px;*/
	float: right;
}

DIV#enquire-now-panel ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

DIV#enquire-now-panel li { 
	margin: 0; 
}

DIV#enquire-now-panel li a { 
	text-decoration: none; 
	display: block; 
}

DIV#enquire-now-panel li a span { 
	margin: 0; 
	padding: 0; 
	display: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, san-serif;
}

/* Enquire Now */

DIV#enquire-now-panel #enquire-now { 
	width: 106px;
	height: 19px;
	background-image: url(Images/enquirenow_btn.gif); 
	background-repeat: no-repeat;
}

DIV#enquire-now-panel #enquire-now a { 
	width: 106px;
	height: 19px;
	display: block;
}

DIV#enquire-now-panel #enquire-now a:hover { 
	background-image: url(Images/enquirenow_btn_over.gif); 
	background-repeat: no-repeat;
}

DIV#enquire-now-panel #enquire-now a:active { 
	background-image: url(Images/enquirenow_btn_over.gif); 
	background-repeat: no-repeat;
}

/* ------ Useful Facts Panel ------ */

	DIV.useful-facts a:link, DIV.useful-facts a:visited {
   		color: #8e8439;
	}
	
	DIV.useful-facts a:hover, DIV.useful-facts a:active {
   		color: #333333;
	}

DIV.useful-facts h1 {
    color: #8e8439;
	font-family: Arial,Helvetica,san-serif;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0;
}

DIV.useful-facts h2 {
    color: #8e8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

/*DIV.useful-facts h3 {
    border-bottom: 1px solid #f9f7e8;
	color: #333333;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0pt 6px;
	padding-bottom: 3px;
}*/

DIV.useful-facts h3 {
    border-bottom:1px solid #F9F7E8;
	color:#333333;
	font-family:Arial,Helvetica,san-serif;
	font-size:11px;
	font-weight:bold;
	margin:15px 0pt 6px;
	padding-bottom:3px;
	text-transform:uppercase;
}

DIV.useful-facts h4 {
    color: #8e8439;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0pt;
	padding: 0;
}

DIV.useful-facts p {
    color: #666666;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 0pt;
}

/* Put a border around the newly clickable element */
		.hot {
			/*border: solid 1px #ccc;*/
			zoom: 1; /* Should be IE only */
			border: 0pt;
			}
		/* rollover style for clickable element */
		.hover {
			/*border-color: #aaf;*/
			cursor: pointer;
			/*background-color: #cdF;*/
			border: 0pt;
			}
			
			
DIV.col-left p.photo-credit {
    color: #999999;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	margin: 0pt;
	padding: 0pt;
}



.footer {
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, san-serif; 
	font-weight: normal; 
	padding-left: 56px; 
	top: 17px;
	position: relative;	
}

.footer a {
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, san-serif; 
	font-weight: normal; 
	
}

.footer a:link {
	text-decoration: none;
}

.footer a:visited {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a:active {
	text-decoration: none;
}


.intro_text {
  		color: #666666;
		font-family: Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 14px;
		margin: 0px 0px 0px 0px;
	
}
