/********** css document **********/
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #403f3f;
	background-image: url('../im/bg.jpg');
	background-repeat: repeat-x;
	line-height: 16px;
}

.print_text {
	display: none;
}

.hidden {
	_display: none;
}


/********** headers **********/ 
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #403f3f; /* grey */
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #d78f37; /* orange */
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #403f3f; /* grey */
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #d78f37; /* orange */
}
 

/********** lists **********/ 
ul, li {
	color: #403f3f;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#sidebar ul ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar ul ul li {
	margin-bottom: 20px;
}

#sidebar ul.blank {
	margin: 0px;
	padding: 0px 0px 0px 20px;	
	list-style: none;
}

#sidebar ul ul.circle {
	padding: 0px 0px 0px 0px;
	list-style: disc !important;
}

#sidebar ul ul.circle li {
	margin-left: 15px;
	margin-bottom: 0px;
}

#content_sub_page ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #d78f37;
}

#content_sub_page ul ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#content_sub_page ul ul li {
	margin-bottom: 20px;
	color: #403f3f;
}


/********** horizontal rules **********/
hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-top: 1px solid #f5ead8;
	margin: 20px 0px 20px 0px;
}

hr.grey {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-top: 1px solid #817366;
}

/********** global containers **********/ 
#header {
	height: 143px;
	background-image: url('../im/header.jpg');
	background-repeat: no-repeat;
}

#header .padding {
	padding: 41px 35px 82px 678px;
}	

#header #sub_nav {
	font-size: 11px;
}

#header #sub_nav .separator {
	float: left;
	padding: 0px 2px 0px 4px;
}

#header #sub_nav .link {
	float: left;
	padding: 0px 2px 0px 2px;
	background: #fcf0e3; 
}



/********** main page containers **********/ 
#page_container {
	width: 990px;
	margin: auto;
}

#banner {
	height: 348px;
	font-size: 12px;
	text-align: center;
	/*
	z-index: 0;
	position: relative;
	background-image: url('../im/banner.jpg');
	background-repeat: no-repeat;
	*/
}

#content {
	font-size: 12px;
	background-image: url('../im/content_bg.jpg');
	background-repeat: repeat-y;
}

#content .padding {
	padding: 0px 36px 15px 36px;
}

#footer {
	height: 148px;
	background-image: url('../im/footer.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
}

#footer .padding {
	padding: 160px 0px 15px 0px;
	text-align: center;
}


/********** sub page containers **********/ 
#sub_page_container {
	width: 990px;
	margin: auto;
	background-image: url('../im/content_sub_page_bg.jpg');
	background-repeat: repeat-y;
}

#nav_divider {
	height: 29px;
	background-image: url('../im/nav_divider.jpg');
	background-repeat: no-repeat;
}

#content_sub_page_container {
	font-size: 12px;
	background-image: url('../im/content_bg.jpg');
	background-repeat: repeat-y;
}

#content_sub_page_bg {
	background-image: url('../im/content_sub_page_bg.jpg');
	background-repeat: repeat-y;
}

#content_sub_page_bg .padding {
	min-height: 500px;
	padding: 28px 18px 15px 36px;
}

#content_sub_page {
	margin-right: 447px;
}

#sidebar {
	float:right;
	width: 427px;
}

#sidebar .header {
	height: auto;
}

#sidebar #poor_vision {
	height: 466px;
	/*
	background-image: url('../im/sidebar_poor_vision_eg.jpg');
	background-repeat: no-repeat;
	*/
}

#sidebar .content_bg {
	min-height: 300px;
	_height: 220px;
	background-image: url('../im/sidebar_content_bg.png');
	background-repeat: repeat-y;
	_background-image: none;
}



#sidebar .content_bg .content {
	margin: 0px 17px 0px 18px;
	min-height: 320px;
	background-image: url('../im/sidebar_content_gradient.jpg');
	background-repeat: no-repeat;
}

#sidebar .content_bg .content .wrap {
	padding: 10px;
}

#sidebar .content_bg .content .wrap .indent {
	padding-left: 20px;
}

#sidebar .rounded_corners_btm {
	height: 45px;
	background-image: url('../im/sidebar_r_corners_btm.png');
	background-repeat: no-repeat;
	_background-image: none;	
}

#footer_blue {
	clear: both;
	height: 180px;
	background-image: url('../im/footer_blue.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
}

#footer_blue .padding {
	padding: 180px 0px 15px 0px;
	text-align: center;
}


/********** hyperlinks **********/ 
a:link, a:visited {
	color: #ae3507;
	text-decoration: none;
}

a:hover, a:active {
	color: #ae3507;
	text-decoration: underline;
}

#header a:link, #header a:visited {
	color: #403f3f;
	text-decoration: none;
}

#header a:hover, #header a:active {
	color: #403f3f;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #403f3f;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #403f3f;
	text-decoration: underline;
}

#footer_blue a:link, #footer_blue a:visited {
	color: #403f3f;
	text-decoration: none;
}

#footer_blue a:hover, #footer_blue a:active {
	color: #403f3f;
	text-decoration: underline;
}



/********** .png hack **********/
.img_left_padding {
	float: left;
	margin-right: 10px;
}

.img_right_padding {
	float: right;
	margin-left: 10px;
}


/********** .png hack **********/
#img_what_causes_poor_vision {
	width: 427px;
	height: 82px;
	background-image: url('../im/header_dangers.png');
	background-repeat: no-repeat;
	_background-image: none;`
}

.what_causes_poor_vision_png {
   //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='im/header_what_causes.png');
}

.what_causes_poor_vision[class] {
   background: url('im/header_what_causes.png') no-repeat center center;
}

.rounded_corners_btm_png {
   //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='im/sidebar_r_corners_btm.png');
}

.rounded_corners_btm[class] {
   background: url('im/sidebar_r_corners_btm.png') no-repeat center center;
}

.content_bg_png {
   //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='im/sidebar_content_bg.png');
}

.content_bg[class] {
   background: url('im/sidebar_content_bg.png') no-repeat center center;
}

#faq_hand h2{
cursor:pointer;
}






