﻿/*main CSS for Terri--main css*/

body {	
	background-color: white;
	color: #404040;
	font-family: "Trebuchet MS";
	font-size:medium;
	margin: 0;
	padding: 0;
}

#header {
	background-image:url(../images/header2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	align: top;
	color: black;
	
	
}

#longb {
	background-image:url(../images/longbox.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	align: top;
	color: black;
	
	
}

#longgr {
	background-image:url(../images/longboxgr.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	align: top;
	color: black;
	
	
}

	
	

#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	color: white;
	padding-top: 150px;
	
}
#nav ul li {
	display: inline;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: middle;
	color: white;
	height: 50px;
	font-size:large;
}

#nav a:link {color: white; text-decoration: none}
#nav a:visited {color: white; text-decoration: none;}
#nav a:hover {color: white;}
#nav a:active {color: white; text-decoration: none;}


#container {
	background-color: white;
	font-family: "Trebuchet MS";
	font-size: 14px;
	align: center;
	margin: 0px auto;
	padding: 0px;
	width: 1020px;
	color: #333333;
}




#footer{
	background-image:url(../images/footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 60px;
	align: top;
	color: black;
}


#nav2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	color: gray;
	padding-top: 5px;
	
}
#nav2 ul li {
	display: inline;
	padding-right: 20px;
	margin-top: 2px;
	padding-top: 2px;
	
	color: gray;
	
	font-size:13px;
}

#nav2 a:link {color: gray; text-decoration: none}
#nav2 a:visited {color: gray; text-decoration: none;}
#nav2 a:hover {color: gray;}
#nav2 a:active {color: gray; text-decoration: none;}

a:link {color: black; text-decoration:none; font-weight:bold;}
a:visited {color: black; text-decoration:none; font-weight:bold;}
a:hover {color: black; text-decoration:none; font-weight:bold; color:#666666;}
a:active {color: black; text-decoration:none; font-weight:bold;}








