@charset "UTF-8";
/* CSS Document */

/* COLORS */

.paleBlue {
	color: #8ba3bb;
}

.darkBlue {
	color: #113860;
	display: block;
}



.lightBlue {
	color: #508cc9;
}

.red {
	color: #f03941;
}


/* END COLORS */


/* TYPOGRAPHY */

.size10 {
	font-size: 10px;
}

.normal {
	font-weight: normal;
	color: #666666;
}

/* END TYPOGRAPHY */

/* BEGIN LAYOUT - This is structured top to bottom, left to right (highest elements at the top, lowest at the bottom) */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color:#FFFFFF;
	
}

#site {
	position: relative;
	width: 971px;
	margin: auto;
}

/*COPY HERE 000000000000000000000000000000000000000000000000000000000000000000000000000000000*/
#barsearch {
		float: left;
		width: 600px;/*971*/
		height: 45px;
		border: 1px none fuchsia;
	}
	
		#barsearch .text {
			float: left;
			width: 650px;
			font-size: 11px;
			font-weight: bold;
			line-height: 37px;
		}
		
			#barsearch .text .greet {
				color: #ffffff;
				
			}
			
			#barsearch .text .status {
				color: #cecece;
			}
			
			#barsearch .text .council {
				color: #cecece;
			}
			
			#barsearch .loggedOut {
				color: #ffffff;
				font-weight: normal;
			}
			
			#barsearch .loggedOut #username {
				width: 100px;
				height: 11px;
				font-size: 11px;
			}
			
			#barsearch .loggedOut #password {
				width: 100px;
				height: 11px;
				font-size: 11px;
			}
			
			#barsearch .loggedOut #login {
				margin-right: 20px;
				font-size: 11px;
			}
			
			#barsearch .loggedOut a {
				color: #FFFFFF;
				text-decoration: none;
			}
			
				#barsearch .loggedOut a:hover {
					text-decoration: underline;
				}
			
		#barsearch #search {
		/*container*/
			float: left;/*right*/
			width: 600px;/*266 - width of container*/
			background:transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll right -207px;
			height: 45px;
			margin-top: 0px;/*2*/
			border: 0 none;
			
		}
		
		#barsearch #search #searchArea {
		position: relative;
		display: block;
		overflow: visible;/*added*/
			float: left;
			width: 487px; 
			height: 30px;
			margin-top: 7px; 
			margin-left: 9px;
			
			/*background:url(/maui/images/top/search_bg.jpg) no-repeat;*/
			/*background:transparent url(/maui/images/heart-global-hd.png) no-repeat scroll right -207px;*/
			background:#332720 url(/maui/images/top/heart-global-hd.png) no-repeat scroll left -87px;
			border: 0;
			
		}
		

		


	/**/

		
		#barsearch #search #searchInitial {
			float: left;
			width: 440px;
			margin-top: 2px;
			padding-left: 5px;
			cursor: pointer;
			color: #989898;
			font-size: 18px;
			font-family: 'trebuchet ms',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			border:1px green none;
			margin-right: 6px;
			margin-left: 5px;
			height: 24px;
		}
		
		#barsearch #search #searchField {
			float: left;
			display: none;
			width: 440px;
			height: 24px;
			padding-left: 0px;/*5*/
			margin-top: 0px;
			margin-right: 11px;
			margin-left: 5px;
			border: 0 none;
			overflow: hidden;
		}
		
		#barsearch #search #searchInput {
			overflow: hidden;
			width: 440px;
			border: none;
			color: #989898;
			height: 24px; 
			font-family: 'trebuchet ms',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-size: 18px;
			padding-bottom: 0px;
			border: black none 1px;
			margin-right: 11px;
			margin-top: 2px;
			background: transparent 0;
		}
		
		#barsearch #search #searchInput:focus{
		outline: none;
		}
		
		#barsearch #search #dropArrow {
			float: left;
			margin-top: 4px;
			cursor: pointer;
		}
		
		/*Added Search Button*/
		#barsearch #search #hd-search-submit  {
	background:transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll right -87px;
	border: 0;
	cursor:pointer;
	float:left;
	height:30px;
	overflow:visible;
	width:91px;
	margin-top: 7px;
	margin-left: 0;
	text-decoration: none;
}

#barsearch #search  #hd-search-submit:hover {
	background:transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll right -116px;
	color: #ffffff;
}



