/* FRAMEWORK STYLES */

.iefix {
	margin: 0px;
	padding: 0px;
	clear: left;
	visibility: hidden;
	height: 1px;
	font: 1px/1px Verdana;
}

#container { } /* fix for IE5 */

#container {
	background-image: url(../images/bg_main.gif);
	background-position: center;
	margin: 0 auto;
	text-align: left;
	width: 770px;
	padding:0;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color: #FCFBF3;
}

/* HEADER STYLES */

#topheader	{
	background-image: url(../images/bg_topheader.gif);
	height: 15px;
	width: 770px;
	margin: 0 0 0 0px;
}

#header{
	
}

#header {
	background-image: url(../images/bg_header.jpg);
	display: block;
	float: left;
	width: 280px;
	height: 650px;
	margin-left: 5px;
	padding: 0;
	background-color: #FFF;
}

#logo {
	float: left;
	width: 280px;
	height: 140px;
}

/*GLOBAL TOP MENU STYLES */

#mainnav {
	background-image: url(/assets/images/bg_menu.gif);
	float: left;
	height: 200px;
}

#mainnav ul {
/*	display: block; */
	list-style: none;
/*	padding-top: 0px;
	margin-right: 10px; */
}

#mainnav ul li {
	text-align: right;
	padding: 12px 0px 0px 0px;
	margin: 0px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;	
}

#mainnav ul li a {
	height: 16px;
	width: 245px;
	padding: 2px 5px 0px 0px;	
	display: block;
	text-decoration: none;
}

#mainnav a:link, #mainnav a:active, #mainnav a:visited {
	color: #2F2F2F;
	background-image: url(../images/bg_menuitem_off.gif);
}

#mainnav a:hover {
	color: #000000;
	background-image: url(../images/bg_menuitem_on.gif);	
}

#maincont {
	/*border: 1px #ff0000 solid;*/
	width: 420px;
	float: left;
	display: block;
	padding: 103px 30px 20px 30px;
	voice-family: "\"}\"";
	voice-family:inherit;
}

/* FOOTER STYLES */

#footer {
/*	border-top: 2px #71ACA9 solid;*/
	font: 9px Verdana, Geneva, Arial;
	height: 2em;
	width: 700px;
	padding-top: 0.5em;
	clear: both;
	text-align: right;
  padding-left: 30px;
	padding-right: 30px;
/*	line-height: 16px;*/
	color: #666666;
	background-color: Black;
	margin-left: 5px
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #D75414;
	text-decoration: underline;
}

div .imagegallery	{
	display: block;
	margin-left: 0;
	width: 250px;
	height: 180px;
	float: left;
	text-align: center;
}

div .imagegallery img	{
	border-color:#8A1F03; border-style: solid; border-width:2px;
}

