body,html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding-top: 20px;
	color: #FFF;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #646464;
}

a:hover {
	text-decoration: none;
}

a.white {
	color: #FFF;
}

a.white:hover {
	text-decoration: none;
}

form {
	display: inline;
}

div.clearer {
	clear: both;
}

div {
	position: relative;
}


table.grider, table.grider th, table.grider td {
	border: 1px solid #CCC;
	color: #8d8d8d;
	font-size: 12px;
}

table.grider th {
	background-color: #CCC;
	padding: 4px;
}

table.grider td {
	padding: 4px;
}

div#main_container {
	width: 915px;
	height: 600px;
	background: transparent url(../images/bg_splash.jpg) top left no-repeat;
	margin: 0 auto 0 auto;
}

div#home_container {
	width: 915px;
	height: auto;
	margin: 0 auto 0 auto;
	background: transparent url(../images/mainbg.gif) top left repeat-y;
}

div#login_container {
	position: absolute;
	top: 280px;
	left: 630px;
}

div#footer_container {
	position: absolute;
	top: 540px;
	left: 0;
	color: #8d8d8d;
	font-size: 11px;
}

div#logo_hedgecoweb {
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-left: 10px;
}

div#footer_copyright {
	float: left;
	width: 400px;
	margin-top: 13px;
}

div#footer_address {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}


div#logo_hedgecoweb_inside {
	float: left;
	width: 250px;
	margin-top: 0;
	margin-left: 30px;
	color: #8d8d8d;
}

div#footer_copyright_inside {
	float: left;
	width: 440px;
	margin-top: 16px;
	color: #8d8d8d;
}


div#nav_container {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

div#nav_container ul,li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#nav_container li {
	margin-bottom: -4px;
}

div#info_container {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
}

div#info_container_pad {
	padding-left: 10px;
	color: #8d8d8d;
	margin-bottom: 20px;
}

div#nav_bg {
	background: transparent url(../images/leftbg.gif) bottom left repeat-x;
	height: 150px;
	float: right;
	width: 234px;
}

div#footer_container_home {
	background: transparent url(../images/bg_footer.gif) top left no-repeat;
	width: 100%;
	height: 70px;
	clear: both;
	font-size: 11px;
}

div#header_home {
	background: transparent url(../images/header_home.gif) top left no-repeat;
	width: 100%;
	height: 160px;
}

h2 {
	font-size: 120%;
	color: #105faa;
}

div#header_logo {
	position: absolute;
	top: 45px;
	left: 60px;
}

div#header_links {
	position: absolute;
	top: 120px;
	left: 680px;
	color: #8d8d8d;
	font-size: 11px;
}

div#header_links a {
	margin-right: 10px;
	margin-left: 10px;
}