*
{
	padding: 0px;
	margin: 0px;
}

html
{
	background-color: #fff;
	font-family: Century Gothic, Helvetica, 'Arial',sans-serif !important;
	font-size: 14px; /* Was 15px */
}

body
{
	height: 100%;
}

a
{
	color: #00abbd;
	text-decoration: none;
}

br
{
	height: 10px;
	line-height: 10px;
}

img, a img
{
	border: 0px;
	vertical-align: bottom;
}

.absolute
{
	position: absolute;
}

.hide, .hidden
{
	display: none;
}

.invisible
{
	visibility: hidden;
}

.clear
{
	height: 1px; 
	font-size: 1px;
	line-height: 1px;
	max-height: 1px;
	clear: both;
	visibility: hidden;
}

.clear-right
{
	height: 1px; 
	font-size: 1px;
	clear: right;
	visibility: hidden;
}

.float-right
{
	float: right;
}

.clickable 
{
	cursor: pointer;
}

.text-align-right
{
	text-align: right;
}

#content
{
	width: 990px;
	margin: 0px auto;
	overflow: hidden;
}

#menu-main
{
	margin-left: 20px;
}

#headerimage
{
	padding: 20px;
}

#mainmenubar
{
	background-image: url('images/menubg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 17px;
}

#search
{
	padding-top: 4px;
	padding-right: 24px;
}

#searchcontainer
{
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	height: 28px;
	width: 118px;
	float: right;
	line-height: 28px;
	overflow: hidden;
}

#searchbox
{
	border: 0px;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #7a7a7a;
	text-transform: lowercase;
	vertical-align: text-top;
	margin-top: -1px;
	height: 16px;
	max-height: 16px;
	line-height: 16px;
	/*margin-right: 20px;*/
}

#searchgo
{
	width: 23px;
	height: 23px;
	border: 0px;
	background-color: transparent;
	vertical-align: baseline;
	margin-left: 6px;
	margin-top: 3px;
	cursor: pointer;
}

/* layout */

#layout
{
	margin-top: 10px;
	width: 100%;
	color: #706f6d; /* Darkish Gray */
}

#layout td
{
	vertical-align: top;
}

#bannercell
{
	max-width: 240px;
}

#bannercell img
{
	max-width: 220px;
	margin-right: 20px;
}

#textcell
{
	padding-right: 20px;
	min-width: 512px;
}

#textcell h1, #textcell h1 *
{
	margin: 0px 0px 6px 0px;
	color: #00abbd;
	font-size: 20px;
}

#textcell h2, #textcell h2 *
{
	margin: 0px 0px 3px 0px;
	color: #00abbd;
	font-size: 17px;
}

#textcell p
{
	padding-bottom: 10px;
}

#textcell ul
{
	padding-left: 30px;
}


#featurecell
{
	line-height: 14px;
}

.block
{
	color: #333;
	/*color: #eee;*/
}

.horizontal #featurecell
{
	
}

.horizontal #features
{
	background-image: url('images/featureboxh.jpg');
	background-repeat: no-repeat;
	width: 840px;
	height: 172px;
	/*margin-left: 22px;*/
	max-width: 850px;
	max-height: 172px;
	overflow: hidden;
	margin-top: 20px;
	padding:14px 0px 14px 14px;
}

.horizontal #block1
{
	border-right: 2px solid #fff;
	padding-right: 14px;
}

.horizontal #block2
{
	padding: 0px 14px;
}

.horizontal #block3
{
	border-left: 2px solid #fff;
	padding-left: 14px;
}

.horizontal .block
{
	width: 235px;
	float: left;
}

.block h2
{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.horizontal .blockcontent
{
	width: 235px;
	margin-top: 10px;
	height: 120px;
	max-height: 120px;
	overflow: hidden;
	text-align: left;
}

.horizontal .blockcontent img
{
	float: left;
	margin-right: 10px;
	max-width: 60px;
}

.blocklink
{
	clear: left;
	text-align: right;
}

.blocklink a
{
	color: #d2232a; /* Dark red */
	text-transform: uppercase;
	font-weight: bold;
}

/* vertical */


.vertical #featurecell
{
	width: 220px;
	max-width: 220px;
	min-width: 220px;
	vertical-align: top;
}

.vertical #features
{
	background-image: url('images/featureboxv.jpg');
	background-repeat: no-repeat;
	width: 206px;
	max-width: 206px;
	min-width: 206px;	
	height: 450px;	
	max-height: 450px;
	overflow: hidden;
	padding: 14px 0px 14px 14px;
}

.vertical #block1, .vertical #block1 .blockcontent
{
	width: 157px !important;
	max-width: 157px !important;
}

.vertical #block2
{

}

.vertical #block3
{

}

.vertical .block
{
	width: 186px;
	height: 130px;
	float: left;
	padding-bottom: 10px;
}

.vertical .blockcontent
{
	width: 190px;
	margin-top: 6px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	text-align: left;
}

.vertical .blockcontent img
{
	float: left;
	margin-right: 5px;
	max-width: 55px;
}

.vertical .blocklink
{
	margin-top: -14px;
}

/* !layout */

#footer table
{
	width: 100%;
	margin-top: 20px;
}

#footer td a
{
	display: block;
	padding-right: 95px;
}

#meta
{
	width: 990px;
	margin: 10px auto;
	color: #999;
}

#copyright
{
	width: 340px;
	float: left;
	font-size: 10px;
}

#info
{
	width: 220px;
	float: left;
	text-align: center;
}

#goat
{
	width: 238px;
	padding-right: 0px;
	float: right;
	text-align: right;
	font-size: 10px;
}

#goat a
{
	color: #00abbd;
}

/* page specific */


#searchsubmit
{
	font-size: 13px;
	background: none;
	border: none;
	color: #d2232a;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('images/bubble2.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
	cursor: pointer;
	letter-spacing: 0px;
}

#searchtext
{
	font-size: 14px; 
	color: #7A7A7A;
}

.search-result
{
	padding: 6px 0px;
	border-bottom: 1px solid #eee;
}

.search-title
{
	
}

.search-preview
{
	padding-left: 10px;
}

.search-link
{
	text-align: right;
}

#search-count
{
	font-size: 10px;
	color: #aaa;
}

/* news */

#newsbar
{
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
}

.redheading a
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d2232a !important;
}

#newsbartext
{

}

#date-menu
{
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;
	line-height: 20px;
	margin-bottom: 10px;
}

#date-menu .selected
{
	color: #d2232a;
}

.date-item
{
	width: 100%;
	margin-top: 10px;
}

.date-item h3
{
	font-size: 12px;
	text-transform: uppercase;
}

.date-item td
{
	vertical-align: top;
}

.date-item-image
{
	width: 140px;
	padding-right: 40px;
}

.date-item-image img
{
	width: 140px;
}

#bubbles
{
	width: 100px;
	height: 300px;
	/*right: 130px;*/
	top: 0px;
	position: absolute;
}

.bubble
{
	position: relative;
	display: block;
}

/* Galler */
gallerycontainer
{
	margin-left: 0px;
	width: 540px;	
}

.galleryblock
{
	float: left;
	margin: 0px 9px 9px 0px;
	border: 1px solid #eee;
	width: 100px;
	height: 100px;
	padding: 3px;
	/*background-image: url('images/stripe.png');*/
}

.galleryimage
{
	/*border: 1px solid #9ea077 !important;*/
	position: relative;
	background-color: white;
	vertical-align: top;
}

.galleryselectblock
{
	float: left;
	margin: 0px 5px 5px 0px;
	height: 150px;
	width: 150px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	overflow: hidden;
	border: 1px dotted #bcc5ca;
}

.galleryselectimage
{
	position: relative;
	background-color: white;
	vertical-align: top;
	height: 100px;
	max-width: 150px;
	margin-bottom: 10px;
}

#gallerylink
{
	width: 100px;
}

#gallerynav img
{
	height: auto !important;
	width: auto !important;
	border: 0px !important;
}