/* websitesalescontracts.com CSS  */

BODY {
	background-color: #E8E8E8;
	margin: 20px auto;
	text-align:center;
} 

.pageContainer {
	width:800px;
	margin: 0px auto;	
   	background-color: #97B9DA;
	padding:0px;
}

.insideContainer {
	width:780px;
   	background-color: #FFFFFF;
	border: solid #84A2BF 1px;
	margin: 7px;
}

.logoContainer {
	width:100%;
	height: 100px;
   	background-color: #EDEDED; background-image: url(../images/logoGradient.jpg); background-repeat:repeat-x;
	text-align:left;
}

.navContainer {
	width:100%;
	height: 33px;
   	background-color: #4878A5; background-image: url(../images/navGradient.jpg); background-repeat:repeat-x;
	border: solid #336698 1px;
}

.navTable {
	width: 368px;
}

.navBorder {
	width:100%;
	height: 10px;
   	background-color: #4878A5; background-image: url(../images/navBorder.jpg); background-repeat:repeat-x;
}

.navon {
	width: 92px;
	height: 33px;	
	color: #FFFFFF;	
	text-align:center;	
	background-image: url(../images/navHoverGradient.jpg); 
}

.navoff {
	width: 92px;
	height: 33px;	
	color: #FFFFFF;	
	text-align:center;
}

.navTable a {
    font-family: Verdana, Helvetica;
    font-size:  12px;
	font-variant: small-caps;
	color: #fff;
	text-decoration: none;
}

.imageContainer {
	margin: 0px auto;
}

.salesImage {
	border: solid #B8B8B7 1px;
}

.salesImageBorder {
	width:100%;
	height: 10px;
   	background-color: #4878A5; background-image: url(../images/navBorder.jpg); background-repeat:repeat-x;
}

.testimonialContent {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
	padding: 10px;
	color: #838383;
	text-align:left;
	border-right: solid #F1F1F1 1px;
}

.tName {
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
	font-weight: bold;
	color: #326696;
}

P {
	font-family: Arial, Verdana, Helvetica; 
	font-weight: normal; 
	font-size: 12px; 
	color: #191919;
}

.youNeed {
	height: 30px;
    font-family: Arial, Verdana, Helvetica;
    font-size:  16px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	background-color:#EDEEED;
	text-indent: 10px;
	letter-spacing:1px;
	line-height:30px;
}

.actNow {
	height: 30px;
    font-family: Arial, Verdana, Helvetica;
    font-size:  12px;
	font-weight: normal;
	color: #000000;
	text-align:left;
	background-color:#EDEEED;
	text-indent: 10px;
	line-height:30px;
}

.deluxeContent {
	width:100%;
   	background-color: #F9FAF9;
	border: solid #EEEFEE 1px;
}

.basicContent {
	width:100%;
   	background-color: #F9FAF9;
	border: solid #EEEFEE 1px;
}

.tableSpacer {
	height:10px;
}

.typeText {
    font-family: Arial, Verdana, Helvetica;
    font-size:  18px;
	font-weight: bold;
	color: #326696;
}

.contactUs {
	text-align:left;
	border-right: solid #F1F1F1 1px;
}

ul {
	margin-top: 0px;
}

ul li {
	list-style-image: url(../images/listBullet.jpg);
	font-family: Arial, Verdana, Helvetica; 
	font-weight: normal; 
	font-size: 12px; 
	color: #191919;	
	margin-top: 0px;
}
	
.copyright {
	font-family: Arial, Verdana, Helvetica; 
	font-size: 11px; 
	color: #191919;		
	text-align:center;
}	


