/*
Name: Default
Media: Screen,Projection
Version: 1
Created: 2006-12-08
Updated: 2007-04-16
Author: Dan Conaghan
Intended for: http://www.amiricapital.com/
*/

html {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font: small/normal Arial, Helvetica, sans-serif;
	background: #e6eaee url("../images/body_bg.gif") repeat-x;
	}

* html #wrap {
	height: 100%;
	}
	
#wrap {
	width: 770px;
	min-height:	100%;
	display: block;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	background: #fff url("../images/wrap_bg2.gif") 0 280px repeat-y;
	}
	
.p_hom #wrap {
	background: #fff url("../images/wrap_bg.gif") 0 280px repeat-y;
	}
	
#header {
	position: relative;
	height: 175px;
	width: 764px;
	margin: 0px 3px 0 3px;
	padding: 0;
	background: #000 url("../images/logoimg.jpg") no-repeat;
	border-top: 3px solid #fff;
	}

* html #main {
	padding: 0 0 100px 0;
	margin: 0 3px 0 3px;
	height: 1%;
	/*background: #fff;*/
	min-height: 380px;
	/*height: expression( this.scrollHeight < 380? "380px" : "auto" ); Causes IE6 to hang */
	}

#main {
	padding: 0 0 52px 0;
	margin: 0 3px 0 3px;
	height: 1%;
	/*background: #fff;*/
	min-height: 380px;
	display: block;
	height: expression( this.scrollHeight < 380? "380px" : "auto" );
	}
	
* html .p_hom #main {
	min-height: 480px;
	height: expression( this.scrollHeight < 480? "480px" : "auto" );
	}

.p_hom #main {
	min-height: 480px;
	height: expression( this.scrollHeight < 480? "480px" : "auto" );
	}


#anim {
	margin-left: -43px;
	}

#content {
	float: left;
	width: 531px;
	padding: 0 0 20px 43px;
	margin: 0;
	}

#content p {
	margin-right: 100px;
	line-height: 1.5em;
	font-size: 0.95em;
	margin: 10px 0 0 0;
	}

#secondary {
	float: right;
	width: 190px;
	}

#logo {
	float: right;
	margin-top: 35px;
	}

#logo img {
	border: none;
	}
#logo a:active  {
	outline: none;
	}

/* Menu */

#nav {
	position: absolute;
	top: 3px;
	/*font-size: 0.9em;*/
	width: 390px;
	height: 169px;
	margin: 0;
	text-align: left;
	background: #000;
	}

#nav ul {
	position: relative;
	width: 193px;
	height: 160px;
	margin: 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	border-right: 1px solid #5b6f7b;
	}
	
#nav ul ul{
	position: relative;
	width: 190px;
	height: 160px;
	margin: 0;
	padding: 9px 0 0 0;
	list-style-type: none;
	border-right: 1px solid #5b6f7b;
	}

#nav ul li {
	background: #5b6f7b;
	border-left: 3px solid #000;
	}

#nav ul .on {
	padding: 3px 0 3px 60px;
	color: #fff;
	font-weight: bold;
	}

#nav ul a:link, 
#nav ul a:visited {
	display: block;
	width: 130px;
	padding: 3px 0 3px 60px;
	color: #7d8e9a;
	text-decoration: none;
	background: #000;
	}

#nav ul li a:hover, 
#nav ul li a:active, 
#nav ul li a:focus, 
#nav ul li.on {
	color: #fff;
	font-weight: bold;
	background-color: #5b6f7b;
	background-position: 24px 4px;
	background-repeat: no-repeat !important;
	outline: none;
	}
	
#nav ul li ul li a:hover, 
#nav ul li ul li a:active, 
#nav ul li ul li a:focus, 
#nav ul li ul li.on {
	color: #fff;
	font-weight: bold;
	background-color: #5b6f7b;
	background-position: 24px 4px;
	background-repeat: no-repeat !important;
	outline: none;
	}
	
#nav ul li.on {
	background-color: #2e383e;
	}

#nav ul ul {
	display: none;
	}

#nav ul .on ul{
	position: absolute;
	top: 0px;
	left: 194px;
	height: 160px;
	display: block;
	border-right: 1px solid #5b6f7b;
	}

#nav ul ul a:link, 
#nav ul ul a:visited {
	width: 177px;
	padding-left: 10px;
	font-weight: normal;
	}

#nav ul ul a:hover, 
#nav ul ul a:active {
	color: #fff;
	font-weight: bold;
	}

