@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	background-color: #5d75af;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#container {
	width: 849px;
	margin-left: auto;
	margin-right: auto;
	_height: 1px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.7);
	background: #000;
}

#content {
	background-color: #FFFFFF;
	position: relative;
	width: 849px;
}

#header {
	height: 150px;
	width: 849px;
}

#tristar-logo {
	float: left;
	margin-left: 30px;
	display: inline;
}

#header-box {
	width: 300px;
	margin-top: 85px;
	float: right;
	margin-right: 20px;
	display: inline-block;
	text-align: right;
	color: #0a2972;
}


#slideshow {
	width: 849px;
	height: 425px;
	margin-top: 3px;
}

#content-block {
	width: 809px;
	background-image: url(../img/slideshow-drop-shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	padding: 20px;
}

#content-blocks {
	width: 849px;
	font-size: 12px;
}

#content-blocks a {
	color: #5d75af;
	text-decoration: none;
}

div.block1 {
	width: 190px;
	height: 190px;
	border-right: solid 1px #5d75af;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline;
	padding-right: 5px;
}

div.block2 {
	width: 190px;
	height: 190px;
	border-right: solid 1px #5d75af;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline;
	padding-right: 5px;
}

div.block3 {
	width: 190px;
	height: 190px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline;
	padding-right: 5px;
}

#footer {
	padding-top: 3px;
	clear: both;
	width: 849px;
	height: 22px;
	font-size: 9px;
	color: #0a2972;
	text-align: center;
	position: relative;
}

#footer-nav {
	padding-bottom: 3px;
	width: auto;
	position: absolute;
	visibility: hidden;
	left: 10px;
	bottom: 2px;
}

#pace-logo {
	position: absolute;
	right: 10px;
	bottom: 2px;
	border: none;
}

#footer-credit {
padding-bottom: 3px;
	width: auto;
	position: absolute;
	bottom: 2px;
	right: 45px;
}

#footnote {
padding-bottom: 3px;
	position: absolute;
	width: auto;
	bottom: 2px;
	left: 320px;
}

#navbar {
	width: 849px;
	height: 50px;
	background-image: url(../img/menu-background.jpg);
	background-repeat: repeat-x;
	background-color: #0a2972;
}

.submenu {
background-color: #e3eafc; border: solid #092972 1px; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; width: 170px;
}

.slider{ font-size: 12px; font-weight: normal; }
.slider ul{ margin: 0; padding: 0; list-style-type: none; }
.slider ul li{position: relative;display: inline;float: left;margin-left: 25px;}
.slider a.top{display: block; height: 32px; width: auto; margin-top: 10px; padding-left: 5px; text-decoration: none;}
* html .slider a.top{display: inline-block;}
.slider a.top:link, .slider a.top:visited{color: #FFFFFF; border-left: solid 8px #5d75af;}
.slider a.top:hover{color: #FFFFFF; border-left: solid 8px #D4BC1A;}
.slider ul li ul li { margin-left: 0px; padding-left: 0px; }
.slider ul li ul{position: absolute;left: 0;top:0px;display: block;visibility: hidden;}
.slider ul li ul li ul{top: 0;}
.slider a.sub{ display: block; padding-left: 10px; border-bottom: #092972 solid 1px; height: 40px; font-size: 11px; line-height: 40px; width: auto; text-decoration: none; color: #092972; }
.slider a.sub2{ display: block; padding-left: 10px; height: 40px; font-size: 11px; line-height: 40px; width: auto; text-decoration: none; color: #092972; }

.input {
	border:1px solid #cccccc;
}

.cal {
	background: url(../pcl/calendar.png) no-repeat 120px;
	cursor: pointer;
}

.button {
	background-color: #ebebeb;
}