/* hack for IE6 transparent PNGs */
/* img { behavior: url("CSS/iepngfix.htc"); }*/
/* End hack */

form {
	display: inline;
}

li ul {
    display: none;
}
li:hover > ul {
    display: block;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
#portfolio_content {
	text-align: left;
	padding: 0px 0px 0px 5px;
}

#main_content {
	text-align: left;
	padding: 13px 40px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685446;
	line-height: 18px;
}

#main_nav {
	padding: 7px 0px 0px 0px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	background-image: url('../images/background_main.png');
	background-position: center center;
	background-repeat: repeat-y;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	height: 250px;
	position: relative;
	margin-top: -250px;
	margin-left: -1px;
}  


#header_table_cell {
	margin-left: 0px;
}

#footer_cell {
	margin-right: 1px;
}

a{
	color: #752C15;
}
a:hover{
	color: #245498;
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}
