body 
{
	color: #333;
	font: 11px "lucida grande",verdana,sans-serif;
	background-image:url(img/bg.gif);
	margin:0;
	padding:0;
}

#header
{
	height:100px;
	background:#333;
	background-image:url(img/header.png);
	background-repeat:repeat-x;
}

#headerLogo
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100px;
	background-image:url(img/logo100.png);
	background-repeat:no-repeat;
}

#headerLogoPolo
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100px;
	background-image:url(img/polo100.png);
	background-repeat:no-repeat;
}

#headerLogoConservation
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100px;
	background-image:url(img/conservation100.png);
	background-repeat:no-repeat;
}

#headerLogoWater
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:100px;
	background-image:url(img/water100.png);
	background-repeat:no-repeat;
}

#tabPanel
{
	padding-top:70px;
	height:30px;
}

#tabBar
{
	text-align:right;
}

.tabButton_active
{
	float:right;
	height:30px;
	padding:0px 8px 0px 8px;
	background:#FFF;
}

.tabButton_inactive
{
	float:right;
	height:30px;
	padding:0px 8px 0px 8px;
	background-image:url(img/tab_main.gif);
}

.tabButton_active_left
{
	float:right;
	margin-left:2px;
	height:30px;
	width:7px;
	background-image:url(img/activeTab_left.gif);
	background-repeat:no-repeat;
}

.tabButton_active_right
{
	float:right;
	height:30px;
	width:7px;
	background-image:url(img/activeTab_right.gif);
	background-repeat:no-repeat;
}

.tabButton_inactive_left
{
	float:right;
	margin-left:2px;
	height:30px;
	width:7px;
	background-image:url(img/tab_left.gif);
	background-repeat:no-repeat;
}

.tabButton_inactive_right
{
	float:right;
	height:30px;
	width:7px;
	background-image:url(img/tab_right.gif);
	background-repeat:no-repeat;
}

#contentWrapper
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background:#FFFFDD;
	background-image:url(img/contentbg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #CCC;
}

#content
{
	padding:10px;
}

#galleryBar
{
	width:860px;
	padding:10px;
	padding-top:0px;
	background:#999;
	background-image:url(img/gBar.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#galleryContent
{
	margin-left:15px;
}

#additionalGalleryBar
{
	clear:left;
	width:860px;
	padding:10px;
	padding-top:0px;
	background:#999;
}

#additionalGalleryContent
{
	margin-left:15px;
}

#galleryControlBar
{
	clear:left;
	width:864px;
	padding:8px;
	font-weight:bold;
	background:#666;
	color:#FFF;
	text-align:center;
	background-image:url(img/gControlBar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#galleryControlBar a
{
	color:#FFF;
}

.galleryThumb
{
	float:left;
	border:0;
	background:#FFF;
	margin-top:10px;
	margin-right:10px;
	height:90px;
	width:120px;
	padding:5px;
}

.subMenu
{
	float:right;
	margin-bottom:10px;
}

.subMenu a
{
	font-size:16px;
	text-decoration:none;
	text-transform:lowercase;
	color:#666699;
}

.subMenu a:hover
{
	text-decoration:underline;
}

.horseWrapper
{
	border:1px solid #DDD;
	background-color:#FFFFCC;
	margin-bottom:10px;
}

.horseContents
{
	padding:10px;
}

.horseImage
{
	display:inline-block;
	float:left;
	width:120px;
	height:90px;
	padding:5px;
	background:#FFF;
	border:1px solid #DDD;
}

.horseDescription
{
	float:left;
	font-size:11px;
	padding:10px;
	padding-top:0;
	width:700px;
}

#footer
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-top:10px;
	padding-bottom:20px;
	text-align:center;
	font-size:10px;
	font-weight:lighter;
	color:#666;
}

#footer a
{
	color:#666;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

form
{
	padding:0;
	margin:0;
}

.lbForm
{
	padding:20px;
}

.formLabel
{
	display:block;
	margin:6px;
	margin-left:0;
	font-size:10px;
}

.adminUploadImage
{
	font-size:10px;
	padding:1px;
}

.adminText
{
	font-size:10px;
	padding:1px;
	width:200px;
}

a
{
	font-size:11px;
}

a.tab
{
	display:block;
	padding:8px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#555;
}

a.tab:hover
{
	color:#000;
}

a.editLink
{
	color:#9999CC;
	font-size:10px;
	font-weight:lighter;
	text-decoration:none;
	margin-left:3px;
}

h3
{
	margin-top:10px;
	font-size:18px;
	font-weight:lighter;
	color:#555;
}

.displayNone
{
	display:none;
}

.clearBoth
{
	clear:both;
}

.noBorder
{
	border:0;
}

.marginBottom5
{
	margin-top:5px;
}