@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	background-color: #8e89b6;
}

/* Body region is added in dreamweaver template. This is the only editable region for all other pages. The following class is used to set its margines. */
.bodyRegionText {
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
}

/*The relavent class is #copyrightnotice */
.bottom-border {
	background-image: url(images/vision-insurance-plan-bottom-border.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	text-align: center;
	vertical-align: middle;
}
/*.bottom-red-border {
	background-image: url(images/bootom-red-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
}*/
/* class for Copyright Statement || The relavent class is bottom-black-border */
.bottom-border #copyrightnotice {
	visibility: visible;
	color: #FFFFFF;
}

/* used for heading in the body text such as "Why Choose A1 Enterprise" or "Mission" */
.bodyRegionTextHeading {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000900;
	line-height: 30px;
}
.links-bar-borders {
	background-color: #333f4a;
	height: 2px;
}
.links-bar-shadow {
	height: 7px;
	background-image: url(images/vision-insurance-plan-links-bar-shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/*================== Clear fix- used in menu for adjustment to make the menu cross browser ======================*/
.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
/*=================================================================================================================*/

.sitemap ul{
	list-style-type: circle;
	padding-top:8px;
	margin-bottom:20px;
}
.sitemap li{
	font-weight:bold;
	list-style-type: none;
	padding-top:8px;
	margin-bottom:5px;
	list-style-image: url(images/logo-bullet.jpg);
	list-style-position: inside;
}
.sitemap li ul li{
	font-weight:normal;
	list-style-type: none;
	padding-top:8px;
	margin-bottom:5px;
	list-style-image: url(images/small-bullet.jpg);
	list-style-position: inside;
}

.bodyDiv { 
	width: 950px; 
	height: auto; 
	border: 0px; 
	margin: 0 auto; 
	text-align:center; 
} 
