/* Common code */
	br.clear
	{
		clear: both;
	}

	a img
	{
		border: none;
	}
/* Common code */

/* Header */
	h1 span
	{
		position: absolute;
		top: -1000px;
	}
	h1
	{
		margin: 0;
		padding: 0;

		position: absolute;
		top: 7px;
		left: 50%;
		margin-left: -355px;

		height: 96px;
		width: 160px;
		z-index: 2;

		background: transparent url(Images/Logo.gif) no-repeat scroll center center;
	}
/* Header */

/* Body */
	#Login
	{
		width: 166px;
		height: 26px;

		position: absolute;
		top: 143px;
		left: 50%;
		margin-left: 209px;

		background: transparent url(Images/Login2.gif) no-repeat scroll top left;
	}

	#Main #Login
	{
		top: 104px;
		background-image: url(Images/Login.gif);
	}

	#Login a
	{
		display: block;
		height: 26px;
		line-height: 26px;
		float: right;
		font-size: 11px;
		text-decoration: none;
		text-align: right;
		padding-right: 10px;
		color: #104569;
	}

	h2
	{
		margin: 0;
		padding: 0;

		width: 750px;
		height: 65px;

		background: #6ab5da url(Images/Understood2.jpg) no-repeat scroll top left;
		/*background: #35a9d4 url(Images/Understood2.jpg) no-repeat scroll top left;*/
	}
	#Main h2
	{
		height: 189px;
		background-image: url(Images/Understood.jpg);
	}
	h2 span
	{
		position: absolute;
		top: -10000px;
	}

	h3, .h3
	{
		display: block;
		margin: 0 5px 20px 5px;
		font-size: 16px;
		font-weight: bold;
		color: #005196;
/*		font-family: "Arial Narrow"; */
		padding-bottom: 7px;
		border-bottom: 1px solid #ccc;
		font-style: normal;
	}
	.submenu h3
	{
		font-size: 14px;
		margin: 0 0 5px 0;
		padding-bottom: 3px;
		border-bottom: 1px dotted #ccc;
	}

	h4, .h4, .special
	{
		display: block;
		margin: 0;
		padding: 0;

		margin-top: 30px;

		font-size: 12px;
		font-weight: bold;
		color: #008BC6 !important;
		text-decoration:none;
		font-style:normal;
	}
	
	.special
	{
		margin-top: 0px;
	}
	
	h5, .h5
	{
		color: #008BC6 !important;
		font-weight: normal !important;
		font-style: normal;
		font-size: 12px;
		
	}

	h4, p, .h4
	{
		margin-right: 5px;
		margin-left: 5px;
		color: black;
	}


	#Main #Content p, #Main #Content li
	{
		color: #696969;
	}

	#Content ul
	{
		list-style: square;
		padding-left: 50px;
		margin-right: 30px;
	}
	#Content ol
	{
		padding-left: 50px;
		margin-right: 30px;
	}

	.ImageContainer
	{
		text-align: center;
		padding: 30px;
	}
	.ImageContainer img
	{
		margin: 0 auto;
	}

	/* Page controls (print & send) */
		#Main #PageControls
		{
			display: none;
		}
		#PageControls
		{
			height: 20px;
			margin-bottom: 0;
		}
		#PageControls a
		{
			float: right;
			font-family: Verdana;
			font-size: 10px;
			color: #156da8;
			display: block;
			width: 100px;
			text-decoration: none;
		}
		#PageControls #SendControl
		{
			background: transparent url(Images/Send.gif) no-repeat scroll center left;
			padding-left: 20px;
			width: 130px;
		}
		#PageControls #PrintControl
		{
			background: transparent url(Images/Print.gif) no-repeat scroll center left;
			padding-left: 20px;
			width: 80px;
		}
	/* Page controls (print & send) */

	/* First page special blocks */
		div.special
		{
			background-color: #f0f0f0;
			width: 308px;
			font-size: 11px;
			padding-bottom: 10px;
		}
		div.special p
		{
			margin-left: 0;
			margin-right: 0;
			width: 280px !important;
			padding-top: 10px;
			padding-left: 15px;
		}
		div.special ol
		{
			margin: 0;
			padding: 0;
		}
		div.forward
		{
			background: transparent url(Images/Forward.gif) no-repeat scroll top left;
			width: 308px;
			height: 73px;
			margin-top: 20px;
		}
		div.forward a
		{
			display: block;
			color: white;
			font-weight: bold;
			text-decoration: none;
			margin: 0 20px;
			padding: 22px 50px 10px 0;
		}
		#Blocks
		{
			float: right;
			width: 308px;
			margin-right: 30px;
			margin-bottom: 30px;
			margin-top: 20px;
		}
	/* First page special blocks */


	/* Forms */
		fieldset
		{
			margin: 25px 10px;
			background-color: #edefc0;
			border: 1px solid #dddfb0;
			padding: 10px;
		}
		span.req
		{
			color: #903;
		}

		input, textarea
		{
			border: 1px solid #c3cfd8;
			font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
		}

		label, input, textarea, select
		{
			display: block;
			margin-top: 7px;
		}
		label
		{
			float: left;
			width: 150px;
			margin-left: 50px;
		}
		label.big, label#Label_Info, label#Label_Text, label#Label_Comments
		{
			width: 200px;
			float: none;
		}
		input
		{
			width: 200px;
			margin-left: 200px;
		}
		select
		{
			width: 280px;
			margin-left: 100px;
		}
		label#Label_GroupSelect
		{
			width: 70px;
		}
		textarea
		{
			width: 350px;
			height: 100px;
			margin-left: 50px;
		}
		p.notice
		{
			color: #666;
			font-size: 11px;
			margin-left: 10px;
		}

		.controls
		{
			margin: 20px 0;
			text-align: center;
		}
		.controls input
		{
			display: inline;
			width: 93px !important;
			height: 25px;
			color: white;
			background-color: #0CAE45;
			border: none;
			padding: 0;
			margin: 0;
			line-height: 25px;
		}

		#Contacts .controls, #Send .controls, #Test .stage1 .controls
		{
			text-align: left;
		}
		#Contacts .controls input, #Send .controls input, #Test .stage1 .controls
		{
			margin-left: 80px;
		}
		#Test .stage1 .controls
		{
			margin-left: 0px;
			width: 130px;
		}

		#Contacts label, #Send label, #Test .stage1 label
		{
			width: 80px;
			margin-left: 10px;
		}
		#Send label, #Test .stage1 label
		{
			width: 120px;
		}
		#Contacts input, #Send input, #Test .stage1 input
		{
			width: 140px;
			margin-left: 90px;
		}
		#Contacts label[for="FirstName"]
		{
			margin-top: 2px;
		}
		#Comments, #Text
		{
			width: 200px;
			margin-left: 0;
		}
		#CommentField
		{
			float: right;
			margin-right: 20px;
		}
		#CommentField label
		{
			margin: 0;
			width: 200px;
		}
	/* Forms */

	#AdWordsConversion
	{
		text-align: center;
	}
