/* CSS Document */
/*
	WildDownUnder.com
	Hugh Newsome
	
*/


/*Reset default browser styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:100%;
	font-family: inherit;
	vertical-align: baseline;
	
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	
	font-family: inherit;
	vertical-align: baseline;
	color:#005884;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000000;
	font-family:Trebuchet MS, Verdana, Tahoma,  Arial, Helvetica, Trebuchet MS, sans-serif; 		
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Reset default browser styles end*/


strong {
 font-weight:bold;
}

div.p_tag strong {
	font-weight:bold;
	color:#DD3300;
 
}




html {
	background-color:#F5F2EA;
	background-image:url(../img/build/mainbg.gif);
	background-position:center;
	background-repeat:repeat-y;	
	margin-left:auto;
	margin-right:auto;

}

div#header {	
	
	background-image:url(../img/build/tophd_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#4B4B4B;
	height:55px;

}

div#header div#hd_container div#topright_links {
	
	font-weight:bold;
	color:#DDDDDD;	
	font-size:0.7em;
	float:right;
	margin:-63px 0px 0px 280px;
	padding:0px 10px 0px 0px;	
	
}
div#topright_links a {
	color:#DDDDDD;
	text-decoration:none;

}

div#hd_pictrow {
	background-image:url(../img/pictrow/bg2_small.jpg);
	background-repeat:no-repeat;
	height:208px;
	width:900px;
	margin:0px auto 0px auto;
}
div#hd_pictrow img.mainimg {
	margin:5px 0px 0px 8px;
	z-index:5;

}

div#logo_overlay {
margin:-261px 0px 0px -65px;
width:300px;
z-index:100;

}

div#logo_overlay_thin {
margin:-67px 0px -20px 0px;
width:300px;
z-index:100;

}


div#ad_link_overlay {
	position:absolute;
	margin:72px 0px 0px 660px;

	
}


div#pictrow_words_holder {
	margin:0px auto 0px auto;
	width:900px;

}
div#pictrow_words_holder  div#pictrow_words {
	margin:-62px 0px 10px 8px;
	z-index:10;

}


div#pictrow_words_holder div#pictrow_words  h1#pictrow_words_text {
	
	font-size:1em;
	font-weight:bold;
	width:425px;
	color:#FFFFFF;		
	z-index:20;		
	line-height:1.3em;
	margin:-25px 0px 0px 10px;

}

div#pictrow_words_holder div#pictrow_words  h1#pictrow_words_text.twolines {
	
	
	margin:-43px 0px 0px 10px;

}




div#pagebody {
	margin:15px 0px 15px 0px;
	clear:both;

}




div#pb_container {
	width:920px;		
	padding:0px 10px 10px 10px;
	margin:0px auto 0px auto;

}

div#hd_container {
	width:950px;	
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;

}

div#hd_container div#ddmnu {
	
	width:650px;
	float:right;
	padding:0px;
	margin:32px 0px 0px 0px;

}

div#ft_container {
	width:920px;
	padding:4px 0px 0px 0px;
	margin:10px auto 0px auto;
	border-top:1px #727272 dotted;
	color:#727272;
	font-size:0.8em;
	text-align:left;

}

div#ft_bottom {
	
	width:965px;
	margin:0px auto 0px auto;
	background-image:url(../img/build/mainbg_foot.gif);
	background-repeat:no-repeat;
	height:220px;	
	background-color:#F5F2EA;

}


div#pb_container div#pb_rightside {
	float:right;
	width:295px;
	margin:5px 0px 0px 10px;
	padding:0px 0px 0px 0px;	
	
}




div#pb_container div#pb_leftside {
	padding:5px 3px 10px 3px;	
}



ul.bread {	
	margin:1px auto 0px auto;
	width:905px;
	font-size:0.9em;
	padding-top:1px;

}

ul.bread li {	
	display:inline;
	background-image:url(../img/content/bread_dash.gif);
	background-repeat:no-repeat;
	background-position:1px 6px;
	padding:1px 4px 0px 10px;
	

}

ul.bread li.nobg {		
	background-image:none;

}


/*
	Forms
	By Andrew Broomfield/Hugh Newsome
	www.Sloomedia.com
*/