#barsearch #search #hd-search-submit span  {
	display: block;
	color: #5d5d5d;
	font: 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: 0 none;
	text-align:center;
	margin-top: 5px;
	
}

#barsearch #search #hd-search-submit a{

	text-decoration: none;

}

button {
	text-indent:0;
	white-space:inherit;
	
	
}
	
	#hd-search-submit:hover {
	color: #ffffff;
}
		
/**/		
		#barsearch #search #searchOptions {
			float: left;
			position: absolute;
			top:0px;/*117*/
			right:130px;
			width: 225px;
			z-index: 400000;/*100*/
			visibility: hidden;
			border: 0;			
			margin: 0;
			padding: 0;
		}
			#barsearch #search #searchOptions ul {
			background: #fff;
			margin: 0;
			padding: 0;
			
			}




			#barsearch #search #searchOptions li {
				list-style: none;
				line-height: 24px;
				font-size: 11px;
				border: 0 none;
				margin: 0;
				height: 24px;/*Added for heigh of each li for IE*/
				display: block;
			}
			
			#barsearch #search #searchOptions li a {
				padding-left: 5px;
				display: block;
				text-decoration: none;
				color: #666666;
			}
			
				#barsearch #search #searchOptions li a.top {
					background:url(/maui/images/top/option_top.gif) no-repeat top;
				}
				
				#barsearch #search #searchOptions li a.top:hover {
					background:url(/maui/images/top/option_top-over.gif) no-repeat top;
				}
				
				#barsearch #search #searchOptions li a.mid {
					background:url(/maui/images/top/option_mid.gif) no-repeat top;
				}
				
				#barsearch #search #searchOptions li a.mid:hover {
					background:url(/maui/images/top/option_mid-over.gif) no-repeat top;
				}
				
				#barsearch #search #searchOptions li a.bottom {
					border: none;
					background:url(/maui/images/top/option_bottom.gif) no-repeat top;
				}
				
				#barsearch #search #searchOptions li a.bottom:hover {
					border: none;
					background:url(/maui/images/top/option_bottom-over.gif) no-repeat top;
				}
		#barsearch #search .searchLabel {
			float: left;
			position: absolute;
			top: 29px;/*117*/
			right: 38px;/**/
			width: 155px;
			height: 15px;
			z-index: 100;
			visibility: hidden;
			background: url(/maui/images/top/search_label_bg.jpg) no-repeat top;
			color: #FFFFFF;
			font-size: 9px;
			font-style: italic;
			text-align: center;
			line-height: 14px;
		}






/*END COPY 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000*/

/*NEW HEADER 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000*/


.heart_header_wrapper {
	/*BOTTOM RED BAR*/
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:4px solid #DD4853;
	font-family:Arial,sans-serif;
	height:109px;/*height of wrapper 109px*/
	min-width:1002px;
	width:auto;
	position: relative;
	
}

.heart_header_wrapper .header_buffer {
	height:46px;
	margin:0 9px;
	padding-top:12px;
	position:relative;
	
}
.heart_header_wrapper .sub_logo {
	position: relative;
	top: 30px;
	left: 5px;
	
	
	}

.heart_header_wrapper .logo_w_sub {
	float: left;
	z-index: 40001;
	border-right: 1px solid #999999;
	}
	
.heart_header_wrapper .logo_w_sub img {
	background: #81817C; 
	}
	
.heart_header_wrapper .logo_w_sub a:hover img {
	background: #000;
	}
	
.header_right {
	position: absolute;
	right:1%;
	top:10px;/*10px*/
	width: 600px;/*600*/
	
}


/* Login Bar AKA: NAVIGATION */

.ahaNavWrap {
	border-color:#E6E6E6;
	border-style:solid;
	border-width:1px 0;
	background-color: #999;
}

.ahaNavStretch {
	display:block;
	height:27px;
	min-width:990px;
	position:relative;
	width:auto;
}

.ahaNav {
	left: 0;
	width: 100%;
	white-space: nowrap;
}






/* Persona */

.ahaPersonaNav {
	font-size: 1.5em;/*1.2*/
	
	
	
}

.ahaPersonaStretch {
	display:inline-block;
	position: relative;
	top: 10px;	/* 58 pushes the top nav up or down*/
	
	
	
	
}

