/* COPYRIGHT 2007 BULLSEYE CREATIVE (www.bullseyecreative.net) */

@import url(reset-fonts-grids.css);


img, .isPng3, div#featuredBottom, div#categoryEmpty, div#projectDetailEmpty, div#projectDetailOver, div#detailBottom, div#caption, h1, a, span { behavior: url(iepngfix.htc) }

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #7f7f7f url(../_img/repeatBG.jpg) repeat-x 0 -1px;
}

/* Elements for all */

a
{
	color:#1b1464;
	font-weight: bold;
	text-decoration:none;
}

a:hover
{
	color:#1b1464;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* Block Elements */

#container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 2;
}

#header {
	height: 128px;
	width: 100%;
}

#topBand {
	background: url(../_img/topWhite.png) repeat-x center top;
	height: 128px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

#bottomBand {
	background: url(../_img/topWhite.png) repeat-x center top;
	height: 56px;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 744px;
}

#footer {
	height: 56px;
	width: 100%;
	font-size: 10px;
	line-height: 14px;
}

#content {
	height: 616px;
	text-align: left;
}

#emptyContainer {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 800px;
	background: no-repeat center top;
	z-index: 1;
}

body#home div#emptyContainer {
	background: url(../_img/mainImage/home.jpg) no-repeat center top;
}

body#portfolio div#emptyContainer {
	background: url(../_img/mainImage/home15.jpg) no-repeat center top;
}

#emptyContainer2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 800px;
	background: url(../_img/emptyContainer3Alt.jpg) repeat-y center top;
	z-index: 0;
}

/* Every page */

h1 {
	width: 134px;
	height: 64px;
	background: url(../_img/mrjLogo.png) no-repeat;
	display: block;
	text-indent: -100000px;
	float: left;
	margin-top: 35px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 0 10px 0;
	color: #1b1464;
}

h2#home {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-shadow: #000 0 0 5px;
	margin-bottom: 20px;
	color: #fff;
}

#boxPortfolio h2 {
	float: left;
	margin-top: 0;
	margin-bottom: 15px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	margin: 10px 0;
	text-transform: uppercase;
}

h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	margin-bottom: 5px;
}

/* Main Menu */

ul#mainMenu {
	float: right;
}

ul#mainMenu li {
	float: left;
	position: relative;
}

ul#mainMenu li a {
	float: left;
	text-align: center;	
	height: 128px;
	display: block;
	padding: 0 40px;
}

ul#mainMenu li.active div#itemEnd {
	position: absolute;
	width: 16px;
	height: 128px;
	display: block;
	right: -16px;
	background: url(../_img/overlay.png) no-repeat right bottom;
}

ul#mainMenu li.active a {
	background: url(../_img/overlay.png) no-repeat left bottom;
	padding: 0 24px 0 40px;
}

ul#mainMenu li.active a span {
	_position: relative;
	_top: 80px;
}

ul#mainMenu li a span {
	display: block;
	margin-top: 80px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -100000px;
	overflow: hidden;
}

ul#mainMenu li a:hover span {
	background-position: center -17px;
}

ul#mainMenu li.active a:hover span {
	background-position: center top;
}

ul#mainMenu li#companyTab a span {
	background-image: url(../_img/tabCompany.png);
	width: 57px;
}

ul#mainMenu li#portfolioTab a span {
	background-image: url(../_img/tabProject.png);
	width: 122px;
}

ul#mainMenu li#bidTab a span {
	background-image: url(../_img/tabBid.png);
	width: 59px;
}

ul#mainMenu li#contactTab a span {
	background-image: url(../_img/tabContact.png);
	width: 52px;
}

/* Footer */

div#bottomMenu {
	/*background: url(../_img/topWhite.png) repeat-x center top;*/
	float: left;
	width: 625px;
	margin-right: 10px;
	height: 56px;
}

div#bottomMenu ul {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

div#bottomMenu ul li {
	float: left;
	margin-right: 20px;
}

div#bottomMenu ul li a {

}

div#bottomMenu ul li a:hover {
	
}

div#bottomMenu ul li#testimonialsTab a {
	background-image: url(../_img/tabTestimonials.png);
	width: 87px;
}

div#bottomMenu ul li#privacyTab a {
	background-image: url(../_img/tabPrivacy.png);
	width: 51px;
}

div#bottomMenu ul li#copyrightTab {
	height: 17px;
	width: 101px;
	display: block;
	background: url(../_img/tabCopyright.png) no-repeat left top;
}

div#footer div#contact {
	/*background: url(../_img/topWhite.png) repeat-x center top;*/
	float: left;
	height: 56px;
	display: block;
	width: 290px;
	text-align: left;
	font-weight: bold;
	color: #4d4d4d;
}

