/* CSS Document */

html {
	height: 100%;
}

body {
	width: 800px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
p {
	font-size: 70%;
	letter-spacing: 130%;
	line-height: 160%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 110%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-size: 90%;
}
h3 {
	font-size: 80%;
	line-height: 150%;
}
.callout {
    font-size: 11px;
    color: #a39c8d;
    border: 1px solid #ddd;
    background: #f1f2e7;
    padding: 8px 10px;
    margin-bottom: 18px; 
}
.callout :last-child { 
    margin-bottom: 0; 
}
.callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-decoration: none;
	color: #000000;
}
.visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-decoration: none;
	color: #990000;
	cursor: default;
}
.contact {
	color: #0066CC;
	text-decoration: none;
	line-height: 100%;
}
.link {
	color: #990000;
	text-decoration: underline;
}
.client {
	font-size: 80%;
	text-decoration: none;
}
.clienthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 130%;
}
img.floatLeft { 
    float: left;
	border: 1px solid #000;
}
img.floatRight { 
    float: right; 
	border: 1px solid #000;
}
.border {
	border: 1px solid #000;
}
#piccontainer {
	float: left;
	width: 280px;
	padding-bottom: 10px;
	text-align: center;
}
#image {
	padding-top: 20px;
	text-align: center;
	font-size: 90%;
}
#containerleft {
	float: left;
	padding-top: 20px;
	width: 250px;
	height: 300px;
}
#containerright {
	float: right;	
	padding-top: 20px;
	width: 250px;
	height: 300px;
}
#line {
	width: 300px;
	height: 1px;
	text-align: center;
	border-bottom: 1px solid #000000;
}
#shortline {
	width: 175px;
	height: 1px;
	background-color: #000000;
	text-align: center;
	padding: 0 10px;
}
#navcontainer {
	position: inherit;
	background-color: #CAE4FE;
	width: 800px;
	height: 160px;
}
#redline {
	background-color: #990000;
	margin: auto;
	top: 105px;
	text-align: center;
	height: 2px;
	width: 800px;
	z-index: 2;
}
#logo {
	position: relative;
	float: left;
	z-index: 1;
}
#logotext {
	position: relative;
	float: right;
	z-index: 3;
}
#navbar {
	position: relative;
	float: left;
	width: 519px;
	height: 39px;
	z-index: 1;
}
ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}
li {
	position: relative;
	float: left;
	padding-right: 22px;
	padding-left: 5px;
}
li a:link {
	color: #000;
}
li a:visited {
	color: #006699;
}
li a:hover {
	color: #990000;
}
li a:active {
	color: #990000;
}
#main {
	float: left;
	background-color: #CAE4FE;
	width: 800px;
	text-align: left;
	display: inline;
}
#centercontent {
	width: 750px;
	padding-left: 25px;
	padding-right: 25px;
}
#center {
	text-align: center;
	width: 560px;
	clear: both;
}
#leftcontent {
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}
#rightcontent {
	float: right;
	width: 560px;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
}
#content {
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
#rail {
	width: 150px;
	float: left;
	padding-left: 10px;
}
#footer {
	clear: both;
	width: 100%;
	height: 30px;
	bottom: 0px;
	background-color: #990000;
	z-index: 999;
}
