/*
 * JCMT Architects Holding Page
 *
 */
 
/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a {
    color: #F39911;
    text-decoration: none;
}


/* MAIN */

body {
    text-align: center;
    font-family: arial, verdana, sans-serif;
    font-size: 0.8em;
    color: #999;
    line-height: 125%;
    background: #ECECED url("../images/bodyBg.gif") top center repeat-y;
}


#wrapper {
    width: 750px;
    position: relative;
    padding: 0 25px 25px 25px;
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
}

#heading {
    position: relative;
    height: 125px;
}

#jcmtLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 97px;
    background: transparent top left no-repeat;
}

#jcmtLogo h1 {
    text-indent: -200em;
}

#ourNewWebsite {
    position: absolute;
    top: 25px;
    left: 120px;
    width: 340px;
    height: 15px;
    background: transparent url("../images/our-new-website.gif") top left no-repeat;
}

#callUs {
    position: absolute;
    right: 0;
    top: 15px;
    width: 260px;
    height: 20px;
    text-align: right;
    color: #737576;
}
#callUs strong {
    font-weight: normal;
    font-size: 15px;
}

#metaLinks {
    position: absolute;
    top: 15px;
    left: 115px;
    width: 631px;
    height: 30px;
}

#metaLinks li {
    display: inline;
}

#metaLinks li a {
    margin: 3px 10px 3px 0;
    color: #a1a3a5;
    font-size: 14px;
}
#metaLinks li a:hover {
    color: #737576;
}

#metaLinks li a.active {
    font-weight: bold;
}


#creativeHeading {
    position: absolute;
    top: 82px;
    left: 115px;
    width: 631px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #a1a3a5;
}

#breadcrumbs {
    position: absolute;
    top: 100px;
    left: 115px;
    width: 631px;
    height: 30px;
    font-size: 10px;
    color: #a1a3a5;
}
#breadcrumbs a {
    color: #a1a3a5;
}


#middleLogo {
    height: 254px;
    width: 747px;
    overflow: hidden;
}

#imageRotate {
    height: 301px;
    width: 550px;
    overflow: hidden;
    margin: 0 0 15px 0;
}


#getInTouch, #leftSidebar {
    margin: 25px 0 0 0;
    width: 200px;
    float: left;
}

#leftSidebar {
    font-size: 10px;
    line-height: 95%;
}

#mainContent {
    margin: 25px 0 0 0;
    width: 350px;
    float: left;
}

#newsBlock {
    float: right;
    width: 180px; 
    height: 170px;
    margin: 25px 2px 0 0;
    font-size: 10px;
    line-height: 95%;
}

#newsHeading {
    background-color: #d6d708;
    font-size: 30px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    height: 30px;
    padding: 1px 0px 0 0;
    color: #fff;
    font-weight: 600;
}
#newsHeading span {
    margin-right: -2px;
}

#newsBlock .item {
    height: auto !important;
    height: 45px;
    min-height: 45px;
    padding: 2px 0 0 50px;
    background: transparent url("../images/newsItem.jpg") top left no-repeat;
    margin: 10px 0;
}

#newsBlock .item.red {
    background-image: url("../images/newsItem-red.gif");
}


h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

p {
    margin: 0 0 15px 0;
}

.darkGrey {
    color: #666;
}
.textOrange {
    color: #F39911;
}
.clearIt {
    clear: both;
}





/** Practice Differences **/
#content.practice #mainContent {
    width: 550px !important;
}




/** Contact Differences **/
#content.contact #mainContent {
    width: 550px !important;
}

.contact #mainContent #contactMap{
    float: right;
    border: 5px solid #ee8611;
    width: 361px; height: 364px;
    position: relative;
}

.contact #mainContent #howToFindUs{
    width: 160px;
    height: 130px;
    background-color: #ee8611;
    margin: 0 10px 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
}
.contact #mainContent #directions{
    font-size: 12px;
    width: 170px;
}

#printThisPage {
    position: absolute;
    top: 535px;
    right: 28px;
    width: 200px;
    height: 30px;
    text-align: right;
}
* html #printThisPage {
    position: relative;
    top: 440px;
    left: 345px;
}

#printThisPage a {
    color: #a1a3a5;
}
#contactDetails {
    position: absolute;
    width: 200px;
    height: 200px;
    font-size: 12px;
    color: #000;
    left: 10px;
    top: 260px;
    line-height: 13px;
}




/** Carousel **/
#carousel {
    position: relative;
    margin-top: 25px;
    width: 755px;
    overflow: hidden;
    height: 200px;
}

#carousel .items {
    position: absolute;
    width: 2000em !important;
}

#carousel .items a {
    display: block;
    margin-right: 3px;
    border: 4px solid #fff;
    float: left;
    cursor: pointer;
    width: 177px;
    height: 177px;
    padding: 0;
}


#carousel a.active {
    border-color: #ee8611;
}

#carousel_hidden_info {
    display: none;
}

/* Navigator */
#smallNav {
    width: 750px;
    height: 20px;
}
#smallNav a {
    display: block;
    float: left;
    width: 12px;
    line-height: 0;
    height: 12px;
    border: 1px solid #ee8611;
    margin: 0 6px 0 0;
    background-color: #fff;
    padding: 0;
    font-size: 1px;
    overflow: hidden;
}
#smallNav a.current {
    background-color: #ee8611;
}

#cPrev {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 75px;
    left: 10px;
    background: transparent url("../images/arrow_left.png") top left no-repeat;
    z-index: 1000;
}

#cNext {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 75px;
    left: 695px;
    background-color: #333;
    z-index: 1000;
    background: transparent url("../images/arrow_right.png") top left no-repeat;
}


/** Portfolio extras **/
#content.portfolio #hiddenImages {
    display: none;
}

#content.portfolio #leftSidebar {
    position: relative;
    font-size: 12px;
    text-align: right;
    margin-right: 15px;
    width: 180px;
    line-height: 120%;
}

#content.portfolio #leftSidebar #pAddress {
    color: #000;
    margin:50px 0 15px 0;
}

#content.portfolio #leftSidebar #pGreyArea {
    color: #999;
    margin: 0 0 15px 0;
}

#content.portfolio #leftSidebar #orangeArea {
    color: #F39911;
    margin: 0 0 20px 0;
}


#content.portfolio #leftSidebar #thumbSection {
    position: absolute;
    text-align: left;
    width: 190px;
    top: 395px;
    left: 0px;
}

#content.portfolio #leftSidebar #thumbSection a {
    display: block; width: 80px; height: 80px;
    float: left;
    margin: 0 15px 15px 0;
}

#nextProject {
    display: block;
    position: absolute;
    top: 470px;
    right: 30px;
    width: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    background-color: #F39911;
    height: 18px;
    text-align: center;
}