.ahaPersonaNav .ahaPersonaStretch ul.ahaNav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	white-space: nowrap;
	border: 1px none yellow;
	width: 600px;/*Width of ahaPersonaNav*/
	
}

.ahaPersonaNav .ahaPersonaStretch ul.ahaNav li {
	float: left;
	text-align: center;
	height: 40px;/*38*/
	line-height: 40px;/*38*/
	border: 0;
	width: auto;
	
}

.ahaPersonaNav .ahaPersonaStretch ul.ahaNav li a {
	color: #3b9bdd;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding:0 10px;/*0 10px*/
	width:auto;
	text-transform: uppercase;
	border: 1px none purple;
}

.ahaPersonaNav .ahaPersonaStretch ul.ahaNav li a:hover {
	color: #5d5d5d;
	
}

.ahaPersonaNav .ahaPersonaStretch ul.ahaNav li span.donate {
	width: 102px;/*102*/
	border: 0;
	position:relative;
	top: 0px;/*pushes the donate button down*/
	
	
	
}

.ahaPersonaNav .ahaPersonaStretch ul.ahaNav li span.donate a {
	background: transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll 0 -252px;
	color:#FFFFFF;
	height:38px;
	margin:0 auto;
	padding: 0 10px;
	position:absolute;
	text-align:center;
	width: 82px;
	top:0px;
	
}

.ahaPersonaNav .ahaPersonaStretch ul.ahaNav li span.donate a:hover {
	background: transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll -102px -252px;
	color: #FFFFFF;
	
}


.ahaPersonaNav .ahaPersonaStretch ul.ahaNav li span.for {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 12px;
	vertical-align: super;
}



body {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color:#FFFFFF;
	background:url(/maui/images/bg.png) top repeat-x;
}






#top {
	float: left;
	width: 971px;	
	margin-bottom: 10px;
	border:1px none black;
}

	#banner {
		float: left;
		width: 971px;
		height: 87px;
	}
	
		#banner .text {
			float: left;
			clear: left;
			width: 300px;
			line-height: 22px;
			color: #666666;
			font-size: 11px;
		}
		
		#banner .text a {
			color: #666666;
			text-decoration: none;
		}
		
		#logo {
			float: left;
			clear: left;
			width: 268px;
			height: 65px;
		}
		
		#ahaLogo {
			float: right;
			width: 176px;
			height: 87px;
		}

/*       */

	#bar {
		float: left;
		width: 971px;
		height: 39px;
		position: relative;
		z-index : 40000;
	}
	
		#bar .text {
			float: left;
			width: 850px;
			font-size: 11px;
			font-weight: bold;
			line-height: 30px;
			margin-top:4px;			
		}
		
			#bar .text .greet {
				color: #ffffff;
				display:block;
			}
			
			#bar .text .status {
				color: #cecece;
			}
			
			#bar .text .council {
				color: #cecece;
			}
			
			#bar .loggedOut {
				color: #ffffff;
				font-weight: normal;
			}
			
		  #bar .formlogin{				
				font-weight: normal;	
				font-size: 11px;
			}
			
			#bar .formsignout {				
				font-weight: normal;	
				font-size: 11px;
			}
			
			#bar .loggedOut #username {
				width: 100px;
				height: 11px;
				font-size: 11px;
			}
			
			#bar .loggedOut #password {
				width: 100px;
				height: 11px;
				font-size: 11px;
			}
			
			#bar .loggedOut #login {
				margin-right: 20px;
				font-size: 11px;
			}
			
			#bar .loggedOut a {
				color: #FFFFFF;
				text-decoration: none;
			}
			
				#bar .loggedOut a:hover {
					text-decoration: underline;
				}
			
		#bar #search {
		/*container*/
			float: left;/*right*/
			width: 600px;/*266 - width of container*/
			background:transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll right -207px;
			height: 45px;
			margin-top: 0px;/*2*/
			border: 0 none;
			
		}
		
		#bar #search #searchArea {
		position: relative;
		display: block;
		overflow: visible;/*added*/
			float: left;
			width: 487px; 
			height: 30px;
			margin-top: 7px; 
			margin-left: 9px;
			
			/*background:url(/maui/images/top/search_bg.jpg) no-repeat;*/
			/*background:transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll right -207px;*/
			background:#332720 url(/maui/images/top/heart-global-hd.png) no-repeat scroll left -87px;
			border: 0;
			
		}
		

	/**/

		
		#bar #search #searchInitial {
			float: left;
			width: 440px;
			margin-top: 2px;
			padding-left: 5px;
			cursor: pointer;
			color: #989898;
			font-size: 18px;
			font-family: 'trebuchet ms',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			border:1px green none;
			margin-right: 6px;
			margin-left: 5px;
			height: 24px;
		}
		
		#bar #search #searchField {
			float: left;
			display: none;
			width: 440px;
			height: 24px;
			padding-left: 0px;/*5*/
			margin-top: 0px;
			margin-right: 11px;
			margin-left: 5px;
			border: 0 none;
			overflow: hidden;
		}
		
		#bar #search #searchInput {
			overflow: hidden;
			width: 440px;
			border: none;
			color: #989898;
			height: 24px; 
			font-family: 'trebuchet ms',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
			font-size: 18px;
			padding-bottom: 0px;
			border: black none 1px;
			margin-right: 11px;
			margin-top: 2px;
		}
		
		#bar #search #searchInput:focus{
		outline: none;
		}
		
		#bar #search #dropArrow {
			float: left;
			margin-top: 4px;
			cursor: pointer;
		}
		
		/*Added Search Button*/
		#bar #search #hd-search-submit  {
	background:transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll right -87px;
	border: 0;
	cursor:pointer;
	float:left;
	height:30px;
	overflow:visible;
	width:91px;
	margin-top: 7px;
	margin-left: 0;
	text-decoration: none;
}