/*#nav ul li a:hover {
	}*/

#nav ul li.hom a:hover, .p_hom #nav ul li.on { background-image: url("../images/menu/hom.gif"); }
#nav ul li.abo a:hover, .p_abo #nav ul li.on { background-image: url("../images/menu/abo.gif"); }
#nav ul li.par a:hover, .p_par #nav ul li.on { background-image: url("../images/menu/log.gif"); }
#nav ul li.fun a:hover, .p_fun #nav ul li.on { background-image: url("../images/menu/fun.gif"); }
#nav ul li.cor a:hover, .p_cor #nav ul li.on { background-image: url("../images/menu/cor.gif"); }
#nav ul li.con a:hover, .p_con #nav ul li.on { background-image: url("../images/menu/cont.gif"); }
#nav ul li.log a:hover, .p_log #nav ul li.on { background-image: url("../images/menu/log.gif"); }

#nav ul li.hom ul a:hover { background: #51b98f; }
#nav ul li.abo ul a:hover { background: #51b98f; } /* 0083a9 */
#nav ul li.par ul a:hover { background: #007AA5; }
#nav ul li.fun ul a:hover { background: #fdbb30; }
#nav ul li.cor ul a:hover { background: #b20838; }
#nav ul li.con ul a:hover { background: #716fb3; }
#nav ul li.log ul a:hover { background: #007aa5; }

#nav ul .sub_on
{
	display: block;
	width: 177px;
	padding: 3px 0 3px 10px;
	border: 0;
	border-left: 3px solid #000;
	text-decoration: none;
	background: #2e383e;
	}

/*#nav ul li.hom ul .sub_on { background: #2e383e; }
#nav ul li.abo ul .sub_on { background: #2e383e; }
#nav ul li.fun ul .sub_on { background: #2e383e; }
#nav ul li.cor ul .sub_on { background: #2e383e; }
#nav ul li.con ul .sub_on { background: #2e383e; }
#nav ul li.log ul .sub_on { background: #2e383e; }*/

#nav ul.level-2 {
	width: 190px;
	position: absolute;
	top: 0px;
	left: 194px;
	}
	
#nav ul.level-3 {
	width: 189px;
	position: absolute;
	top: 0px;
	left: 385px;
	}
	
	
#nav ul.level-2 li {
	width: 177px;
	}
	
#nav ul.level-3 li {
	width: 176px;
	}


#nav ul.level-2 a:link, 
#nav ul.level-2 a:visited {
	width: 177px;
	padding-left: 10px;
	font-weight: normal;
}

#nav ul.level-3 a:link, 
#nav ul.level-3 a:visited {
	width: 176px;
	padding-left: 10px;
	font-weight: normal;
	}

#nav ul.level-2 a:hover, 
#nav ul.level-2 a:active, 
#nav ul.level-2 a:focus, 
#nav ul.level-2 .sub_on,
#nav ul.level-3 a:hover, 
#nav ul.level-3 a:active, 
#nav ul.level-3 a:focus, 
#nav ul.level-3 .sub_on {
	color: #fff;
	font-weight: bold;
	background-color: #5b6f7b;
	background-position: 24px 4px;
	background-repeat: no-repeat !important;
	outline: none;
}
	
#nav ul.level-2 .sub_on {
	background: #2e383e; 
	color: #fff;
	display: block;
	font-weight: bold;
	width: 177px;
	padding: 3px 0 3px 10px;
	border: 0;
	text-decoration: none;
}

#nav ul.level-3 .sub_on {
	background: #2e383e; 
	color: #fff;
	display: block;
	font-weight: bold;
	width: 176px;
	padding: 3px 0 3px 10px;
	border: 0;
	text-decoration: none;
	margin-left: 3px;;
}

/*default box */

.box {
	height: 175px;
	/*margin-bottom: 3px;*/
	border-bottom: #fff solid 3px;
	border-top: #fff solid 3px;
	background: #8ACBAD;
	}

.box2 {
	height: 175px;
	background: #8ACBAD;
	border-bottom: #fff solid 3px;
	}
	
.box3 {
	height: 150px;
	width:350px;
	background:#FFFFFF;
	##8ACBAD;
	##FFFFFF
	#border-bottom: #fff solid 3px;
	 border: 1px solid #9E7BFF
	
	
	}
	
	
/* team box */

.team_box {
	height: 175px;
	/*margin-bottom: 3px;*/
	border-bottom: #fff solid 3px;
	border-top: #fff solid 3px;
	background: #00a260 url(../images/team.gif) 0 89px no-repeat;
}
	
