/* CSS Document */
html, body{
	height: 100%;
}
body{
	margin: 0px;
	background-color: #007f8e;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul{
	padding: 0px;
	margin: 0px;
}
h1{
	font-size: 16px;
	margin: 0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
}
p{
	margin: 0px 0px 10px 0px;
}
a{
	color: #007E8D;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper{
	position: relative;
	width: 781px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	_height: 100%;
	background-image: url(../images/wrapper_bg.gif);
	padding: 0 7px 0 7px;
}
#page_crown{
	background-image: url(../images/page_crown.gif);
	height: 26px;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	line-height: 26px;
	font-size: 11px;
}
#banner{
	position: relative;
	width: 781px;
	height: 238px;
	text-align: right;
	overflow: hidden;
}
#banner #logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 278px;
	height: 238px;
	overflow: hidden;
}
#innerWrapper{
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	margin-bottom: 5px;
	min-height: 200px;
	_height: 200px;
}
#innerWrapper2{
	padding-bottom: 10px;
	margin-bottom: 5px;
	min-height: 200px;
	_height: 200px;
}
#page_title{

}

/* SUB MENU */

#sub_menu {
	float: left;
	width: 235px;
}
#sub_menu #navcontainer li{
	display: block;
	width: 235px;
	height: 24px;
	line-height: 24px;
	list-style: none;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 3px;
}
#sub_menu #navcontainer li a{
	display: block;
	width: 200px;
	padding-left: 35px;
	height: 24px;
	line-height: 24px;
	color: black;
	text-decoration: none;
	background-image: url(../images/submenu_bg.gif);
	background-position: 0px 0px;
}
#sub_menu #navcontainer li a:hover, #sub_menu #navcontainer li a.current{
	background-position: 0px -24px;
}
#sub_menu #navcontainer li li{
	display: block;
	width: 235px;
	height: 24px;
	line-height: 24px;
	list-style: none;
	font-size: 10px;
	padding-bottom: 3px;
}
#sub_menu #navcontainer li li a{
	display: block;
	width: 200px;
	padding-left: 35px;
	height: 24px;
	line-height: 24px;
	color: black;
	text-transform: capitalize;
	text-decoration: none;
	background-image: url(../images/submenu_bg-2.gif);
	background-position: 0px 0px;


}
#sub_menu #navcontainer li li a:hover, #sub_menu #navcontainer li a.current{
	background-position: 0px -24px;
}
/* CONTENT AREA */

#content{
	float: left;
	width: 500px;
	padding: 30px 20px 30px 20px;
	font-size: 12px;
	line-height: 18px;
}
#content ul{
	margin-left: 40px;
	padding: 10px 40px 12px 0;
	list-style-image: url(../images/bullet.gif);
}
#content li{
	padding-bottom: 8px;
}
.displaytable{
	border-collapse: collapse;
	border: 1px solid #007f8e;
	margin-bottom: 10px;
}
.dipsplaytable th, .displaytable td{
	padding: 5px;
	border: 1px solid #007f8e;
}
.displaytable th{
	background-color: #007f8e;
	color: white;
}
.note{
	font-size: 9px;
}

/* FEATURES */

#features table{
	border-collapse: collapse;
	margin-left: 3px;
}
#features th{
	background-color: #d09b3f;
	border: 4px solid #d09b3f;
	text-align: left;
	padding-left: 10px;
}
#features td{
	border: 4px solid #d09b3f;
	width: 184px;
}

/* FOOTER */

#footer{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
}
#footer a{
	text-decoration: none;
	color: black;
}