#bar #search  #hd-search-submit:hover {
	background:transparent url(/maui/images/top/heart-global-hd.png) no-repeat scroll right -116px;
	color: #ffffff;
}



#bar #search #hd-search-submit span  {
	display: block;
	color: #5d5d5d;
	font: 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border: 0 none;
	text-align:center;
	margin-top: 5px;
	
}

#bar #search #hd-search-submit a{

	text-decoration: none;

}

button {
	text-indent:0;
	white-space:inherit;
	
	
}
	
	#hd-search-submit:hover {
	color: #ffffff;
}
		
/**/		
		#bar #search #searchOptions {
			float: left;
			position: absolute;
			top:40px;/*117*/
			right:05px;
			width: 225px;
			z-index: 100;
			visibility: hidden;
			border: none 0;
			
		}
		
			#bar #search #searchOptions li {
				list-style: none;
				line-height: 24px;
				font-size: 11px;
			}
			
			#bar #search #searchOptions li a {
				padding-left: 5px;
				display: block;
				text-decoration: none;
				color: #666666;
			}
			
				#bar #search #searchOptions li a.top {
					background:url(/maui/images/top/option_top.gif) no-repeat top;
				}
				
				#bar #search #searchOptions li a.top:hover {
					background:url(/maui/images/top/option_top-over.gif) no-repeat top;
				}
				
				#bar #search #searchOptions li a.mid {
					background:url(/maui/images/top/option_mid.gif) no-repeat top;
				}
				
				#bar #search #searchOptions li a.mid:hover {
					background:url(/maui/images/top/option_mid-over.gif) no-repeat top;
				}
				
				#bar #search #searchOptions li a.bottom {
					border: none;
					background:url(/maui/images/top/option_bottom.gif) no-repeat top;
				}
				
				#bar #search #searchOptions li a.bottom:hover {
					border: none;
					background:url(/maui/images/top/option_bottom-over.gif) no-repeat top;
				}
		#bar #search .searchLabel {
			float: left;
			position: absolute;
			top: 29px;/*117*/
			right: 38px;/**/
			width: 155px;
			height: 15px;
			z-index: 100;
			visibility: hidden;
			background: url(/maui/images/top/search_label_bg.jpg) no-repeat top;
			color: #FFFFFF;
			font-size: 9px;
			font-style: italic;
			text-align: center;
			line-height: 14px;
		}


