/* Basic stylesheet for Animal Eyes of NJ
 * URL: http://www.animaleyesofnj.com/
 * CSS: style.css
 */

a img {
	border: none;
}

.class {
	border: solid 2px #073d69;
}

.class1 {
	color: #555; 
	font-size: 11px; 
	font-family: arial; 
	line-height: 18px;
}

.class2 {
	color: #555;
	text-indent:45px;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}


.class3 {
	color: #555; 
	font-size: 12px; 
	font-family: arial; 
	line-height: 18px;
	vertical-align: top;
	text-align: left;
}

.loc {
	color: #555;
	text-align:right;
	vertical-align:middle;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

h1 {
	color:#083c6c;
	font-size:24px;
	line-height:30px;
	font-family:arial;
	font-weight:bold;
}

#nav_left {
		position: relative;
        padding:0px;
        margin:0px;
		z-index:99999;

}

#nav_left .submenu {
		position: absolute;
		top: 0px;
		left: 176px;
		display: none;
		padding:0px;
		margin:0px;
        height: 20px;
		z-index:99999;
}


#nav_left li {
        list-style-type:none;
		z-index:99999;

}



#nav_left .submenu * {
        display: inline;
		z-index:99999;

}

#form {
        width:550px;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
        color:#555;
}

#homeTable {
	margin: 0 auto;
}

#subTable {
	margin: 0 auto;
	position: relative;
	left: -60px;
	height: 700px;
	min-height: 700px;
}

#homeBody {
	background: url('/images/bg-pattern.png');
	text-align: center; /* strange that only IE 8 needs this */
}


/* -- suckerfish menu -- */

.arrow {
	background: top right no-repeat url('/images/arrow.png');
}

#sideBlock {
	position: relative;
	width: 137px;
	padding-top: 145px;
}

#suckerFish {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#suckerFish li {
	float: left;
	position: relative;
	width: 137px;
	margin: 0;
}

#suckerFish li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-right: 15px;
	text-align: right;
	color: white;
	text-decoration: none;
}

#suckerFish li a:hover {
	color: #DDEDC0;
}

#suckerFish li:hover ul {
	display: block;
}

#suckerFish li.over ul {
	display: block;
}

#suckerFish li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	padding: 0;
	margin: 0;
	left: 137px;
	top: 0px;
	background: #073C6D;
	border: 1px solid #EEF8C4;
	border-bottom: none;
	list-style-type: none;
}

#suckerFish li ul li {
	border-bottom: 1px solid #EEF8C4;
	margin: 0;
	padding: 0;
	width: 260px;
}

ul#suckerFish li ul li a:hover {
	background: #EEF8C4;
	color: #073C6E;
}
