* {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	outline: none;
}

input {
	border: 1px solid #CCC;
	line-height: 1.2em;
}

textarea {
 border: 1px solid #CCC;
 padding: 5px;
}

.submitBtn {
	background-color: #407C2C;
	color: #FFF;
	border: 1px outset #CCC;
	padding: 3px 6px 3px 6px;
}

a.firstLink {
	color: #256319;
}


body {
	background-color: #a9cb6b;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
}

h1 {
	font-family: GillSans, "Gill Sans", "MS Gill Sans", Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #407C2C;
	letter-spacing: -.3px;
}

h2 {
	font-family: GillSans, "Gill Sans", "MS Gill Sans", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 25px;
}

h3 {
	font-family: GillSans, "Gill Sans", "MS Gill Sans", Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight:normal;
	margin-left: 318px;
	color: #407C2C;
	float: left;
}

#printLogo {
	display:none;
}

#editForm label {
	font-size: 12px;
	font-weight: bold;
}

		#editForm input {
			font-size: 12px;
			font-weight: normal;
			border: 1px solid #AAA;
			padding: 3px;
		}

#divWrapper {
	background-color: #a9cb6b;
	height: 100%;
	width: 930px;
	margin: 15px auto 0px auto;
}

#leftShadow {
	background-image:url(../div/skugga_v.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	float: left;
	z-index: 25;
	width: 5px;
	height: 600px;
}
#rightShadow {
	background-image:url(../div/skugga_h.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	width: 5px;
	height: 600px;
	position: relative;left:-3px;
	z-index: 25;
}

#divHeader {
	float:left;
}
	#divLogo {
		float: left;
		margin-right: 15px;
	}
	
	#divNavigation {
		float: right;
		height: auto;
		width: 555px;
		text-align: left;
		padding-top: 15px;
		*padding-top: 8px;
		overflow: hidden;
	}
	
	#divNavigation ul {
		display: block;
		float: right;
		margin-right: 69px;
		*margin-right: 60px;
	}
	
	#divNavigation li {
		display: block;	
		float: left;
		clear:left;
	}
	
	#divNavigation a {
		display: block;
		font-size: 12px;
		font-weight:bold;
		line-height: 15px;
		color: #319028;
		height: 15px;
		width: auto;
		padding: 5px 0px 5px 0px;
		margin-right: 10px;
		margin-top: 2px;
		*margin-top: 5px;
		text-decoration: none;
	}
	
	#divNavigation a:hover, #divNavigation a.selected {
		color: #333;
		/*background-image: url(../div/left_nav_bg.png);
		background-position: left 0px;
		background-repeat: no-repeat;*/
	}
			/*#divNavigation a span, #divNavigation a.selected span {	
				padding: 5px 10px 10px 10px;
				*padding-bottom: 5px;
			}
			
			#divNavigation a:hover span, #divNavigation a.selected span {	
				background-image: url(../div/right_nav_bg.png);
				background-position: right 0px;
				*background-position: right 1px;
				background-repeat: no-repeat;
			}*/
	
#divWhite {
	float:left;
	background-color: #FFF;
	height: 100%;
	min-height: 650px;
	width: 900px;
	padding: 0px 0px 30px 15px;
	border: 1px solid #376B1D;
	position:relative;
	z-index: 3;
}

	#divContent {
		margin-top:20px;
		min-height: 550px;
		width: auto;
	}
	
#index #divContent {padding-left:37px;min-height:620px;margin-top:0px;padding-top:20px;height:620px;overflow:hidden;float:left;}
	
	#orderCont {
		width: 740px;
		height: auto;
		padding: 30px 65px 0px 58px;
		*padding-top: 0px;
	}
	
	#testaCont {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		float:left;
		width: 400px;
		height: auto;
		padding: 0px;
		margin: 0px;
	}
		
		#divLeft {
			float: left;
			width: 320px;
			padding: 65px 65px 0px 20px;
			height: auto;
		}

		#divRight {
			float: left;
			width: 420px;
			height: auto;
			padding-top: 25px;
		}
		
			p.ingress {
				font-family: Arial, Verdana, sans-serif;
				font-weight: normal;
				font-size: 14px;
				line-height: 21px;
				margin-top: 14px;
				color: #256319;
			}
			
				p.ingress a {
					color: #256319;
				}
			
			span.bread {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 18px;
				color: #212121;
			}
			
					span.bread a {
						color: #256319;
					}
			
			span.edit a, span.edit a:visited {
				color:#0000FF;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				text-decoration: none;
			}
			
					div.clinics {
						float: left;
						font-size: 12px;
						padding: 12px 0px 0px 0px;
						clear:left;
						width: 220px;
					}
					
					#editClinics input {
						float: right;
						clear: right;
						margin-right: 192px;
						margin-bottom: 6px;
						margin-top: 6px;
						position:relative;top:-32px;
						line-height: 18px;
					}
					
					#editClinics label {
						line-height: 32px;
						font-size: 12px;
					}
				
				.radio {
					font-weight: bold;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					margin: 0px;
					padding: 0px;
					border: none;
					float:none;
					width: 15px;
					height: 15px;
				}
				
				div.helpers {
					float: left;
					padding: 0px 10px 30px 29px;
					margin-top:30px;
					border-bottom: 1px solid #a9cb6b;
					width: auto;
					height: auto;
				}
				
				div.helpers p {
					float:right;
					width: 380px;
					line-height: 18px;
					margin-right: 2px;
				}
				
				div.helpers label {
					float: left;
					margin-left:316px;
					clear: both;
					width: auto;
					line-height: 15px;
				}
				
				div.last label {
					float:none;
					margin-left:0px;	
				}
				
				div.last {
					margin-left:8px;
				}
				
				div.helpers input.text {
					float:none;
					margin-right: 0px;
					width: 300px;
				}
				
				div.helpers img.floated {
					float:left;
					width: auto;
					height: auto;
					margin-top:-16px;
				}
				
					div.helpers img.border {
					border: 1px solid #CCC;
					margin-left:10px;
					padding: 5px;
					}
				
				div.helpers span {
					float:left;
					margin-top:5px;
				}
				
					div.helpers .req {
						color: green;
						float: none;
						clear: none;
						margin: 0px;
					}
				
					#phone {
						margin: 0px;
					}
					
					.confirmReg {
						margin-left:319px;
						font-weight: bold;
						color:#256319;
					}
				
						fieldset {
							border: 1px solid #AAA;
							padding: 5px 0px 5px 15px;
							position:relative;
						}
						
								legend {
									color:#444;
									margin-left:-3px;
									*margin-left:-10px;
								}
						
								fieldset div.divQ {
									width: 370px;
								}

#divFooter {
	font-size: 11px;
	clear: both;
	height: auto;
	position: relative;
	z-index: 2;
	overflow:hidden;
	padding: 10px 0;
	margin-left:65px;
	color: #006128;
}

		#divFooter img {
			margin-left: -2000px;
		}
		
		#divFooter a {
			color: #006128;
		}
		
#sideGrass {
	float:left;
	background-image:url(../div/footer.png);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	height:278px;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -278px;
}

.hide {
	display: none;
}
/*#topGrass {
	*background-color:#FFF;
	width:900px;
	height:180px;
	margin: 0px auto 0px auto;
	position:relative;left:-2px;
	border-left: 1px solid #376B1D;
	border-right: 1px solid #376B1D;
}*/
