/* Normal Pages Style Sheet */

body {
	margin:0px; padding:0px; 
	background:#5D5D5D; color:#A1A1A1;
	width:100%;
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
}

/* this is the logo at top */

.logo {
	width:100%; 
	text-align:center; 
	padding-top:10px; padding-bottom:10px;
}

/* this lays out the width of the navigation and content box and centers it */

.maintable {
	margin:0px auto;
	width:780px;
}

/* this will center any table or td */

table,td.center {
	margin:0px auto;
}

/* this is the black descriptive text */

.text {
	width:640px; margin:30px auto;
	font-size:12px; color:#000000;
}

img {
	border:0px;
}

/* Navigation */

table.navigation {
	margin:0px auto; 
	background:center bottom url(../images/menubg.gif) repeat-x; color:#A1A1A1;
}

/* this is the line that goes through the menu names */

.menuline {
	border-bottom:solid 1px #A1A1A1; 
		width:650px; height:1px; margin:8px auto 0px auto;
}

/* this is the menu pictures and names starting with landscapes */

.menu {
	text-align:center; text-transform:uppercase;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #A1A1A1;  background:transparent; height:40px; 
	width:105px;
	}

/* this is the menu names starting with home */

.menu2 {
	text-align:center; text-transform:uppercase;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;  background:transparent; 
	height:30px; padding:0px 12px;
	}

/* this makes the menu names white */

.here {
	color:#FFFFFF; background:#5D5D5D;
}

/* are the menu links */

a.nav {
	text-decoration:none;
	color:#A1A1A1; background:#5d5d5d;
}
a.nav:link {
	color:#A1A1A1; background:#5d5d5d;
}
a.nav:visited {
	color:#A1A1A1; background:#5d5d5d;
}
a.nav:hover {
	color:#ffffff; background:#5d5d5d;
}
a.nav:active {
	color:#A1A1A1; background:#5d5d5d;
}

/* Content */

table.content {
	width:740px; margin:0px auto;
}

td.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #787878; 
	font-size:11px; 
	padding:50px 70px; 
	line-height:150%; letter-spacing:0px;
	background:#424242; color:#E1E1E1;
}

/* these are the content links */

a {
	color:#E1E1E1; background:#424242;
}
a:link {
	color:#E1E1E1; background:#424242;
}
a:visited {
	color:#E1E1E1; background:#424242;
}
a:hover {
	color:#ffffff; background:#424242;
}
a:active {
	color:#E1E1E1; background:#424242;
}

/* these are the content headings */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	margin-bottom:30px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:135%;
	margin-bottom:30px; margin-top:30px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	margin-bottom:25px; margin-top:30px;
}

/* this is the line that separates testimonials */

hr {
	width:450px;
}

/* these are the content box shadows */

.shadowrbg {
	background-attachment: scroll;
	background-image:  url(../images/shadowrbg.jpg);
	background-repeat: repeat-y;
}

.shadowbtmbg {
	background-attachment: scroll;
	background-image:  url(../images/shadowbtmbg.jpg);
	background-repeat: repeat-x;
}

/* Footer */

table.footer {
	margin:30px 0px; width:780px;
}

td.footer {
	font-size: 10px; font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #A1A1A1; background:transparent;
	padding:2px; text-align:center;
}

/* these are the footer links */

a.footer {
	color:#A1A1A1; background:#5d5d5d;
}
a.footer:link {
	color:#A1A1A1; background:#5d5d5d;
}
a.footer:visited {
	color:#A1A1A1; background:#5d5d5d;
}
a.footer:hover {
	color:#ffffff; background:#5d5d5d;
}
a.footer:active {
	color:#A1A1A1; background:#5d5d5d;
}

/* Forms */

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.form {
	padding-bottom:8px;
	font-size: 10px;
	color: #E1E1E1;
}

.formsubmit {
	padding-top:12px;
	font-size: 10px;
	color: #E1E1E1;
}

.formfield {
	font-size: 10px; font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#424242; background:#E1E1E1;
}

table.mailbox {
	float:right; 
	margin-right:0px; margin-top:-215px; margin-bottom:30px;
}

table.list {
	width:355px; 
	border:solid 1px #787878; 
	background:#424242;
}

.listform {
	font-size: 10px; padding:12px 5px 8px 12px; margin:0px;
	color: #E1E1E1; background:#424242;
}

.listtext {
	font-size: 10px; padding:0px 5px 8px 12px; margin:0px;
	color: #E1E1E1; background:#424242;
}

.listformleft {
	padding-bottom:8px; padding-left:8px;
	font-size: 10px; text-align:left;
	color: #E1E1E1; background:#424242;
}




