html {
 min-height: 101%;
 margin-bottom: 1px;
 } 



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	
}
body {
		background-image: url(images/dunellen_bg.png);
	background-repeat: repeat-x;
	background-color: #999999;
	margin: 10px;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #336699;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	letter-spacing: 4px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	background-image: url(images/h3_bg.png);
	background-repeat: no-repeat;
	padding: 5px;
	text-transform: uppercase;
	font-style: normal;
}
.li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
}

.list{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	margin-left: 20px;
	list-style-type: square;
	font-weight: bold;
	color: #666666;
	float: none;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 10px;
	
}
.list2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	margin-left: 20px;
	list-style-type: square;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	line-height: 1.2;
	float: right;
	margin-right: 50px;

}

#header {
	background-color: #000000;
	height: 123px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
#menu {
	background-color: #FFCC00;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/menu_bg.png);
	text-align: center;
}
#content_box {
	
	width: 800px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	


}

.box1{
	width: 400px;
	float: left;
	height: auto;
}
.box2{
	width:275px;
	float: right;
	height: 300px;
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.box3{
	width: 700px;
	float: left;
	height: auto;
	margin-top: 20px;
}


#contact_info{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: right;
	color: #FFCC00;
padding-top: 30px;
	font-weight: bold;

}

#shadow{
	height: 14px;
	background-image: url(images/shadow.png);
	
}

.page_shadow{
    background-image: url(images/page_shadow.png);
	background-color: #FFF;
	height: 14px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
	border-right-width: 2px;
	border-left-width: 2px;
	
	
}


#contact_floater{
	position:absolute;
	left:80%;
	top:20px;
	width:151px;
	height:100px;
	z-index:1;
	visibility: visible;
	color: #FFFFFF;
	text-align: right;

}

#pic {
	position:absolute;
	left:50%;
	top:436px;
	width:527px;
	height:411px;
	z-index:1;
	background-repeat: no-repeat;
	visibility: visible;
}


#pic1 {
	position:absolute;
	left:50%;
	top:300px;
	width:527px;
	height:411px;
	z-index:1;
	background-repeat: no-repeat;
	visibility: visible;
}


#pic2 {
	position:absolute;
	left:50%;
	top:318px;
	width:586px;
	height:413px;
	z-index:1;
	background-repeat: no-repeat;
	visibility: visible;
}

#pic3 {
	
	position:absolute;
	left:50%;
	top:425px;
	width:527px;
	height:411px;
	z-index:1;
	background-repeat: no-repeat;
	visibility: visible;
}


#pic4 {
	position:absolute;
	left:50%;
	top:350px;
	width:527px;
	height:411px;
	z-index:1;
	background-repeat: no-repeat;
	visibility: visible;
}
#pic5 {
	position:absolute;
	left:55%;
	top:1100px;
	width:485px;
	height:411px;
	z-index:0;
	background-repeat: no-repeat;
	visibility: visible;
}
.content {
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 60px;
	text-align: left;
	height: inherit;

}
/*navigation*/
div#navcontainer
{
	background-color: #000000;
	
	background-image: url(images/menu_bg.png);
}
div#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;

}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a

{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-left: 1px solid #999;
background-image: url(images/menu_button.png);
border-right: 1px solid #999; 
margin-right: -1px; 
}
div#navcontainer ul li a:hover
{
background-color: #16008D;
color: white;
}
.white_text{
     color: #FFFFFF;
	 
 }

.filler{
	text-align: left;
    height: 125px;
}
.eform{
	width: 45%;
	float: right;
	margin-left: 0px;
	margin-top: 30px;

}
.contact_info{
	float: left;
	height: 350px;
	background-image: url(images/ipurush_Compass.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 350px;
	margin-top: 30px;
}
.link_div1{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 40%;
	float: left;
	text-align: center;
	height: auto;
}
.link_div2{
	background-color: #FFFFFF;
	width: 55%;
	float: right;
	vertical-align: middle;
	text-align: left;
	z-index: 2;
	height: 150px;
}

.bio{
	height: auto;
	clear: right;
	text-align: center;

}


#footer{
	text-align: center;
	margin-top: 110px;


}
