/*                                     */
/*    global settings                  */
/*                                     */
body 
{
background: #645C5E; 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin:0; 
padding:0;  
position: center; 
top:0; left:0;
}

/*                     */
/* 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 {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
    }

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 144px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
    font-size:11px;
	background: #1B3B28; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ffffff;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


		
li ul li a { padding: 6px 9px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */


/*                                     */
/* tables                          */
/*                                     */


td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.col_row {background: #718571;} 



/*                                     */
/* 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: 12px;
 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, helvetica, sans-serif;
    font-size: 23px;
    color: #B03957;
}
h2 {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 23px;
    color: #B03957;
} 
h3 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 16px;
color: #D01630;
}
h4 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 16px;
color: #DA313C;
} 
h5 {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 16px;
color: #365A3E;
} 

/*                                     */
/* paragraphs                         */
/*                                     */

p {
    line-height : 130%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
	font-size: 0.7em;
    text-decoration: none;
    text-align:justify;
    }
p.caps {
text-transform: uppercase
}



/*                                                                  */ 
/* TEXTS  - no mouse overs                                          */ 
/*                                                                  */ 

/* main txt - same as paragraph but in pixels                       */ 
.main_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#282531;
	font-size: 11px;
    text-decoration: none; 
    text-align:justify;
	}

  
/* inner text - highlight                                          */
.highlight1 {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#B03957;
	font-size:11px;
    font-weight:bold;
    text-decoration: none; 
	}

/* inner text - impact 1                                             */
.inner_impact_txt {
    font-family: Verdana;
    color:#FFFFDF;
	font-size:11px;
    text-decoration: none;
	}
       
/* top seo text                                                     */      
.top_seo_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#58584C;
	font-size: 10px;
    text-decoration: none; 
    }        

/* top header text                                                   */      
.top_header_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#800000;
	font-size: 10px;
    text-decoration: none; 
    }
      
/* contact form fill in text                                         */      
.contact_txt {
    font-family: Verdana;
    color:#000000;
	font-size:11px;
    text-decoration: none;
    text-align:left;
	}

/* smap                                         */      
.smap {
    font-family: Verdana;
    color:#800000;
	font-size:11px;
    text-decoration: none;
    text-align:left;
	}
a.smap:hover {color: #000000;}  
    
/*                                                                  */ 
/* LINKS - with mouse overs                                         */ 
/*                                                                  */ 
    
/* base links                                                      */

.link1 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#2B793D;
	font-size:12px;
    text-decoration: none;
    }
a.link1:hover {color: #B9252C;}   

.link2 {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color:#008B2E;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.link2:hover {color: #000000;}   
   

/* links page                                                  */

.lnks_pg {
    font-family: Verdana;
    color: #B03957;
	font-size:11px;
    font-weight:bold;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #000000} 

.lnks_pg_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #141212;
	font-size: 11px;
    text-decoration: none; 
    } 

/* menu nav - if needed                                         */

.nav_menu_items {
	display: block;
	text-decoration: none;
    text-align: left;
    font-size:11px;
	padding: 10px;
	border: 1px solid #ffffff;
	border-bottom: 0;
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #FFF1F5;
	font-weight:bold;
    background: #A93959; /* IE6 Bug */
	}
a.nav_menu_items:hover {color: #FEFCFD; background: #A08089;}   /* specific mouse over link */


   
/* client contact details                                           */ 
.contact_details {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#B03957;
	font-size:11px;
    font-weight:bold;
    text-decoration: none; 
    }
a.contact_details:hover {color: #BCC1B7} 

/* designed by Webgloss link                                         */    
.designed_by {
    font-family: Verdana, Arial;
    color:#58584C;
	font-size: 10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #000000} 



/* head_txt_1                                                 */      
.head_txt_1 {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 28px;
    color: #D01630;
    }
    
/* head_txt_2                                                 */      
.head_txt_2 {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
    }
/* rht_txt_2                                                 */      
.rht_txt_2 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #0E673C;
    text-decoration: none; 
    }
a.rht_txt_2:hover {color: #000000;} 

.top_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #91A39A;
    text-decoration: none; 
    }
/* fm_txt_1                                                 */      
.fm_txt_1 {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 23px;
    color: #0D4F2E;
    }