*
{
	padding: 0px;
	margin: 0px;
}

html
{
	background-color: #fff;
	font-family: "Century Gothic", "sans-serif";
	font-size: 14px;
	line-height: 22px;
}

body
{
	
}

a
{
	color: black;
	text-decoration: none;
}

textarea
{
	border: 1px inset #9ea077 !important;
}

img
{
	border: 0px;
	vertical-align: bottom;
}

.clear
{
	height: 1px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}

.clear-right
{
	height: 1px; 
	font-size: 1px;
	clear: right;
	visibility: hidden;
}

.float-right
{
	float: right;
}

.external
{
	border-bottom: 1px dashed blue;
}

.nb
{
	color: red;
}

.smalltext
{
	font-size: 11px;
}

/* Notices */
#ajax-notices .notice-error, #ajax-notices .notice-warning, #ajax-notices .notice-ok, #ajax-notices .notice-default
{
	padding: 2px;
	padding-left: 30px;
	background-position: 10px 5px;
}

.notice-error
{
	/*border: 1px solid red;
	background-color: #ffa6a6;*/
	background-image: url('admin/icons/error.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
	display: block;
}

.notice-warning
{
	/*border: 1px solid ;
	background-color: #f6d07f;*/
	background-image: url('admin/icons/warning.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
	display: block;
}

.notice-ok
{
	/*border: 1px solid green;
	background-color: #b4f0c3;*/
	background-image: url('admin/icons/ok.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
	display: block;
}

.notice-default
{
	/*border: 1px solid blue;
	background-color: #b8e0f9;*/
	background-image: url('admin/icons/notice.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
	display: block;
}

.notice-thinner
{
	padding: 2px;
	padding-left: 30px;
	background-position: 10px 5px;
}

.loadblock
{
	border: 1px solid blue;
	background-color: #b8e0f9;
	background-image: url('images/infospinner.gif');
	background-repeat: no-repeat;
	background-position: 20px 0px;
	padding: 5px;
	padding-left: 40px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.editable
{
	font-weight: bold;
	color: #433a2a;
}

.extraspacing
{
	padding: 50px 0px;
}

.clientcontrols
{
	width: 400px;
	float: right;
	text-align: right;
}

.clientcontrols a
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	line-height: 26px;
	padding: 4px 0px 4px 20px;
}

.editlink
{
	background-image: url('images/page-edit.png');
}

.sharelink
{
	background-image: url('images/lock-open.png');
}

.archivelink
{
	background-image: url('images/page-archive.png');
}

.unsharelink
{
	background-image: url('images/lock-closed.png');
}

.unarchivelink
{
	background-image: url('images/page-restore.png');
}

.scrollimage
{
	width: 200px;
	height: 140px;
}

.deleteimage
{
	background-image: url('images/delete.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-left: -18px;
	margin-top: -2px;
	font-size: 1px;
	z-index: 100;
}

.deletable
{
	cursor: pointer;
	border: 1px solid red;
}

.subtext
{
	font-size: 13px;
}

.settingstable tr td
{
	padding: 6px;
	border: 1px dashed #eee;
	margin: 5px;
}

.settingstable tr td h4
{
	background-color: #eee;
	padding: 2px;
	text-align: center;
}

.settingstable tr td table tr td
{
	padding: 0px;
	border: 0px dashed #eee;
}

#formcontainer
{
	width: 100%;
}

#ajaxloading
{
	position: fixed;
	margin-left: 90%;
	width: 126px;
	height: 22px;
	padding: 0px 6px;
	/*border: 1px solid #44cc44;*/
	/*background-color: #b5edbc;*/
	text-align: center;
	color: white;
	font-size: 15px;
	top: 0px;
	background-image: url('images/bgloader.gif');
	background-repeat: no-repeat;
	background-position: left;
	opacity: 1;
}

#imagelist
{
	width: 100%;
	border: 1px solid #cccccc;
	padding: 0px;
	background-image: url('images/gallery.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

#imagelist img
{
	width: 50px;
	height: 50px;
	margin: 5px;
}

#largeimage
{
	float: right;
	width: 340px;
	margin: 10px 0px 0px 0px;
}

#largeimage img
{
	width: 340px;
}

#allowedemails
{
	width: 100%;
}

#splashimages
{
	margin: 100px auto;
	width: 700px;
	text-align: center;
}

#splashimages img
{
	border: 0px;
}

#splash-quote
{
	text-align: center;
}

#splash-info
{
	font-size: 10px;
	color: #aaa;
}

#enter, #enter a
{
	text-align: center;
	color: #433a2a;
	font-weight: bold;
	font-size: 20px;
}

#container
{
	padding-bottom: 0px;
}

#top-menu
{
	width: 960px;
	margin: 10px auto 0px;
	text-align: right;
	font-variant: small-caps;
}

#page
{
	width: 960px;
	margin: 0px auto 0px;
	background-color: white;
	padding: 10px;
	/*border: 10px solid #9ea077;*/
	border: 2px solid #9ea077;
}

#page-inner
{
	width: 960px;
	/*margin: 10px auto 10px;*/
	background-color: white;
	border: 1px solid #9ea077;
}

#splashheader
{
	background-image: url("images/largerlogo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
}

#header
{
	background-image: url("images/logo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 110px;
}

#headerimages
{
	width: 948px;
	height: 127px;
	overflow: hidden;
	margin-left: 10px;
}

.headerimage
{
	width: 185px;
	height: 127px;
	margin-right: 4px;
	border: 0px;
}

.homeimage
{
	width: 940px;
	height: 444px;
	margin-left: 10px;
}

#cycleimages
{
	clear: left;
}

#menu
{
	width: 938px;
	margin: 0px auto;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
	clear: both;
}

#menu li
{
	position: relative;
	display: inline;
	float: left;
	padding: 2px 0px;
	font-size: 14px; 
	font-weight: bold;
	text-transform: uppercase;	
}

#menu li a
{
	color: #9ea077;
	padding: 2px 30px;
	
}

#menu li a:hover
{
	color: #433a2a;	
}

#menu li .menu-item-selected
{
	color: #433a2a;
}

#submenu-outer
{
	padding: 0px 10px;
	line-height: 32px;
	color: #9ea077;
	font-size: 14px; 
	font-weight: bold;
	clear: none;
}

#submenu-outer a
{
	color: #9ea077;
	text-transform: uppercase;
}

#submenu-outer a:hover
{
	color: #433a2a;
}

.menu-item-selected 
{
	color: #433a2a !important; 
}

#forwardlink
{
	background-image: url("images/forwardlink.png");
	background-position: right;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
	padding-right: 25px;
	font-size: 12px;
	cursor: pointer;
	text-align: right;
	width: 190px;
	float: right;
}

#backlink
{
	background-image: url("images/backlink.png");
	background-position: right;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
	padding-right: 25px;
	font-size: 12px;
	cursor: pointer;
	text-align: right;
	width: 190px;
	float: right;
}

.galleryblock
{
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px solid #eee;
	width: 162px;
	height: 162px;
	padding: 3px 6px 6px 3px;
	/*background-image: url('images/stripe.png');*/
}

.galleryimage
{
	/*width: 160px;
	height: 110px;
	padding: 2px;
	margin: 6px 11px;*/
	border: 1px solid #9ea077 !important;
	position: relative;
	background-color: white;
	/*box-shadow: 10px 10px 5px #888;*/
	vertical-align: top;
}

#home-content
{
	margin: 0px 10px 10px;
	padding: 10px 0px 0px;
	text-align: justify;
	color: #83876c;
}

#home-content table *
{
	vertical-align: top;
}

#home-content img
{
	border: 0px;
}

#divider
{
	/*margin: -3px 10px 10px;*/
	border: 0px;
	margin: 2px 10px 6px;
	padding: 0px;
	border-bottom: 1px solid #9ea077;
	height: 1px;
}

#content, #fancy_content
{
	border-top: 0px solid #9ea077;
	margin: 0px 10px 10px;
	padding: 0px 0px 0px;
	text-align: justify;
	color: #555;
}

#content table *, #fancy-content table *
{
	vertical-align: top;
}

#content img, #fancy-content img
{
	border: 0px;
}

#content a, #fancy-content a
{
	color: #83876c;
}

#content ul, #fancy-content ul
{
	margin-left: 26px;
}

#content h1, #fancy-content h1
{
	color: #433a2a;
}

#content h2, #fancy-content h2
{
	color: #555555;
}

#content h3, #fancy-content h3
{
	color: #555555;
}

#content h4, #fancy-content h4
{
	color: #433a2a;
}

#content textarea, #fancy-content textarea
{
	margin: 0px;
}

#content p, #fancy-content p
{
	margin: 5px 0px 0px;
}
#content hr, #fancy-content hr
{
	margin: 10px 0px 10px;
}

#content-end
{
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 30px;
}

#footer
{
	font-size: 12px;
	padding: 0px;
	width: 960px;
	margin: 0px auto;
	color: #9ea077;
}

#footer a
{
	color: #9ea077;
	font-size: 12px;
}

#footer a:hover
{
	color: #433a2a;
}

#copyright
{
	width: 340px;
	float: left;
}

#info
{
	width: 240px;
	float: left;
	text-align: center;
}

#goat
{
	width: 276px;
	float: right;
	text-align: right;
}
