/*                                     */
/*    global settings                  */
/*                                     */
body {
	background: #ffffff;
	background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin:0; 
    padding:0; 
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	color: #5A5A5A;
}

/*                     */
/* lightbox            */
/*                     */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	



/*                                     */
/*    menu settings                    */
/*                                     */

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 128px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
    }

ul.menu  li.menu  {
	position: relative;
	}
	
li.menu  ul.menu  {
	position: absolute;
	left: 127px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul.menu  li.menu  a {
	display: block;
	text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height : 130%;
    color: #FBF9FA;
    font-weight: bold;
	background: #B42A85; /* IE6 Bug */
	padding: 12px;
	border: 2px solid #ffffff;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/* Hover Style over main run */
ul.menu li.menu a:hover { color: #FBF9FA; background: #957389; } 
		
/* Sub Menu Styles 1st is spacing below   */
/* 2nd is distance from main menu         */
li.menu ul.menu li.menu a { padding: 4px 6px; }
		
li.menu:hover ul.menu, li.menu.over ul.menu { display: block;} /* The magic */


/*                                     */
/* tables                          */
/*                                     */


td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.col_row {background: #E7C6D6;} 
td.footer {vertical-align : bottom} 



/*                                     */
/* site map items                      */
/*                                     */

.mapsection {font-family: Tahoma;font-size: 12px;}
.mapitem {font-family: Tahoma;font-size: 10px;}

/*                                     */
/***** Forms                       *****/
/*                                     */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

.form_control {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ffffff;
 color: #000000;
 margin-right: 7px;
}


/*                                     */
/* headers                             */
/*                                     */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
font-family: arial, verdana, arial, helvetica, sans-serif;
font-size: 24px;
color: #B24E90;
    line-height: 130%;
}
h2 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 24px;
color: #B24E90;
    line-height: 130%;
} 
h3 {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 13px;
color: #F3A5A5;
    line-height: 130%;
}
h4 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 16px;
color: #9B74BC;
} 
h5 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
color: #9B74BC;
} 

/*                                     */
/* paragraphs                         */
/*                                     */

p {
    line-height: 150%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #575151;
	font-size: 0.8em;
    text-decoration: none;
    text-align:justify;
    }
p.caps {
text-transform: uppercase
}
p.fr {
    line-height : 130%;
    font-family: verdana, arial, helvetica, sans-serif;
    color:#5FADA0;
	font-size: 0.8em;
    text-decoration: none;
    text-align:justify;
    }
/*                                     */
/* specific texts plus mouse overs     */
/*                                     */



/* link 1                              */ 
.link1 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#3CA7B4;
	font-size: 13px;
    text-decoration: none; 
    }
a.link1:hover {color: #D92F83; border-bottom:1px dotted;}   


/* link 2                                */     
.link2 {
    font-family: verdana, arial, helvetica, sans-serif;;
    color:#6E70AE;
	font-size:13px;
    font-weight:bold;
    text-decoration: none;
    }
a.link2:hover {font-size: 13px; color: #ABACE9; text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}   

/* link 3                                */     
.link3 {
    font-family: verdana, arial, helvetica, sans-serif;;
    color:#92868A;
	font-size:13px;
	border: 0;
    border-bottom: 1px dotted #92868A;
    text-decoration: none;
    }
a.link3:hover {color: #1E476E;}   


.main_txt {
    line-height: 130%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #575151;
    text-align:justify;
	font-size: 13px;
    text-decoration: none;
	}

/* nav_lnk                                */     
.nav_lnk {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#F5FCFF;
	font-size:13px;
	border: 0;
    text-decoration: none;
    }
a.nav_lnk:hover {color:#C0D0D8; text-decoration: none; border-bottom:1px dotted #90ADBC;} 

/* nav_lnk2                                */     
.nav_lnk2 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#329886;
	font-size:13px;
	border: 0;
    text-decoration: none;
    }
a.nav_lnk2:hover {color:#000000; text-decoration: none; border-bottom:1px dotted #000000;} 

.high_1 {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #B24E90;
    text-decoration: none; 
    font-weight: bold;
    }
a.highlight1:hover {color: #957389}  


.highlight1 {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #C1479D;
    text-decoration: none; 
    }
a.highlight1:hover {color: #957389}   

.highlight2 {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #AE8AA5;
    text-decoration: none; 
    } 
a.highlight2:hover {color: #3B2B37} 

.highlight3 {
  font-family:  verdana, helvetica, arial, sans-serif;
  font-size: 13px;
      line-height : 130%;
    color:#788175;
    text-decoration: none; 
    }
.highlight4 {
font-family:  verdana, arial, helvetica, sans-serif;
font-size: 13px;
color: #D81D5E;
    text-decoration: none; 
    }
.top_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #CDCDD1;
	font-size: 9px;
    text-decoration: none; 
    }

.contact_details {
    font-family: arial, verdana, arial, helvetica, sans-serif;
    font-size: 24px;
    color: #B24E90;
    line-height: 130%;
    text-decoration: none; 
    }
a.contact_details:hover {color: #957389}   /* specific mouse over link */
    
.designed_by {
    font-family: Verdana;
    color:#909396;
	font-size:10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #957389}   /* specific mouse over link */

/* contact form fill in text                                         */      
.contact_txt {
    font-family: Verdana;
    color:#33373B;
	font-size:13px;
    text-decoration: none;
	}


/*low nav menu                                       */

.low_nav_menu {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #B24E90;
    text-decoration: none; 
    } 
a.low_nav_menu:hover {color: #957389} 

.low_nav_menu_wrap {
    font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #AE8AA5;
    text-decoration: none; 
    } 
    
/* lnks pg                      */ 
.lnks_pg {
    font-family: Verdana;
    color:#AE26AC;
	font-size:13px;
    font-weight:bold;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #000000} 

.lnks_pg_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#242523;
	font-size: 13px;
    text-decoration: none; 
    }
      
/* site map                      */ 
.sm_pg {
    font-family: Verdana;
    color:#AE26AC;
	font-size:13px;
    text-decoration: none;
    }
a.sm_pg:hover {color: #000000} 