.txtBox	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
			
.txtBoxSm	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #999999;
}


form.grey1 {
width:575px;
padding:0px 0px 0px 0px;
background-color:#F3F3F3;
background-image:url(../img/form/bg1_main.gif);
background-repeat:no-repeat;
font-size:0.9em;
line-height:1.2em;
}

form.grey1wide {
	width:885px !important;
	background-image:url(../img/form/bg1_main_wide.gif);
	background-repeat:no-repeat;
	margin-left:-4px;
	
}


form.grey1 div.form_container {
	padding:15px 15px 5px 15px;


}

form.grey1 div.form_foot {
background-image:url(../img/form/bg1_foot.gif);
background-repeat:no-repeat;
background-color:#FCFBFA;
height:10px;

}

form.grey1wide div.form_foot {
background-image:url(../img/form/bg1_foot_wide.gif);
background-repeat:no-repeat;


}

form.grey1 fieldset {
width:auto;

}

form.grey1 input {
	
font-family: Arial, Helvetica, Trebuchet MS, sans-serif; 
font-size:0.95em;
}


form.grey1 textarea {
	font-size:0.95em;
	font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
	line-height:1.4em;
	

}


form.grey1 select {
	font-size:0.85em;	

}

form.grey1 dl {
	width:auto;
	float:none;
}

form.grey1 dt {
float:left;
text-align:right;
font-weight:bold;
color:#333333;
width:200px;

padding:5px 10px 5px 2px;

}

form.grey1wide dt {
width:300px;
}

form.grey1 dd {
float:left;
width:200px;
padding:5px 10px 5px 2px;

}
form.grey1wide dd {
width:460px;
}



input.submitbtn {
font-weight:bold;
background: #E56303 url(../img/form/button_bg_up.gif) no-repeat scroll right bottom;
border: 1px solid #666666;
color:#FFFFFF;
cursor:pointer;
padding:3px;
}

input.submitbtn_sm {
	font-size:10px !important;
	height:18px;
	padding:0px;
	margin:2px 0px 0px 0px;

}
input.submitbtn:active {
background:  url(../img/form/button_bg_down.gif) no-repeat scroll right bottom;
}



form.grey1 h2	{
	color:#333333;
	font-weight:bold;
	margin:0px 0px 8px 0px;
}

form.grey1 h3	{
	color:#E56303;
	font-weight:bold;
	margin:0px 0px 10px 0px;

}

form.grey1 div.required_fields {
	float:right;
	padding:0px 20px 0px 20px;
	border:0px;
	margin:-10px 0px 0px 0px;
}

form.grey1 img.required {
	border:0px;
}

div.error {
	width:214px;
	background:#C90000;
	color:#ffffff;
	font:normal 0.85em Arial, Helvetica, sans-serif;
	padding:3px;
	margin:2px 0px 0px 0px;
	

}

div.Search_Holder dt {

	float:left;
	text-align:right;
	font-weight:bold;
	color:#333333;
	width:140px;
	
	padding:5px 6px 5px 2px;
}

div.Search_Holder dd {

float:left;
width:135px;
padding:5px 2px 5px 2px;

}

.grey_listimg {
	vertical-align:text-top !important;
	}


a.btn_Next {
font-weight:bold;
text-decoration:none;
background: #F65D9D url(../img/form/button_bg_up.gif) no-repeat scroll right bottom;
border: 1px solid #666666;
color:#FFFFFF;
cursor:pointer;
padding:3px 8px 3px 8px;

}
a.btn_Next:active {
background:  url(../img/form/button_bg_down.gif) no-repeat scroll right bottom;
}



/*********** P TAG ******************/


div.p_tag {
	line-height:1.3em;
	font-size:0.9em;
	text-align:justify;
	width:576px;
	background-image:url(../img/content/ptag_bg.gif);
	background-repeat:no-repeat;
	padding:12px 20px 3px 12px;

}

div.p_tagwidenew {	
	width:882px;
	background-image:url(../img/content/ptag_bgwide.gif);
	background-repeat:no-repeat;
	padding:12px 20px 3px 12px;
	

}

div.NoBackground {
	background-image:none !important;
	background-repeat:no-repeat;
}