#left {
	float: left;
	width: 242px;
	margin-right: 15px;
}

	#nav {
		float: left;
		width: 242px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #ffffff;
		background-color: #113860;
	
	}
	
		#nav li {
			list-style: none;
			font-weight: bold;
			line-height: 18px;
		}
		
		#nav li a {
			padding-left: 20px;
			display: block;
			color: #ffffff;
			text-decoration: none;
		}
		
		#nav li a:hover {
			color: #92b1d1;
			background-color: #1f4872;
		}
		
		#nav li a.current {
			color: #92b1d1;
			background-color: #1f4872;
		}
		
		#nav li ul {
			display: inline;
		}
		
		#nav li ul li {
			padding-left: 0px;
			background:url(/maui/images/left/underline.gif) top no-repeat;
			color: #8ba3bb;
			font-weight: normal;
		}
		
		#nav li ul li.first {
			background: none;
		}
		
		#nav li ul li a {
			padding-left: 41px;
			color: #ffffff;
			text-decoration: none;
			text-indent: -11px;
		}
	
	.infoBox {
		float: left;
		width: 242px;
		margin-top: 10px;
		padding-top: 9px;
		background:url(/maui/images/left/leftgradient.jpg) top no-repeat;
	}
	
		.infoBox .sectionTitle {
			float: left;
			margin-left: 20px;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 1.35em; 
			font-weight: bold; 
			color: #2a6aab;
			line-height: 30px;
		}
	
		.infoBox .subSectionHead {
			float: left;
			height: 30px;
			width: 200px;
			margin-top: 10px;
			margin-left: 20px;
			margin-bottom: 5px;		
			color: #113860;
			border-bottom: dashed 1px #999999;
			font-weight: bold;
			font-size: 12px;
		}
		
		
		.infoBox .subSectionHead .navtitle {
    		float: left;
    		
		}
		
		
			.infoBox .subSectionHead .viewMore {
				font-size: 10px;
				float: right;
			}
			
			.infoBox .subSectionHead .viewMore a {				
				text-decoration: none;
			}
			
			.infoBox .subSectionHead .viewMore a:hover {
				text-decoration: underline;
			}
		
		.infoBox .item {
			float: left;
			width: 200px;
			margin-left: 20px;
			margin-bottom: 10px;
			font-size: 11px;
		}
		
		.infoBox .item .title a {
			color: #3573b3;
			text-decoration: none;
		}
		
		.infoBox .item .title a:hover {
			text-decoration: underline;
		}