.team_box p {
	padding: 70px 0 0 0;
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	}
		


.p_hom h1 { background-image: url("../images/headings/hom.gif"); }
.p_mis h1 { background-image: url("../images/headings/hom.gif"); }
.p_acc h1 { background-image: url("../images/headings/hom.gif"); }
.p_par h1 { background-image: url("../images/headings/log.gif"); }
.p_sec h1 { background-image: url("../images/headings/hom.gif"); }
.p_abo h1 { background-image: url("../images/headings/abo.gif"); }
.p_fun h1 { background-image: url("../images/headings/fun.gif"); }
.p_cor h1 { background-image: url("../images/headings/cor.gif"); }
.p_con h1 { background-image: url("../images/headings/cont.gif"); }
.p_log h1 { background-image: url("../images/headings/log.gif"); }

/* headers */

h1 {
	font-size: 2em;
	margin: 0 3px 0 -43px;
	padding: 1.1em 0 1.2em 100px;
	color: #5b6f7b;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background-position: 43px center;
	background-repeat: no-repeat;
	}
	
h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 35px 0 16px 0;
	color: #5b6f7b;
	font-weight: normal;
	background-repeat: no-repeat;
	}

h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 20px 0 0 0;
	color: #00a260;
	font-weight: bold;
	background-repeat: no-repeat;
	}
	
h3login
{
	font-size: 1.2em;
	margin: 0;
	padding: 20px 20 20 20;
	color: #0084a9;
	font-weight: bold;
	background-repeat: no-repeat;
}

#content ul {
	width: 460px;
}	

#content table ul {
	width: auto;
}


ul {
	margin-top: 0;
	padding: 20px 0 0 0;
}

#sitemap {
	margin-left: 15px;
		width: 300px;
}

#sitemap ul {
	padding:10px 0 10px 20px;
	width: 300px;
	margin: 0;
}

#sitemap li{
	list-style: none;
	background: transparent url("../images/li_image.gif") 0 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.5em;
	color: #717E86;
}

.access li {
	list-style: none;
	background: transparent url("../images/li_image.gif") 0 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.5em;
	color: #717E86;
}

p {
	color: #5b6f7b;
	font-size: .9em;
	}
	
#content p {
	width: 470px;
}

p.first {
	margin: 0;
	padding: 0;
	color: #5b6f7b;
	font-size: .9em;
	}
	
h3.first {
	margin-top: 10px;
	padding: 0;
	}





.p_hom #content {
	background-color: #fff ;
	padding:  3px 0 0 0;
	height: 356px;
	width: 570px;
	margin: 0;
	}

.p_hom #intro {
	width: 570px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #000 url("../images/mission.gif") 0 0 no-repeat;
	}

* html .p_hom #intro {
	width: 570px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #000 url("../images/mission.gif") 0 0 no-repeat;
	}

.p_hom #intro p{
	display: none;
	}

.p_hom #content p {
	margin-right: 10px;
	line-height: 1.5em;
	margin: 25px 0 25px 0;
	padding: 0 0 0 0;
	}

.p_hom #partner {
	width: 510px;
	/*background: #transparent url("../images/homebkgline.gif") 0 200px no-repeat;*/
	padding: 355px 0 0 60px;
	margin: 0 0 20px 0;
	height: 50px;
	}
	
.p_hom #partner p {
	background: #000 url("../images/homebkgline.gif") 0 0 no-repeat;
	color: #00985a;
	display: block;
	padding: 25px 0 10px 0;
	margin: -3px 0 0 0;
	}

.p_hom #partner img {
	height: 43px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	}

.p_hom #partner a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

/* secure content */

.p_sec #content {
	width: 528px;
	margin: 0 3px 0 0;
	/*padding-right: 10px;*/
	/*padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;*/ /*Warning Padding-left breaks IE6 */
	
	}

.p_sec #brace {
	width: 500px;
	}

.p_sec h1 {
	font-size: 2em;
	margin: 0 0 0 -43px;
	padding: 1.1em 0 1.1em 100px;
	color: #5b6f7b;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background-position: 43px center;
	background-repeat: no-repeat;
	}
/* log in */

#login {
	font-size: 0.9em;
	padding: 7px 10px 2px 10px;
	margin: 0 0 0 0;
}

#login strong {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#login label {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #00a260;
}

#logout {
	width: 70px;
	float: right;
}

