@import "reset.css";

html, body {
	background:url(images/bg.png) repeat-x #FFFFFF;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	
/*--Flash Intro--*/

#flashDiv {
	width:100%;
	height:100%;
	background:#FFF;
	position:absolute;
	z-index:100;
	visibility:visible;
	top:0px;
	left:0px;
	}
	
#flashDiv p {
	text-align:center;
	cursor:pointer;
	}
	
#flash {
	width:720px;
	height:480px;
	margin:15px auto;
	border:1px solid #000;
	}

/*-----Styles-------*/

div.hr {
	height: 5px;
	width:700px;
	background: url(images/br.png) no-repeat scroll 50% 50%;
	}

div.hr hr {
  	display: none;
	}

.footerp {
	padding-top:17px;
	}
	
.urHere {
	margin-left:4px;
	}
	
.bod {
	width:400px;
	text-align:left;
	margin:5px 50px;
	}
	
.bod td{
	height:60px;
	vertical-align:top;
	}
	
.provider {
	width:250px;
	text-align:left;
	margin-left:70px;
	}
	
.provider td {
	height:30px;
	vertical-align:top;
	}
	
.title {
	font-size:15px;
	}
	
.member {
	list-style:none;
	text-align:left;
	margin-left:62px;
	}
	
h1 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:3px 50px;
	}
	
h2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	}

/*------Layout---------*/

#container {
	position:relative;
	width:900px;
	margin:0px auto;
	text-align:center;
	height:auto;
	z-index:1;
	}
	
#header {
	position:relative;
	height:160px;
	width:100%;
	background:url(images/logo.png) no-repeat 1% 75%;
	text-indent:-99999px;
	z-index:1;
	behavior: url(iepngfix.htc);
	}
	
#headerImg {
	position:relative;
	height:122px;
	width:100%;
	background:url(images/apple_header.png) no-repeat center bottom;
	z-index:10;
	behavior: url(iepngfix.htc);
	}
	
#headerImg_BG {
	position:absolute;
	top:159px;
	left:0px;
	width:100%;
	height:122px;
	background:url(images/header_bg.png) repeat-x;
	border-top:1px solid #4a4a4a;
	border-bottom:1px solid #4a4a4a;
	z-index:0;
	}
	
#footerBG {
	position:relative;
	height:80px;
	min-width:800px;
	width:100%;
	background:url(images/footer_bg.png) repeat-x;
	border-top:1px solid #4a4a4a;
	border-bottom:1px solid #4a4a4a;
	font-size:14px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	z-index:0;
	}
	
/*-------Content Area -------*/

#contentMain {
	position:relative;
	width:100%;
	min-height:450px;
	height:auto !important;
	height:450px;
	overflow:hidden;
	}
	
* html #contentMain {
	overflow:visible;
	}
	
#contentBox {
	float:right;
	width:700px;
	font-size:15px;
	margin-top:15px;
	padding-top:5px;
	padding-bottom:30px;
	}

#contentBox img {
	/*behavior: url(iepngfix.htc);*/
	}
	
#contentBox p {
	text-align:left;
	padding:10px;
	width:600px;
	margin:0px auto;
	}
	
.content {
	list-style:outside;
	display:block;
	text-align:left;
	margin-left:75px;
	}
	
.contentNum {
	list-style-type:decimal;
	display:block;
	text-align:left;
	margin-left:75px;
	}

/*-----Navigation----*/

#navigation {
	float:left;
	width:195px;
	height:auto;
	margin-top:10px;
	}
	
#navTop {
	width:195px;
	background:url(images/nav_top.png) no-repeat bottom;
	height:50px;
	behavior: url(iepngfix.htc);
	}
	
#navMid {
	width:195px;
	height:auto;
	font-size:13px;
	background:url(images/nav_mid.png) repeat-y;
	}
	
* html #navMid { /*---- Fix for IE 6 -----*/
	width:195px;
	height:auto;
	font-size:13px;
	background:url(images/nav_mid.gif) repeat-y;
	}
	
.navBar {
	margin:0px;
	margin-left:10px;
	padding-left:10px;
	padding-right:11px;
	text-align:left;
	width:152px;
	}

.navBar li{
	list-style:none;
	display:block;
	border-bottom:1px solid #CCCCCC;
	padding:7px 0px;
	}
	
.navBar li:last-child {
	border-bottom:none;
	}
	
.navBar li a{
	text-decoration:none;
	color:#333333;
	}
	
.navBar li a.active{
	text-decoration:none;
	color:#86C240;
	}
	
.navBar li a:hover{
	text-decoration:none;
	color:#6CA21C;
	}

#navBottom {
	width:195px;
	height:29px;
	background:url(images/nav-bottom.png) no-repeat top;
	behavior: url(iepngfix.htc);
	}
	
#lowerNav {
	position:relative;
	height:40px;
	width:100%;
	min-width:800px;
	text-align:center;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#4F4F4F;
	padding-top:10px;
	}
	
#lowerNav a {
	text-decoration:none;
	color:#333;
	}
	
.navBot ul li {
	list-style:outside;
	display:inline;
	padding:5px;
	}
	
.navBot ul li a {
	text-decoration:none;
	color:#333333;
	}
	
#contentBox ul li{
	text-align:left;
	width:500px;
	margin:0px auto;
}

#contentBox ol li{
	text-align:left;
	list-style:decimal;
	width:500px;
	margin:0px auto;
}
