/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* WEBSITE OUTLINE 													*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body{
	padding:0;
	margin:0;
}

HTML{/*Applies gradient to the background*/
	background-image:url(../images/background/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:100%;
}

#website_container{/*Applies general font and font size to the website*/
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.green{ font-size:11px; font-weight:bolder; color:#030;}
.error{ font-size:11px; font-weight:bolder; color:#F00;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* TOP BANNER													   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top_black{
	height:30px;
	background-image:url(../images/background/top_black_bg.jpg);
	background-repeat:repeat-x;
}

/* ----- Top Navigation ----- */
#top_nav{
	width:650px;
	margin-left:10px;
	padding-top:6px;
	color:#FFFFFF;
	font-weight:bolder;
}

.login_name{
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	font-size:10px;
	color:#605f5f;
	font-style:italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* TOP WHITE BANNER												   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top_white{
	height:80px;
	background-image:url(../images/background/top_white_bg.jpg);
	background-repeat:repeat-x;
}

#logo{
	width:110px;
}


#slogan{
	width:615px;
	position:relative;
	float:right;
	color:#797676;
	margin-top:18px;
}

#myIDA_holder{
	width:250px;
	position:relative;
	float:right;
}

.myIDA_txt{
	font-size:9px;
}


#user_input input{
	margin-left:10px;
	margin-top:6px;
	font-size:10px;
	width:80px;
	border:none;
	color:#c2c2c2;
}

#password_input input{
	margin-left:5px;
	margin-top:5px;
	font-size:10px;
	width:80px;
	border:none;
	color:#c2c2c2;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SIGNATURE SHOT												   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#sigShotSlideShow{
	width:750px;
	height:250px;
}

#sig_shot_top_holder{
	width:750px;
	height:36px;
	position:absolute;
	z-index:100;
}

#slideShow_container{
	position:absolute;
	border:1px solid white;
	z-index:90;
}

#fadeshow1{
	z-index:5;
}