ul#log {
	list-style:none;
	padding: 0;
	margin: 0;
	width: 70px;
	float: right;
}

ul#log li{
	background-color: #00a260;
	padding: 2px 4px 2px 4px;
	margin: 5px 0 5px 0;
	width: 60px;
	text-align: center;
	height: 20px;
}


ul#log_in {
	list-style:none;
	padding: 0;
	margin: 0;
	width: 90px;
	float: right;
}

ul#log_in li{
	background-color: #00a260;
	padding: 2px 4px 2px 4px;
	margin: 5px 0 5px 0;
	width: 80px;
	text-align: center;
	height: 20px;
}
ul#log_in li a{
	width: 80px;
}


#content #logout a:link,
#content #logout a:visited,
#content #logout a:hover,
#content #logout a:active {
	color: #fff;
}

#user-login, #pass-login {
	margin: 5px 0 0 0;
	font-size: 9px;
	height: 15px;
	width: 160px;
	border: 1px solid #00a260;
}

#go-login {
	margin: 0 5px 0 0;
	border: 0;
	padding: 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #00a260;
	color: #fff; 
	float: right;
}

#remind {
	margin: 20px 0 0 0;
}
#remind a:link, #remind a:visited {
	text-decoration: none;
	border: 0;
	color: #fff;
}

#remind a:hover, #remind a:active {
	text-decoration: underline;
	border: 0;
	color: #fff;
}

#register {
	margin: 5px 0 0 0;
	color: #0084a9;
}

#register a:link, #register a:visited {
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	color: #0084a9;
}

#register a:hover, #register a:active {
	text-transform: uppercase;
	text-decoration: underline;
	border: 0;
	color: #0084a9;
}

/* footer */

#footer {
	position: relative;
	width: 770px;
	height: 50px;
	text-align: left;
	margin: -50px auto 0 auto;
	padding: 0;
	/*background: #fff;*/
	}

#footerblock {
	position: relative;
	padding: /*10px*/0 0 0 43px;
	float: left;
	width: 727px;
	background: #fff url(../images/wrap_bg2.gif);
	margin: 0 0 0 0;
	}

#footer p {
	display: inline;
	float: left;
	margin: 0 .25em 0 0;
	color: #a2b0ba;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#footer li {
	display: inline;
	margin-right: 8px;
	font-size: .85em;
	}

#footer li a:link {
	color: #0084a9;
	font-weight: normal;
	text-decoration: none;
	}

#footer li a:visited {
	color: #716fb3;
	text-decoration: none;
	}

#footer li a:hover, 
#footer li a:active {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #00a260;
	}

.p_hom #footerblock {
	position: relative;
	padding: /*10px*/0 0 0 63px;
	float: left;
	width: 707px;
	background: #fff url(../images/wrap_bg.gif);
	background-color: #0099CC;
	margin: 0 0 0 0;
	}

.p_hom #footer p {
	display: inline;
	float: left;
	margin: 0 .25em 0 0;
	color: #fff;
	}

.p_hom #footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.p_hom #footer li {
	display: inline;
	margin-right: 8px;
	font-size: .85em;
	}

.p_hom #footer li a:link {
	color: #0084a9;
	font-weight: normal;
	text-decoration: none;
	}

.p_hom #footer li a:visited {
	color: #716fb3;
	text-decoration: none;
	}

.p_hom #footer li a:hover, 
.p_hom #footer li a:active {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #00a260;
	}


/*download pdf */

.downpdf {
	display: block;
	padding: 10px 0 0 50px;
	border: none !important;
	height: 50px;
	background: transparent 0 0 no-repeat;
}

.pdf {
	background-image: url("../images/pdf_icon.gif");
}


/* contact vCard  */

.vcard_holder {
	width: 200px;
	margin: 4px 0 0 0;
	display: block;
	float: left;
	font-style: normal;
	font-size: 1em;
	color: #636466;
}

address {
	font-style: normal;
}

.vcard .address{
	display: block;
	padding: 0;
	line-height: 1.5em;
}

.vcard dl {
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 1.3em;
}

.vcard dt {
	margin: 1px 0 0 0;
	}

.vcard dd {
	margin: -17px 0 10px 20px;
	padding-top: .1em;
	}

#content #map {
	margin: 8px 0 0 30px;
	padding: 0;
	display: inline;
	float: left;
	width: 200px;
	border: none;
}

#content #map p{

	width: 250px !important;
}

