/*
CSS for Engaging Company site
*/

body {
 font-family: Arial;
 background-color: white;
 line-height: 110%;
 padding: 0;
 margin: 0;
}

#header h1{
    font-family: "Trebuchet MS";
    font-size: 100%;
    color:#5D0070;
    font-style: italic;
    padding-top:0;
    line-height:0;
    padding-left: 20px;
    padding-botom: -20px;
}

h2 {
	padding-top: -20px;
	font-family: Arial;
	font-size:110%;
	font-weight: normal;
	color: black;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	background-color: #DCDCDC;
	text-align: center;
}


p {
font-size: 100%;
font-weight:normal;
color: black;
}

ul {
	font-size: 100%;
	font-weight: normal;
	color: black;

}


#nav a {
  text-decoration: none;
  padding-right:10px;
  display: inline;
  border-right: solid 1px #5D0070;
}
#nav ul {
	list-style-type:georgian;
}
#nav li {
	padding:0.5em;	
}


a {
	font-weight: normal;
	
}

a:link {
  color: black;
  font-weight: normal;
}

a:visited {
   color: #C71585;
}

a:hover {
   text-decoration: none;
   color: pink;
   background-color: #A9A9A9; 
}

a:active {
   color: black; 
}

.simpleblackborder {
 border-width: 3px;
 border-style: solid;
 border-color: black;
}

#navigation, #bodycontent, #header {
	position:absolute;	
}
#navigation, #bodycontent {
	top:100px;	
}

#bodycontent {
	left:100px;	
	right:100px;	
	background-color: white;	
}
#firsttext {
	background-color: white;	
	
	font-size: 100%
}

#secondtext {
	background-color: white;
}

#thirdtext {
	background-color: #DCDCDC;	

}

#header {
	padding-top:10px;
	left:0px;
	right:10px;	
	background-color:white;
	text-align: center;
	padding-right: 5px;

}

#navigation {
 width: 200px;
 height: 340px;
 font-family: "Trebuchet MS";
 font-size: 125%;
 padding-right: 5px;
 /*
 border: 2px solid black;
 background-color: #A9A9A9;
*/
 }
 
#nav {

 font-family: "Trebuchet MS";
 font-size: 125%;
 padding-right: 10px;
}	
	 


#bulletpoints {
	font-size: small;
}

#logo {
	left:0px;
	right: 280px;
}

.quote {
	font-weight: normal;
	color: #5D0070;
	font-size: 110%;
	font-family: "Trebuchet MS";
}

#footer {
	font-weight: normal;
	font-family: "Arial";
	font-size: 80%;
	text-align: center;
	background-color:white;
	padding-top:30px;

	}
#footer img {
	vertical-align:middle;		
}
#footer a {
	/* This gets rid of a nasty background from the image.. */
	color:white;
}

.testimonial {
	font-weight: bold;
	font-family: Arial;
	font-style: normal;
	font-size: 100%;
	color:	black;
	text-align: center;
	text-indent: 10px;
}

#content ul {
	color: black;
	
}

#whychooseus {
	left:100px;	
	right:60px;	
	top:140px;
	background-color: white;
}	

.answer {
	font-family: "Trebuchet MS";
	font-size: 95%;
	font-weight: normal;
}

.A {
	font-family: "Trebuchet MS";
	font-size: 120%;
	color: #FF4E00;
}

#firsttexta {
	background-color: #DCDCDC;	
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 60px;
	padding-right: 60px;
}

.faq {
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 110%;
	color:	black;
	text-align: left;
	text-indent: 10px;
}

.newsflash {
	font-weight: normal;
	font-family: "Arial";
	font-style: normal;
	font-size: 110%;
	color:	red;
	text-align: left;
	text-indent: 10px;
}

td {
	border: 2px solid black;
    float: top;
    padding: 0.5em;
	font-size: 80%;
	margin-top: 0; 
	}


