/* CSS For Accelara Website*/

/*************************/
/*** Text Style Sheets ***/
/*************************/

.topPageTitle { 
	color: #3366CC; 
	font-size: 25px; 
	font-family: "times new roman"; 
	font-weight: bold; 
	font-style: italic; 
}
	
.minorTitle { 
	color: #3366CC; 
	font-size: 18px; 
	font-family: "times new roman"; 
	font-style: italic; 
	font-weight: bold; 
}
	
.bulletBold { 
	color: #3366CC; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}
	
.mainText { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
}
.mainText a:link { 
	text-decoration:none;
	color:#3366CC;
}
.mainText a:visited { 
	text-decoration:none;
	color:#3366CC;
}
.mainText a:hover {
	text-decoration:underline;
	color:#3366CC;
}

.quoteBody {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
}

.quoteBodyBlue { 
	color: #3366CC; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: italic; 
}

.quoteByline { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

.quoteSpacing { 
	line-height: 20px; 
}

.clientBodyBlue {
	color: #3366CC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.clientByline { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	text-align:center;
	color:#FFFFFF;
	}

.footerText a:link {
	text-decoration:none;
	color:#FFFFFF;
	}
	
.footerText a:visited {
	color:#FFFFFF;
	}
		
.footerText a:hover {
	text-decoration:none;
	color:3366CC;
	}

.footerSub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#666666;
	}

.footerSub a:link {
	text-decoration:none;
	color:#666666;
	}

.footerSub a:hover {
	text-decoration:underline;
	color:#666666;
	}
	
.indexPage { 
	color: #bfbebc; 
	font-size: 50px; 
	font-family: "times new roman"; 
	font-weight: bold; 
	font-style: italic; 
	line-height: 40px; 
}

.closeWindow {
	text-decoration:none;
	font-size: 12px;
	color:3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.closeWindow a:link  {
	text-decoration:none;
	}

.closeWindow a:hover {
	text-decoration:underline;
	}

/************************/
/********* DIVS *********/
/************************/

body {											/*Body Properties*/
	margin:0;
	}
	
div.container {									/*Overall container for all divs*/
	width:800px;
	height:auto;
	margin:0px;
	border:1px solid gray;
	}

div.header {									/*Header div properties*/
	margin:0px;
	color:#333399;
	background-color:;
	width:800px;
	clear:left;
	}
	
div.footer {									/*Footer div properties*/
	margin:0px;
	padding:0px;
	background-image:url(images/footerBG.gif);
	background-repeat:no-repeat;
	width:800px;
	height:60px;
	clear:left;
	float:bottom;
	}

h1.header {										/*Top nav header properties*/
	margin:0px;
	}

div.topNav {									/*Main NAV buttons above subNAV*/
	position:absolute;
	width:453px;
	height:106px;
	left:347px;
	top:0px;
	padding:0;
	visibility: visible;
	}
	
div.leftNAV {									/*Left NAV Box - is an editable region called: quote*/
	float:left;
	width:190px;
	height:330px;
	margin:0px;
	padding:0px;
	background-image:url(images/navLeftBox.gif);
	background-repeat:no-repeat;
	}
	
div.content	{									/*Main body content container - is an editable region called: bodyContent*/
	/*position:absolute;*/
	width:590px;
	left:0px;
	margin-left:190px;
	padding:10px;
	visibility: visible;
	
	}

div.contentExt	{								/*Main body content extender - This is to */
	/*position:absolute;*/
	width:590px;
	left:190px;
	margin-left:190px;
	padding:10px;
	visibility: visible;
	}
	
div.alogo	{									/*Container for 'A' graphic just above footer*/
	clear:left;
	padding:0px;
	width:800px;
	float:bottom;
	}

