/* CSS Document */

body {
  background-color: #89827d;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  margin: 20px 20px 20px 20px;
  text-align: left;
 
}
#IEalert{
	background-color:#FFFFFF;
	color:#FFFFFF;	
	}
/* {
	margin:0;
	padding:0;
	}
body,
html {background:#89827d;}
body {
	padding:0 15px 15px;
	color:#222;
	font:76%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
	}
	*/
	
#wrap {
	margin:0 auto;
	max-width:86em;
	border:1px solid #ccc;
	border-width:0 1px 1px;
	position:relative;
	}
.content {
	width:100%;
	max-width:86em;
	/*background-color:#fff;*/
	background:#fff url(separator1.png) repeat-y 70%;
	position:relative;
	}

.main {
	float:left;
	width:60%;
	margin:1em 0 0 3%;
	
	/*overflow:hidden;*/
	background-color:#fff;
	}
.content-secondary {
	font-size:0.94em;
	line-height:1.3;
	float:right;
	width:30%;
	margin:1em 1% 0 0;
	/*background:#fff url(separator1.png) repeat-y -55%;*/
	color:#333333;
}
.a100perc
{
	width:99%;
}
.a70perc
{
	width:69%;	
}
.a65perc
{
	width:65%;
}
.a30perc
{
	width:29%;	
}
.flft
{
	float:left;
}
.flrt
{
	float:right;
}
.lfttxt
{
	text-align:left;
}
.rttxt
{
	text-align:right;
}
.marginbottom{
	margin-bottom:10px;
	}
.leftmargin10{
	margin-left: 10px;
	}
.leftmargin20{
	margin-left: 20px;
	}
.leftmargin30{
	margin-left: 30px;
}
.leftmargin40{
	margin-left: 40px;
}
.leftmargin50{
	margin-left: 50px;
}
.leftmargin60{
	margin-left: 60px;
}
.leftmargin70{
	margin-left: 70px;
}
.leftmargin80{
	margin-left: 80px;
}
.leftmargin90{
	margin-left: 90px;
}
.leftmargin100{
	margin-left: 100px;
}
.btmbrdr {
	border-bottom: 1px dashed #c0c0c0;
	margin:10px;
	}
.clear
{
clear:both
}
.header {
	background:url(images/headerNew.jpg) no-repeat;
	height:250px;
	
	}


a:link,
a:visited {
	color:#000088;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #666;
	}
a:visited {color:#333;}
a:focus,
a:hover {
	color:#434B7C;
	border-color:#434B7C;
	border-bottom-style:solid;
	}

ul {margin:1em 0;}

dd {margin:0 0 0 2em;}
dd p {margin:0 0 0.5em;}
ul {
	padding:0 0 0 2em;
	list-style:square;
	}

li {margin:0 0 0.5em;}
.img {
	border: 0;
	background-color: none;
	text-decoration: none;
	border: none;
}
	
#nav {
	float:left;
	width:100%;
	border-bottom:1px solid #000;
	/*border-top:1px solid #000;*/
	/*background:#982D3b;*/
	margin:0px;
	padding:0;
	}
#nav ul {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:#333;
	list-style-type:none;
	}
#nav li {
	display:inline; /*This is here for IE SUCKA SUCKA*/
	padding:0;
	margin:0;
	}
#nav a {
	background:#333;
	border-right:1px solid #000;
	border-bottom:0;
	padding:10px 15px;
	margin:0;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	width:auto;
	font:bold 0.94em/1.0 Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
#nav a:hover,
#nav a:focus {background:#555;}
#nav .sel a {
	background:#8F97C3;
	text-shadow:2px 2px 2px #802F07;
	}
#nav .sel a:focus {background:#555;}
#nav a:active {
	background:#e88700;
	color:#000;
	}
	
