body {
	padding-left	: -1px;
	font-family		: verdana, ariel, sans-serif;
	font-size			: 10pt;
	line-height		: 1.5em;
	color					: #2b2b2b;
	background		: #fff url('../images/main_bg.jpg') repeat-x top center;
	text-align		: center;
}

a {
	color						: #616837;
	font-weight			: bold;
	text-decoration	: none;
}
a:hover {
	color					: #3F618F;
}

p a, .breadcrum a, .rightContent a, .linklist a {
	border-bottom		: 1px dotted #8A9E54;
}
p a:hover, .breadcrum a:hover, rightContent a:hover, .linklist a:hover {
	border-bottom	: 1px solid #517EA8;
}

p { 
	margin 		: 0.75em 0px; 
	text-align: justify;
}

h1 {
	color				: #3F618F;
	font-weight	: bold;
	line-height	: 2em;
	font-size		: 1.5em;
}

h2 {
	color				: #3F618F;
	font-weight	: bold;
	margin-top	: 0.5em;
	line-height	: 1.75em;
	font-size		: 1.25em;
}

h1, h2, h3 {clear:both;}

.skip { visibility:hidden; position: absolute; top:-4000px; }

.container {
	width				: 790px;
	overflow		: hidden;
	margin			: 0px auto;
	text-align	: left;
	position		: relative;
}

.menu {
		height			: 85px;
		width				: 100%;
		background	: #fff url('../images/menu_bg.jpg') no-repeat top left;
}

.menu h1 {
	position	: absolute;
	top				: -2000px;
	left			: -2000px;
}

.menu ul {
	height				: 70px;
	padding-right	: 25px;
	float					: right;
}
.menu li {
	list-style-type	: none;
	float						: left;
}
.menu a {
	font-weight	: bold;
	color				: #2b2b2b;
	display			: block;
	padding			: 40px 10px 10px 10px;
}
.menu a:hover {
	background	: #3F618F url('../images/menu_bg_highlight.jpg') repeat-x top left;
	color				: #fff;
}

.mainContent {
		width				: 100%;
		background	: #fff url('../images/content_bg.jpg') no-repeat top left;
		position		: relative;
		overflow		: hidden;
}

.mainContent ul li {
	background		: transparent url('../images/bullet.gif') no-repeat 0px 0.45em;
	padding-left	: 15px;
}

dl dt { font-weight : bold; }
dl dd { 
	margin-left	: 0px;
	padding-left: 15px;
}
ol { list-style-type: decimal; }
ol li { margin-left: 1.8em; }

.rightContent {
	width					: 160px;
	padding-top		: 132px;
	padding-right	: 25px;
	float					: right;
}

.leftContent {
	float						: left;
	padding					: 25px;
	padding-bottom	: 0px;
	width						: 550px;
}

.breadcrum {
	font-size				: 0.8em;
	line-height			: 1em;
	padding-bottom	: 0.5em;
	color						: #686868;
}

.sectionSheep {
	width			: 140px;
	height		: 140px;
	position	: absolute;
	top				: 80px;
	right			: 15px;
}

.welcomeSheep		{ background: transparent url('../images/sheep/sheep_autumn.jpg') no-repeat 0px 0px; }
.aboutSheep 		{ background: transparent url('../images/sheep/sheep_about.jpg') no-repeat 0px 0px; }
.designSheep 		{ background: transparent url('../images/sheep/sheep_design.jpg') no-repeat 0px 0px; }
.internetSheep 	{ background: transparent url('../images/sheep/sheep_internet_autumn.jpg') no-repeat 0px 0px; }
.gallerySheep 	{ background: transparent url('../images/sheep/sheep_gallery_autumn.jpg') no-repeat 0px 0px; }
.cookingSheep 	{ background: transparent url('../images/sheep/sheep_cooking.jpg') no-repeat 0px 0px; }
.mailSheep 			{ background: transparent url('../images/sheep/sheep_mail.jpg') no-repeat 0px 0px; }
.sitemapSheep 	{ background: transparent url('../images/sheep/sheep_sitemap.jpg') no-repeat 0px 0px; }

.footer {
	height			: 50px;
	font-size		: 0.75em;
	color				: #686868;
	text-align	: left;
	background	: #fff url('../images/footer_bg.jpg') no-repeat top left;
	padding			: 15px 25px 0px 25px;
}

.footer .accessLinks {
	float:right;
	text-align: right;
}

/* IMAGES */
.right	{
	float		: right;
	margin 	: 5px 0px 5px 10px;
}

.left {
	float		: left;
	margin 	: 5px 10px 5px 0px;
}

.mid {
	display	: block;
	margin	: 5px auto;
}

.mid span, .left span, .right span {
	color			: #999;
	font-size	: 0.8em;
	display:block;
}

.center { text-align : center; }