#main {
	float: right;
	width: 714px;
	font-size: 11px;
}

	#main.noNav {
		float: left;
		width: 971px;
		position: relative;
	}
	
	#main #subLeft {
		float: left; 
		width: 400px; 
		margin-right: 50px;
	}
	
	#main #subRight {
		float: left; 
		width: 400px;
	}
	
	#main.noNav ul {
		margin-left: 30px;
		margin-bottom: 1em;
		list-style: inside disc;
	}

	#main p {
		margin-bottom: 1em;	
		font-size: 11px;
		font-weight: normal;
	}
	
	#main a {
		font-weight: bold;
		color: #508cc9;
		text-decoration: none;
	}
	
	#main a:hover {
		text-decoration: underline;
	}
	
	#main .links {
		font-size:10px;
		font-weight: bold;		
	}
	
	#main .line {
		height: 15px;
		border-bottom: solid 1px #CCCCCC;
		margin-bottom: 15px;
	}

	#main .subline {
		height: 15px;
		border-bottom: solid 1px #CCCCCC;
		margin-bottom: 15px;
		width:700px;
	}
	
	.gearline {
		height: 1px;
		border-bottom: solid 1px #CCCCCC;
		margin-bottom: 15px;
		width:714px;
	}
	

	#main .subFeature {
		float: left;
		width: 700px;
		height: 250px;
		margin-bottom: 15px;
		position: relative;
		z-index: 1;
	}
	
		#main .subFeature .text {
			float: left;
			margin-top: 20px;
			margin-left: 20px;
			width: 380px;
			font-size: 12px;
			color: #1f5281;
		}
		
			#main .subFeature .text .title {
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 24px; 
				font-weight: bold;
				font-style: italic; 
				color: #508cc9;
				line-height: 40px;
			}
			
			#main .subFeature .text i {
				color: #f03941;
			}
			
			#main .subFeature .text a {
				font-size: 10px;
			}
			
			#main .subFeature .text input {
				width: 100px;
				color: #999999;
			}
			
			#main .subFeature .text .state {
				color: #999999;
			}
			
			#main .subFeature .text #memberSearchBtn {
				position: absolute; right: 0px; top: 8px;
			}

			#main #education {
				height: 292px;
				background:url(/maui/images/education/education.jpg) top no-repeat;
			}

			#main #advocacy {
				height: 292px;
				background:url(/maui/images/advocacy/advocacy.jpg) top no-repeat;
			}

			#main #guidelines {
				height: 292px;
				background:url(/maui/images/guidelines/guidelines.jpg) top no-repeat;
			}


			#main #researchAwards {
				height: 292px;
				background:url(/maui/images/research_awards/research_awards.jpg) top no-repeat;
			}
			
			#main #researchAwards .text {
				width: 400px;
			}
						
			#main #memberServices {
				height: 292px;
				background:url(/maui/images/member_services/member_services.jpg) top no-repeat;
			}

			#main #scouncil {
				height: 292px;
				background:url(/maui/images/council/council.jpg) top no-repeat;
			}

			#main #pcare {
				height: 292px;
				background:url(/maui/images/patient_care/patient_care.jpg) top no-repeat;
			}
		
			#main #earlycareer {
				height: 392px;
				background:url(/maui/images/early_career/early_career.jpg) top no-repeat;
			}
	
	
		
	#main #subPageContainer {
		float: right;
		width: 700px;
	}
	
	#main #blueBox {
		float: left;
		margin-left: 5px;
		margin-bottom: 15px;
		background: url(/maui/images/member_services/bluebg.jpg) top no-repeat;
		width: 700px;
		height: 127px;
	}
	
		#main #blueBox .text {
			color: #ffffff;
			width: 650px;
			margin: 13px 0px 0px 24px;
		}
			
			#main #blueBox .text .title {
				font-size: 20px;
				font-family:Arial, Helvetica, sans-serif;
			}
	
	#main .mainTitle {
		float: left;
		margin-top: 7px;
		margin-bottom: 7px;
		width: 700px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		font-weight: bold; 
		color: #508cc9;
	}
	
		#main.noNav .mainTitle {
			width: 971px;
		}
		
		#main.noNav .short {
			width: 400px;
		}

	 .titleNameShort {
		margin-top: 7px;
		margin-bottom: 7px;
		width: 400px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		font-weight: bold; 
		color: #508cc9;
	 }

		
	#main .short {
		width: 400px;
	}
		
	#main .subTitle {
		float: left;
		margin-top: 14px;
		margin-bottom: 7px;
		width: 700px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-weight: bold; 
		color: #508cc9;
		border-bottom: 1px dashed #CCCCCC;
	}
	
		#main.noNav .subTitle {
			width: 971px;
		}
		
		#main .subTitle.short {
			width: 400px;
		}
	
	#main .required {
		color: #f03941;
		font-weight: bold;
	}
	
	#main .label {
		font-weight: bold;
		color: #113860;
	}
	
	#main #customize {
		float: right;
		width: 168px;
		height: 40px;
		margin-bottom:10px;
	}
	
	#main .section {
		float: left;
		width: 700px;
		overflow: hidden;
	}
	
		#main .section.open {
			margin-bottom: 20px;
		}
		
		#main .section.closed {
			margin-bottom: 1px;
		}
	
		#main .section .sectionHead {
			float: left;
			width: 700px;
			background-image:url(/maui/images/home/sections/sectionbg-open.jpg);
			background-position: top right;
			background-repeat: no-repeat;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 10.5px;
			font-weight: bold;
			color: #FFFFFF;
		}
		
			#main .section .sectionHead .arrow {
				float: left;
				cursor: pointer;
			}
			
			#main .section .sectionHead .header {
				float: left;
				width: 687px;
				height: 26px;
				
			}
			
				#main .section .sectionHead .name {
					float: left;
					width: 173px;
					padding-left: 10px;
					margin-right:-16px;
					line-height: 26px;
				}
				
				#main .section .sectionHead .author {
					float: left;
					width: 100px;
					padding-left: 10px;
					margin-right: 60px;
					line-height: 26px;
				}
				
				#main .section .sectionHead .date {
					float: left;
					width: 110px;
					margin-right: -1px;
					line-height: 26px;
					
				}
				
				#main .section .sectionHead .source {
					float: left;
					width: 50px;
					margin-right: 12px;
					line-height: 26px;
					
				}
				
				#main .section .sectionHead .community {
					float: left;
					width: 130px;
					margin-right: 8px;
					line-height: 26px;
					
				}
				
				#main .section .sectionHead .access {
					float: left;
					width: 50px;
					line-height: 26px;
					
				}
		
		#main .section .item {
			float: left;
			margin-top: 10px;
			padding-left: 8px;
			width: 700px;
			font-size: 11px;
		}
		   #main .section .item .widername {
				float: left;
				width: 560px;
				margin-right: 17px;
				color: #113860;
			}
			
			#main .section .item .name {
				float: left;
				width: 170px;
				margin-right: 7px;
				color: #113860;
				font-weight: bold;
			}
				
				#main .section .item .name img {
					float: left;
					margin-right: 5px;
				}
			
				#main .section .item .name .links {					
					font-weight: bold;
					font-size: 10px;
					line-height: 20px;
				}
				
				#main .section .item .name .links a {					
					text-decoration: none;
				}
				
				#main .section .item .name .links a:hover {
					text-decoration: underline;
				}
				
				#main .section .item .name .details {
					color: #f03941;
					font-weight: bold;
				}
			
			#main .section .item .date {
				float: left;
				width: 70px;
				margin-right: 17px;
				font-size: 11px;
				color: #3573B3;
			}
			
			#main .section .item .source {
				float: left;
				width: 150px;
				margin-right: 12px;
				color: #3573b3;
			}
			
			#main .section .item .community {
				float: left;
				width: 115px;
				margin-right: 17px;
				color: #3573b3;
			}
			
			#main .section .item .access {
				float: right;
				width: 85px;
				color: #333333;
			}
		
	#main .section .more {
		float: right;
		width: 700px;
		margin-top: 5px;
		padding-right: 10px;
		line-height: 18px;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
	}
	
		#main .section .more a {
			color: #f03941;
			text-decoration: none;
		}
		
		#main .section .more a:hover {
			text-decoration: underline;
		}
	
	#main #news {
		float: left;
		width:700px;
	}
	
	#main #newsTitle {
		float: left;
		margin-top: 10px;
		margin-bottom: 5px;
		width: 700px;
	}
	
	#main .shortNewsBox {
		float: left;
		width: 300px;
		height: 100px;
		background: url(/maui/images/home/sections/news/newsBoxBg.jpg) top no-repeat;
		font-size: 11px;
	}
	
		#main .shortNewsBox.margin {
			margin-right: 45px;
		}
		
		#main .shortNewsBox img {
			float: left;
			margin: 10px 5px 0px 10px;
		}
		
		#main .shortNewsBox .text {
			margin: 5px 5px 5px 0px;
		}
		
		#main .shortNewsBox a {
			color: #013e81;
			text-decoration: none;
		}
		
		#main .shortNewsBox a:hover {
			text-decoration: underline;
		}
		
		#main .shortNewsBox .source {
			color: #3573b3;
		}
		
	#main .wideNewsBox {
		float: left;
		width: 704px;
		margin-top: 15px;
		font-size: 11px;
	}
	
		#main .wideNewsBox a {
			color: #013e81;
			text-decoration: none;
		}
		
		#main .wideNewsBox a:hover {
			text-decoration: underline;
		}
		
		#main .wideNewsBox .date {
			float: right;
			color: #3573b3;
		}
	
	#main #news .more {
		float: right;
		width: 704px;
		padding-right: 10px;
		margin-top: 5px;
		line-height: 18px;
		font-weight: bold;
		font-size: 10px;
		text-align: right;
	}
	
		#main #news .more a {
			color: #f03941;
			text-decoration: none;
		}
		
		#main #news .more a:hover {
			text-decoration: underline;
		}
	
	#main #sectionNumbers {
		position: absolute; 
		height: 20px; 
		width: 100px; 
		right: 270px; 
		top: 7px;
		font-size: 14px;
		color: #CCCCCC;
	}
	
		#main #sectionNumbers .current {
			font-weight: bold;
			color: #508cc9;
		}
		
	#main .moreInfo {
		display: none;
	}
	
	#main tr.tableHead {
		font-size: 14px; 
		font-weight: bold; 
		color: #508cc9;
		font-family: Arial, Helvetica, sans-serif; 
	}
	
	#main td.dashedLine {
		height: 0px;
		line-height: 0px;
		font-size: 0px;
		border-bottom: dashed 1px #CCCCCC;
	}
	
	#main td.solidLine {
		height: 0px;
		line-height: 0px;
		font-size: 0px;
		border-bottom: solid 1px #999999;
	}
	
	#main td.alignTop {
		vertical-align: top;
	}
	
	#main td.alignMid {
		vertical-align: middle;
	}
	
	#main td.alignBottom {
		vertical-align: bottom;
	}
	
	#main td input.rankBox {
		width: 20px;
	}

	#main #sponsor {
		float: left;
		margin-top: 10px;
	}
	
		
	#close{
		position: absolute;
		right: 10px;
		top: 0;
	}
	
 .profileInfo {
	border-bottom:1px dotted #808CA5;
	color:#508cc9;
	display:block;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:4px;
 }

 .box {
	 position: relative;
	 margin-top: 6px;
}

	#content1{
	background: #fff;
	-moz-border-radius: 5px;
	border: 1px solid #A6C9E2;
	padding:10px;	
	width:420px;
	position: absolute;
	z-index:500000;
	}
	