/*********************************
//		START GALLERY CSS		//
/*********************************/
/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/
.menu2 {
font-family: verdana, arial, sans-serif; 
width:790px;
height:601px;
background:#eee url(background.jpg);
background-repeat:no-repeat;
margin:0 auto; 
position:relative;
z-index:1;
border:1px solid #fff;
}
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:270px;
top:160px;
left:50px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 233px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:174px; /*232px; */
height:31px;
color:#ffffff; 
border-right:1px solid #fff;
background:#333333; 
line-height:30px; 
font-size:11px;
}
.menu2 ul li a.last, .menu2 ul li a.last:visited {
border-width:0;
}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}
/* clear the link floats at the end of each line so that IE gets it right */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:1px;}



/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#982d3b;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}
/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:461px;
height:390px;
border:20px solid #982d3b;
background:#eee url(../lbox/click.gif) top center no-repeat; 
color:#000;
position:relative;
padding:70px 100px;
cursor:pointer;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
width:110px;
height:85px;
background:#eee;
border:1px solid #ffffff;
margin:1px;
}
/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}
/* keep the large image hidden with a position absolute to take it out of the page flow */
.menu2 ul li:hover ul li a img.bigger {
visibility:hidden; position:absolute; z-index:0;}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:1px solid #888;
padding:5px;
background:#ccc;
}
/* give the link focus/active state a relative position and remove the focus/active border so that it doesn't spoil the large image */
/* active img for Opera (and Safari thanks to Anonymous Coward) and focus for Firefox */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {
background:#aaa; 
position:relative; 
outline:none;
}

/* make the large image visible and give it an absolute position, set the padding and margin, use the default pointer */
.menu2 ul li:hover ul li a:active img.bigger, .menu2 ul li:hover ul li a:focus img.bigger {
visibility:visible;
background:#ddd; 
position:absolute; 
width:640px; 
height:480px; 
z-index:200; 
padding:5px; 
border:1px solid #888; 
cursor:default;
}

/* position the large image depending on the photo clicked */
.menu2 ul li:hover ul li a:active img.pos1, .menu2 ul li:hover ul li a:focus img.pos1 {top:-42px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos2, .menu2 ul li:hover ul li a:focus img.pos2 {top:-42px; left:-217px;}
.menu2 ul li:hover ul li a:active img.pos3, .menu2 ul li:hover ul li a:focus img.pos3 {top:-42px; left:-331px;}
.menu2 ul li:hover ul li a:active img.pos4, .menu2 ul li:hover ul li a:focus img.pos4 {top:-42px; left:-445px;}
.menu2 ul li:hover ul li a:active img.pos5, .menu2 ul li:hover ul li a:focus img.pos5 {top:-131px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos6, .menu2 ul li:hover ul li a:focus img.pos6 {top:-131px; left:-217px;}
.menu2 ul li:hover ul li a:active img.pos7, .menu2 ul li:hover ul li a:focus img.pos7 {top:-131px; left:-331px;}
.menu2 ul li:hover ul li a:active img.pos8, .menu2 ul li:hover ul li a:focus img.pos8 {top:-131px; left:-445px;}
.menu2 ul li:hover ul li a:active img.pos9, .menu2 ul li:hover ul li a:focus img.pos9 {top:-220px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos10, .menu2 ul li:hover ul li a:focus img.pos10 {top:-220px; left:-217px;}
.menu2 ul li:hover ul li a:active img.pos11, .menu2 ul li:hover ul li a:focus img.pos11 {top:-220px; left:-331px;}
.menu2 ul li:hover ul li a:active img.pos12, .menu2 ul li:hover ul li a:focus img.pos12 {top:-220px; left:-445px;}
.menu2 ul li:hover ul li a:active img.pos13, .menu2 ul li:hover ul li a:focus img.pos13 {top:-309px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos14, .menu2 ul li:hover ul li a:focus img.pos14 {top:-309px; left:-217px;}
.menu2 ul li:hover ul li a:active img.pos15, .menu2 ul li:hover ul li a:focus img.pos15 {top:-309px; left:-331px;}
.menu2 ul li:hover ul li a:active img.pos16, .menu2 ul li:hover ul li a:focus img.pos16 {top:-309px; left:-445px;}
