body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 1024px;
	margin: 0 auto;
	background: url("images/navline.png") no-repeat center 137px;
}

a {
	text-decoration: none;
	color: #d40139;
	font-weight: bold;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

h1, h2 {
	margin: 0;
	color: #00386E;
}

blockquote {
	color: #fff;
	background-color: #00386E;
	margin: 0;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

blockquote p:first-child {
	margin-top: 0;
}

blockquote p:last-child {
	margin-bottom: 0;
}

#head {
	height: 108px;
}

#logo {
	float: left;
	margin-top: 33px;
}

#contact {
	float: right;
	font-weight: bold;
	padding: 5px 0;
	color: #666;
}

#call {
	float: left;
	padding-top: 1px;
}

#visitbutton {
	float: right;
	display: block;
	height: 21px;
	width: 134px;
	padding-top: 5px;
	margin-left: 5px;
	font-size: 11px;
	background: url("images/visit-button.png") no-repeat;
	text-align: center;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	float: left;
	margin-right: 6px;
	padding: 10px 30px 6px 30px;
	background: #D40139 url("images/navbg.png") repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#nav li a:hover {
	background: #00386E url("images/navbg-selected.png") repeat-x;
	position: relative;
	top: -4px;
	padding-bottom: 10px;
	margin-bottom: -4px;
}

#left {
	float: left;
}

#main {
	float: left;
	margin: 20px 0 0 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 0 15px 15px;
}

#main table {
	border-collapse: collapse;
}

#main table td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}

#flash {
	float: left;
	width: 230px;
	position: relative;
	left: -30px;
	margin-right: -30px;
}

#text {
	float: left;
	width: 489px;
	padding: 0 10px;
}

#rightnav {
	float: right;
	width: 268px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url("images/rightnavbg-middle.png") no-repeat left top;
}

#rightnav li a {
	margin-left: 8px;
	display: block;
	width: 212px;
	height: 38px;
	background: url("images/rightnavbg.png") no-repeat;
	font-size: 20px;
	color: #d40139;
	padding: 10px 12px;
}

#rightnav li:hover a {
	background: url("images/rightnavbg-selected.png") no-repeat;
	color: #00417b;
}

#navheader {
	background: url("images/rightnavbg-top.png") no-repeat;
	width: 268px;
	height: 87px;
}

#navfooter {
	background: url("images/rightnavbg-bottom.png") no-repeat;
	height: 20px;
}

.smalltext {
	font-size: 10px;
	font-weight: bold;
	color: #281f12;
}

.clear {
	clear: both;
}

#footerlinks {
	font-size: 10px;
	margin-bottom: 10px;
}

/* tinybox styles */

#popup {
	width:600px;
	margin:0 auto;
	border:1px solid #ccc;
	padding: 10px;
	background:#fff
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tinybox {
	position:absolute;
	display:none;
	padding:10px;
	background:#fff url(images/preload.gif) no-repeat 50% 50%;
	border:10px solid #e3e3e3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index:2000
}

#tinymask {
	position:absolute;
	display:none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	z-index:1500
}

#tinycontent {
	background:#fff
}

.button {
	color: #fff;
	background-color: #00386E;
	margin-right: 10px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	cursor: pointer;
}

.button:hover {
	background: #D40139
}

#popupContent {
	
}

#close a {
	float: right;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #ccc;
}

#close a:hover {
	background-color: #ccc;
	color: #fff;
}

#polaroid {
	float: left;
	position: relative;
	width: 234px;
	left: -30px;
	margin-right: -30px;
}

#story {
	float: right;
	width: 396px;
}
#popupNames {
    list-style: none;
    padding: 0;
    text-align: center;
}

#popupNames li {
    float: left;
    text-align: center;
    color: #fff;
    background-color: #00386E;
    width: 132px;
    margin: 0 15px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}


