/* this website was born before CSS existed so there isn't much here yet. Blaine 2008 */

.highlight-font {
	font-weight:bold;
	color:blue;
}

.highlight-font2 {
	color:green;
}
.highlight-font3 {
	font-weight:bold;
	color:red;
}
.small-font {
	font-size:.8em;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.image-gallery{
	width:460px;
	margin:0 auto;
}
.image-text-container {
	float:left;
	width:230px;
	text-align:center;
}
.image-text-container span {
	font-weight:bold;
	line-height:24px;
}
.image-gallery-two{
	width:460px;
	margin:0 auto;
}
.image-gallery-two img{
	margin:5px 1px;
}

h1 {
	font-size:18px;
	margin-top:20px;
}
h2 {
	font-size:16px;
}
.textHighlight {
	color:#FF0000;
}
.listspace li {
	padding:5px 0;
}
h4 {
	color:#0033FF;
}
.highlightlist a {
	font-weight:bold;
	color:green;
}
.image-gallery-space{
	text-align:center;
}
.image-gallery-space img {
	margin:5px 13px;
}

.sub_nav {
	margin:0 auto;
	padding:0;
	width:640px;
	text-align:center;
}
.button, .sub_nav li {
	background:transparent url(/images/silver-button-strech.gif) no-repeat scroll right top;
	float:left;
	height:27px;
	line-height:27px;
}
.sub_nav li {
	display:inline;
	margin:10px 10px 0 0;
	padding:0;
}

.button a, .sub_nav li a {
	background:transparent url(/images/silver-button-left.gif) no-repeat scroll left top;
	float:left;
	height:27px;
	line-height:27px;
	padding:0 5px;
	color:#0000FF;
	text-decoration:none;
}


.boxHighlight {
	padding:5px;
	background:#900;
	color:#FFF;
}
.boxHighlight:hover {
	padding:5px;
	background:#300;
	color:#FFF;
}