.errorText { 
	font-weight: bold; 
	color : red ;
}

.errortext { 
	font-weight: bold; 
	color : red ;
}

.sup {
  vertical-align: super;
  font-size: 80%;
}


/* Footer Start */

#footer {
	position: relative;
}

#footer_wrapper {
	position: relative;
	border-top:3px solid #b6b6b6;
	color: #5d5d5d;
	font-size: 1.0em;
	margin-top: 10px;
	
}

#footer_buff{
  position: relative;
	margin: 0px auto;
	width: 1002px;
	padding: 10px 0;
}

.footerTitle {
	display: block;
	font-weight: bold;
}

#footer_wrapper #footer_buff .about {
	width: 320px;
	display: block;
}

#footer_wrapper #footer_buff ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

#footer_wrapper #footer_buff ul li a, #footer_wrapper #footer_buff ul ol span a {
	color: #0267ac;
	text-decoration: none;
}

#footer_wrapper #footer_buff ul li a:hover, #footer_wrapper #footer_buff ul ol span a:hover, p.legal a:hover {
	text-decoration: underline;
}

#footer_wrapper #footer_buff .sites {
	
}

#footer_wrapper #footer_buff .causes {
	
}



.about, .sites, .causes, .contact {
	border-left: #d41017 1px solid;
	float: left;
	padding: 0 10px;
}