table {
	border-collapse: collapse;
	border: 2px solid black;
	
	
}

th {
	border: 2px solid black;
	padding: 1em;
	background-color: pink;
	font-family: "Trebuchet MS";
	font-size: 110%
}

caption {
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 110%;
	color:	black;
	text-align: center;
	text-indent: 10px;
}
	
#td {
	margin-top: 0;
	float: top;
	padding-top: 0;
	text-align: top;
	border: top;
	}

form.newsletter fieldset {
	border: 2px solid #C71585;
	padding: 3px;
}

form.newsletter legend {
	font-weight: bold;
	font-size: large;
	color: #5D0070;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
}
	
form.newsletter input {
	font-size: 70%;
}

form.newsletter label {
	font-size: 70%;
	text-align: center;
	color: #5D0070;
}

form.newsletter {
	margin-right: 15px;
	margin-left: 5px;
}

form.newsletter p.thismonth {
	font-size: medium;
	text-align: center;
	font-family: "Trebuchet MS";
}

p.thismonth {
	margin-top:-10px;
	color: #5D0070;
}

p.request {
	font-size: 70%;
	font-weight: normal;
	color: dark gray; 
}

.question {
	font-size: 125%;
	font-family: Arial;
	text-align: center;
	color: #5D0070;
}

p.name {
	font-size: 80%;
	font-family: "Trebuchet MS";
}
	
	
.free {
	text-align:center;
}


#header2 {
	padding-top:10px;
	left:0px;
	right:10px;
    background-color:white;
	text-align: center;
	padding-right: 5px;
}


#header2 h1{
    font-family: "Trebuchet MS";
    font-size: 100%;
    color:#5D0070;
    font-style: italic;
    padding-top:0;
    line-height:0;
    padding-left: 20px;
}

.intro {
	font-family: "Times New Roman"
	color: black;
	text-align: center;
	font-size: 150%;
}

.small {
	font-family: Arial;
	font-size: 80%;
	font-style: italic;
}

.sig {
	font-family: "Monotype Corsiva";
	font-size: 200%;
}

#photo {
	border: 2px solid black;
	padding-right: 0px;
	height: 160px;
	width: 140px;
}


#thankyou {
	padding-left:40px;
	padding-right: 40px;
	padding-top: 40px;
	font-style: italic;
}

#back {
	font-size: small;
	font-style: normal;
	text-align:center;
}

p.promise {
	padding-left: 5px;
	font-weight: normal;
	font-size: 65%;
	font-style: italic;
}

.t {
	color: black;
	font-weight: normal;
}

.title {
	color: #5D0070;
	font-weight: bold;
}

.c	{
	color: #C71585;
	font-weight: bold;
}

#subscribe {
	color:#5D0070;
   
    padding-top: 80px;
    padding-left:40px;
    padding-right:40px;
    text-align: center;
}

p.sub {
	color:#5D0070;
    font-family: "Trebuchet MS";
    font-size: 110%;
}
	
#tt {
	padding:0.5em;	
	color: 	black;
	/*background-image:url(imageslight.jpg);*/
	background-color: #D3D3D3;
	background-repeat: repeat-x repeat-y;
	border: 1px solid black;
	font-size: 110%;
}

#tt li {
	padding:0.5em;
	color: black;
	font-family: "Trebuchet MS";
	
}
	
#tt p {
	color: black;
	font-family: "Trebuchet MS";
	
}
	
	
p.tt {
	color:green;
	text-align: center;
	font-size: 125%;
}

#resources  li {
	padding: .5em;
	margin-bottom: 5px;
}


#resources a {
	font-family: "Trebuchet MS";
	font-size: 125%;
	font-style: italic;
}


#resources a:link {
  color: #008000;
}

#resources a:visited {
   color: 	#7FFF00;
}

#resources a:hover {
   text-decoration: none;
   color: pink;
   background-color: #A9A9A9; 
}

#resources a:active {
  color: #C71585;
}

 