/* Body */

/* Footer */
#Footer
{
	clear: both;
	height: 75px;
	background-color: #0068aa;
	color: white;
	text-align: center;
}
#Footer p
{
	width: 700px;

	padding: 0;
	margin: 0 auto;

	padding-top: 20px;
	text-align: left;

	color: white;
}
#Footer p.hcard
{
	padding-top: 5px;
}
#Footer p.hcard .n
{
	display: none;
}
#Footer p.hcard .tel
{
	font-weight: bold;
	color: #f8d368;
}
#Footer p.hcard .email
{
	font-weight: bold;
	color: #f8d368;
	text-decoration: underline;
}
#Footer p.hcard .email img
{
	position: relative;
	top: 3px;
	border: none;
}
#Footer p.hcard .email img a
{
	border: none;
}
/* Footer */

#mailer_data
{
	position: absolute;
	top: -20000px;
	visibility: hidden;
}

#Body #Content p.error
{
	color: red;
	border: 1px solid red;
	margin: 20px;
	padding: 20px;
	text-align: center;
}

#Counters #TopLV
{
	width: 88px;
	float: left;
	margin-top: 4px;
}
#Counters #PulsLV
{
	width: 81px;
	float: left;
	margin-left:20px;
}
#Counters
{
	margin: 0 auto;
	height: 39px;
	width: 480px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	margin-top: 5px;
}

#Banners1
{
	margin-top: 20px;
}
.search_button{
	position:relative;left:155px;top:-27px;width:50px;font-size:12px;
}

.green-list
{
	list-style:none outside none !important;
	padding-left: 15px !important;
}
.green-list li
{
	background:url("Images/green_li.png") no-repeat scroll 0 2px transparent;
	padding-left: 20px;
	margin-bottom: 5px;
}

#formheader
{
	background-color: #EDEFC0;
	background-image: url('Images/formheader.png');
	width: 509px;
	margin:0px;
	margin:0px 5px;
	height: 119px;	

}

#formheader2
{
	background-color: #EDEFC0;
	background-image: url('Images/rightmenuformheader.png');
	width: 509px;
	margin:0px;
	margin:0px 5px;
	height: 140px;	

}

#formheader p, #formheader2 p
{
	width: 280px;
	color: #53a008 !important;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
	
}

.itcontrols
{
	float: left;	
}

.itcontrols #Save
{
	background-image: url('Images/formbutton.png');
	width: 132px;
	height: 31px;
	color: #ffffff;
	font-size: 12px;
	margin-left: 7px !important;
}