#tours_bg{
	background-image:url(../images/background/tours_bg_shadow.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* TOUR PACKAGES												   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tour_container{}
.tour_indi{height:40px;}
.tour_icon{ width:23px; padding-top:5px;}
.tour_text_con{ width:200px; position:relative; float:right;} 
.tour_next{ width:20px; position:relative; float:right; padding-top:10px;}

.tour_line{border-top:1px dashed #d4d4d4;background-image:url(../images/background/tour_bg.jpg);background-repeat:no-repeat;background-position:top left; height:9px;margin-top:5px;}

.tour_header{color:#202020;font-size:11px;text-transform:uppercase;font-weight:bold;text-decoration:none;}
.tour_header a{color:#202020;font-size:11px;text-transform:uppercase;font-weight:bold;text-decoration:none;}
.tour_text{color:#687677;}
/*.tour_line{
	border-top:1px dashed #d4d4d4;
	background-image:url(../images/background/tour_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:9px;
	margin-top:5px;
}

.tour_02{
	color:#687677;
}

.tour_01 a{
	color:#202020;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.tour_01 a:hover{
	color:#687677;
}*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* LINKS											   			   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a.conLink {
	color:#cc6e24;
	font-weight:bold;
	text-decoration:none;
}

/* top and bottom navigation */
#top_nav a, #bottom_dark a{
	color:#dfdede;
	text-decoration:none;
}

#top_nav a:hover, #bottom_dark a:hover{
	color:#FFFFFF;
}

.breadMainHead a,.breadSubHead a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.breadMainHead a:hover,.breadSubHead a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#CCCCCC;
}

/* my IDA Box */
.myIDA_txt a{
	color:#797676;
	text-decoration:none;
}

.myIDA_txt a:hover{
	color:#292929;
	text-decoration:none;
}

/* Breadcrumbs */
.breadcrumbs a{	
	color:#2c2c2c;
	text-decoration:none;
	font-weight:bold;
}

.breadcrumbs a:hover{
	text-decoration:none;
	color:#797676;
}

.backlink a{	
	color:#2c2c2c;
	text-decoration:none;
	font-weight:bold;
}

.backlink a:hover{
	text-decoration:none;
	color:#797676;
}

.expan_list a{
	color:#797676;
	font-weight:bold;
	text-decoration:none;
}

.expan_list a:hover{
	color:#2c2c2c;
	font-weight:bold;
	text-decoration:none;
}

.gallery a{
	color:#797676;
	font-weight:bold;
	text-decoration:none;
}

.gallery a:hover{
	color:#2c2c2c;
	font-weight:bold;
	text-decoration:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* HEADERS											   			   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1{
	color:#797676;
	text-transform:uppercase;
	font-size:20px;
	margin-top:9px;
	margin-bottom:0px;
}

.hd_2_bg{
	background-image:url(../images/background/text_btm_shadow.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-top:1px dashed #adacac;
}

h2{
	color:#797676;
	text-transform:uppercase;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}

h3{
	color:#797676;
	text-transform:uppercase;
	font-size:12px;
	margin-top:0;
	margin-bottom:0;
}

h4{
	color:#797676;
	font-size:11px;
	margin-top:0;
	margin-bottom:0;
}

#gallery{
	margin-top:4px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CONTENT BANNER												   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content_container{
	background-color:#FFFFFF;
	margin-left:60px;
	line-height:16px;
}

.breadcrumbs{	
	color:#797676;
	text-transform:uppercase;
	font-size:9px;
}


.breadMainHead{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:14px;
}

.breadSubHead{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
}

.green{
	color:#006600;
	font-weight:bold;
}

.blue{
	color:#0066CC;
	font-weight:bold;
}

.red{
	color:#660000;
	font-weight:bold;
}

.sml_hd{
	font-size:8px;
	text-transform:uppercase;
	color:#797676;
}
 

.expandable_links{
	padding-top:10px;
	color:#797676;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

.gray_text_line{
	margin-top:0px;
	height:1px;
	border-bottom:1px dashed #adacac;
	margin-bottom:10px;
}

.content_holder{
	color:#797676;
	font-size:11px;
}

.content_holder ul{
	display:inline;
	padding:0;
	margin:0;
}

.content_holder ul li{
	margin-left:15px;
}

.ran_gal_hd{
	text-transform:uppercase;
	font-size:11px;
}

.thumb_container{
	width:120px;
	height:120px;
	background-image:url(../images/background/thumb_image_bg.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	float:left;
}

.thumb_img{
	width:100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

/* PARAGRAPH TYPES */
.clear{
	clear:both;
}

/* Text Only */
.text_only{
	padding-bottom:10px;
}

/* Image Left - with wrap */
.img_left_with_wrap_con{
	padding-bottom:10px;
}

.img_left_with_wrap_con img{
	padding-top:3px;
	position:relative;
	float:left;
	padding-right:18px;
}

/* Image Right - with wrap */
.img_right_with_wrap_con{
	padding-bottom:10px;
}

.img_right_with_wrap_con img{
	padding-top:3px;
	position:relative;
	float:right;
	padding-left:18px;
}

/* Social Networking */
#social_networking{
	border-top:1px dashed #a5a4a4;
	width:710px;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	background-image:url(../images/background/social_networking.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* WISH LIST AREA												   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sortable-list_pages{
    list-style-type:none;
    margin:0;
	padding:0;
	color:#797676;
}

.sortable-list_pages li {
	list-style-type:none;
    cursor:move;
	margin-bottom:15px;
	background-color:#FAFAFA;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CONTENT BANNER - RIGHT										   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#right_content_container{
	background-color:#eceaea;
	height:600px;
}

.expan_list{
	border-top:1px dashed #adacac;
	background-image:url(../images/background/expandable_top_shadow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#797676;
}

#tag_cloud_holder{
	background-image:url(../images/right_box/expand_content_bg.jpg);
	background-repeat:repeat-y;
}

#tag_cloud{
	width:230px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-bottom:6px;
}

.tag_cloud {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.tag_cloud:link  {
	color: #666666;
}
.tag_cloud:visited {
	color: #CCCCCC;
}
.tag_cloud:hover {
	color: #FFFFFF;
	background: #666666;
}


/* --------------------------------- */
/* WISH LIST						 */
/* ----------------------------------*/
.not_reg{
	font-size:15px;
	text-transform:uppercase;
	color:#990000;
	font-weight:bold;
}

#wishlist_link{
	position:absolute;
	margin-left:5px;
}

#wishlist_holder{
	height:83px;
	background-image:url(../images/right_box/wishlist_bg.jpg);
	background-repeat:no-repeat;
}

#wishlist{
	width:160px;
	color:#868686;
	font-weight:bold;
	padding-top:30px;
	padding-left:10px;
	text-transform:uppercase;
	font-size:10px;
}

#wishlist a{
	color:#868686;
	text-decoration:none;
}

#wishlist a:hover{
	color:#6a6a6a;
	text-decoration:none;
}

.wishlist_items{
	color:#333333;
	font-weight:bolder;
	font-size:12px;
}

#map_nam_holder{
	background-image:url(../images/right_box/expand_content_bg.jpg);
	background-repeat:repeat-y;
}

#map_nam{
	height:300px;
	width:230px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-bottom:6px;
}

.expand_content_holder{
	background-image:url(../images/right_box/expand_content_bg.jpg);
	background-repeat:repeat-y;
}

.expand_content{
	width:230px;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-bottom:6px;
}

.expand_content a{
	text-transform:uppercase;
	color:#6a6a6a;
	text-decoration:none;
}

.expand_content a:hover{
	text-transform:uppercase;
	color:#2e2e2e;
	text-decoration:none;
}

.spacer{
	border-bottom:1px dashed #dddcdc;
	height:10px;
	background-image:url(../images/right_box/spacer_gradient.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* BOTTOM LINKS																												*/
/* ------------------------------------------------------------------------------------------------------------------------ */
#bottom_dark{
	background-color:#303030;
	height:50px;
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SITE MAP														   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content_container_sitemap{
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

.sml_ver{
	width:1px;
	height:25px;
	border-left:1px dashed #adacac;
	margin-left:auto;
	margin-right:auto;
}

#ver_01{
	width:3px;
	height:25px;
	background-color:#87b20d;
	margin-left:auto;
	margin-right:auto;
}

#hor_01{
	width:146px;
	height:3px;
	background-color:#87b20d;
	margin-left:auto;
	margin-right:auto;
}

#ver_02{
	width:3px;
	height:25px;
	background-color:#c6893b;
	margin-left:auto;
	margin-right:auto;
}

#hor_02{
	width:146px;
	height:3px;
	background-color:#c6893b;
	margin-left:auto;
	margin-right:auto;
}

