/* Generic Selectors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin: 0 0 0 0; top right bottom left*/	
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #b4b4b4;
}

p {
	width: 80%;
}

li {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url(arrowSmall.gif.html);
}


h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


/************************* Classes *************************/



.aboutTxt {
	font-family: Arial, Helvetica, sans-serif;
	z-index: auto;
	font-size: 14px;
	margin-left: 75px;
	line-height: 150%;
}

.clientTxt {
	font-family: Arial, Helvetica, sans-serif;
	z-index: auto;
	font-size: 12px;
	margin-left: 75px;
	color: #aacbf8;
	line-height: 120%;
}

.clientTxt2 {
	font-family: Arial, Helvetica, sans-serif;
	z-index: auto;
	font-size: 12px;
	margin-left: 378px;
	color: #aacbf8;
	line-height: 110%;
}

.crTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
}

.specialTxt {
	color: #aacbf8;
}

.topBarButt1 {
	position: absolute;
	z-index: auto;
	left: 525px;
	top: 72px;
}

.topBarButt2 {
	position: absolute;
	z-index: auto;
	left: 644px;
	top: 72px;
}

.aboutPicLoc {
	position: absolute;
	z-index: -5;
	left: 491px;
	top: 32px;
}



/*************************  Pseudo classes *************************/
a:link {
	color: #aacbf8;
	text-decoration: none;
}


/*a:link {
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}
li a:link {
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	color: #00CC00;
	text-decoration: underline;
	font-weight: bold;
}

li a:visited { 
	color: #00CC00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: underline;

}
li a:hover {
	display: block;
	color: rgb(0, 96, 255);
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	
}
  
a:active { 
	color: rgb(255, 0, 102);
	font-weight: bold; 
} 
*/

/*************************  ID's *************************/

/*content -> padding -> border -> margin*/
/*padding -> top right bottom left*/

#topBar {
	position: relative;
	z-index: 10;
	width: 800px;
	height: 125px;	
	margin-top: 0px;
	margin-left: auto;	
	margin-right: auto;
}

#botBar {
	position: relative;	
	z-index: 20;
	width: 800px;	
	margin-top: 0px;
	margin-left: auto;	
	margin-right: auto;
}
