/* CSS Document */
/*Home Page Styles*/
/*Main White Boxes*/
#left_box	{
	float: left;
	margin-top: 10px;
  	margin-left: 20px;
	margin-right: 0px;
  	width: 680px;
	padding-right: 5px;
	padding-top: 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 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;

}
#main_text li a{
	text-decoration: none;
	font-weight: bold;
	color: #214184;
}
#main_text li a:hover, a.sfhover{
	text-decoration: underline;
}
/*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*/
#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;
}
/*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: 10px;
	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: 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;
}

/*Email Link Styling*/
p a{
	text-decoration: none;
	font-weight: bold;
	color: #214184;
}
p a:hover, a.sfhover{
	text-decoration: underline;
}

a img{
 border: none;
 }

/*Table*/ 

table.timetable{
	border: 1px solid #214184;
	color: #214184;
	margin: 0 0 10px 5px;
}
table.timetable th{
	background-color: #214184;
	color: #fff;
	padding: 5px 0 5px 5px;
	text-align:left;
}
table.timetable tr td{
	background-color: #EAEAEA;
	border-top: 1px solid #214184;
	margin: 0px;
	padding: 5px 0 5px 5px;
	text-align:left;
}