#footer_wrapper #footer_buff ul {
	padding-left:10px;
	margin: 0;
}

#footer_wrapper #footer_buff ul ol span {
	font-weight: bold;
}


#footer_wrapper #footer_buff ul ol li {
	margin-left: 5px;
	font-weight: normal;
}

#footer_wrapper #footer_buff ul ol {
	padding-top: 5px;
}

#footer_wrapper #footer_buff .floatright {
	float: right;
}
#footer_wrapper #footer_buff .floatleft {
	float: left;
}


p.legal {
	clear:both;
	padding:20px;
	text-align:center;
	font-size: .8em;
}

p.legal a {
	color: #5d5d5d;
	text-decoration: none;
}

li.seals {
	clear: both;
	text-align: center;
	padding: 20px 5px 0;
}

li.seals img {
	padding: 5px 8px;
}

.clearit {
   clear: both;
}


/* You're the cure lightbox styles */
.cureContainer {
width:400px;
height:300px;
margin: 0;
padding: 0;
position:relative;
zIndex: 40000;
}

.cureLogo {
background: transparent url(/maui/images/home/cure_01.gif) scroll no-repeat 0 0;
height:220px;
}
.cureContent {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
position:relative;
top: 160px;
}	

.donateLogo {
background: transparent url(/maui/images/home/mah_lightbox_donate.gif) scroll no-repeat 0 0;
height:220px;
}	

.donateContainer {
width:400px;
height:220px;
margin: 0;
padding: 0;
position:relative;
zIndex: 40000;
}

.donateContent {
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
position:relative;
top: 0px;
}

.donateButton {
  text-align:center; 
  align:center;
}

.cureButton {
  text-align:center; 
  align:center;
}

.cureButtonLayout {
  width: 400px;
  margin: 0 auto;
  position:relative;
  top: 180px;
  align:center;
}

.donateButtonLayout {
  width: 400px;
  margin: 0 auto;
  position:relative;
  top: 156px;
  align:center;
}

.clrit { clear:both;}