img.contentimg {
	border:1px solid #333333;
}

table.content_table {
	border:1px solid #CCCCCC;
	padding:10px;

}
table.content_table tr th {
	font-weight:bold;
	vertical-align:top;
	font-size:0.9em;

}


div.background_header {
	font-size:1em;
}

div.p_tagwide {
	width:876px;
	background-image:url(../img/content/ptag_bgwide.gif);
	background-repeat:no-repeat;	
}

div.p_tagwide h2 {
	text-align:center;

}
div.p_tagwide form.grey1 {
margin-left:auto;
margin-right:auto;

}

div.p_tag h2 {
	color:#AE7437;	
	font-size:1.25em;
	margin:4px 0px 10px 0px;
	
}

div.p_tag h1 {
	color:#3399CC;	
	font-size:1.25em;
	margin:0px 0px 10px 0px;
	
}

div.p_tag h3 {
	color:#CA912F;	
	font-size:1em;
	font-weight:bold;
	margin:5px 0px 8px 0px;
	
}

div.p_tag ul {
	margin:10px 0px 20px 0px;
	
}

div.p_tag ul li {
	background-image:url(../img/content/li_ico1.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	margin:6px 0px 5px 0px;
	padding:0px 0px 0px 20px;
	
	 
}






div.nextprev {
	padding:5px 0px 5px 0px;
	margin:15px 0px 0px 0px;
	text-align:right;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;

}


/* TWO COL SPLIT */
div.two_col_split {
	width:880px;


}

div.two_col_split div.split_right {
	
	float:right;
	width:265px;
	padding:5px 5px 5px 5px;
}

div.two_col_split div.split_left {

	
	width:265px;
	padding:5px 5px 5px 5px;
}

div.two_col_split h2 a {
	text-decoration:none;
	font-weight:bold;
	color:#006699;

}
div.two_col_split ul {
	
	margin: 2px 0px 2px 0px;
	padding:0px;	
	
}

div.two_col_split ul li {
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 21px;	
	
}
div.two_col_split ul li {
	font-size:0.9em;

}

div.two_col_split ul li.campsite {	
	background-image:url(../../../images/symbols/tent_pitches.gif);

}
div.two_col_split ul li.caravanpark {
	background-image:url(../../../images/symbols/touring_caravans.gif);

}

div.two_col_split ul li.backpackers {	
	background-image:url(../../../images/symbols/backpackers.gif);

}
div.two_col_split ul li a {
	text-decoration:none;
color:#006699;
}

/* SPLIT */




/************** TOOLS *******************/
div.searchbox_right h4 {
	width:255px;
	background-color:#E6E6E6;
	padding:5px 5px 5px 5px;
	margin:1px 0px 0px 17px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;	
	color:#666666;
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
	background-image:url(../img/mnu/side_top.png);
	background-repeat:no-repeat;
	border-color: #999999;
	border-style: solid;
	border-width: 0 1px 1px;
	line-height:1.3em;
    
}


div.searchbox_right div.sb_body {	
	width:249px;
	font-size:0.8em;
	padding:8px;
	margin:0px 0px 0px 17px;
	text-align:center;
	
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height:1.3em;
	background-image:url("../img/topr/bg2.gif");
	background-repeat:repeat-x;
	background-color:#F1E6E0;
}

div.searchbox_right div.sb_bodycenter {	
	text-align:left;
	color:#005555;
	
	
}

div.sb_bodycenter i, div.dir_reviews_title i {
	color:#666666;
	font-size:1.6em;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:0.4em;
	font-family:"Times New Roman", Times, serif;

}

div.searchbox_right div.sb_body input {
	font-size:0.85em;

}

div.searchbox_right div.sb_body select {
	font-size:0.85em;

}
div.searchbox_right table#sb_searchtable tr td {
	padding:2px 0px 2px 1px;
}
div.searchbox_right table#sb_searchtable tr th {
	padding:2px 0px 2px 1px;
}


/*** SUB MENU **/
div#mnu_sub {
	width:180px;
	margin:0px 0px 10px 8px;		

}



div#mnu_sub ul li {
	list-style:none;
	background-image:none;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}



