/* CSS Document */
html, body {
font-size: 0.8em;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #cccccc;
	height: 100%;
}

img { border: 0;}

h1 { font-size: 140%;}

.floatright { float:right;}
.floatleft { float:left;}
.floatmiddle {text-align:center;}
.clear {
	clear: both;
	height: 0px;
} 
.imageright {float:right;
margin-left: 10px;
}

#splash {
	margin: 10% auto auto auto;
	background-color: #ffffff;
	width: 700px;
	height: auto;
	text-align: center;
	padding: 10px;
	border: 2px solid #a3a3a3;
}

#centre {
	width: 730px;
	height: 100%;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	border-left: 2px solid #a3a3a3;
	border-right: 2px solid #a3a3a3;
}

#logo {
	border-bottom: 21px solid #666666;
}

#address_image_row { 
	width: 730px;
	border-top: 2px solid #ffffff;
}

#address_box { 
	background-color:#e0e0e0;
	padding: 10px;
	height: 118px;
	width: 215px;
	color: #a7a7a7;
	float:left;
	line-height: 14px;
}

.contact_box {
	width: 12px;
	float:left;
}

#image_box {
	float:right;
}

.navoff {
	font-weight: bold;
}

#nav_content_row {
	width: 100%;
	float:left;
	background-color: #FFFFFF;
}

#navigation_box {
	background-color:#ffffff;
	padding: 10px;
	color: #333399;
	float:left;
	width: 215px;
}

#navigation_box a:link, a {
	color: #333399; 
	text-decoration: none
}

#navigation_box a:visited, a:visited {
	color: #333399; 
	text-decoration: none
}

#navigation_box a:hover, a:hover {
	color: #333399; 
	text-decoration: underline
}

#navigation_box a:active, a:active {
	color: #333399; 
	text-decoration: none
}

#navigation_box ul {
	padding: 0; 
	margin: 0 auto; 
	color: #333399; 
	text-indent: 5px; 
	list-style-type: none
}

#navigation_box li {
	display: block;
	line-height: 20px
}

.subnavigation {
	text-indent: 15px;
	text-decoration: none;
}

#content_box {
	background-color:#003366;
	padding: 10px 10px 20px 10px;
	width: 473px;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	float:right;
	min-height: 240px;
}

#content_box a:link {
	color: #ffffff; 
	text-decoration: none;
}

#content_box a:visited {
	color: #ffffff; 
	text-decoration: none;
}

#content_box a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

#content_box a:active {
	color: #ffffff; 
	text-decoration: none;
}

#content_box li {
	margin: 6px 0px 6px 0px;
}
.thumbnail {
	width: 142px;
	display:block;
	float:left;
	text-align:center;
	list-style-image:none;
	margin: 5px;
}

.thumbnail img{
	text-decoration: none;
	margin-bottom: 3px;
	border: 0;
}
.thumbnail ul{
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear:both;
	border-top: 21px solid #666666;
	width: 720px;
	font-size: 0.7em;
	padding: 5px;
	color: #5f5f5f;
	background-color: #FFFFFF;
}

/* 2 column */
.leftcolumn {
	width: 221px;
	text-align:left;
	float:left;
}
.rightcolumn {
	margin-left:10px;
	width: 221px;
	text-align:left;
	float:left;
	display:inline;
}
/* FORM FORMATTING */
form {
	margin: 0px;
	padding: 0px;
}
label {
	width: 100px; 
	float: left;
}

.checkbox_holder {
	float: left;
}

.radio_holder {
	float: left;
}
fieldset {
	border: 0;
	margin: 0;
}
input, select, textarea {
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	border: solid #fff 2px;
	margin-bottom: 4px;
}