/*  CV  */
.when {
	float				: left;
	margin-left	: 15px;
	width				: 140px;
	padding			: 0px;
	text-align	: left;
}
.where {
	padding-left	: 160px;
	margin-bottom	: 5px;
}

ul.cv {
	margin-bottom : 0.5em;
}

.edu li {
	margin-top	: 3px;
	padding			: 0px;
	text-align	: justify;
}
.edu ul {
	margin				: 0.5em;
	margin-left		: 0px;
	padding				: 0px;
	padding-left	: 15px;
	text-align		: justify;
}

.mediumbold { font-weight	: bold; }




/* WEBSITE Thumbs */
#websites a img	{
	filter				: alpha(opacity=75);
	opacity				: .75;
	-moz-opacity	: .75;
}
#websites a:hover img {
	filter				: alpha(opacity=100);
	opacity				: 1;
	-moz-opacity	: 1;
}

#websites ul{
	margin					: 0px;
	padding					: 0px;
	padding-bottom	: 20px;
}
#websites li{
	font-size				: 0.7em;
	float						: left;
	text-align			: left;
	list-style			: none;
	background-image: none;
	padding					: 0px;
	margin					: 0px;
	margin-right		: 30px;
	padding-bottom	: 10px;
	width						: 136px;
}


#websites a img	{
	filter				: alpha(opacity=75);
	opacity				: .75;
	-moz-opacity	: .75;
}
#websites a:hover img {
	filter				: alpha(opacity=100);
	opacity				: 1;
	-moz-opacity	: 1;
}

#websites h3 { 
	margin 	: 0px; 
	padding	: 20px 0px 10px 0px;
}

#websites .endThumb { margin-right: 0px; }

#websites img {
	margin-top	: 3px;
	display 		: block;
}

.website {
	list-style-image : none;
}

/* Equipment Table */
table th {
	background	: #3F618F;
	color				: white;
}
.evenRow {
	background	: #A9CEEF;
}
table ul {
	padding	: 0px;
	margin	: 0px;
}
table ul li {
	list-style			: none;
	background-image: none;
	margin					: 0px;
	padding					: 0px;
}

.greyTxt { color	: #686868; }
.caveat {
	color			: #686868;
	font-size	: 0.8em;
}

/*  Form  */

.required, span.required { color: #3F618F; display: inline;}

.formHolder {
	padding			: 20px;
	padding-top	: 10px;
	background	: #DBF79F;
	border			: 2px solid #A3BE68;
}

form {}
form .row {
	overflow				: hidden;
	padding-bottom	: 4px;
	clear						: both;
}
form .left {
	float			: left;
	width			: 25%;
	text-align: right;
	margin		: 0px;
}
form .right {
	float			: right;
	text-align: left;
	width			: 70%;
	margin		: 0px;
}
.error {
	clear: both;
	color: #3F618F;
}
form .error {
	width			: 70%;
	float			: right;
	text-align: left;
}

/* Sitemap */
.sitemap li {
	margin-bottom:0.5em;
}
.sitemap li li {
	margin-bottom:0px;
}
.sitemap li ul {
	margin-bottom: 0.5em;
}

.leftcolumn {
	width: 48%;
	float: left;
	clear:both;
}
.rightcolumn {
	width: 48%;
	float: right;
}

/* Gallery */

.mainContent ul.gallery li {
	border			: 1px solid #dfdfdf;
	margin			: 5px 2px;
	padding			: 5px;
	padding-bottom	: 8px;
	background		: #f1f1f1;
	background-image: none;
	float			: left;
	line-height		: 0.1em;
	font-size		: 0.1em;
	text-align		: center;
}
.thumbnails li {
	border			: 1px solid #dfdfdf;
	margin			: 5px 2px;
	padding			: 5px;
	background		: #f1f1f1;
	float			: left;
	line-height		: 0.1em;
	font-size		: 0.1em;
	width			: 102px;
	text-align		: center;
}

.thumbnails li span {
	font-size		: 7em;
	line-height		: 1em;
	margin-bottom	: 5px;
	display			: block;
	height			: 2em;
}

.thumbnails li div {
	height 		: 102px;
	width		: 102px;
	text-align 	: center;
}

.gallery2 div {
	border			: 1px solid #dfdfdf;
	margin			: 0px;
	padding			: 5px;
	padding-bottom	: 8px;
	background		: #f1f1f1;
}

.gallery a {margin: 0px; padding:0px; border:0px;}
.gallery a:hover {margin:0px; padding:0px; border:0px;}

.gallery a img {
	filter		: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity		: 0.70;
	margin:0px;
	padding: 0px;
	border:1px solid #dfdfdf;
}

.gallery a:hover img {
	filter		: alpha(opacity=100);
	-moz-opacity: 1;
	opacity		: 1;
	margin:0px;
	padding:0px;
	border:1px solid #dfdfdf;
}