@charset "utf-8";

a:link {
	color: #3C4DA5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3C4DA5;
		font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
		font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FF0000;
		font-weight: bold;
	text-decoration: none;
}


body {
	margin: 0px;
	background-color: #5670EB;
	font-family: "Trebuchet MS";
}
p {
	font-size: 14px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #546CE6;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #FC9829;
}
ul {
	margin-top: 0px;
	font-size: 14px;
}
#footer-inside {
}
.big-phone {
	font-size: 22px;
	margin-top: 0px;
	font-weight: bold;
	color: #5670EB;
}


#header-container {
	background-image: url(images/header-bg.jpg);
	height: 134px;
}
#header-inside {
	background-image: url(images/header.jpg);
	height: 134px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-color: #FF0000;
	height: 35px;
}
#nav-inside {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
#content-container {
	background-image: url(images/yellow-shadow.jpg);
	background-repeat: repeat-x;
	background-color: #FFFCD2;
}
#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
}
#footer-container {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 157px;
}
#footer-inside {
	height: 157px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#tagline {
	height: 25px;
	margin-top: 15px;
	width: 350px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
#copyright {
	float: right;
	height: 25px;
	width: 250px;
	margin-top: 15px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}

#content-shadow {
	background-image: url(images/content-shadow.jpg);
	background-repeat: repeat-x;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
}
#content-inside {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
