/* CSS Document */

body { 
margin:0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
padding:1px;
width: 760px; 
}

#wrapper {
width: 755px;
margin: 0px auto;
background-color: #fff;
color: #333;
line-height: 100%;
border-right: 0px solid gray;
}

#top-nav {
	width:755px;
	line-height: 160%;
	padding: 1px 0px 0px 0px;
	/* this top border works for ff on the outside but for ie padding is on the inside*/
	border-width: 0px 0px 1px 0px;
	/* this border adds a border ff on the outside but border is a dark color and when color is added the border disappears --ignored by ie */
	border-spacing: 0px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
}
a.top-nav {
	color: #666;
	text-decoration: none;
}
a.top-nav:hover {
color: #333;
text-decoration: underline;
}
#marlton-nav {
	width:755px;
	line-height: 160%;
	padding: 1px 0px 0px 0px;
	/* this top border works for ff on the outside but for ie padding is on the inside*/
	border-width: 0px 0px 1px 0px;
	/* this border adds a border ff on the outside but border is a dark color and when color is added the border disappears --ignored by ie */
	border-spacing: 0px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;	
}
a.marlton-nav {
	color: #AAA;
	text-decoration: none;
}
a.marlton-nav:hover {
color: #333;
text-decoration: underline;
}

#header-row { 
/*margin:0px 0px 1px 0px auto;  removed as it appeared to have no effect */
padding: 0px 0px 1px 0px; /*this bottom padding is ignored by ff but works for IE */
width: 755px; 
/*height:187px;*/
}

#header-logo { 
padding: 0 0 0 0;
width: 279px;
float: left; 
}
#header-photo { 
padding: 0 0 0 0;
width: 476px;
float: right; 
}

#content-pic { 
/*margin:0px 0px 0px 0px auto;  removed as it appeared to have no effect */
padding: 0px 0px 0px 0px; /*this bottom padding is ignored by ff but works for IE */
width: 590px; 
/*height:187px;*/
}

#content-top-pic { 
padding: 0 0 0 0;
width: 440px;
float: left; 
}
#news-pic { 
padding: 0 0 0 0;
width: 150px;
float: right; 
}


#body-row {
border-right: 0px solid gray;
clear:both;
}

#body-left
{
float: left;
width: 163px;
margin: 0;
border-right: 0px solid gray;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;
}

#news-col {
	background-color: #ffffff;
	max-width: 150;
	width : 150px;
	float: right;
	height: 100%;
}

#news-box {
	border-left: 0px solid white;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FF6600;
	width : 150px;
	float: right;
	font-size:85%;

}

#news-box ul {
	margin: 0;
	padding: 5 5 0 14px; /* top , right */
	text-align:left
}

#news-box ul li {
	margin: 0 0 0 6px;
	padding: 0 0 4 0px;
	list-style-type: square;
	color: #fff;
}

#news-box a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : none;
	text-align: left;
	font-size : smaller;
}
#news-box a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-decoration : underline;
}

#newsdate {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFCFAF;
	text-decoration : none;
	text-align:right;
	font-size:70%;
}

#body-right
{
	float: right;
	width: 590px;
	margin: 0px;
	padding: 0em;
	border-right: 0px solid gray;
	background : #fff;
}
#content-wrapper
{
	border-left: 0px solid gray;
	margin:0px 0px 0px 0px;
	/* used to add padding to the top of the content in ie */
	padding: 0px 0px 0px 0px;
	width : 590px;
	clear: both;
	float: left;
}

#content
{
	border-left: 0px solid gray;
	background-color: white;
	margin:0px 5px 0px 0px;
	/* used to add padding to the top of the content in ie */
	padding: 8px 5px 4px 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #333; /*was 333*/
	line-height : 130%;
	width : 426px;
	clear: both;
	float: left;
}

#content h2 {
	/*font-family: "Times New Roman", serif; */
	font-family : Georgia, Arial, Helvetica, serif; 
	color : #993;
	font-size: 1.25em;
}

#footer
{
width: 755px;
height: 95px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin:0px 0px 0px 0px;	/* used to add padding to the top of the content in ie */
padding: 0px 0px 0px 0px;
color: #fff;
background-color: #BEBE3F;
border-top: 1px solid #fff;
border-bottom: 2px solid #EEEF68;
clear: both;
}

#footer-left {
	width:300;
	float: left;
	text-align: left;
	margin:0px 0px 0px 0px;	/* used to add padding to the top of the content in ie */
	padding: 8px 8px 8px 8px;
}

#footer-right {
	width:250;
	float: right;
	text-align: right;
	margin:0px 0px 0px 0px;	/* used to add padding to the top of the content in ie */
	padding: 8px 8px 8px 8px;
}


#footer-bottom {
	width:755;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	color: #999;
	margin:0px 0px 0px 0px;	/* used to add padding to the top of the content in ie */
	padding: 4px 2px 8px 0px;
	clear: both;
}

#footer-marlton {
	width:755;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	color: #999;
	margin:0px 0px 0px 0px;	/* used to add padding to the top of the content in ie */
	padding: 4px 2px 8px 0px;
	clear: both;
}

a.footerlink {
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #fff;
text-decoration: none;
}
a.footerlink:hover {
text-decoration: underline;
}

#contact {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top : 0px;
}

#poweredby-link {
display: none;
}



 #navcontainer { 
 margin-left: 0px;
 text-align: left;
  }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
Font-size: 0.8em;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 5px 5px;
width: 163px;
color: #666;
background-color: #DEDEDE;
text-decoration: none;
}

#navcontainer a:hover
{
color: #333;
background-color: #EFEFEF;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
	display: block;
	width: 163px;
	color: #666;
	background-color: #EFEFEF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#navcontainer ul ul a:hover
{
color: #333;
background-color: #EFEFEF;
text-decoration: underline;;
}