#content #mapper {
	border: none;
	width: 250px !important;
}

#content strong.first {
	margin: 0 0 0 0;
	color: #717E86;
}

#content #border {
	border: 1px dashed #717E86;
	width: 490px;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 5px;
}

#content #border ul{
	padding: 0;
	margin: 10px 0 0 0;
}

/* universal */

#content strong {
display: block;
	margin: 10px 0 0 0;
	color: #717E86;
}

ol {
	color:#00A260;

}

ol li {
	margin: 10px 0 0 0;
}

ol li p {
	color:#5B6F7B;
}

ol li span {
	color:#5B6F7B;
}


ul.lister {
	/*list-style-image: url(../images/li_image.gif);*/
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}

.lister li{
	background: transparent url("../images/li_image.gif") 0 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.5em;
	color: #717E86;
}

#content a:link {
	color: #0084a9;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}

#content a:visited {
	color: #716fb3;
	text-decoration: none;
	border: 0;
}

#content a:hover, 
#content a:active
{
	/*text-decoration: underline;*/
	border-bottom: 1px solid #00a260;
}
	
img {
	border: 0;
}

legend {
	display: none;
}

fieldset {
	border: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

table.contTable {
	width:90%;
	padding: 10px 0 0 0;
	border: 0;
	padding: 0;
	margin: 10px 0 0 0;
	color: #5B6F7B
}

table.contTable tr.odd {
	border: 0;
	background-color: #D2F1E4;
}




#content .profile {
	float: left;
	display: inline;
	display: block;
	margin: 0 0 0 20px;
	width: 350px;
}

#content .profile li,
#content .profile ul,
#content .profile p {
	width: 350px;
}

#content .face {
	margin: 20px 0 0 0;
	clear: left;
	float: left;
}


#content .bar {
	float: left;
	display: inline;
	display: block;
	margin: 0 0 0 0px;
	width: 350px;
}


#content .blank_photo {
	margin: 20px 0 0 0;
	width: 90px;
	height:	112px;
	clear: left;
	float: left;
}

table.contTable td{
	padding: 2px 2px 2px 2px;
}

.clear {
	clear: both;
	}

.hide, 
.print {
	display: none;
	}	
	
.backer {
	margin: 0 0 20px 0;
}

#chart3 {
	margin: 20px 0 30px 0;
}

kbd {
	margin: 0 0 0 30px;
	padding: 0.5px .2em;
	font-size: .8em;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-right-color: #666;
	border-bottom-color: #666;
}

.strong {
  font-weight: bold;
}
#flow_arrow {
	margin: 15px 0 8px 180px;
}

#accesskeys {
	display: block;
	margin-bottom: 1em;
}

#accesskeys dt {
	float: left;
	clear: left;
	}

#accesskeys dd {
	margin: 1em 0 1em 50px;
	padding-top: .1em;
	}

#struc kbd {
	margin: 0 0 0 0px;
}

#struc2 kbd {
	margin: 0 0 0 0px;
}



#man-selector {
	/*background: #eee;*/
	}
#man-selector h3 {
	width: 140px;
	padding: .2em 0;
	color: #fff;
	font-size: .85em;
	font-weight: normal;
	text-align: center;
	background: #097486;
	}
#man-selector div.list {
	float: left;
	width: 150px;
	margin: 0 15px 0 0;
	position: relative;
	}
#man-selector div.list ul {
	margin: 5px 0 0 4px;
	padding: 0;
	list-style-type: none;
	width: 140px;/**/
	}
#man-selector div.list li {
	list-style-type: none;
	background: transparent url("../images/li_image.gif") 0 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.5em;
	color: #717E86;
	font-size: .85em;
	}
#man-selector blockquote {
	float: left;
	width: 140px;/**/
	margin: 0 25px 0 0;
	color: #717E86;
	}
#man-selector #quotes {
	font-size: .85em;
	clear: left;
	padding: 2em 0 0 0;
	}
#man-selector #quotes p {
	clear: left;
	font-size: 1em;
	text-align: left;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	}
#man-selector div.divider {
	clear: left;
	padding-top: 3em;
	margin: 0 0 2.5em 200px;
	}
#man-selector strong {
	color: #018749;
	font-weight: normal;
	display: inline;
	}
#man-selector div.center {
	width: 470px;
	text-align: center;
	}

	

/*	
	background: transparent url("../images/li_image.gif") 0 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 1.5em;
	color: #717E86;
*/

.boldGreen {color: #00a260;font-weight:bold;}