@charset "utf-8";
/* CSS Document */

body
{
	margin:0px; padding:0px; background-color:#FFF;
}

/* Fonts */
@font-face {
    font-family: 'HvL';
    src: url('../fonts/helveticaneueltpro-ultltex-webfont.eot');
    src: url('../fonts/helveticaneueltpro-ultltex-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltpro-ultltex-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltpro-ultltex-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltpro-ultltex-webfont.svg#helvetica_neue_lt_23ultraLtEx') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Text Styles */
.contactPageHeading{font-family:"Century Gothic", sans-serif; font-size:12px; color:#000;}

/* Heading */
#header{height:180px; padding-bottom:40px;}
#headerContainer{height:185px; width:900px; border-bottom:2px #eee solid; margin:0px auto;}
#sheep{height:70px; width:58px; margin:50px 0px 0px 0px; position:absolute; background:url(../img/header/sheep.png)}
#headerLogo{height:158px; width:143px; position:absolute; margin:0px 0xp 0px 0px; background:url(../img/header/James-Mader-Logo.jpg) no-repeat}
#headerTitle{font-family:HvL, Helvetica, sans-serif; font-size:40px; color:#000; margin:119px 0px 0px 697px; position:absolute; float:right; text-align:right;}
#menuContainer{margin:24px 0px 0px 655px; position:absolute; color:#000; font-family:HvL, Arial, Helvetica, sans-serif; font-size:14px; text-align:right;}
#menuContainer a		{text-decoration:none; color:#000; text-align:right;}
#menuContainer a:hover	{text-decoration:underline;}

/* Body Containers */
#bodyContainer{width:100%; height:200px}
#bodyInnerContainer{width:900px; margin:0px auto;}
#bodyRow{height:180px; padding-bottom:40px;}

	#bodyItemFrame1			{width:273px; height:180px; background-color:#EEE;}
	#bodyItemFrame1 a		{ opacity:1.0; -webkit-filter: saturate(100%); transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; }
	#bodyItemFrame1 a:hover	{ opacity:0.8; -webkit-filter: saturate(200%);}
	#bodyItemFrame2{width:273px; height:180px; background-color:#EEE; margin:-180px 0px 0px 314px; position:absolute;}
	#bodyItemFrame2 a		{ opacity:1.0; -webkit-filter: saturate(100%); transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;}
	#bodyItemFrame2 a:hover	{ opacity:0.8; -webkit-filter: saturate(200%);}
	#bodyItemFrame3{width:273px; height:180px; background-color:#EEE; margin:-180px 0px 0px 627px; position:absolute;}
	#bodyItemFrame3 a		{ opacity:1.0; -webkit-filter: saturate(100%); transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;}
	#bodyItemFrame3 a:hover	{ opacity:0.8; -webkit-filter: saturate(200%);}
	
#homeGalleryImage a			{ opacity:1.0;}
#homeGalleryImage a:hover	{ opacity:0.5;}

/* Work */
#workContainer{font-family:"Century Gothic", sans-serif; font-size:12px; color:#000; width:900px;}
	
/* Footer */
#footer{height:90px; width:100%; margin-top:250px; background-color:#FFF; border-top:2px #eee solid;}
#footerInner{height:90px; width:900px; margin:0px auto;}
#footerText{width:900px; text-align:center; font-family:Helvetica, sans-serif; font-size:12px; color:#000; padding-top:20px; line-height:1.4em;}
#footerText a {color:#000; text-decoration:none;}