div#footer div#contact p {
	margin: 10px 0 0 10px;
}

/* Boxes */

#boxHome {
	color: #fff;
	width: 315px;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}

#boxCompany {
	background: url(../_img/whiteBG.png) repeat;
	float: right;
	width: 500px;
	height: 520px;
	margin-top: 20px;
}

#boxPortfolio {
	position: relative;
	background: url(../_img/whiteBG.png) repeat;
	width: 940px;
	height: 525px;
	padding: 30px;
	padding-top: 20px;
}

#boxBid {
	background: url(../_img/whiteBG.png) repeat;
	float: right;
	width: 375px;
	height: 200px;
	padding: 30px;
}

#boxContact {
	background: url(../_img/whiteBG.png) repeat;
	float: right;
	width: 500px;
	height: 600px;
}

#boxPrivacy {
	background: url(../_img/whiteBG.png) repeat;
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 30px;
}

#boxTestimonials {
	background: url(../_img/whiteBG.png) repeat;
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 30px;
}

/* Tab Setup */



/* Home */

#jumpList {
	margin-top: 20px;
}

#jumpList li {
	margin-bottom: 10px;
}

#jumpList li a {
	display: block;
	width: 182px;
	height: 22px;
}

#jumpList li#jump1 a {
	background: url(../_img/jumpLinkTotal.png) no-repeat left top;
}

#jumpList li#jump1 a:hover {
	background: url(../_img/jumpLinkTotal.png) no-repeat left bottom;
}

#jumpList li#jump2 a {
	background: url(../_img/jumpLinkTotal2.png) no-repeat left top;
}

#jumpList li#jump2 a:hover {
	background: url(../_img/jumpLinkTotal2.png) no-repeat left bottom;
}

#featuredProject {
	width: 315px;
	margin-top: 20px;
}

#featuredProject #featuredTitle {
	margin-bottom: -12px;
}

#featuredProject #featuredTitle h3 {
	display: block;
	padding: 6px 5px 5px 10px;
	width: 300px;
	height: 19px;
	background: url(../_img/featuredTitle.jpg) no-repeat;
}

#featuredProject #featuredTitle h3 a {
	color: #fff;
}

#featuredProject #featuredBottom {
	width: 100%;
	height: 27px;
	background: url(../_img/blackBar.png) repeat-x;
	position: relative;
	bottom: 27px;
}

#featuredProject #featuredBottom img {
	margin-top: 7px;
	margin-left: 10px;
}

/* Forms */

form {
	float: left;
	position: relative;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #777;
	width: 420px;
}

form div {
	width: 420px;
	position: relative;
	clear: left;
	float: left;
	margin-bottom: 10px;
}

form div label {
	float: left;
	position: relative;
	width: 100px;
	display: block;
}

form div input {
	float: left;
	position: relative;
	width: 200px;
	display: block;
}

form div textarea {
	float: left;
	width: 200px;
	height: 50px;
	display: block;
}

form input#submit {
	clear: left;
	float: left;
	margin-left: 130px;
}

/* Company */

ul#awardList {
	margin: 10px 0;
	width: 400px;
}

ul#awardList li {
	margin-bottom: 10px;
}

ul#awardList li strong {
	display: block;
}

/* Team Holder */

div#tabsInner {
	padding: 30px;
	padding-top: 0;
}

#teamHolder {
	height: 420px;
	padding-right: 30px;
	overflow: auto;
	overflow-x: hidden;
	width: 420px;
}

#teamHolder h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

#teamHolder ul {
	margin-bottom: 20px;
}

#teamHolder div {
	margin-bottom: 20px;
}

#teamHolder div#leftTeam {
	float: left;
	width: 180px;
	margin-right: 20px;
}

#teamHolder div#rightTeam {
	float: left;
	width: 180px;
}

#teamHolder2 {
	height: 380px;
	padding-right: 5px;
	overflow: auto;
}

#tabs #returnToPrevious {
	margin-bottom: 20px;
}

#tabs #returnToPrevious a {
	height: 22px;
	width: 155px;
	display: block;
	background: url(../_img/returnTo.png) no-repeat left top;
}

#tabs #returnToPrevious a:hover {
	background: url(../_img/returnTo.png) no-repeat left bottom;
}

#teamHolder2 img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 2px solid #fff;
}

#teamHolder2 p#teamDesc {

}

#teamHolder2 p#teamName {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

#teamHolder2 p#teamPosition {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

#teamHolder2 ul#contactList {
	margin-bottom: 10px;
}

#teamHolder2 ul#contactList li {

}

#teamHolder2 div#teamScroll {

}

