/* CSS Document */
/*Home Page Styles*/
/*Main White Boxes*/
#left_box	{
float: left;
margin: 0px ;
margin-left: 20px;
  	width: 680px;
	padding-right: 5px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
}
#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: 330px;
}
#right_text{
	width: 330px;
	float: right;
	margin: 0px;
}
#bottom_box{
	clear: both;
}
.banner{
	margin: 50px;
}
#logo_box{
	float: left;
	width: 170px;
	text-align: center;	
}
#right_box_photo{
float: right;
}
/*Main Box List Style*/
#main_text ul{
 	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
 #main_text li{
	list-style: outside;
	text-decoration: none;
	text-align: left;
	font-size: small;
	color: #214184;
	margin-left: 10px;

}

/*Body Quote*/
em{
	font-style: italic;
	font-size: small;
}
/*Body Link*/
#bodylink{
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}
#bodylink a{
	font-size: small;
	text-decoration:none;
	color: #214184;
}
#bodylink a:hover, #bodylink a.sfhover{
	text-decoration: underline;
}
/*Main Box Photos*/
.rightpic{
	margin-bottom: 5px;
}
.middlerightimage{
	margin-top: 5px;
}
.bottomrightimage{
	margin-top: 5px;
	margin-bottom: 5px;
}
#right_pics p{
	margin-bottom: 5px;
	margin-top: 5px;
}
.leftimage{
	margin-left: 5px;
	margin-bottom: 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;
}
/*Pullquote Styling*/
#pullquote_box{
	text-align: left;
	width: 285px;
	height: 195px;
	background-color: #F26721;
}
#longpullquote_box{
	width: 285px;
	background-color: #F26721;
}
#pullquote_text{
	display: block;
	text-align: left;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	color:#FFFFFF;
	font-size:medium;
	font-style: italic;
	font-weight: bold;
	line-height: 1.25;
}
#open_quote{
	float: left;
	width: 20px;
	background-image: url(../graphics/openquote.gif);
	background-repeat: no-repeat;
}
#close_quote{
	vertical-align: text-top;
	width: 20px;
	background-image: url(../graphics/closequote.gif);
	background-repeat: no-repeat;
}
#quotename{
	text-align: left;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
/*Grey Box Styling*/
#greybox{
	width: 325px;
	background-color: #EAEAEA;
	margin-left: 5px;
	margin-bottom:5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#greybox ul{
	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;

}
#rightcol_greybox{
	width: 320px;
	background-color: #EAEAEA;
	margin-left: 5px;
	margin-bottom:5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rightcol_greybox ul{
	padding-left: 20px;
	text-align: left;
}
#rightcol_greybox li{
	list-style: outside;
	text-decoration: none;
	text-align: left;
	margin-right: 20px;
	font-size: small;
	color: #214184;

}
/*Email Link Styling*/
p a{
	text-decoration: none;
	font-weight: bold;
	color: #214184;
}
p a:hover, a.sfhover{
	text-decoration: underline;
}