div#mnu_sub ul li.sub_active_master {
		
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-color: #dddddd;
	border-style: solid;
	border-width: 0 1px 1px;
	padding:4px 0px 2px 6px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	background-image:url(../img/mnu/side_top.png);
	background-repeat:no-repeat;
}

div#mnu_sub ul li.sub, div#mnu_sub ul li.sub3 {	
	margin:0px 0px 0px 0px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
}

div#mnu_sub ul li.sub a, div#mnu_sub ul li.sub3 a {
	font-size:0.85em;
	display:block;
	padding:2px 2px 1px 10px;
	text-decoration:none;
	color:#006699;
	border-bottom:1px solid #DDDDDD;

}

div#mnu_sub ul li.sub3 a {
	font-size:0.8em;
	display:block;
	padding:3px 3px 2px 24px;
	text-decoration:none;
	color:#993A00;
	background-color:#EEEEEE;
	border-top:1px solid #CCCCCC;	
	border-bottom:1px solid #CCCCCC;
	margin-bottom:-1px;

}



div#mnu_sub ul li.sub_footer {
	
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
}

div.content_rightcol {
	float:right;
	width:190px;
	margin:0px 0px 0px 7px;
}

img.th_photobg {
	background-image:url(../img/content/photobg.gif);
	background-repeat:no-repeat;
	padding:6px 15px 13px 6px;
	margin:0px 2px 4px 4px;
	width:172px;
	height:124px;

}

img.th_photobg_sm {
	background-image:url(../img/content/photobg_sm.gif);
	background-repeat:no-repeat;
	padding:2px 15px 13px 3px;
	margin:0px 2px 4px 4px;
	width:80px;
	height:80px;

}

img.th_photobg_campg {
	background-image:url(../img/content/photobg_campg.gif);
	background-repeat:no-repeat;
	padding:1px 15px 7px 3px;
	margin:-5px 2px 0px 4px;
	width:250px;
	height:95px;

}

/*** END SUB */

/* SUGGESTIONS */

	
	.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;
		color: #fff;
	}

	.suggestionList {
		margin: 0px;
		padding: 0px;
	}

	.suggestionList li {

		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}

	.suggestionList li:hover {
		background-color: #659CD8;
		display:
	}
	
ul.noIcon li {
	background-image:none !important;

}





/** DIRECTORY COUNTER **/

.direct_counter {
	width:582px;
	height:25px;
	background-image:url(../img/directory/counter_bg.gif);
	background-repeat:no-repeat;
	margin:0px 0px 2px 1px;
	padding:9px 19px 0px 9px;
	font-size:0.9em;
	line-height:1.2em;
}

.direct_counter a {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:0px 1px 0px 1px;
	padding:0px 3px 0px 3px;
	text-decoration:none;	

}

.direct_counter a.count_selected {
	background-color:#666666;
	color:#FFFFFF;

}

.direct_counter_left a {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	text-decoration:none;
	
}

.direct_counter_left {

	width:80px;
	float:left;
	text-align:left;
}

.direct_counter_right {
	width:auto;
	float:right;
	text-align:right;
}


.direct_counter p, .direct_counter p a {
	font-size:0.9em;
	margin:4px 0px 0px 7px;
	color:#000000;
	font-weight:bold;
}

div#footer_links {	
	font-size:0.9em;
	color:#999999;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	text-align:center;
	margin-top:15px;
	margin-bottom:5px;

}

div#footer_links a {
	color:#999999;
	text-decoration:none;

}

div#adsense_holder0 {
	padding:15px 0px 0px 0px;
	text-align:center;

	margin:0px auto 0px auto;
	width:885px;
	
}

div#adsense_holder3 {
	
	margin:2px auto 0px auto;
	padding:3px 0px 0px 0px;
	width:888px;
}

/* TOP RIGHT BIT */

div.search_topr {
	float:right;	
	background-image:url(../img/topr/bg.jpg);
	background-repeat:no-repeat;
	width:275px;
	height:192px;
	margin:-5px 0px 0px 0px;
	padding:10px 5px 5px 10px;
	
}
div.search_topr_full {
	float:none !important;	
	background-image:none;
	width:auto;
	
	
}
div.search_topr table tr th {
	padding:0px 0px 0px 0px;
	width:70px;
	font-size:12px;
	font-weight:bold;

}

