/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* for all templates and grids */
body{
	text-align:center;
	background-color:#a8cd6a;
	background-image: url(images/page_BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#ft{clear:both;}
/**/

/* 920 centered */ 
#doc {
	width:920px; margin:auto;}
/* 100% with 10px viewport side matting */ 
#doc2 {
	margin:auto 10px; /* not for structure, but so content doesn't bleed to edge */
	width:auto;}
	

/* Basic Element Formatting */

#header{
	background-color:#ffffff;
	margin:0;
	padding:0;
	}
	
	
.content{
	background:#ffffff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	}
	
.content h3{ 
font-size:18px;
color:#194d28;
border-bottom: 1px #194d28 solid;
margin-top:0px;
}

.attention{ 
font-size:24px;
color:#194d28;
}

.strike{
	text-decoration:line-through;
}

#mainCol{
	margin-left:60px;
	width: 477px;
	float: left;
	text-align:left;
	
	
}

#sideCol{
	margin-right:40px;
	padding-left:20px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	width: 280px;
	float: right;
	text-align:left;
	background-image: url(images/form_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size:12px;
	
	
}

.check{
	width: 220px;
	padding-left:40px;
	background-image:url(images/checkbox.gif);
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
	color: #1c4c28;
	font-size:14px;
	margin-bottom:10px;
}

#symptomsTop {
	height:20px;
	width:425px;
	margin-left:20px;
	background-image: url(images/symptoms_sec_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	
	
}

#symptoms {
	width:365px;
	margin-left:20px;
	padding-left:40px;
	padding-right:20px;
	background-image: url(images/symptoms_sec_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
	color:#194d28;
	line-height:21px;
}

#symptomsBottom {
	height:20px;
	width:425px;
	margin-left:20px;
	background-image: url(images/symptoms_sec_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;	
	
}
	
#footer{
	width: 920px;
	height:50px;
	background:#BFBD93;
	margin:auto;
	padding:0;
	}

/*pop up top banner*/
.success
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #acfa58;
	color: black;
}

.fail
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #fe2e2e;
	color: white;
}