/**************************************************************************
 * A small collection of common styles to help simplify content formatting
 * TIP: Use these styles when entering your content through the CMS
**************************************************************************/

/*Floating Images*/
img.left {
	float: left;
	margin: 1.65em 1.5em 1em 0;
}

img.right {
	float: right;
	margin: 1.65em 0 1em 1.5em;
}

/*Attention area (division)*/
#pageBody .content .attention {
	padding: 5px 5px 10px 20px;
	border-left: 2px solid #f5f5f5;
	margin: 10px 0 15px 20px;
	float: right;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageBody .content .attention h1 {
	padding: 5px 0 2px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing: normal;
}

#pageBody .content .attention h2 {
	padding: 5px 0 2px 0;
	margin: 0 0 10px 0;
	color: #630;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: normal;
}

#pageBody .content .attention h3 {
	padding: 5px 0 2px 0;
	margin: 0 0 10px 0;
	color: #630;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: normal;
}

#pageBody .content .attention p,
#pageBody .content .attention ul,
#pageBody .content .attention address {
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-size: 11px;
	line-height: 13px;
}

#pageBody .content .attention li {
	margin: 0 0 0 15px;
	padding: 0;
}

/*PDF Links (unordered-list)*/
#pageBody .content ul.pdf {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#pageBody .content ul.pdf li {
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
	display: block;
	background: url(images/widgets/pdf.gif) no-repeat 0px 3px;
}

#pageBody .content ul.pdf li a {
	float: left;
	padding: 5px 0 0 35px;
	margin: 0 0 .5em 0;
	display: block;
	width: 95%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 30px;
}

#pageBody .content ul.pdf li a em {
	display: block;
	color: #666666;
	background: transparent;
	font-size: 90%;
	font-style: italic;
	text-indent: 2px;
}

#pageBody .content ul.pdf li a:hover,
#pageBody .content ul.pdf li a:active {
	background: transparent;
	color: #FF0000;
	background: url(images/widgets/pdf.gif) #FFFFCC no-repeat 0px 3px;
}

/* Flickr Gallery (size: medium) */
#pageBody .content .flickr_gallery a {
	margin: 0 15px 15px 0;
	float: left;
	width: 240px;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
	height: 160px;
}

/* Flickr Gallery (size: thumbnails) */
#pageBody .content .flickr_gallery.thumbnails a {
	margin: 0 10px 10px 0;
	float: left;
	width: 100px;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
	height: 75px;
}

/* Flickr Gallery (size: square) */
#pageBody .content .flickr_gallery.square a {
	margin: 0 7px 7px 0;
	float: left;
	width: 75px;
	border: 1px solid #000;
	text-align: center;
	overflow: hidden;
	height: 75px;
}

#pageBody .content .flickr_gallery a:link,
#pageBody .content .flickr_gallery a:visited,
#pageBody .content .flickr_gallery a:hover,
#pageBody .content .flickr_gallery a:active {
	background: #000;
}

#pageBody .content a.flickr {
	font: bold 14px Arial, Helvetica, Sans serif;
}

#pageBody .content a.flickr span {
	color: #ff1c92;
}

#pageBody .content a.flickr:link,
#pageBody .content a.flickr:visited,
#pageBody .content a.flickr:hover,
#pageBody .content a.flickr:active {
	color: #3993ff;
	background: #fff;
	text-decoration: none;
}

#pageBody #alert {
	padding: 0.3em;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	background: #ffffe0;
}

