/* biogs in IE, case studies in FF */

body {	
	background-color: #FFFFFF;
	font-family: verdana, arial, times;
	font-size: 1em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	background-image: url('header.png');
	background-repeat: repeat-x;
	color: #363636;
	}
	
img.gyg {
	border: none;
}		

a#logo {
	border: 0px;
	text-decoration: none;
}		

a#logo:hover {
	text-decoration: none;
}
		
#nav {
float: left;
padding-top: 51px;
padding-left: 0px;
padding-bottom: 20px;
width: 270px;
height: 1000px;
}

#nav ul {
	list-style: none;
	background-image: url(nav-li.png);
	background-repeat: no-repeat;
}
	
li.top {
	font-family: arial;
	text-transform: uppercase;
	color: #227D17;
	font-weight: bold;
	font-size: 75%;
	padding-left: 3px;
	height: 1.6em;
	display: inline;
}
		
li.top a{
	color: #379F47;
	text-decoration: none;
}

li.top a:hover {
	text-decoration: none;
	color: black;
}
	
li.sub {
		color: black;
		text-transform: capitalize;
		font-size: 70%;
		font-family: verdana;
		display: inline;
	}

li.sub a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 4px 8px 4px 20px;
}

li.sub a:hover {
	color: #34824A;
	border-left: 5px solid #34824A;
	padding-left: 15px;
}

#content {
	font-size: 75%;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 1.4em;
}

#content tr, td {
font-size: 90%;
text-align: left;
vertical-align: top;

}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #363636;	
	}
	
#content a:hover {
	color: #00A800;
	text-decoration: none;
}	

#content li {
	list-style-type: circle;
	padding-bottom: 6px;
	list-style: url(bullet.png);
}

h1 {
	color: Black;
	font-size: 105%;
	font-weight: bold;
	background: url(title.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
	letter-spacing: 5px;
}

h2 {
	color: Black;
	font-size: 100%;
	font-weight: bold;
	background: url(subtitle.png) repeat-x bottom;
	padding-bottom: 6px;
	letter-spacing: 0px;
	margin-top: 8px;
	width: 280px;

}

img.content {
	float: right;
	border: none;
}

blockquote {
margin-left: 0px;
font-size: 85%;
color: #227D17;
}

#case-study-content {
font-size: 75%;
padding-left: 0px;
margin-left: 270px;
line-height: 1.4em;
}

#case-study-content tr, td {
font-size: 90%;
text-align: left;
vertical-align: top;
}

#case-study-content a {
	text-decoration: none;
	font-weight: bold;
	color: #363636;	
	}
	
#case-study-content a:hover {
	color: #00A800;
	text-decoration: none;
}	

#case-study-content li {
	list-style-type: circle;
	padding-bottom: 6px;
	list-style: url(bullet.png);
}

#case-study-content h2 {
color: Black;
	font-size: 100%;
	font-weight: bold;
	background: url(subtitle.png) repeat-x bottom;
	padding-bottom: 6px;
padding-top: 12px;
	letter-spacing: 0px;
	margin-top: 8px;
	width: 550px;
}


#footer {
	background: url(footer.png) repeat-x top;
	margin-top: 18px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 65%;
	color: #227D17;
	}
	
#footer a {
	color: #227D17;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
}

a#jb {
	color: #EA4D00;
}

#contactify_form b{
display: none;
}

#contactify_form {
border: 3px solid green;
}



fieldset{
border:1px solid #999;
background-color:#F0FFF0;
width: 400px;
}

legend{
font-size:bigger;
font-weight: bolder;
}

label{
display:block;
margin-left: 10px;
}

input:focus{
background-color: #ffffcc;
color:#000000;
}

input{
color:#777;
width: 220px;
margin-bottom: 10px;
margin-left: 10px;
}

select{
margin-left: 10px;
}

em{
font-weight: bold;
color:#ff0000;
}

input.required_Field{
border-left:3px solid #ff0000;
}