body, td, th {
		font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#474747;
}


div {
		font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#474747;
}


a{	
		color:#38a13f;
		font-weight:normal;
		text-decoration:underline;
}

a:hover{
		text-decoration:none;
}


b,strong{color:#38a13f;}

p{padding-bottom:0px;margin-bottom:0px;}

H1{color:#38a13f;font-size:24px;font-weight:normal;border-bottom:1px solid #bbb;margin-top:0px;padding-top:0px;}
H2{color:#474747;font-size:20px;font-weight:normal;padding-bottom:0px;margin-bottom:0px;}
H3{color:#38a13f;font-size:16px;margin-top:0px;padding-top:0px;}
H4{color:#38a13f;font-size:15px;}
H5{color:#38a13f;font-size:14px;}
H6{color:#38a13f;font-size:13px;}


#container{
	background-image:url(/Images/TemplateImages/Background2Lines.png);
	background-repeat:repeat-y;
	width:895px;
	margin:0px auto;
	position:relative;
	padding:0px 5px 0px 6px;
}

#header{
	background-image:url(/Images/TemplateImages/TalaPasifika.jpg);
	background-repeat:no-repeat;
	height:143px;
	position:relative;
}

#logolink{
	position:absolute;
	top:20px;
	left:30px;
}

#search{
	position:absolute;
	top:50px;
	right:50px;
	width:214px;
	background-image:url(/Images/TemplateImages/SearchBackground.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:5px 0px 5px 0px;
}
.keywords{width:103px;}

#contentholder{
	padding:1px 10px 10px 10px;
	min-height:400px;
	height:auto !important;
	height:400px;

}

#homecontentholder{
	float:right;
	width:665px;
}

#homecontent{
	float:left;
	width:421px;
}

#rightcolumn{
	float:right;
	width:190px;
	padding:10px 10px 0px 0px;
}

#leftmenu{
	float:left;
	width:165px;
	padding:10px 0px 0px 6px;
}

#breadcrumbs{
	font-size:11px;	
	color:#999999;
	padding-bottom:10px;
}

#utils{
	float:right;
	width:380px;
}
#utils img{
	border:none !important;	
	padding:0px !important;
}

#addthis{
	float:right;	
}

#content{
	float:right;
	width:680px;
}

#homecontent img, 
#content img{
	padding:5px;
	border:1px solid #38A13F;
}

#footer{
	background:url(/Images/TemplateImages/Background2Lines.png);
	background-position:left;
	background-repeat:repeat-y;
	margin:0px auto;
	width:907px;
}

#footertext{
	text-align:center;	
	padding-bottom:10px;
	background-color:#41AD48;
}
#footertext a{
	color:#474747;
	font-size:12px;
}

.newsletterinput
{
    width:120px;
}

.newslettersignup td
{
    font-size:11px;
}

.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 */


.sendtofriend input,
.sendtofriend textarea{
	
	width:200px;
	
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/templateimages/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:50px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/images/templateimages/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* use a semi-transparent image for the overlay */ 
#overlay { 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}


