@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 975px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
} 
.thrColFixHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	margin: 0px;
	border: 3px solid #4C8938;
} 
#header #headerTop {
	height: 101px;
	text-align: center;
}
#header #mainMenu {
	background-color: #000;
	height: 30px;
	position: relative;
}
#header #mainMenu ul li {
	display: inline;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
}
#header #mainMenu ul li a {
	display: inline;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	list-style-type: none;
}
#header #mainMenu ul li a:hover {
	color: #D2E8CC;
	text-decoration: none;
}
#header #mainMenu #myContact {
	display: block;
	width: 140px;
	font-size: 14px;
	color: #FFF;
	height: 30px;
	position: absolute;
	left: 741px;
	top: 0px;
	line-height: 30px;
	text-align: right;
}
#header #mainMenu #myContact a {
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
	text-decoration: none;
}
#header #mainMenu #myContact a:hover {
	color: #D2E8CC;
	text-decoration: none;
}






.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#sidebar1 .people {
	width: 220px;
	margin-left: 5px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
#sidebar1 .people a {
	color: #FFF;
	text-decoration: none;
}
#sidebar1 .people a:hover {
	color: #B0D8A4;
}
#sidebar1 .people table tr td {
	padding: 0px;
	text-align: left;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 219px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
}
.thrColFixHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
} 
#mainContent .goHere a {
	color: #49AB32;
	text-decoration: none;
}

#mainContent .whiteContent {
	font-size: 14px;
	color: #000;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#mainContent .greenContent {
	font-size: 14px;
	color: #000;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #D2E8CC;
}
#mainContent .whiteForm {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 8px;
	position: relative;
}

#mainContent .whiteForm #subscribeNow #submitIt {
	position: absolute;
	left: 214px;
	top: 178px;
}

#mainContent .whiteForm #subscribeNow table tr td {
	padding-top: 4px;
	padding-bottom: 4px;
}
#mainContent .whiteForm #subscribeNow table tr td input {
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	display: block;
	width: 100%;
	text-indent: 6px;
}
#mainContent .whiteForm #subscribeNow table tr td select {
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	display: block;
	width: 100%;
}


#mainContent .greenTL {
	background-image: url(../pics/greenbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent .greenTR {
	background-image: url(../pics/greenbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainContent .greenBR {
	background-image: url(../pics/greenbox.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainContent .greenBL {
	background-image: url(../pics/greenbox.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}





#mainContent .text12 {
	font-size: 13px;
}



.thrColFixHdr #footer {
	background-color: #48A749;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #D2E8CC;
} 
.thrColFixHdr #footer a {
	color: #FFF;
	text-decoration: none;
}

.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#consultNow2 {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	border: 1px solid #666;
	background-color: #FFF;
	width: 217px;
}
#consultNow2 form table tr td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#consultNow2 #name, #consultNow2 #email, #consultNow2 #phone, #consultNow2 #message {
	font-size: 10px;
	border: 1px solid #999;
	color: #333;
	display: block;
	width: 96%;
}
#consultNow2 #orderTests table tr td #ConsultNow {
	cursor: pointer;
	color: #F00;
	font-size: 11px;
}

