/*
CSS Credit: http://www.templatemo.com/
*/

/* Color Styles

Green: 83bb0a
Blue: 303895
Grey: 4c4c4c
light green: ddedc6
*/


body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing:.025em;
	color: #000000;
	background:#303895 url(images/background.png) repeat-x scroll 0 0;
}


a
{
  outline: none;
}


a:link, a:visited { color: #83bb0a; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #303895; text-decoration: none; font-weight: bold; }

h1 {
	margin:40px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color:#303895;
	padding-bottom: 5px;
}
h2 {
	margin:40px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color:#303895;
	padding-bottom: 5px;
}
h3 {
	margin: 40px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
	color:#303895;
	border-bottom: thin dotted #8dc741;
}

h4{
	font-size: 100%;
	padding-left: 30px;
}


li.list {padding-bottom:15px;}

.greenText {color:#8dc741;}
.violetText {color:#303895;}
.boldText {font-weight:bold;}
.italicText {font-style:italic;}
.fontSize16 {font-size:16px;}
.redText {color:#C00}

#container {
	margin: auto;
	width: 758px;
}
#header {
	width: 758px;
	height: 229px;
	background: url(images/header.jpg) no-repeat;
}
#title {
	float: left;
	width: 400px;
	margin-top: 50px;
	font-size: 24px;
	font-weight:bold;
	color: #c5c5c5;
	line-height: 1.5em;
}
#title span {
	color: #e3ff60;
}
#slogan {
	float: left;
	color: #FFFFFF;
	width: 500px;
	text-align: right;
}
#pageHeadingText {
	float: left;
	width: 295px;
	margin-top: 83px;
	padding-left: 8px;
	padding-right: 20px;
	color: #303895;
	font-family: Tahoma, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-align:center;
}
#content {
	margin: auto;
	float: left;
	width: 758px;
	background: url(images/body_bg.jpg) repeat-y;
}
#left {
	float: left;
	width: 430px;
	padding-left: 40px;
	padding-right: 40px;
	color:#000000;
	text-align: left;
}
#left_column {
	float: left;
	width: 195px;
}
#right_column {
	float: right;
	width: 195px;
}
#right {
	float: right;
	width: 248px;
	border-top: solid  5px #8dc741;
}
.menu {
	margin-top: 20px;
	width: 200px;
}
.menu li{
	background: url(images/button.jpg) no-repeat;
	list-style: none;
	height: 30px;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}
.menu a {
	color: #4c4c4c;
}
.menu a:hover {
	color: #303895;
}


#subnav li{background:none; list-style: none; height: auto; display: block; padding-top: 5px; margin-left: -20px;}
#subnav a {font-size: 90%; color: #4c4c4c; display:block;}
#subnav a:hover  {font-size: 90%; color: #303895;}

.subnavActive {color:#303895; font-weight:bold; font-size:90%;} 

li.dropdown {height:auto; margin-bottom: 10px;}
li.dropdownActive {height:auto; margin-bottom: 10px; font-weight:bold; color: #303895;}


.bullets li {background:transparent url(images/bullet.gif) no-repeat scroll left 2px; padding-left: 25px; list-style:outside none none; display:block; line-height: 1.25em; color: #000000; padding-bottom: 8px;}

ul.bullets {margin-left: -30px;}

.activePage {color:#303895; font-weight:bold;}

.poisonList {font-size: 80%; width:100%; line-height:1.5em;}

table {padding-top: 10px;}

.box {
	width: 222px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
	background: url(images/box.jpg) no-repeat;
}
.box p {
	font-size: 90%;
	width: 170px;
	text-align: left;
	padding-left: 30px;
	
}
.box strong {
	color: #303895;
}
.box_header {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	height: 20px;
	font-weight: bold;
	font-size: 120%;
	color:#000000;
}


/* Product Images */


.productImages {
margin: 0 auto;
text-align: center;
padding:20px 0 20px 0;
}

.imgPaddingLeft{
padding-left: 20px;
}

.imgPaddingTop {
padding-top:10px;	
}

.testimonial {
background: url(images/blockquote_bg.png) no-repeat scroll left top;
color:#4c4c4c;
display:block;
font-size:100%;
font-style:italic;
margin:0px 0 20px 20px;
padding:40px 23px 0 38px;
}


.testimonial_source {
color:#303895;
font-size:90%;
font-style:italic;
line-height:3em;
}



/* ----------- Form Styles ----------- */


form fieldset {
margin-bottom: 30px;
width: auto;
border:none;
}

form legend {
padding: 1px;
margin-bottom: 6px;
font-weight: bold;
color:#000000;
}

form label {
display: inline-block;
line-height: 1.8;
text-align:right;
padding-right: 10px;
}

form fieldset ol {
margin: 0;
padding: 0;
}

form fieldset li {
list-style: none;
padding: 4px;
margin: 0;
}

form fieldset fieldset {
border: none;
margin: 25px 0 0;
}
form fieldset fieldset legend {
font-weight: normal;
}
form fieldset fieldset label {
  display: inline;
  width: auto;
}
form label {
width: 160px; /* Width of labels */
}

form input, form textarea {
border: 1px solid #83bb0a;
padding: 4px;
background-color:#ddedc6;
}
	
.submit {
font-weight:bold;
border: 1px solid #83bb0a;
background:transparent url(images/btn_background.png) top left repeat-x;
height: 27px;
margin:10px 0 10px 7px;
color: #4c4c4c;
}
	
	
.submit:hover {color:#303895; border: 1px solid #303895;}
	
	

#footer {
	float: left;
	width: 758px;
	height: 26px;
	color: #000;
	font-size:90%;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	background: url(images/footer.jpg) no-repeat;
}

#footer a:link, #footer a:visited { color: #ffffff; text-decoration: none; outline:none; border: none;} 
#footer a:active, #footer a:hover { color: #303895; text-decoration: none; }


/* Image Styles */

.iafcsLogo {margin: 0 0 0px 46px; border:none; outline:none;}
.sidebarButton {padding-left: 30px; padding-bottom: 20px; border: none;}
.imgAlignRight{display:block; float:right; padding: 0 0 20px 20px;}
.imgCenter {display:block; margin:0 auto; padding:20px;}
.imgAlignLeft {display:block; float:left;  padding: 0 20px 10px 0px;}

