﻿/* CSS Document */
hr {
	border-top: 1px dotted #00a2d5;
	margin-bottom: 10px;
	width: 100%;
}

img#stamp {
	padding-right: 15px;
	float: left;
	}
	
ul#news { 	
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 10px;
	color: #393939;
	list-style: none;
}

ul#news li {
	padding-left: 18px;
	margin-bottom: 8px;
}

ul#news li.first {
	background:url(/images/about/icon_news.gif) no-repeat 0 4px;

}

ul#news li.last {
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #00a2d5;
}

ul#news a {
	color: #00a2d5;
	text-decoration: none;
	font-weight: normal;
}

ul#news a:hover {
	color: #000044;
	text-decoration: underline;
}


.whybr ul { 		/* this is a set of bold anchor list on why br page */
	padding: 15px 0px 20px 50px;
	width: 250px;
	list-style: none;
}

.whybr li {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #00a2d5; /* ca blue */
	background:url(/images/buttons/blue_arrow.gif) no-repeat 0 4px;
	padding-left: 8px;
	list-style: none;
	margin-left: 7px;
}

.whybr li a {
	color: #00a2d5; /* ca blue */
	text-decoration: none;
	font-weight: bold;
}

.whybr li a:hover {
	color: #363636;
	text-decoration: none;
	font-weight: bold;
}

.story {
	height: 155px;
	margin: 0;
	padding-top: 10px;
	border-bottom: 1px dotted #00a2d5;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #393939;
	}
	
.story a {
	color: #00a2d5;
	text-decoration: none;
	}
	
.story a:hover {
	color: #000044;
	text-decoration: underline;
	}
	
/* first visit page and letters of reference 
--------------------------------------------------------------*/
img.firstvisitbtn {
	padding: 0 0 0 3px;
}
img.directorletter {
	padding-top: 10px;
}
#letter p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
}
#what_others_say {
	background: #ffffff;
	margin-top: 30px;
}
	