/* CSS Document */


body{
margin:0;
padding:0;
font-family:arial,helvetica;
text-align: left ;
color:#5c5c5c;
font-size:.85em;
line-height:140%;
background-color:#d2d8d9;
background-image:url('../images/bg3.jpg');background-repeat:repeat-x;
}

img { border:0;}

a:link { color:#ff6600; text-decoration:none }
a:visited { color:#ff6600; text-decoration:none }
a:active { color:#ff6600; text-decoration:none }
a:hover { color:black; text-decoration:underline}

a:link.smallgrey { color:#375f8b; text-decoration:none }
a:visited.smallgrey { color:#375f8b; text-decoration:none }
a:active.smallgrey { color:#375f8b; text-decoration:none }
a:hover.smallgrey { color:black; text-decoration:underline}

a:link.breadcrumb { color:#375f8b; text-decoration:none }
a:visited.breadcrumb { color:#375f8b; text-decoration:none }
a:active.breadcrumb { color:#375f8b; text-decoration:none }
a:hover.breadcrumb { color:black; text-decoration:underline}

.small { font-size:10px; color:#636363; font-family:arial,helvetica; }
.photocap {font-size: .825em; color:#969696; margin-left:25px; font-family:arial,helvetica;}
.photocredit {font-size: 11px; color:#969696;}

strong { color:#18749b; }
b { color:#18749b; }
b.white { color:#ffffff; }
b.small3 { color:#797979; }

.alignleft { float:left; }
.alignright { float:right; }

.centered_div{
width:961px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;

}

h5 { background-color:#ffeecc; padding:5px;  }

#holder { width:961px;  border:0px solid #939598;  padding:10px; margin:0px;  background-color:#ffffff;  }

#breadcrumb { color:#c6c6c6; font-size:11px;   }

	.header {    background-color:#ffffff;    clear:both;   }



	.homecontentleft { background-color:#ffffff; color:#666666;  float:left; width:751px; padding:0px; }
			.hometext { width:463px; float:left; padding:0px; }
			.hometext p { margin:0px; font-size:11px; line-height:140%; }
			.homecontentlefttriangle { background-color:#ffffff;  float:left; width:250px; text-align:left; padding:0px; }

	.homecontentright { background-color:#ffffff; float:right; width:210px; padding:0px; background-image:url('../images/homesidebg.jpg');background-repeat:repeat-y;}
		
	.homecontentright p { margin:0px 5px 8px 15px; font-size:11px; line-height:140%; }
			.headerhome {background-image:url('../images/headersmallBG.jpg');background-repeat:no-repeat; height:24px; padding-left:20px; padding-top:4px; font-size:20px;}
	
	.subheadleft { background-color:#ffffff; color:#666666;  float:left; width:751px; padding:0px; }
	.subheadright { background-color:#ffffff; color:#666666;  float:right; width:210px; padding:0px; }

#footer {         text-align:right;    }





a:visited.photocredit, a:link.photocredit, a:active.photocredit {
font-weight : normal;
font-size : 10px;
color:#969696;
font-family : arial;
text-decoration : normal;
} 

a:hover.photocredit {
font-weight : normal;
font-size : 10px;
background :  normal;
color:#666666;
text-decoration : bold;
}


.contentme{
width:600px;
height:400px;
position:absolute;

margin-left:0px;
margin-top:-500px;
z-index:-1;}



/* Main menu settings */

.navigation {  width:751px; height:37px; background-image:url('../images/menubgfull.jpg');background-repeat:no-repeat; padding:0px; margin:0px; background-color:#ffcc99;}
.navigationsub {  width:751px; height:37px; background-image:url('../images/menubgfullsub.jpg');background-repeat:no-repeat; padding:0px; margin:0px; background-color:#ffcc99;}
	
#centeredmenu {
   clear:both;

   margin:0;
   padding:0;
   border-bottom:0px solid #000; /* black line below menu */
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:12px; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   position:relative;

}
#centeredmenu ul li {
   margin:0 0 0 0px;
   padding:0;
   float:left;
   position:relative;

}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:5px 5px 5px 5px;
   font-size:12px;
   line-height:20px;

   text-decoration:none;
   color:#ffffff;
   font-weight:bold;
   border-bottom:0px solid #000;
}

#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}

#centeredmenu ul li a:hover {
   background:#197798; /* Top menu items background colour */
   color:#fff;
   border-bottom:0px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#197798; /* Top menu items background colour */
   color:#fff;
   border-bottom:0px solid #ff9900;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:30px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:15em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:2em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}


#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#666666; /* Sub menu items background colour */
   color:#fff;
   .white:#fff
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
font: bold 10px verdana, helvetica, sans-serif;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 1050;
cursor: hand;
cursor: pointer;
}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white; z-index:1020;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 1150;
}


#thumbBox2{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0px;
top: 0;
width:500px;
font: 12px verdana, helvetica, sans-serif;
text-align: center;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 2000;
cursor: hand;
cursor: pointer;
}
#thumbBox2 .footerbar{ /*Footer DIV of thumbbox2 that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox2 #thumbImage{ /*DIV within thumbbox2 that holds the enlarged image */
background-color: white;
padding:10px;
}

#enterus {  display: block;  width: 83px;  height: 30px;  background: url("../images/enterusa.png") no-repeat 0 0;}
#enterus:hover {   background-position: 0 -30px;}
#enterus span {  display: none;}

#enterint {  display: block;  width: 131px;  height: 30px;  background: url("../images/enterinternational.png") no-repeat 0 0;}
#enterint:hover {   background-position: 0 -30px;}
#enterint span {  display: none;}