@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #1563a4;
}

h1 {
	color: #1362A4;
	font-size: 150%;
}

h2 {
	color: #2870AB;
	line-height: 2em;
}

h3 {
	color: #DD0007;
}

h4 {
	font-size: 120%;
	color: #2870AB;
}

h5 {
	background-color: #2870AB;
	font-size: 115%;
	color: #FFFFFF;
	line-height: 1.5em;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#logo-wrapper {
	float: left;
	width: 950px;
	height: 240px;
}

#logo {
	background-image: url(../images/troyscott-logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 174px;
	width: 499px;
	margin-top: 30px;
}

#phone-number {
	background-image: url(../images/phone-number.png);
	background-repeat: no-repeat;
	float: right;
	height: 46px;
	width: 292px;
	margin-top: 65px;
}

#navbar {
	height: 44px;
	width: 850px;
	float: left;
	padding-left: 100px;
	margin: 0px;
	padding-top: 0px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
}

#content-wrapper {
	float: left;
	width: 950px;
	margin-top: 0px;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content-wrapper a:link, #content-wrapper a:visited {
	color: #1F79C5;
	text-decoration: underline;
}

#content-wrapper a:hover {
	color: #990000;
}

#right-sidebar {
	float: right;
	width: 280px;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
}

#left-box {
	float: left;
	width: 920px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
}

#left-box2 {
	float: left;
	width: 610px;
	padding-left: 25px;
	margin-right: 5px;
	padding-right: 5px;
	padding-top: 20px;
}

ul.sidebar {
	margin-top: 0px;
	padding-top: 0px;
	width: 165px;
	margin-left: 2px;
	padding-left: 2px;
	line-height: 1.3em;
	font-weight: bold;
	list-style-type: none;
}

ul.sidebar li {
	
}

#footer {
	clear: both;
	float: left;
	width: 950px;
	font-size: 90%;
	color: #8DB6D6;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}

#footer a:link, #footer a:visited {
	color: #7CA8CF;
	text-decoration: none;
}

#footer a:hover {
	color: #348CD3;
	text-decoration: none;
}



.floatleft {
}

.floatright {
	float: right;
	margin: 10px;
}

ul.nav li {
	float: left;
}

ul.nav {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
}

ul.nav a {
	display: block;
	width: 140px;
	margin-right: 5px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-top: 7px;
}

ul.nav a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.clearit {
	clear: both;
}

blockquote {
	font-weight: bold;
}
