* { margin: 0; padding: 0;}

body {
	background: #8B8B8B url(img/bg.jpg) repeat-x top left;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;	
}

img { border: 0; }
p { margin-bottom: 1em; }

#center {
	width: 910px;
	background-color: #FFFFFF;
	border: 1px solid #565757;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}
#container {
  margin-left: auto;
	margin-right: auto;
	width: 860px;
}
#logo {
	height: 78px;
	width: 198px;
	background: url(img/logo.jpg) no-repeat top left;
	float: left;
}
#toplinks {
	float: right;
	margin-top: 52px;
}
#back {
	height: 27px;
	width: 77px;
	display: inline;
}
#home {
	height: 26px;
	width: 68px;
	display: inline;
}
#contactus {
	height: 26px;
	width: 106px;
	display: inline;
}

#flash {
	width: 858px;
	height: 330px;
	float: left;
	background-color: #0b65ae;
}
#flashselected {
	width: 858px;
	height: 620px;
	float: left;
	margin-bottom: 30px;
}
#flash2 {
	width: 566px;
	height: 260px;
	float: left;
}

#content {
	float: left;
	margin-top: 22px;
	margin-bottom: 33px;
}

#footer {
	height: 45px;
	width: 860px;
	background: url(img/footer.jpg) no-repeat top left;
	clear: both;
}

.box, .largebox {
	border: 1px solid #7499B4;
}
.box {
	width: 269px;
	height: 260px;
	float: left;
	background: url(img/boxbg.jpg) no-repeat top left;
}
.largebox {
	width: 859px;
}
.largebox .column {
	width: 283px;
	height: 259px;
	float: left;
	background: url(img/columnbg.jpg) no-repeat top left;
}
.box .boxtitle, .largebox .boxtitle {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #216FAE;
	margin-top: 12px;
	margin-bottom: 32px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
}
.largebox .boxtitle {
	margin-bottom: 16px;
}
.box .boxtext, .largebox .boxtext {
	text-align: left;
	color: #585858;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1em;
	
}
.box .boxphoto, .largebox .boxphoto {
	margin-top: 11px;
	margin-bottom: 11px;
	text-align: center;
}
.box .boxbutton, .largebox .boxbutton {
	text-align: right;
	margin-right: 10px;
	margin-top: 11px;
}

.boxseparator {
	height: 260px;
	width: 23px;
	background: url(img/boxseparatorbg.jpg) no-repeat center center;
	float: left;
}
.columnseparator {
	height: 259px;
	width: 5px;
	background: url(img/columnseparatorbg.jpg) no-repeat top left;
	float: left;
}
