/* reset */

html, body, div, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, form, footer, header, nav, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	background-color: #fbfff2;
}

ul {
	list-style: none;
	background-color: #fbfff2;
}

 

body { 
  font-family:  "Trebuchet MS", Verdana, Ubuntu, Arial, Gotham, sans-serif;
 
}


#bottomheader {
		background-color: #ab8;
	}
	
/* wrap */
#pagewrap {
	margin:0px;
	/* 940px in pie.css */
	width: 100%;
	text-align:left;
	
	margin-left: auto;
	margin-right: auto;
	}

#content h1 {
    color: #207B70;
    font-size: 80%;
    margin: 0px;
    padding: 10px 0 5px 0;
}
	#sidebar2 {
		display: none;
	}

	#sidebar1 {
		display: none;
	}

	.small-menu { 
	display: inline; 
	}
	.large-menu { display: none; }

#banner{
	background: url(/images/logos_new/bannermob.gif) no-repeat;
	height: 70px;
	background-size: 100%;
}

#banner_home{
	background: url(/images/logos_new/bannermob.gif) no-repeat;
	height:70px;
	background-size: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #de623e;

}
a:hover {
	text-decoration: none;
	color: #930;
}

#content img.photo2 {
	float: left;
	border: 1px solid #099;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content p {
	/*	font size is 100% normally*/
	font-size: 16px;
	line-height: normal;
	padding: 5px 0px 7px 0px;
	margin: 0px ;
}

#content h3 {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 8px;
	font-size: 16px;
}

/*in pie.css just the a in content is defined */ 
#content a {
/* modified in pie.css */	
font-size: 16px;
padding: 5px ;
line-height: 180%;


}