/*    css wg stand with menu           */
/*                                     */
/*    global settings                  */
/*                                     */

html, body 
{
background: #ffffff; 
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 */
	}	

/*                                     */
/* tables                              */
/*                                     */

td{
	border: none;
	padding: 0px;
	margin: 0px;
    border-width: 0;
    vertical-align: top;
}

td.col_row {background: #F4F2F2;} 
td.col_row2 {background: #DDD9D9;} 
td.footer {vertical-align : bottom} 

/*                                     */
/* 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: 11px;
 background-color: #ffffff;
 color: #1C1B18;
 margin-right: 7px;
}


/*                                     */
/* headers                             */
/*                                     */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #E05910;
    line-height : 130%;
}
h2 {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #E05910;
    line-height : 130%;
} 

/*                                     */
/* paragraphs                          */
/*                                     */

p {
    line-height : 170%;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #4B4141;
	font-size: 0.7em;
    text-decoration: none;
    text-align:justify;
    }
p.right {
    text-align:right;
    margin: 7 px; 
    }
/*                                        */
/* Nav Bar                                */
/*                                        */ 

.nav_sep {
    font-family: verdana, arial, helvetica, sans-serif;
    color:#F9FAFB;
	font-size:11px;
	border: 0;
    text-decoration: none;
    }	
    
.lower_nav_menu {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #E05910;
    font-weight: bold;
	border: 0;
    text-decoration: none;
   	border-bottom: 1px dotted;
   	border-bottom-color: #E05910;
    }
a.lower_nav_menu:hover {color: #2B78A9; border-bottom: 1px dotted; border-bottom-color: #2B78A9;} 



/* main text                           */  
  
.main_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #4B4141;
	font-size: 11px;
    text-decoration: none;
        line-height : 180%;
	}
.main_txt_or {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #E05910;
	font-size: 11px;
    text-decoration: none;
        line-height : 170%;
	}

.main_txt_bl {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #23A4BB;
	font-size: 11px;
    text-decoration: none;
        line-height : 170%;
	}     
/* inner links                         */ 

.inner_lnk_1 {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #1C1B18;
	font-size: 11px;
    text-decoration: none; 
    }

a.inner_lnk_1:hover {color: #9C7E0E; border-bottom:1px dotted;} 

/* highlight txt                         */
 
.high_txt_1 {
   font-family: verdana, arial, helvetica, sans-serif;
    color: #008080;
	font-size: 11px;
    text-decoration: none; 
    }
.high_txt_2 {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #A2145E; 
   text-decoration: none; 
    }
    
.high_3 {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   color: #2B78A9; 
   text-decoration: none; 
    line-height : 170%;
           text-decoration: none;
    }
a.high_3:hover {color: #E05910}    


.high_4 {
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 22px;
   color: #23A4BB; 
   text-decoration: none; 
    }
    
.high_5 {
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 22px;
   color: #E05910; 
   text-decoration: none; 
    }
     
.high_6 {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2BA98D;
        line-height : 130%;
    }    
 
/* top txt                      */

.top_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #C5B7AD;
	font-size: 10px;
    text-decoration: none; 
    }
    
/* contact details                 */ 

.contact_details {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #2B78A9;
	font-size: 11px;
    text-decoration: none; 
    }
a.contact_details:hover {color: #E05910}  

/* designed by                  */

.designed_by {
    font-family: Verdana;
    color: #C5B7AD;
	font-size: 10px;
    text-decoration: none; 
	}
a.designed_by:hover {color: #2B78A9}      

/* contact form                      */  
 
.fm_txt {
    font-family: Verdana, Arial, MS Sans Serif, sans-serif;
    color: #33373B;
	font-size: 11px;
    text-decoration: none; 
    }
              
/* lnks pg                      */ 

.lnks_pg {
    font-family: Verdana;
    color: #E05910;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    }
a.lnks_pg:hover {color: #2B78A9} 

.lnks_pg_txt {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #33373B;
	font-size: 11px;
    text-decoration: none; 
    }

/* smap pg                      */ 

.smap {
    font-family: Verdana;
    color: #E05910;
	font-size: 11px;
    text-decoration: none;
    }
a.smap:hover {color: #2B78A9} 

/*                     */
/* boxes               */
/*                     */


.bx1 {
        width: 220px;
        border:1px solid #D1CAC3;
        background-color: #ffffff;
        backgroundColor: #ffffff;
        padding: 4px;
        margin: 4px;
}

.bx2 {
        width: 770px;
        border:1px solid #2BA98D;
        background-color: #ffffff;
        backgroundColor: #ffffff;
        padding: 4px;
        margin: 4px;
}
.bx3 {
        width: 795px;
        border:1px solid #2BA98D;
        background-color: #ffffff;
        backgroundColor: #ffffff;
        padding: 4px;
        margin: 4px;
}
.bx_txt {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    color: #44656E;
    line-height : 130%;
    text-align:justify;
    }
    
.bx_txt_lg {
    font-family: verdana, Arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2BA98D;
        line-height : 130%;
    }  
