@charset "UTF-8";
/* CSS Document */

body{
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 1.5;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#ededed;
	}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#666666;;
	}

a:hover {
	color:#003399;
	text-decoration:undeline;
	}

input{
	border: 1px solid #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}

h1{
	color:#000066;
	font-size: 18px;
	font-weight:200;
	font-family: Arial, Helvetica, sans-serif;
	}
	

#visionCareDIV{
	width: 325px;
	display: block;
	padding: 0px 20px 0px 20px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	height: 300px;
	overflow: auto;
}

#update_label {
	width: 180px;
	height: 30px;
	margin: 0 8px 0 0;
	padding: 0px;
	float: left;
}

#update_label img {
	width: 27px;
	height: 20px;
	margin: 5px 5px 0 0;
	padding: 0px;
	float: left;
}

#update_label span {
	width: auto;
	height: 20px;
	margin: 7px 0 0 0;
	padding: 0px;
	float: left;
}

#update_form {
	width: 140px;
	height: 26px;
	margin: 0px;
	padding: 4px 0 0 0;
	float: left;
}

#update_form #searchform {
	width: 180px;
	height: 26px;
	margin: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#update_form #email {
	background-color: #fff;
	width: 135px;
	height: 14px;
	margin: 0 5px 0 0;
	padding: 3px;
	border: 1px solid #666666;
	-moz-border-radius: 5px;
	float: left;
}

#update_form #emailx {
	background-color: #fff;
	width: 135px;
	height: 14px;
	margin: 0 5px 0 0;
	padding: 3px;
	border: 1px solid #666666;
	-moz-border-radius: 5px;
	float: left;
}

#update_form #update_submit {
	background: #d41b29;
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 1px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: none;
	-moz-border-radius: 5px;
}

.navigation {
	background:url(../images/bg-nav.png) repeat-x;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;
	height:37px;
}

.navigation a {
	text-decoration:none;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.navElements-border {
	padding:5px 0 0 0;
	border-right:2px Solid #000;
}

.navElements-noborder {
	padding:5px 0 0 0;
}

.footernavigation {
	background:url(../images/bg-footernav.png) repeat-x;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:center;
	height:36px;
}

.footernavigation a {
	text-decoration:none;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:center;
}

.gutter {
	font-size:9px;
	color:#999;
	padding:3px 0 0 0;
}

.gutter a:visited, .gutter a:active, .gutter a:link {
	text-decoration:none;
	color:#999;
	font-size:9px;
	padding:3px 0 0 0;
}

.gutter a:hover {
	text-decoration:none;
	color:#006;
	font-size:9px;
	padding:3px 0 0 0;
}
