/* General styles*/
html,
body {
	background: #3d5aa6;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
    margin: 0;
    padding: 0;
	height:100%;
}
p {
	font: 9pt/14pt Arial;
	color:#707070;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	display: none;
}
h2 {
	font: 13.5pt/14.5pt Times;
	font-weight: bold;
	color: #13236c;
	margin: 0 0 5px 0;
}
h3 {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9e4b24;
	margin: 15px 0 2px 0;
}

ul {
	font: 9pt/14pt Arial;
	color:#707070;
	list-style: disc;
	list-style-position: outside;
	margin: 0;
	margin-bottom: 10px;
	padding-left: 25px;
}
li {
	font: 9pt/14pt Arial;
	margin-bottom: 5px;
}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/* The following are page layout elements */
#container {
   min-height:100%;
   position:relative;
}
#body {
   padding:10px;
   padding-bottom: 100px;
}

#box-header {
	padding: 0;
	margin: 0;
}
#box {
	background-image: url(images/container_bg.gif);
	margin: 30px auto 0 auto;
	padding: 0;
	width: 785px;
	position: relative;
	height: 100%;
	display: table;
}
#box-footer {
	clear: both;
	background-image: url(images/container_foot.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
    padding: 0;
    width: 785px;
	height: 90px;
}

#content-header {
	position: relative;
	width: 505px;
	float: right;
	padding-right: 16px;
}
#content-main {
	width: 460px;
	padding: 15px 40px 20px 0;
	float: right;
}

#footer {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image:url(images/footer_bg.gif);
	background-position: top;
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	padding-top: 10px;
}

#footer a:link {font: 10pt Georgia, "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none;}
#footer a:visited {font: 10pt Georgia, "Times New Roman", Times, serif; color: #FFFFFF; text-decoration: none;}
#footer a:active {font: 10pt Georgia, "Times New Roman", Times, serif; color: #ed8e92;}
#footer a:hover {font: 10pt Georgia, "Times New Roman", Times, serif; color: #ed8e92;}

#footer p.copyright {font: 8pt Georgia, "Times New Roman", Times, serif; color: #ed8e92; margin-top: 10px;}

/*global nav*/

#nav {
	height: 100%;
	float: left;
	padding-left: 1px;
}
#nav a {
	background-repeat: no-repeat;
	height: 33px;
	display: block;
	text-indent: -9999px;
}
#nav a:focus {
	outline: none;
}
#nav-home a {
	background-repeat: no-repeat;
	height: 67px;
	display: block;
	text-indent: -9999px;
}
#nav-home {
	background: url(images/logo.gif);
	height: 67px;
	width: 263px;
}
#nav-opportunity {
	background: url(images/nav_opportunity.gif) bottom;
	width: 263px;
}
#nav-opportunity-roll {
	background: url(images/nav_opportunity.gif) top;
}
#nav-opportunity-roll:hover {
	background-image: none;
}
#nav-programs {
	background: url(images/nav_programs.gif) bottom;
	width: 263px;
}
#nav-programs-roll {
	background: url(images/nav_programs.gif) top;
}
#nav-programs-roll:hover {
	background-image: none;
}
#nav-model {
	background: url(images/nav_model.gif) bottom;
	width: 263px;
}
#nav-model-roll {
	background: url(images/nav_model.gif) top;
}
#nav-model-roll:hover {
	background-image: none;
}
#nav-news {
	background: url(images/nav_news.gif) bottom;
	width: 263px;
}
#nav-news-roll {
	background: url(images/nav_news.gif) top;
}
#nav-news-roll:hover {
	background-image: none;
}
#nav-support {
	background: url(images/nav_support.gif) bottom;
	width: 263px;
}
#nav-support-roll {
	background: url(images/nav_support.gif) top;
}
#nav-support-roll:hover {
	background-image: none;
}
#nav-relationships {
	background: url(images/nav_relationships.gif) bottom;
	width: 263px;
}
#nav-relationships-roll {
	background: url(images/nav_relationships.gif) top;
}
#nav-relationships-roll:hover {
	background-image: none;
}
#nav-management {
	background: url(images/nav_management.gif) bottom;
	width: 263px;
}
#nav-management-roll {
	background: url(images/nav_management.gif) top;
}
#nav-management-roll:hover {
	background-image: none;
}
#nav-links {
	background: url(images/nav_links.gif) bottom;
	width: 263px;
}
#nav-links-roll {
	background: url(images/nav_links.gif) top;
}
#nav-links-roll:hover {
	background-image: none;
}
#nav-contact {
	background: url(images/nav_contact.gif) bottom;
	width: 263px;
}
#nav-contact-roll {
	background: url(images/nav_contact.gif) top;
}
#nav-contact-roll:hover {
	background-image: none;
}


#powerof3 a {
	display: block;
	margin-top: 30px;
	text-indent: 60px;
	width: 263px;
}