#ver_03{
	width:3px;
	height:25px;
	background-color:#b8b9bb;
	margin-left:auto;
	margin-right:auto;
}

#hor_03{
	width:146px;
	height:3px;
	background-color:#b8b9bb;
	margin-left:auto;
	margin-right:auto;
}

#ver_04{
	width:3px;
	height:25px;
	background-color:#75b3f0;
	margin-left:auto;
	margin-right:auto;
}

#hor_04{
	width:146px;
	height:3px;
	background-color:#75b3f0;
	margin-left:auto;
	margin-right:auto;
}

#ver_05{
	width:3px;
	height:25px;
	background-color:#797a7c;
	margin-left:auto;
	margin-right:auto;
}

#hor_05{
	width:146px;
	height:3px;
	background-color:#797a7c;
	margin-left:auto;
	margin-right:auto;
}

#ver_06{
	width:3px;
	height:25px;
	background-color:#9ea0a3;
	margin-left:auto;
	margin-right:auto;
}

#hor_06{
	width:146px;
	height:3px;
	background-color:#9ea0a3;
	margin-left:auto;
	margin-right:auto;
}

.lrg_hor{
	width:732px;
	height:1px;
	border-top:1px dashed #adacac;
	margin-left:auto;
	margin-right:auto;
}


#bg_01,#bg_02,#bg_03,#bg_04,#bg_05,#bg_06{
	border:1px dashed #adacac;
}

.sitemap_nav_container{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.sitemap_main a{color:#2a2a2a;font-size:11px;text-decoration:none;font-weight:bold;}
.sitemap_second a{color:#4b4b4b;;font-size:11px;text-decoration:none;}
.sitemap_third a{color:#767676;font-size:11px;text-decoration:none;font-style:italic}

/*
.sitemap_nav_container a{
	color:#666666;
	text-decoration:none;
}


.sitemap_nav_container a:visited{
	color:#999999;
}


.sitemap_nav_container a:hover{	
	color:#000000;
}*/
