@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #142C53;
}
#wrapper {
	height: 2000px;
	width: 100%;
	background-image: url(images/wrapperbackround.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header {
	height: 190px;
	width: 980px;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/headerbackround.jpg);
}
#banner {
	clear: both;
	height: 240px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFF;
}
#fadeshow1 {
	background-color: #FFF;
}
#phone {
	margin: 10px;
	float: right;
	height: 30px;
	width: 200px;
	font-family: trajon;
	font-size: 24px;
	color: #FFF;
	font-weight: lighter;
	font-style: normal;
	text-align: center;
	clear: both;
}
#menu {
	height: 40px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 150px;
	padding-top: 10px;
	clear: both;
}
#contentcontainer {
	clear: both;
	height: 1198px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#leftcolumn {
	background-color: #EDEDED;
	height: 1198px;
	width: 270px;
	float: left;
	border: 1px solid #999;
	background-image: url(images/contentbackround.png);
	background-repeat: repeat-x;
}
#leftcolumninner {
	height: 1190px;
	width: 260px;
	background-image: url(images/leftcoluminnerbackround.png);
	margin-top: 5px;
	margin-left: 7px;
	overflow: hidden;
}
#rightcolumninner {
	background-image: url(images/rightcolumnbackround.png);
	height: 1190px;
	width: 680px;
	margin-top: 9px;
	overflow: scroll;
}
#rightcolumn {
	float: right;
	height: 1198px;
	width: 690px;
	border: 1px solid #999;
	background-image: url(images/contentbackround.png);
	background-repeat: repeat-x;
}
#footer {
	height: 140px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	margin-top: 20px;
	padding-top: 20px;
	background-image: url(images/footerbackround.png);
	background-repeat: no-repeat;
}
#wrapper #footer p {
	color: #1D3359;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #footer p a {
	color: #214477;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #1D3559;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #2A4D81;
	padding: 0px;
	text-align: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 16px;
	line-height: 25px;
}
a:link {
	text-decoration: none;
	color: #1C3559;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
