
/* Reset CSS - Creating a level playing field across A-grade browsers
 ----------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a:active, a:focus
{
  outline: none;
}


/* Styles
 ----------------------------------------------- */

body {
	background: #fbf054 url(../images/home_background.gif) repeat-x;
	text-align: center;
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #324e3a;
}
#wrapper { 
	margin: 0 auto;
	text-align: left;
	width: 944px;
	font-size: 0.75em;
}
h1 {
	margin: 28px 0 0;
	text-indent: -9999px;
	width: 71px;
	height: 70px;
}
h1 a {
	width: 71px;
	height: 70px;
	display: block;
	background: url(../images/j2_logo.gif) no-repeat;
}
ul#nav {
	float: right;
	height: 26px;
}
ul#nav li {
	list-style: none;
	float: left;
	margin-left: 5px;
	height: 26px;
	text-transform: uppercase;
}
ul#nav li a {
	padding: 0 10px;
	line-height: 26px;
	color: #324d3a;
	display: block;
	text-decoration: none;
}
ul#nav li a:hover, #home ul#nav li#nav_home a, #team ul#nav li#nav_team a, #work ul#nav li#nav_work a, #contact ul#nav li#nav_contact a {
	background-color: #fbf054;
}
.content_container {
	width: 270px;
	height: 295px;
	padding: 21px 15px 0 22px;
	margin-left: 23px;
	float: left;
	color: #272d22;
	background-color: #f1f3f2;
}
.content_container_secondary {
	width: 263px;
	height: 295px;
	padding: 21px 22px 0;
	margin-left: 23px;
	float: left;
	color: #20261c;
	background-color: #8c8c77;
}
.first {
	width: 284px;
	height: auto;
	padding: 21px 0 0 0;
	margin-left: 0;
	background: none;
	color: #324e3a;
}
#home .content_container ul li {
	padding-left: 10px;
	line-height: 1.4em;
	background: url(../images/bullet_black_cross.gif) left 4px no-repeat;
}
#main_image {
	margin: 0;
	padding: 0;
	float: left;
}
.gallery {
	width: 287px;
	padding: 25px 10px 0;
	float: left;
	color: #fbf054;
	background-color: #252719;
}
.gallery p {
	width: 280px;
	float: left;
}
.work {
	background-color: #f1f3f2;
}
h2 {
	font-family: Rockwell, 'trebuchet ms',helvetica,sans-serif;
	margin-bottom: 13px;
	font-size: 1.667em;
	font-weight: normal;
}
h3 {
	text-transform: uppercase;
}
p {
	margin-bottom: 12px;
	line-height: 1.4em;
}
ul#projects li {
	list-style: none;
	width: 128px;
	float: left;
	font-size: 1.333em;
}
ul#projects li a {
	color: #324d3a;
	text-decoration: none;
}
ul#projects li a:hover {
	text-decoration: underline;
}
#our_work_content {
	margin-top: 26px;
	height: 375px;
	color: #FFFFFF;
}
#our_work_content img {
	float: right;
}
#our_work_text {
	width: 268px;
	float: left;
}
#our_work_text h2 {
	margin-top: 21px;
}
ul#work_thumbs li {
	float: left;
}
ul#work_thumbs li img.end_line {
	margin-left: 3px;
}

ul#footer {
	margin: 70px 0 0;
	padding-bottom: 5px;
	float: left;
	clear: both;
	width: 100%;
}
ul#footer li {
	float: left;
	margin: 60px 0 25px 10px;
	padding-left: 17px;
	background: url(../images/bullet_cross.gif) left center no-repeat;
}
ul#footer li#first_footer {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
ul#footer li#badge {
	margin: 0;
	padding: 0;
	width: 71px;
	height: 80px;
	text-indent: -9999px;
	float: right;
	background: url(../images/footer_logo.gif) no-repeat;
}
ul#footer li a, #contact .content_container a {
	color: #324e3a;
}
#team .content_container a {
	color: #272d22;
}
