#subpage h2 {
	margin: 0px;
	overflow: hidden;
}
#subpage h2.large span {
	margin-left: -1000px;
}
#subpage h2.large {
	width: 670px;
	height: 237px;
}
#subpage h2.normal {
	padding-top: 5px;
	margin: 12px 10px;
	margin-right: 80px;
	font-weight: normal;
	font-size: 15pt;
	color: #111;
}
#content {
	line-height: 14pt;
	font-size: 9pt;
}
#content h1 {
	color: #3891c2;
	font-size: 14pt;
	font-weight: normal;
	margin: 15px 0px;
}
#content h2 {
	color: #48a0ab;
	font-size: 11pt;
	font-weight: normal;
}
#content h3, #content h4, #content h5, #content h6 {
	color: black;
	font-size: 9pt;
	font-weight: bold;
	margin: 8px 0px;
}
#content ul {
	padding-left: 6px;
}
#content ul li {
	list-style: none;
	padding-left: 10px;
	background: url(/graphics/blue-bullet.gif) no-repeat 0px 0.5em;
}
#content input[type=text] {
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #777;
	border-top: 2px solid #999;
	padding: 2px 2px;
}
#content textarea {
	font-family: Verdana;
	font-size: 8pt;
	border: 1px solid #777;
	border-top: 2px solid #999;
	padding: 2px 2px;
}
/* news */
#news .download {
	background-position: left center;
	background-repeat: no-repeat;
	margin: 15px 5px;
	padding-left: 17px;
}
#news .item.short {
	display: block;
	margin-left: 20px;
	color: #3384c3;
	line-height: 16pt;
}
#news .item.short span {
	color: 
}
#news h4 {
	margin-bottom: 0px;
}
#news h4.date {
	margin-top: 0px;
	color: #888;
}
#news .item h4 {
	margin-bottom: 0px;
	color: #4e90bd;
}
#news .item span {
	display: block;
	color: #444;
	padding-left: 10px;
}
#news .item p {
	margin-top: 0px;
	color: #222222;
	display: block;
	padding: 2px 10px;
}
#news .item p a {
	color: #6c9ca2;
}
#news .mainimage {
	border: 1px solid #107da2;
	margin: 10px;
}
#media h4 {
	margin-bottom: 0px;
}
#media .item {
	margin-left: 10px;
	padding-left: 20px;
	line-height: 17pt;
	background: url(/graphics/icons/filetype-blank.gif) no-repeat left center;
}
#media .item a {
	color: #367894;
}
#media .item em {
	color: #6c9ca2;
}
.pdf { background-image: url(/graphics/icons/filetype-pdf.gif) !important; }
.doc, .docx {	background-image: url(/graphics/icons/filetype-doc.gif) !important; }
.jpg, .jpeg, .gif, .tiff, .bmp, .png { background-image: url(/graphics/icons/filetype-image.gif) !important; }
.xls, .xlsx, .csv { background-image: url(/graphics/icons/filetype-spreadsheet.gif) !important; }
/* search */
#search .searchbox input.search {
	font-size: 11pt;
	padding: 2px 3px 2px 20px;
	background: white url(/graphics/search-icon.gif) no-repeat left center;
	width: 200px;
}
#search .resultsCount {
	display: block;
	color: #333;
}
#search .item h3 {
	font-size: 10pt;
	margin-bottom: 3px;
}
#search .item p {
	margin-top: 0px;
}
/* rounded link toggle thing */
.rounded, .rounded a {
	background: #5fa1ac url(/graphics/corner-tl.gif) no-repeat top left;
	display: inline-block;
	color: white;
}
.rounded:hover, .rounded:hover a {
	color: white;
}
.rounded span {
	background: url(/graphics/corner-tr.gif) no-repeat top right;
	display: inline-block;
}
.rounded span span {
	background: url(/graphics/corner-bl.gif) no-repeat bottom left;
	display: inline-block;
}
.rounded span span span {
	background: url(/graphics/corner-br.gif) no-repeat bottom right;
	padding: 0px 6px;
	line-height: 15pt;
	display: inline-block;
}
/* email friend */
.emailfriend th {
	text-align: right;
	padding-right: 5px;
}
.emailfriend th, .emailfriend td {
	vertical-align: middle;
}
.emailfriend textarea {
	width: 90%;
	height: 80px;
}
.emailfriend .error {
	color: #c00;
}
.emailfriend .error div {
	background-color: #dd4e49;
	margin: 10px 0px;
	font-weight: bold;
	color: white;
	padding: 3px 5px;
}