body{
	margin: 0px 0px 0px 0px;
	background-image: url(../images/header-tile.jpg);	
	background-repeat:  no-repeat;
	background-color:  #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	/*padding-left: 110px;*/
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.smallText {
	font-size: 7px;
}
.errorText {
	color: #990000;
}
.bold11ptText {
	font-weight: bold;
	font-size: 11px;
}

.orangebold1{

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color:#e45c00;

}

h1{

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 14px;

	color:#e45c00;

}

h2{

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	
	color:#e45c00;

}

ul 
{
    list-style: list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 14px;
	
}

.flashPad {
	padding-left: 0px;
	padding-top: 10px;
}
.cornerstonePad {
	padding-left: 10px;
	padding-top: 14px;
}
#sampleBorder {
	border: 1px solid #707070
}
#logo{
	position:absolute; 
	width:219px; 
	height:35px;
	left: 30px; 
	z-index:1
}
#contactNav{
	position:absolute; 
	width:150px; 
	height:21px;
	left: 490px;
	top: 15px;
	z-index:1;
	text-align:right;
	color:#FFFFFF;
	}
	
#mainNav{
	position:absolute; 
	width:800px; 
	height:21px;
	left: 30px;
	top: 109px;
	z-index:1
}
#mainContent{
	position:absolute; 
	background-image: url(../images/middle-tile.jpg);
	background-color:  #ffffff;
	background-repeat:  no-repeat;
	background-position: 0px 0px;
	width:100%; 
	top: 134px;
	z-index:2;
}
#textContent{
	position:absolute; 
	width:550px; 
	top: 170px;
	margin-left: 110px;
	z-index:5;
}
#chaperonTile{
	position:absolute; 
	background-image: url(../images/chaperon-tile.jpg);
	background-repeat:  no-repeat;
	background-position: 30px 0px;
	width:610px;
	height: 393px; 
	top: 134px;
	z-index:3;
}
#elluminateTile{
	position:absolute; 
	background-image: url(../images/elluminate-tile.jpg);
	background-repeat:  no-repeat;
	background-position: 30px 0px;
	width:610px;
	height: 393px; 
	top: 134px;
	z-index:3;
}
#bottomBar{
	position:absolute; 
	background-image: url(../images/bottom-tile.jpg);
	background-repeat: repeat-x;
	background-color:  #ffffff;
	background-position: 30px 0px;
	width:100%; 
	height:69px;
	z-index:5;
}
#sideCoverBar{
	position:absolute; 
	background-color:  #575757;
	width:30px; 
	top: 0px;
	left: 0px;
	z-index:8;
}
/* heights for different sidebar*/
.mainSide{
	height:680px;
}
.aboutSide{
	height:1459px;
}
.chaperonSide{
	height:1225px;
}
.devSide{
	height:1325px;
}
.elluminateSide{
	height:925px;
}
.servicesSide{
	height:1125px;
}
.formSide{
	height:625px;
}
/* heights for different content*/
.mainHeight{
	height:480px;
}
.aboutHeight{
	height:1225px;
}
.chaperonHeight{
	height:1025px;
}
.elluminateHeight{
	height:725px;
}
.servicesHeight{
	height:1125px;
}
.formHeight{
	height:625px;
}
/* position for different content*/
.mainBar{
	top: 596px;
}
.cornerBar{
	top: 546px;
}
.aboutBar{
	top: 1356px;
}
.chaperonBar{
	top: 1156px;
}
.elluminateBar{
	top: 856px;
}
.servicesBar{
	top: 1256px;
}
.formBar{
	top: 756px;
}
/* links Nav*/
	A 			{ color: #E45C00; text-decoration: underline; } 
	A:link		{ color: #E45C00; text-decoration: underline; } 
	A:visited	{ color: #E45C00; text-decoration: underline; } 
	A:active	{ color: #575757; text-decoration: underline; } 
	A:hover		{ color: #575757; text-decoration: none; }
	
	A.nav1			{ color: #E45C00; text-decoration: underline; } 
	A.nav1:link		{ color: #E45C00; text-decoration: underline; } 
	A.nav1:hover	{ color: #ffffff; text-decoration: none; }