﻿  /* CSS layout */
body {
	background-position: center top;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url('images/backgrounds/background.png');
	text-align: center;
}

#labelalign label {font-size:90%;}
	input { margin-bottom:.2em; line-height:1.4em;}
}

#masthead {
	height: 10px;
}


#masthead-message {
	height: 50px;
	background-image:url('images/urgent message.png');
	background-repeat:no-repeat;
	background-position:center;
}

#container {
	margin: 0 auto;
	text-align:center
}
#left_col {
	width: 1000px;
	height: 500px;
	float: left;
	background-repeat: no-repeat;
	left: 0px;
	text-align: left;
	padding-left: 5.5px;
	padding-right: 5.5px;
}
#right_box {
	background-position: left 10px;
	width: 300px;
	height: 470px;
}

#right_col {
	width: 300px;
	height: 470px;
	left: 675px;
}

#footer {
	margin: 0 auto;
	clear: both;
	background-image: none;
}

.box_background {
	background-color: white;
}

.hyperlink {
	color: black;
	text-decoration: underline;
	}
	a:hover{
	color: blue;
	text-decoration: underline;
}

.hyperlink2 {
	color: white;
	font-size:large;
	text-decoration: none;
	}
	a:hover{
	color: blue;
	text-decoration: underline;
}

.main_box_text_text{
	font-family: Arial;
	font-size:small;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-align: left;
	height: auto;
}

.mini_box_text{
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	width: 450px;
	height: auto;
}

.main_picture{
	border-style:solid;
	border-width: 2px;
	margin-left: 0px
;
}
.minibox_background{
	background-image: url('images/backgrounds/navibox.png');
	background-color: #A19431;
	background-position: 5px top;
	text-align: left;
	width: 182px;
	background-repeat: no-repeat;
	z-index: 2;
}
.footer_box{
	background-image: url('images/backgrounds/footerbox.png');
	text-align: left;
	background-repeat: no-repeat;
	width: 190px;
	height: 140px;
}
.title_graphic{
	background-repeat: no-repeat;
	height: 60px;
	width: 414px;
	border-width: 0px;
	float:right;
	allowtransparency="true";
	vertical-align: top;
}

.bottom_menu_image {
	border-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.address_contact_bar {
		font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	width: 450px;
	height: 18px;
	margin-bottom: 0px;
	margin-top: 0px;

}
.valign_down {
	vertical-align:bottom;
}