div.search_topr_full table tr th {	
	width:190px;
}

div.search_topr table tr td {
	padding:4px 0px 4px 0px;
	width:190px;
	font-size:12px;

}

div.search_topr_full table tr td {	
	width:210px;
}

div.search_topr select {
	font-size:11px;	
	margin:3px 0px 0px 3px;
	height:16px;
}

div.search_topr input {
	font-size:11px;	
	margin:3px 0px 0px 3px;
	height:10px;
}

div.bgbox_L {
	background-image:url(../img/topr/bgbox_l.gif);
	background-repeat:no-repeat;
	width:15px;
	height:17px;
	float:left;
	color:#8F5F2D;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 0px 7px;
}
div.bgbox_R {
	background-image:url(../img/topr/bgbox_r.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:22px;
	margin:0px 0px 0px 22px;
	width:68px;
	text-align:left;
	
}

input.trsrchsu {
	float:right;
	height:20px !important;
	padding:0px 3px 1px 3px !important;
	margin:1px 1px 1px 1px !important;
}

div.nobackground {
	background-image:none !important;

}


div.rt_multi_mnu {
	width:265px;
	margin:0px 0px 12px 17px;
	font-size:0.9em;
	background-image:url("../img/topr/bg2.gif");
	background-repeat:repeat-x;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;

}




div.rt_multi_mnu ul li {
	list-style:none;
	background-image:none;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}



div.rt_multi_mnu ul li.sub_active_master {
		
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;	
	padding:4px 0px 2px 6px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:0.9em;
	color:#666666;
	font-weight:bold;
	background-image:url(../img/mnu/side_top.png);
	background-repeat:no-repeat;
}

div.rt_multi_mnu ul li.sub, div.rt_multi_mnu ul li.sub3 {	
	margin:0px 0px 0px 0px;

	
}

div.rt_multi_mnu ul li.sub a, div.rt_multi_mnu ul li.sub3 a {
	font-size:0.85em;
	display:block;
	padding:3px 2px 2px 10px;
	text-decoration:none;
	color:#006699;
	border-bottom:1px solid #DDDDDD;

}
div.rt_multi_mnu ul li.sub a.selItem, div.rt_multi_mnu ul li.sub3 a.selItem {
	background-color:#006699;
	color:#FFFFFF;


}

div.rt_multi_mnu ul li.sub_footer {
	
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
	text-align:center;
	background-color:#FFFFFF;
}

div.SearchFacils ul li {
	background-image:none;
	padding:0px 0px 0px 0px;	
}

div.SearchFacils ul li img {
	margin:0px 0px 0px 0px;
	vertical-align:bottom;
	
}

table.latlongsearch_table {
	width:auto;
	float:right;
	padding:4px 0px 0px 0px;
}

table.latlongsearch_table tr th {
	font-size:0.7em; 
	font-weight:bold;
	text-align:right;
	padding:0px 3px 0px 14px;
	
}

table.latlongsearch_table tr td {
	font-size:0.7em; 
	padding:0px 0px 0px 0px;
	
}

table.latlongsearch_table input {
	font-size:1em; 
}
table.latlongsearch_table select {
	font-size:1em; 
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.css_ddmenu1 {
		
	width:auto; 
	height:32px; 
	position:relative; 
	z-index:100; 	
	margin:0px 0px 0px 0px;

}
/* hack to correct IE5.5 faulty box model */
* html .css_ddmenu1 {
	width:746px; 
	w\idth:745px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.css_ddmenu1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}

.css_ddmenu1 ul ul { 
	width:129px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.css_ddmenu1 li {
	float:left;	
	position:relative;
	margin:0px 15px 0px 0px;
	width:auto;
	
	}
/* style the links for the top level */
.css_ddmenu1 a, .css_ddmenu1 a:visited {
	display:block; 
	text-align:left; 
	font-size:13px; 
	text-decoration:none;
	color:#E5DECA;	
	width:auto;
	height:20px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	
	padding:3px; 
	line-height:20px; 
	font-weight:bold;	
	
	
	 
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .css_ddmenu1 a, * html .css_ddmenu1 a:visited {
	width:129px; 
	 w\idth:128px; 
	}


/* style the second level background */
.css_ddmenu1 ul ul a.drop, .css_ddmenu1 ul ul a.drop:visited {	
	font-size:12px; 
	 
	 text-align:left;
	 background-image:url(../img/transp/w85.png);
	 color:#202020;
	 letter-spacing:0px;
	 text-transform:none;
	}
/* style the second level hover */
.css_ddmenu1 ul ul a.drop:hover{
	color:#D7610D;
	background-image:none;
	background-color:#FFFFFF;
	}
.css_ddmenu1 ul ul :hover > a.drop {
	color:#D7610D; 
	background-image:none;
	background-color:#FFFFFF;
	}
/* style the third level background */
.css_ddmenu1 ul ul ul a, .css_ddmenu1 ul ul ul a:visited {
	background-image:url(../img/transp/w70.png);
	font-size:12px;
	color:#000000;
	 letter-spacing:0px;
	 text-transform:none;
	}
/* style the third level hover */
.css_ddmenu1 ul ul ul a:hover {
	color:#D7610D; 
	background-image:none;
	background-color:#FFFFFF;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.css_ddmenu1 ul ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:26px; 
	left:0; 
	 width:129px; 
	
	}
/* another hack for IE5.5 */
* html .css_ddmenu1 ul ul {
	top:30px; 
	t\op:31px; 
	}

/* position the third level flyout menu */
.css_ddmenu1 ul ul ul{
	left:149px; 
	 top:-1px; 
	 width:149px; 
	}

/* position the third level flyout menu for a left flyout */
.css_ddmenu1 ul ul ul.left {
	left:-149px; 
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.css_ddmenu1 table {
	position:absolute; 
	 top:0; 
	 left:0; 
	 border-collapse:collapse; 
	 
	}

/* style the second level links */
.css_ddmenu1 ul ul a, .css_ddmenu1 ul ul a:visited {	 
	 height:auto; 
	 line-height:1em; 
	 padding:5px 5px 5px 8px; 
	 width:138px; 
	 border:0px;
	 border-bottom:1px #999999 dotted;
	
	
	}
/* yet another hack for IE5.5 */
* html .css_ddmenu1 ul ul a, * html .css_ddmenu1 ul ul a:visited {
	width:150px; 
	w\idth:128px; 
	}

/* style the top level hover */
.css_ddmenu1 a:hover, .css_ddmenu1 ul ul a:hover{
	
	color:#D7610D; 
	}
.css_ddmenu1 :hover > a, .css_ddmenu1 ul ul :hover > a {
	color:#D7610D; 
	
	}

/* make the second level visible when hover on first level list OR link */
.css_ddmenu1 ul li:hover ul, .css_ddmenu1 ul a:hover ul{
	visibility:visible; 
	color:#D7610D; 
	 }
/* keep the third level hidden when you hover on first level list OR link */
.css_ddmenu1 ul :hover ul ul{
	visibility:hidden; 
	color:#D7610D; 
	}
/* make the third level visible when you hover over second level list OR link */
.css_ddmenu1 ul :hover ul :hover ul{ 
	visibility:visible; 
	color:#D7610D; 
	}
	
span.map_alertbox {

	font-size:11px;
	overflow:hidden !important;
}
span.map_alertbox strong{
	color:#DD3300;

}


div.regContText {
	color:#333333;
	font-weight:normal;
	font-size:0.9em;
	line-height:1.6em;
	padding:5px 5px 5px 5px;
	margin:1px 0px 7px 1px;
	clear:both;
	background-color:#FDFDFD;
	border:1px solid #CCCCCC;

}

div.regSignInText {	
	padding:5px 5px 5px 5px;
	margin:1px 1px 1px 1px;
	background-color:#FDFDFD;
	border:1px solid #CCCCCC;
	text-align:center;	
}

ul.ExtLinks {
	padding:5px 0px 2px 5px;

}

ul.ExtLinks li {
	margin:0px 0px 0px 0px;
	padding:1px 0px 9px 20px !important;
	background-image:url(../img/icons/link1.gif) !important;
	background-repeat:no-repeat;
	
}

ul.ExtLinks li a {
	font-size:12px;
	color:#BC560F;
	
}

