@charset "UTF-8";
/* CSS Document 
	Green: #007C7E
	Gray: #888
	*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.logo {
	
	}
	
img {
	border: 0px;
	}

.maintable {
	margin-top: 40px;
	}
	
.cta {
	background: #007C7E;
	width: 260px;
	}

.emphasis {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	background-color: #CCC;
	border: 007C7E;
	border-width: thick;
	}
	
.emphasispink {
	color: #ED2577;
	}
	
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #007C7E;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	text-align: left;
	}
	
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #CCC;
	padding-left: 10px;
	margin-bottom: -10px;
	padding-top: 10px;
	}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #007C7E;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	text-align: left;
	}
	
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #888;
	background-color: #CCC;
	padding: 8px;
	border: 007C7E;
	border-width: thick;
	margin-left: 33px;
	margin-right: 33px;
	}
	
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #007C7E;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -30px;
	}
	
.questions {
	color: #888;
	font-size: 13px;
	text-align: left;
	line-height: 180%;
	}
	
.email {
	color: #888;
	font-size: 13px;
	text-align: left;
	line-height: 180%;
	}

p {
	color: #FFF;
	margin-left: 45px;
	margin-right: 33px;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	font-weight: normal;
	}
	
.paragraph {
	background-color: #888;
	}
	
.info {
	color: #666;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	}

.navbar {
	width: 450px;
	}

ul#topnav{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	padding-right: 50px;
	list-style-image: url(../images/bullet_whbkgd.gif);
	}

ul#topnav li{
	display: inline;
	padding-left: 35px;
	}
	
ul#topnav a{
	text-decoration: none;
	color: #888;
	}

ul#topnav a#current{
	color: #007C7E;
	border-bottom: 2px solid #ED2577;
	}

ul#topnav a:hover{
	color: #007C7E;
	}

ul#specialities{
	font-size: 12px;
	color: #888;
	list-style: none;
	}
	
ul#specialities li{
	margin-bottom: 16px;
	}
	
ul#specialities li.emp{
	margin-bottom: 16px;
	font-weight: bold;
	color: #007C7E;
	}

.footer {
	color: #888;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	border-top: 1px solid #888;
	margin-top: 20px;
	}
	
.footerfaithful {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #888;
	font-size: 13px;
	}
	
.footermarketing {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ED2577;
	font-size: 13px;
	}
	
form {
	padding-left: 120px;
}

