/*Main White Boxes*/
#left_box	{
	float: left;
	margin-top: 10px;
  	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-top: 5px;
  	width: 680px;
	padding-right: 5px;
	background-color: #FFFFFF;
}
#right_box{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	width: 140px;
 	background-color: #FFFFFF;
	float:left;
}
#right_box img{
	padding-left: 5px;
	padding-right: 5px;
}
/*Main Box Text Styling*/
#main_text{
	float: left;
	width: 360px;
}
/*Main Box Photos*/
#right_pics{
	width: 285px;
	float: right;
	margin: 0px;
}
.rightpic{
	margin-bottom: 5px;
}
.middlerightimage{
	margin-top: 5px;
}
.bottomrightimage{
	margin-top: 5px;
	margin-bottom: 5px;
}
#right_pics p{
	margin-bottom: 5px;
	margin-top: 5px;
}
/*Header Link Styling*/
h1{
	margin-right: 0px;
}
h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
h1 a:hover, h1 a.sfhover{
	text-decoration: underline;
}
/*Arrow Styling*/
#arrow{
	font-weight: bold;
	font-size: smaller;
}
/*Right Nav Column Styling */
#right_box ul{
	list-style: none;
	text-align: left;
	font-size: x-small;
	color: #214184;
	margin: 5px;
	margin-top: 0px;
}
#right_box li a{
	text-decoration: none;
	color: #214184;
}
#right_box li a:hover, #right_box li a.sfhover{
	text-decoration: underline;
}
/*Grey Box Styling*/
#greybox{
	width: 360px;
	background-color: #EAEAEA;
	margin-left: 5px;
	margin-bottom:5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#greybox ul{
	float: left;
	padding-left: 15px;
	text-align: left;
}
#greybox li{
	list-style: outside;
	text-decoration: none;
	text-align: left;
	margin-right: 30px;
	font-size: small;
	color: #214184;

}
#greybox a img{
	border: none;
}
/*Form Actions*/
.contactform{
padding: 5px;
background-color: #EAEAEA;
width: 275px;
}
.formrow{
width: 275px;
clear: both;
}
.comp{
text-align: right;
font-size: x-small;
font-weight: bold;
margin-right: 0px;
margin-bottom: 0px;
}
label{
float: left;
width: 100px;
height: 20px;
margin-bottom: 10px;
font-weight: bold;
color: #214184;
font-size: small;
text-align: left;
}
.contactform input{
float: right;
width: 170px;
height: 20px;
margin-bottom: 10px;
border: 1px solid #214184;
}
.contactform textarea{
float: right;
width: 170px;
height: 120px;
margin-bottom: 10px;
border: 1px solid #214184;
}
.contactform input:focus, .contactform textarea:focus{
	border: solid 1px #F26721;
}

#formbuttons{
float: left;
height: 25px;
width: 275px;
}
#submitbutton{
border-color: #214184;
height: 25px;
width: 60px;
font-size: small;
background-color: #214184;
color: #FFFFFF;
font-weight: bold;
}
#resetbutton{
border-color: #214184;
height: 25px;
width: 60px;
font-size: small;
margin-right: 10px;
background-color: #214184;
color: #FFFFFF;
font-weight: bold;
}
#submitbutton:hover, submitbutton.sfhover{
border-color: #214184;
height: 25px;
width: 60px;
font-size: small;
background-color: #F26721;
color: #20285b;
font-weight: bold;
}
#resetbutton:hover, resetbutton.sfhover{
border-color: #214184;
height: 25px;
width: 60px;
font-size: small;
margin-right: 10px;
background-color: #F26721;
color: #20285b;
font-weight: bold;
}
p a{
	text-decoration: none;
	font-weight: bold;
	color: #214184;
}
p a:hover, a.sfhover{
	text-decoration: underline;
}
