body, table
{
	font-family: arial;
	font-size: 11px;
	color: #666666;
	border-collapse: collapse;
}
h1
{
	font-size: 23px;
	font-weight: normal;
	color: #1B98AE;
}
h2
{
	font-size: 16px;
}
a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1B98AE;
	text-decoration: underline;
}

.menu td
{
	padding-top: 10px;
}
.menu
{

}
.menu a, .menu a:link, .menu a:visited, 
{
	color: #003474;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover
{
	color: black;
}


/*************** eCommerce Stylez ***************/
.shop_text, .shop_fields, .link_text {
	font-family:arial;
	font-size:11px;
	color:#666666;
}
.general_heading, .general_sub_heading, .general_title, .shop_head, .shop_subhead, .shop_table_heading {
	color:#1B98AE;
}
.general_heading, .shop_head {
	font-size:18px;
}
.general_sub_heading, .shop_subhead {
	font-size:14px;
	font-weight:bold;
}
.general_title {
	font-size:12px;
	font-weight:bold;
}
.shop_table_heading {
	font-weight:bold;
	background-color:#CCCCCC;
}

.shop_text_bold {
	font-weight:bold;
}

/* article styling */
.article {
	background: transparent url('./images/hr.gif') bottom left repeat-x;
	padding-bottom: 10px;
	margin-bottom: 0px;
	clear: both;
}
.article img {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px; 
}
.article img.img_right {
	float: right;
}
.article a:link img, .article a:visited img {
	border: 2px solid #666666;
}
.article a:hover img {
	border: 2px solid #1B98AE;;
}
.article h2 { /* headline */
	font-size: 18px;
	margin-bottom: 5px;
}
.article h3 { /* article authour / date */
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	/*border-bottom: 1px solid #333;*/
	margin-bottom: 5px;
}
a:link.continued, a:visited.continued {
	font-weight: bold;
}
.clearer {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

/* Gallery Styling START */
#gallery_overview_container {
	width: 100%;
	text-align:center;
}
#gallery_detail_container {
	width: 100%;
	text-align:center;
}
.gallery_cell table {
	text-align:center;
}
.gallery_cell {
	text-align:center;
}
#gallery_object {
	padding:5px 1px 1px 5px;
}
#gallery_object .title {
	color:#1B98AE;font:bold 12px Arial, Helvetica, sans-serif;
}
#gallery_object .overview {
	color:#575654;font:normal 9px Arial, Helvetica, sans-serif;
}
#gallery_object .image {
	padding-bottom:5px
}
#gallery_object .image img {
	border:none;
}
/* Gallery Styling END */

/* SJB(Bling!) - START - Homepage styles */
#homepage_highlight_dark {
	padding: 25px;
}
#homepage_highlight_dark, #homepage_highlight_dark div h1, #homepage_highlight_dark div p {
	color: white;
}

#homepage_highlight_light {
	padding-left: 25px; padding-right: 25px;
}
#homepage_highlight_light div p {
	color: black;
}
/* SJB(Bling!) - END - Homepage styles */

#mainform {
	/* SJB(Bling!) - *fix* hack to fix form spacing on IE browsers */
	margin:none;
	padding:none;
}
.gallery_overview_title, .gallery_overview_img {
	text-align: center;
}
.gallery_overview_title {
	font-size: 16px;
}