* { margin: 0; padding: 0; outline: 0; }


header, section, footer,
aside, nav, article, figure {
	display: block;
}


body {
	font-family: Arial, sans-serif;
	color: #727272;
	background: url(images/bg.jpg);
}

#wrapper{ 
	width: 1100px;
	margin: 0 auto;
	position: center;
}

h3{
	font-size: 18px;
	color: #2a2a2e;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 40px;
	width: 420px;
}

p{
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 16px;
}


#mycustomscroll{
	height: 270px;
	width: 688px;
	margin: 0 auto;
	overflow: auto;
}

#mycustomscroll2{
	height: 270px;
	width: 688px;
	margin: 0 auto;
	overflow: auto;
}

h4{
color: #E7B152;
font-size: 18px;
padding-bottom: 10px;
}

.entry{
	border-bottom: 1px dashed #727272;
	width: 650px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.entry2{
	border-bottom: 1px dashed #727272;
	width: 690px;
	padding-bottom: 10px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#innercontent_scoop p{
	margin-bottom: 10px;
}

#innercontent_scoop p a{
	color: #E7B152;
	text-decoration: none;
}

#innercontent_scoop p a:hover{
	text-decoration: line-through;
}


/* -------------- BLOG -------------- */

#scoop{
	margin-bottom: 0px;
	background-position: top center;
	background-repeat: no-repeat;
}
#scoop #blog_top2{
	width: 772px;
	background: url(images/blog_top.png);
	background-position: top center;
	background-repeat: none;
	height: 28px;
	margin: 0 auto;
}

#scoop #blog_middle2{
	width: 772px;
	background: url(images/blog_middle.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top:10px;
}

#scoop #blog_middle2 p{
	padding-bottom: 10px;
}
#scoop #blog_bottom2{
	width: 772px;
	background: url(images/blog_bottom.png);
	background-position: top center;
	background-repeat: none;
	height: 28px;
	margin: 0 auto;

}


#innercontent_scoop2{
	width: 772px;
	background: url(images/blog_middle.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

/* ------------- TABS ------------ */

.tabs{
	display: inline;
	text-transform: uppercase;
}

.tabs ul{
	padding-left: 30px;
}
.tabs li{
	display: inline;
	padding: 0px 10px 0px 10px;
}

.tabs li a{
	text-decoration: none;
	font-size: 12px;
	color: #6f7850;
}

.tabs li a:hover{
	color: #bece89;
}

#first{
	margin-top: 35px;
	margin-left: 40px;
	font-size: 16px;
	width: 690px;
}

#second, #third, #fourth, #fifth{
	margin-top: 35px;
	margin-left: 40px;
	font-size: 16px;
	width: 705px;
}


.otherpanetop a img{
float: left;
padding-right: 17px;

}

.otherpanebottom a img{
float: left;
padding-left: 12px;

}

#center{ text-align:center; padding:auto auto auto auto;}
     a img.linkopacity {
     filter:alpha(opacity=80);
     -moz-opacity: 0.5; 
     opacity: 0.5;
     -khtml-opacity: 0.5;
     border: none;
     display: block;
     padding-bottom: 15px;
     
     }
 
     a:hover img.linkopacity {
     filter:alpha(opacity=100);   
     -moz-opacity: 1.0;   
     opacity: 1.0;
     -khtml-opacity: 1.0; }
     

     

.left{
	float: left;
}

.right{
	float: right;
}
/* -------------- HEADER -------------- */

header {
	padding: 5px 0;
	margin-bottom: 0px;
}

#headercontainer {
	width: 1100px;
	margin: 0 auto;
}

#headercontainer2 {
	width: 1100px;
	margin: 0 auto;
	height: 631px;
	margin-top: -20px;
	background-image:url('images/404_bg.png');
	background-repeat: none;
}

#headercontainer2 p {
	padding-top: 365px;
	padding-bottom: 10px;
	margin: 0 auto;
	padding-left: 355px;
}

.good a{
	width: 588px;
	height: 24px;
	background-image:url('images/btn_goback.png');
	background-repeat: none;
	background-position: top left;
	display: block;
	text-indent: -9999px;
	margin-left: 375px;
}

.good a:hover{
	width: 588px;
	height: 24px;
	background-image:url('images/btn_goback.png');
	background-repeat: none;
	background-position: bottom left;
	display: block;
	text-indent: -9999px;
}
#headercontainer2 p a{
	text-decoration: none;
	color: #2a2a2e;
}

#headercontainer2 p a:hover{
	text-decoration: line-through;
	color: #2a2a2e;
}

#headerimg{
	width: 1100px;
	height: 243px;
	margin-top: 100px;
	background-image:url('images/header.png');

}

#headerimg2{
	width: 1100px;
	height: 243px;
	margin-top: 100px;
	background-image:url('images/header2.png');
}

/* -------------- NAV -------------- */

nav { width: 1000px; margin: -30px auto 50px auto; }
nav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

nav ul li { float: left; display: block;}
nav ul li a {
	letter-spacing:3px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-right: 40px;

}

#navwork a{
	color: #acba7c;
}

#navscoop a{
	color: #e7b152;
}

#navwho a{
	color: #2a2a2e;
}

#navcontact a{
	color: #b44625;
}

#navwork a:hover{
	color: #c1bbb1;
}

#navscoop a:hover{
	color: #c1bbb1;
}

#navwho a:hover{
	color: #c1bbb1;
}

#navcontact a:hover{
	color: #c1bbb1;
}

/* -------------- NAV -------------- */