p#projectList {
	margin-bottom: 40px;
}

/* Project Portfolio */

div#projectContainer {
	
}

div#categoryHolder,div#projectHolder {
	width: 200px;
	height: 445px;
	overflow: auto;
	overflow-x: hidden;
}

div#category {
	position: absolute;
	top: 59px;
	left:30px;
	width: 200px;
	margin-right: 30px;
	background: url(../_img/categoryBG.jpg) no-repeat 0 bottom;
	height: 474px;
}

div#project {
	position: absolute;
	top: 59px;
	left: 260px;
	width: 200px;
	margin-right: 30px;
	background: url(../_img/categoryBG.jpg) no-repeat 0 bottom;
	height: 474px;
}

div#project {
	_margin-right: 15px;
}

div#categoryEmpty {
	width: 198px;
	position: absolute;
	top: 59px;
	left: 260px;
	background: url(../_img/whiteBG2.png) repeat;
	display: block;
	height: 472px;
	border: 1px solid #fff;
}

div#category h3, div#project h3 {
	width: 185px;
	height: 19px;
	background: url(../_img/categoryTop.jpg) no-repeat 0 top;
	color: #fff;
	padding: 5px 5px 5px 10px;
	margin: 0;
}

ul.projectSelect {
	float: left;
	width: 190px;
	padding-right: 10px;
}

ul.projectSelect li {
	float: left;
	width: 190px;
	padding-right: 10px;
	line-height: 14px;
}

ul.projectSelect li a {
	width: 190px;
	padding: 5px 0;
	padding-right: 10px;
	float: left;
	display: block;
	color: #000;
}

ul.projectSelect li a span#catMiddle {
	display: block;
	padding: 0 10px;
}

ul.projectSelect li a span#catTop, ul.projectSelect li a span#catBottom {
	display: block;
	width: 190px;
	padding-right: 10px;
	height: 5px;
}

/* ul.projectSelect li a:hover span#catTop {
	background: url(../_img/projectSelected_01.gif) no-repeat;
}

ul.projectSelect li a:hover span#catBottom {
	background: url(../_img/projectSelected_03.gif) no-repeat;
} */

ul.projectSelect li a:hover {
	background: url(../_img/projectSelected2_02.gif) repeat-y;
	width: 190px;
	padding-right: 10px;
	text-decoration: none;
}

ul.projectSelect li a.active {
	background: url(../_img/projectSelected_02.gif) repeat-y left top;
}

/*ul.projectSelect li a.active span#catTop {
	background: url(../_img/projectSelected2_01.gif) no-repeat;
}

ul.projectSelect li a.active span#catBottom {
	background: url(../_img/projectSelected2_03.gif) no-repeat;
}*/

div#projectDetail {
	position: absolute;
	top: 59px;
	left: 490px;
	width: 480px;
}

div#projectDetailEmpty {
	position: absolute;
	top: 59px;
	left: 490px;
	width: 480px;
	height: 472px;
	background: url(../_img/whiteBG2.png) repeat;
	border: 1px solid #ffffff;
	/*padding: 20px;
	background: url(../_img/whiteBG2.png) repeat;
	display: block;
	height: 428px;
	border: 1px solid #fff;*/
}

div#projectDetailOver {
	position: absolute;
	top: 59px;
	left: 490px;
	width: 478px;
	height: 472px;
	background: url(../_img/whiteBG2.png) repeat;
	border: 1px solid #ffffff;
	/*padding: 20px;
	background: url(../_img/whiteBG2.png) repeat;
	display: block;
	height: 428px;
	border: 1px solid #fff;*/
}

div#projectDetailOver div#detailOver {
	width: 420px;
	padding: 10px;
	height: 385px;
	margin: 0;
}

p#instruct {
	font-weight: bold;
	margin-top: 20px;
	padding-right: 40px;
}

div#projectDetail h3 {
	width: 465px;
	height: 19px;
	background: url(../_img/projectTop.jpg) no-repeat 0 top;
	color: #fff;
	padding: 5px 5px 5px 10px;
	margin: 0;
}

div#projectDetail div#detailPhoto {
	width: 480px;
}

div#detailPhoto a img {
	width: 478px;
	display: block;
	height:300px;
}

div#detailPhoto img {
	width:478px;
	height:300px;
}


div#projectDetail div#detailPhoto img {
	width: 480px;
}

div#projectDetail div#detailDescHolder {
	width: 480px;
	background: url(../_img/portfolioDesc.jpg) no-repeat bottom left;
	height: 145px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 0;
	padding: 0;
}

div#projectDetail div#detailDesc {
	width: 445px;
	padding: 10px;
	min-height: 125px;
	margin: 0;
	margin-bottom: 20px;
}

