/*
Website Master Page Style
Design on Sep-23-2006
Designed by Quick
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	color: #000000;
	font-size: 12px;
}

form {
	margin: 0px;
}

#wrapper {
	width: 970px;
	height: auto;
	min-height: 800px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/icgh_background.jpg") repeat-y;
	background-color: white;
	position: relative;
	text-align: left;
}

#masthead {
	width: 100%;
	height: 212px;
	background: url("images/icgh_head.jpg") no-repeat;
	overflow: hidden;
}

#top_nav {
	position: absolute;
	top: 185px;
	left: 27px;
	width: 943px;
	height: 26px;
	display: block;
	z-index: 100;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 265px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
	min-height: 500px;
	background: url("images/icgh_left.jpg") no-repeat;
}

#leftmenu {
	position: relative;
	width: 233px;
	padding: 0px;
	top: 83px;
	left: 29px;
}

#page_content {
	margin-right: 0;
	margin-left: 265px;
	height: auto;
	min-height: 500px;
	background: url("images/icgh_page_content.jpg") no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

#page_title
{
	line-height: 84px;
   vertical-align: middle;
   font-size: 36px;
   font-weight: bold;
   color: #415884;
}

#page_content_details
{
}

#contactus_div
{
}

#copyright 
{
	margin-top: 20px;
	width: 100%;
	border-top: 1px #415884 solid;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
}

#copyright a
{
    text-decoration: none;
    color: Gray;
}

#copyright a:hover
{
    text-decoration: underline;
    color: Orange;
}