.othernav_work {
	width: 772px;
	height: 77px;
	background-image: url(images/othernav_work.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

.othernav_work ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	padding-top: 20px;
}

.othernav_work ul li { float: left; display: block;}
.othernav_work ul li a {
	letter-spacing:1px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 45px;

}

.othernav_scoop {
	width: 772px;
	height: 77px;
	background-image: url(images/othernav_scoop.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}
.othernav_scoop ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	padding-top: 20px;
}

.othernav_scoop ul li { float: left; display: block;}
.othernav_scoop ul li a {
	letter-spacing:1px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 45px;

}

.othernav_scoop2 {
	width: 772px;
	margin: 0px auto 0px auto;
}
.othernav_scoop2 ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	padding-top: 20px;
}

.othernav_scoop2 ul li { float: left; display: block;}
.othernav_scoop2 ul li a {
	letter-spacing:1px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 45px;

}

.othernav_who {
	width: 772px;
	height: 77px;
	background-image: url(images/othernav_who.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}
.othernav_who ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	padding-top: 20px;
}

.othernav_who ul li { float: left; display: block;}
.othernav_who ul li a {
	letter-spacing:1px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 45px;

}


.othernav_contact {
	width: 772px;
	height: 77px;
	background-image: url(images/othernav_contact.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}
.othernav_contact ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	padding-top: 20px;
}

.othernav_contact ul li { float: left; display: block;}
.othernav_contact ul li a {
	letter-spacing:1px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 45px;

}

.navwork a{
	color: #acba7c;
}

.navscoop a{
	color: #e7b152;
}

.navwho a{
	color: #2a2a2e;
}

.navcontact a{
	color: #b44625;
}

.navwork a:hover{
	color: #c1bbb1;
}

.navscoop a:hover{
	color: #c1bbb1;
}

.navwho a:hover{
	color: #c1bbb1;
}

.navcontact a:hover{
	color: #c1bbb1;
}

.navwork_none a{
	color: #acba7c;

}	

.navscoop_none a{
	color: #e7b152;

}	

.navwho_none a{
	color: #2a2a2e;

}	

.navcontact_none a{
	color: #b44625;

}	

/* -------------- BACKGROUNDS -------------- */

.blank{
	height: 70px;
}

.blank2{
	height: 40px;
}

#contentcontainer{
	width: 1100px;
	margin: 0 auto;
	margin-top: -25px;
	float: none;
	padding-top: 0px;
}

#work{
	margin-bottom: 0px;
	height:1050px;
	background:url(images/work_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#thescoop{
	margin-bottom: 0px;
	height:1050px;
	background:url(images/scoop_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#about{
	margin-bottom: 0px;
	height:1050px;
	background:url(images/who_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer{
	margin-bottom: 0px;
	height:226px;
	background:url(images/footer_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#innercontent_work{
	width: 772px;
	background: url(images/innercontent_bg.png);
	background-position: top center;
	background-repeat: none;
	height: 350px;
	margin: 0 auto;
}

#innercontent_about{
	width: 772px;
	background: url(images/innercontent_bg.png);
	background-position: top center;
	background-repeat: none;
	height: 350px;
	margin: 0 auto;
}


#innercontent_about p{
	width: 420px;
	padding-top: 20px;
	padding-left: 40px;
	float: left;
}

#innercontent_about a{
	text-decoration: none;
	color: #2a2a2e;
}

#innercontent_about a:hover{
	text-decoration: line-through;
	color: #2a2a2e;
}

#innercontent_about img{
	float: left;
	padding-left: 65px;
	margin-top: -25px;
}

#innercontent_scoop{
	width: 772px;
	background: url(images/innercontent_bg.png);
	background-position: top center;
	background-repeat: none;
	height: 350px;
	margin: 0 auto;
}


#innercontent_contact{
	width: 772px;
	background: url(images/innercontent_bg.png);
	background-position: top center;
	background-repeat: none;
	height: 350px;
	margin: 0 auto;
}

#innercontent_footer{
	width: 772px;
	height: 118px;
	margin: 0 auto;
}

#innercontent_footer li{
	width: 311px;
	height: 100px;
	padding-left: 130px;
	padding-top: 15px;
	list-style: none;
	font-size: 12px;
	color: #434343;
}

.links{
	width: 361px;
	padding-left: 107px;
	margin-top: -10px;
}
#innercontent_footer li a{
	color: #b44625;
	text-decoration: none;
}

#innercontent_footer li a:hover{
	color: #b44625;
	text-decoration: underline;
}

#innercontent_footer a img{
	float: right;
	border: none;
	padding-left: 3px;
}

/* -------------- CONTACT -------------- */

#contact {
margin-bottom: 0px;
height: 499px;
background: url(images/talktome_bg.png);
background-position: top center;
background-repeat: no-repeat;
}

#contactform{
	padding-top: 35px;
	padding-left: 40px;
	font-size: 11px;
	font-family: arial;
}

#statusp{
	padding-bottom: 10px;
}
input[type="text"] {
	width: 400px;
	height: 12px;
}

textarea {
	width: 500px;
	height: 90px;
	float: left;
}

input, textarea {
	border: 1px solid #acacac;
	padding: 10px;
	color: #434343;
	font-size: 11px;
	font-family: arial;
	margin-bottom: 10px;
	margin-top: 0px;
}

input:focus, textarea:focus { border: 1px solid #dc7050; background-color: #f6f6f6; }

input[type="submit"] {
	float: left;
	border: none;
	cursor: pointer;
	color: #dc7050;
	margin-top: 75px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #b44625;
}

input[type="submit"]:hover {
	color: #dc7050;
	text-transform: uppercase;
	background-color: #96462e;

.clear{
	clear: both;
}