div#projectDetail .jScrollPaneDrag {
	
}

div#category .jScrollPaneDrag, div#project .jScrollPaneDrag {
	z-index: 11;
}

div#category .jScrollPaneTrack, div#project .jScrollPaneTrack {
	z-index: 10;
	
}

div#projectDetail div#detailDesc h3 {
	margin: 0;
	padding: 0;
	background-image: none;
}

ul#metaData1 {
	width: 230px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

ul#metaData2 {
	width: 190px;
	float: left;
	margin-bottom: 10px;
}

#detailBottom {
	width: 100%;
	height: 37px;
	background: url(../_img/blackBar.png) repeat;
	position: relative;
	bottom: 37px;
	margin-bottom: -37px;
}

#detailBottom img {
	margin-top: 10px;
	margin-left: 10px;
}

#closeProject {
	float: right;
}

#boxPortfolio h2 span {
	color: #7f7f7f;
}

div#projectInterior {
	float: left;
}

div#projectInterior h3 {
	width: 925px;
	height: 19px;
	background: url(../_img/interiorTop.jpg) no-repeat 0 top;
	color: #fff;
	padding: 6px 5px 4px 10px;
	margin: 0;
	position: relative;
}

div#projectInterior h3 a {
	position: absolute;
	right: 5px;
	top: 5px;
}

div#projectInterior div#photoHolder {
	float: left;
	position: relative;
}

div#projectInterior div#photoHolder img#mainPhoto {
	
}

div#projectInterior div#photoHolder div#caption {
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: 2px;
	width: 725px;
	padding: 3px 5px 2px 10px;
	background: url(../_img/blackBar.png) repeat-x;
	color: #fff;
}

div#projectInterior div#imageListHolder {
	float: left;
	height: 454px;
	width: 200px;
	position: relative;
	background: url(../_img/categoryBG.jpg) no-repeat 0 bottom;
}

div#projectInterior div#imageListContainer {
	float: left;
	height: 454px;
	width: 200px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}

div#projectInterior ul#imageList {
	float: left;
	margin: 0;
	padding: 0;
}

div#projectInterior ul#imageList li {
	/*height: 455px;*/
	width: 200px;
	overflow: hidden;
}

div#projectInterior ul#imageList li img {
	float: left;
	margin: 7px 7px 7px 9px;
	padding: 2px;
}

div#projectInterior ul#imageList li img.detailThumbSelected {
	padding: 0;
	position: relative;
	border:2px solid white;
}

span#prevBtn a {
	display: block;
	height: 23px;
	width: 200px;
	background: url(../_img/moreTab2.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -10000px;
}

span#nextBtn a {
	display: block;
	height: 23px;
	width: 200px;
	background: url(../_img/moreTab.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: -10000px;
}

/* Contact */

div#contactInfo {
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	background: url(../_img/portfolioDesc.jpg) no-repeat center -20px;
	width: 420px;
	margin-bottom: 10px;
}

div#contactInfo ul#contactLeft {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div#contactInfo ul#contactRight {
	float: left;
	width: 200px;
}

div#contactInfo li {
	margin-bottom: 2px;
}

#mapZone ul.directions {
	margin-bottom: 20px;
}

#mapZone ul.directions li {
	margin-bottom: 5px;
	line-height: 14px;
}

#mapZone div#mapLeft {
	float: left;
	width: 200px;
	margin-right: 10px;
}

#mapZone div#mapRight {
	float: left;
	width: 200px;
}

/* Testimonials */

p.person {
	font-style: italic;
	color: #777;
}

p.person strong {
	color: #3f3f3f;
}

/* Special */

iframe {
	border: 2px solid #fff;
	width: 438px;
}

#imageFiller {
	margin-top: 10px;
	border: 2px solid #fff;
	width: 438px;
}

#imageFiller2 {
	margin-bottom: 10px;
	border: 2px solid #fff;
	width: 438px;
}

/* Bid Room */

#boxBid h4, h4.special {
	padding: 0;
	padding-left: 20px;
	margin: 15px 0;
	background: url(../_img/MRJBullet.png) no-repeat left center;
	_background: url(../_img/MRJBullet.gif) no-repeat left center;
}

/* Sitemap */

div#sitemap {
	border-top: 1px solid #777;
	margin-top: 10px;
	padding-top: 10px;
}

div#sitemap ul {
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: -5px;
}

div#sitemap ul li {
	margin-right: 5px;
}

div#sitemap ul li a {
	color: #000;
}

div#sitemap #siteLeft {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div#sitemap #siteRight {
	float: left;
	width: 200px;
}