body {
	font: 100% Palatino Linotype, Book Antiqua, Palatino, serif;
	background: #f4f1e8;
	margin: 0; /* 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 */
	color: #000000;
}

a {
   color: #0c422f;
}

.marino #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left;  this overrides the text-align: center on the body element. */
}
.marino #headerWrapper {
	height: 127px;
	background: #f3f0e9 url(http://www.janicemarino.com/images/header_bg.jpg) repeat-x top;
}
.marino #header {
   width: 980px;
	margin: 0 auto;
}
.marino #header #logo {
   float: left;
   width: 486px;
   height: 91px;
   padding: 20px 30px 0 0;
}
.marino #header #contact {
   text-align: right;
   width: 300px;
   height: 50px;
   float: right;
   margin-top: 50px;
}
.marino #header #contact h1 {
   color: #0c412f;
   font-size: 1.4em;
   margin: 0;
}
.marino #header #contact a {
   font-size: 1em;
   margin: 0;
}

.marino #indexSubheaderWrap {
	height: 218px;
	background: #0f4432 url(http://www.janicemarino.com/images/green_bg.jpg) repeat-x top;
}
.marino #subheaderWrap {
	height: 40px;
	background: #0f4432 url(http://www.janicemarino.com/images/green_bg.jpg) repeat-x bottom;
}
.marino #subheader {
   width: 980px;
	margin: 0 auto;
}
.marino #subheader #title {
   padding-top: 5px;
   font-size: 1em;
   font-weight: bold;
   color: #e6e9d8;
   text-align: center;   
   width: 500px;
   margin: 0 auto;
   border-bottom: 1px solid #296e59;
}
.marino #subheader #search {
   width: 287px;
   background-image: url(images/quicksearch_bg.gif);
   float: left;
   position: relative; 
   margin: 15px 20px 0 60px;
   background-position: top;
   background-repeat: no-repeat;
}
.marino #subheader #search #form {
   height: 300px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   margin: 10px 0 0 21px; 
}

.marino #subheader #search #leftCol {
   width: 250px;
   line-height: 1.5em;
   position: relative;
   text-align: justify;
   margin-top: 15px;
   padding: 20px;
   background-image: url(http://www.janicemarino.com/images/fade_bg.jpg);
   background-repeat: repeat-x;
}

.marino #subheader #tag {
   float: right;
   position: relative;
   margin: 30px 60px 10px 0;
}
.marino #subheader #tag img {
   margin: 10px 5px 5px 5px;
}
.marino #subheader h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	color: white;
	margin: 8px;
}
.marino #subheader h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	color: #b0c29a;
	margin: 8px;
}

.marino #mainContentWrap {
   background: #f4f1e8 url(http://www.janicemarino.com/images/body_bg.jpg) repeat-x top;
}
.marino #mainContent {
   width: 980px;
	margin: 0 auto;
}

.marino #footerWrap {
	height: 118px;
	background: #0f4432 url(http://www.janicemarino.com/images/footer_bg.jpg) repeat-x top;
	margin-top: 30px;
}
.marino #footer {
   width: 980px;
	margin: 0 auto;
}
.marino #footer #logo {
   width: 140px;
   height: 91px;
	background-image: url(http://www.janicemarino.com/images/footer_logo.gif);
	float: left;
	margin-top: 10px;
	margin-left: 120px;
}

#contactWrap  {
   float: right;
   height: 88px;
   margin: 20px 60px 0 0;
}

.marino .contact {
   color: white;
   width: 150px;
	margin: 0;
	float: left;
	text-align: left;
}
.marino .contact a:link, .marino .contact a:active, .marino .contact a:visited {
   color: white;
   text-decoration: underline;
}
.marino .contact a:hover {
   color: #c3cfb1;
   text-decoration: none;
}

.marino #groupImage {
   width: 258px;
   margin: 5px 20px;
   float: left;
   position: relative;
   top: -54px;
}

#copyright{
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.dre{
	font-size: .7em;
}


.clear {
   clear: both;
}

#navWrap {
	height: 46px;
	background: #dee1d0 url(http://www.janicemarino.com/images/nav_bg.jpg) repeat-x top;
	margin: 0 0;
	padding: 0 0;
}

#nav {
   font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	/*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
	font-size: 1.05em;
	font-weight: bold;
	color: #000;
   width: 980px;
	border: none;
	border: 0px;
	margin: 0 auto;
	padding: 0px;
}
#nav ul {
   width: 980px;
	background: url(http://www.janicemarino.com/images/menu-bg.gif) top left repeat-x;
	height: 43px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0 0;
	padding: 0 0;
}
#nav li a {
	color: #303030;
	display: block;
	/*font-weight: bold;*/
	line-height: 43px;
	padding: 0px 6px;
	text-align: center;
	text-decoration: none;
}
#nav li a:hover {
	color: #6c6c6c;
	text-decoration: none;
}
#nav li a:active {
	color: #c3cfb1;
	text-decoration: none;
}
#nav li ul {
	background: #f4f1e8;
	border-left: 2px solid #00402d;
	border-right: 2px solid #00402d;
	border-bottom: 2px solid #00402d;
	display: none;
	height: auto;
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: absolute;
	width: 200px;
	z-index: 200;
	/*top: 1em;
	/*left: 0;*/
}
#nav li:hover ul {
	display: block;
}
#nav li li {
	display: block;
	float: none;
	width: 200px;
}
#nav li ul a {
	display: block;
	font-size: .9em;
	font-style: normal;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
#nav li ul a:hover {
	background: #e5e7da;
	color: #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#nav p {
	clear: left;
}	
#nav #current {
	background: url(http://www.janicemarino.com/images/current-bg.gif) top left repeat-x;
	color: #ffffff;
}		
