/* DEFAULTS */
div {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

/* Get rid of the default margin in general and the default padding in Opera*/
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}	

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.01%;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}

/*Words ----------------------------------------------------*/
/* Set text style for Words page */

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.vision {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.visionBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #42A2DE;
	line-height: 18px;
	font-weight: bold;
	}	
.visionSubheadBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
	font-weight: bold;
}	
	
ul, li {
	list-style-position: outside;
	list-style-image: url(../images/arrow_up.gif);

}	
/* Main setup */
	
#contactVision{
	background-color: #2188C8;
}
#homeVision  {
	background-color: #3A1012;
}
#blockVision  {
	background-color: #253601;
}
#block2Vision  {
	background-color: #395106;
}
#block3Vision  {
	background-color: #253601;
}

#navBgVision {
	background-color: #49660E;
}
a.visionNav, a.visionNav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #42A2DE;
	text-decoration: none;	
	line-height: 18px;	
}
a.visionNav:hover {
	color: #ffffff;
	text-decoration: none;
}

a.visionNavDown, a.visionNavDown:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;	
	line-height: 18px;	
}
a.visionNavDown:hover {
	color: #ffffff;
	text-decoration: none;
}
a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #42A2DE;
	text-decoration: underline;	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*---------------------------------------------------------------
 PAGE SPECIFIC FORMATTING */

.visionSubhead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
}
 
.visionNews {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}

.visiontext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}

.visionNewsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #42A2DE;
	line-height: 14px;

}
