/* CSS Document */

/* Defines the curving graphic on the bottom border.  The background-image attribute in the global brand stylesheet controls the appearance.  When making a new brand image, the dimensions of the new image must be 91px wide and 40px tall. */
#LeftSwoop {
	background-image:url(../images/LeftSwoop-White.jpg);
	}

/* Center for Healthy Vision styles */
#healthyVision, /* Center for Healthy Vision box */
#bodyLeftCenterLeft, /* Defines Advocacy Center */
#bodyLeftCenterRight /* Defines Media Center */{
	background:#FFFFFF;
	border-color: #003366;
	color:#000000;
	}

#bodyLeftLeft ul li {
	background:url(../Images/bodyLeftLeftRight.jpg) repeat-y;
	}
	
#bodyLeftLeft ul li.bodyLeftLeftBottom {
	background: url(../Images/bodyLeftLeftBottom.jpg) no-repeat;
	}
	
#bodyLeftLeft ul li a {
	color:#FFFFFF;
	background:#2F79C2;
	border:#003366 solid 2px;
	}

#bodyLeftLeft ul li ul, #bodyLeftLeft ul li ul li a {
	color:#003366;
	}
	
div.newsMenu ul li a {
	color:#003366;
	}

div.newsMenu ul li a:hover {
	color:9dc6ef;
	}
	
#bodyLeftCenter { /* What is a Doctor of Optometry? box */
	background:#FFFFFF;
	color:#000000;
	border-color: #FFFFFF;
	}
#healthyVision span.center {
	background: #FFFFFF;
	color:#000000;
	}

/* Container for the Center for Healthy Vision Menus */
#healthyVisionMenu {
	/* Begin properties of the scroll bar.  Edit for branding */
	scrollbar-face-color: #2F79C2; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #2F79C2;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #2F79C2;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	/* End scroll bar properties */	
	background: #FFFFFF;
	border-color:#333333;
	}

/* Defines the Doctor, Paraoptometric, Student, and Affiliate Centers' bounding boxes.  */
#center {
	background:#FFFFFF;
	border-color: #003366;
	}
/* Defines the Alert bounding box.  */
#centerAlert {
	background:#FFFFFF;
	border-color:#660000;
	}
/* Defines the bottom part of the Advocacy and Media Center bounding boxes. */	
.bodyLeftCenterContent {
	background: #FFFFFF;
	border-color:#003366;
	}
/* Defines the bottom area of the Doctor, Paraoptometric, Student, Affiliate, Advocacy, and Media Center boxes, as well as the Alert Box. */
#center span.center, #centerAlert span.center, #bodyLeftCenter span.center {
	background: #FFFFFF;
	color:#000000;
	}
	
/* Font Styles */
	
h1 {
	background:#003366;
	border-color:#2F79C2;
	color:#FFFFFF;
	}
	
/* For the alert box in the top-right area on the home page. */
#centerAlert h1 {
	border-color:#660000;
	}	
.h1 {
	color:#FFFFFF;
	}
/* Defines the content of the Center elements. */
#center p, #centerAlert p, #bodyLeftCenter p {
	color:#000000;
	}
		
a.headline, a.headline:visited {
	color:#660000;
	}
