
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
	line-height: 165%;
     margin: 0;
    padding: 0;
     border: 0;
}	
body, h1, h2, h3, h4, p, li, td, div, blockquote {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: .92em;
	}


a  {
    color: #993333;
}


/*home styles*/
#homegradient1 {
    background-image: url(../images/home_gradient1.jpg);
	background-repeat: repeat-x;
}
#homegreenbkgd{
    background-color: #8CA778;
}
.homepiks {
    border: 8px solid #FFEFC1;
}
#homegradient2 {
	background-image: url(../images/home_gradient2.jpg);
	background-repeat: repeat-x;
}
#enzerbiopik {
	padding-right: 15px;
}
.homeblurs {
    padding: 10px;
	line-height: 170%;
}
.hometext {
    padding: 10px 30px 45px 15px;
	line-height: 180%
}

/*mast styles*/
	 
#topnav {
	padding-top: 10px;
	font-weight: bold;
	color: #8CA778;
    padding-right: 15px;
	text-align: right;
	vertical-align: top;
	font-size: .75em;
}
#topnav a,#topnav a:link,#topnav:visited {
    color: #8CA778;
}
#date {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8CA778;
	text-align: right;
	padding-top: 45px;
	padding-right: 15px;
}
/*main nav styles*/
#mainav {
    background-color: #FFE589;
	margin-left: 85px;

}
#mainavbkgd {
    background-color: #FFE589;
	border-bottom: 1px solid #5C744B;
	border-top: 1px solid #8CA778;
}
#mainav img {
    border-left: 1px solid #8CA778;
}
.mainavbuttons {
    border-left: 1px solid #8CA778;
}

#mainavpikquote td {
    border-bottom: 6px solid #FFDF7D;
	background-color: #8CA778;
}
#mainavquote {
    padding: 29px 60px 29px 64px;
}
#mainavpik {
    padding-top: 13px;
	padding-right: 35px;
	
}

/*content area styles*/
#contentgradient {
    background-image: url(../images/gradient_content.jpg);
	background-repeat: repeat-x;

}
#content {
    padding: 5px 32px 65px 30px;
	vertical-align: top;

}
#content img {
    margin-right: 8px;
}
#content ul {
    margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.head {
    color: #666666;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;

}

.education  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	vertical-align:top;
	padding-right: 10px;
}
#subnav {
     color: #6D8958;
	 font-size: 1em;

}


#subnav a,#subnav a:link,#subnav a:visited {
    color: #6D8958;
	text-decoration: none;
}
#subnav a:hover {
    text-decoration: underline;
}
#subnavpad {
    padding-top: 32px;
}
#rightquote {
    padding-top: 35px;
}
/*footer styles*/

#footer {
    border-top: 6px solid #FFDF7D;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #8CA778;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 5px;
}
#footergradient {
     background-image: url(../images/gradient_footer.jpg);
	 background-repeat: repeat-x;
}
.search {
    font-size: .85em;
}



