a img {border:none;}

a:link, a:visited, a:hover {text-decoration:underline;color:#333;}

a:hover {text-decoration:none;}

html, body
{
	height:100%;
}

body
{
	background:#ffffff;
	color:#6f6f6f;
	font-family:Georgia, Arial;
	padding:0px;
	margin:0px;
	font-size:15px;
}

h1
{
	color:#8a0031;
	font-size:2.7em;
	font-family:Georgia, Arial;
	font-weight:normal;
	padding:0px;
	margin:0px;
}


#all
{
	background:#ffffff url('images/main_bg.jpg') repeat-y center;
	width:100%;
	min-width:840px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -44px; /* the bottom margin is the negative value of the footer's height */
}


#head_container
{
	background:#979797 url('images/header_bg.jpg') repeat-x center top;
	height:142px;
	width:100%;
}

#head
{
	background: url('images/header.jpg') no-repeat center top;
	height:142px;
	width:840px;
	margin:auto;

}

#title
{
	position:absolute;
	margin-left:20px;
	margin-top:18px;
}

#menu
{
	position:absolute;
	margin-top:103px;
	margin-left:10px;
	width:830px;
}

#menu ul
{
	padding:0px;
	margin:0px;
}

#menu ul li
{
	padding:0px;
	margin:0px;
	xdisplay:block;
	list-style:none;
	float:left;
}

#menu ul li.active
{
	background:#8a0031 url('images/menu_btn.jpg') repeat-x top center;
}

#menu ul li a
{
	color:#323232;
	display:block;
	float:left;
	padding:7px;
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	margin-left:7px;
	margin-right:7px;
	height:38px;
}

#menu ul li a:hover
{
	color:#666666;
}
	
#menu ul li.active a
{
	background:url('images/menu_btn_on.gif') no-repeat top center;
	color:#ffffff;
}

#main
{
	min-height:300px;
	padding-top:9px;
	width:840px;
	margin:auto;
}

#submenu
{
	border-bottom:1px dotted #cccccc;
	height:auto;
	
	DISPLAY:NONE;
	}

#submenu ul
{
	margin:0px;
	height:20px;
	padding:0px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom: 11px;
}

#submenu ul li
{
	font-size:.8em;
	margin:0px;
	padding:0px;
	margin-right:14px;
	display:block;
	float:left;
}

#submenu ul li a
{
	color:#777777;
}

#submenu ul li a:hover
{
	color:#000000;
}

#submenu ul li.active a
{
	color:#333333;
}

#content
{
	padding:17px;
	padding-bottom:40px;
	font-family:Arial;
	font-size:.9em;
}

#footer_container
{
	background:#8a0031 url('images/footer_bg.jpg') repeat center top;
	height:44px;
	margin:auto;
	width:100%;
}

#footer
{	
	color:#ffffff;
	text-align:center;
	margin:auto;
	padding-top:14px;
	width:800px;
	padding-left:20px;
	padding-right:20px;
	height:30px;
}	

#footer a
{
	color:#ffffff;
}

#copyright
{
	float:left;
	font-size:0.9em;
}

#webdesign
{
	float:right;
	font-size:0.7em;
}

#services li {
	margin: 5px; 
}