/* Get Turner Website CSS Definition */
/*
Credits: 
Horizontal Primary Navigation Bar Courtesy of Dynamic Drive CSS Library 
URL: http://www.dynamicdrive.com/style/
NICE ONE! 
*/

/******** structure ********/

* {
margin:0;
padding:0;
}

html {
height: 100%;
}

body {
background-image:url(../images/backgrounds/random.php);
background-color:#fff;
height: 100%;
color: #666666;
}

.highlightText {
color: #666666;
font-weight: bold;
font-style: italic;
}

a:link, a:active, a:hover, a:visited {
text-decoration: none;
color: #f60;
}

.orangeText {
color: #FF6600;
}

.footerHighlightText {
color: #ff9900;
font-weight: bold;
}

.container {
position: relative;
width: 960px;
margin: 0 auto;
min-height: 100%;
background: #fff;
border-left: 10px solid #bbb;
border-right: 10px solid #bbb;
}

* html .container {
height: 100%;
}

img {
border: 0;
}

/******* structure ends *******/



/******* page divs *******/

.contentLogoBar {
position: relative;
width:926px;
margin: 0 15px 5px 15px;
padding: 2px;
}

.contentFullWidth {
float: left;
width: 100%;
position: relative;
margin: 0;
padding: 0;
}

.contentFullWidthBody {
float: left;
margin: 0;
padding: 10px;
}

.contentLeftCol {
float: left;
width: 260px;
height: 300px;
margin: 10px 0 0 0;
padding: 10px;
background: #fff;
}

.contentCentreCol {
float: left;
width: 450px;
margin: 10px 0 0 0;
}

.contentDoubleCol {
background: #FFFFFF;
float: left;
margin: 0;
padding: 10px 10px 10px 15px;
width: 700px;
}

.contentRightCol {
float: right;
background-position: right;
width: 210px;
margin: 0;
padding: 10px 15px 10px 10px;
}

.hashStripe {
background-image: url(../images/striped.gif);
height: 16px;
border: 0;
margin: 0;
}

.clearer {
clear: both;
}

.calloutTitle {
float: right;
background: url(../images/calloutTitleBg.gif) repeat-x top left;
width: 192px;
margin: 0 0 1px 0;
padding: 4px 10px;
color: #fff;
}

.calloutTitleContent {
background: url(../images/calloutTitleBg.gif);
margin: 0 0 1px 0;
padding: 4px 10px;
color: #fff;
}
.calloutTitleContentFeature {

background: url(../images/calloutTitleBg.gif);

margin: 0 0 1px 0;
padding: 4px 10px;
color: #fff;
border-left: 1px solid #ff9900;
border-right: 1px solid #ff9900;
}

.callouts {
float: right;
background: #eeeeee;
border: 1px solid #ccc;
width: 190px;
margin: 0 0 10px 0;
padding: 10px;
}

.callout-case {
float: right;
background: #eeeeee;
border: 1px solid #ccc;
width: 206px;
margin: 0 0 10px 0;
padding: 2px;
}

.callout_content {
background: #eeeeee;
border: 1px dashed #ccc;
margin: 0 0 10px 0;
padding: 10px;
}

.callout_content_feature {
float: left;
background: #ffffff;
padding: 10px;
/*
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
width: 103%;
margin: 10px 0;

*/
}

.testimonialImg {
float: left;
width: 200px;
height: 100%;
text-align: left;
}

.testimonialTxt {
float: left;
width: 475px;
}

.media-thumb {
float: right;
height: 100%;
text-align: center;
}
.media-img {
padding: 5px 0;
margin: 5px 0;
}

.media-txt {
float: right;
}

.mainRepeater {
float: left;
width: 680px;
background-color: #FAFAFA;
border: 1px solid #dddddd;
margin: 0 0 10px 0;
padding: 10px;
}

.mainContactForm {
float: left;
background: #eeeeee;
border: 1px dashed #ccc;
margin: 0 0 10px 0;
padding: 10px;
}

/********** gallery and dynamic content ***********/

#gallery {
position: relative;
overflow: hidden;
width: 100%;

}

#galleryLeftCol {
float: left;
width: 240px;
margin: 0;
padding: 10px 10px 10px 15px;
overflow: auto;
}

#galleryContent {
float: left;
width: 600px;
margin: 0;
padding: 10px;
}

.project_holder {
float:left;
width:100%
}

.thumbHolder {
float: left;
margin: 0 5px 5px 0;
width: 100px;

}

.thumbHolder img {
width: 100px;
height: 100px;
}

.projectTitle {
float: left;
width: 100%;
height: 20px;
border-bottom: 1px dashed #dadada;
margin: 0 0 10px 0;
}
.filterTitle {
float: left;
width: 100%;
height: 20px;
margin: 0 0 5px 0;
}
.projectDesc {
text-align: center;
width: 280px;
margin: 10px auto;
padding: 10px;
border: 1px dashed #dadada;
text-decoration: none; 
}

.tdtext {
padding: 2px 2px 4px 12px;
}

.thumbHolderPortfolio {
margin: 0 5px 5px 0;
padding:5px;
width: 100px;
border: 1px solid #dadada;
}

.thumbHolderPortfolio:hover {
border: 1px solid #ff9900;
text-decoration: none;
}

.thumbHolderPortfolio img {
width: 100px;
height: 100px;
}

.thumbHolder a span { /*CSS for enlarged image*/
position: absolute;
visibility: hidden;
background-color: #ffffff;
border: 1px solid #dadada;
width: 470px;
height: 470px;
padding: 5px;
color: #666666;
text-decoration: none;
text-align: center;
}

.thumbHolder a span img { /*CSS for enlarged image*/
border-width: 0;
}

/* 
apply this is a hack to get ie6 to show image on hover 
http://www.webmasterworld.com/forum83/5868.htm for info
*/

.thumbHolder a:hover {
text-indent: 0;
text-decoration: none;
}

.thumbHolder a:hover span { /*CSS for enlarged image*/
visibility: visible;
left: 240px; /*position where enlarged image should offset horizontally */
top: 10px;
z-index: 50;
text-decoration: none;
}

.main-image {
background-color: #ffffff;
border: 1px solid #dadada;
padding: 2px;
margin: 0 0 10px;
max-width: 450px;
}

/******** end page divs ********/

/******** banner divs ********/

.bannerContent {
margin: 0 12px 0 12px;
padding: 2px;
border: 1px solid #CCCCCC;
width: 926px;
}

.contentImgBanner {
float: left;
width: 730px;
margin: 0 0 0 5px;
padding: 2px;
}

.standardLogo {
float: right;
margin: 5px 10px;
border: 0;
font-size: 10px;
text-align: center;
}

#logo {
float: left;
margin: 10px;
height: auto;
width: 500px;
}

#logo img {
float: left;
}

#logo h2 {
float: left;
margin: 25px 0 0 25px;
}

#imagePlaceholder {
background-image: url(../images/image-placeholder.jpg);
background-position: center;
background-repeat: no-repeat;
padding: 0;
border: 1px solid #dadada;
height: 100px;
}

/******** end banner divs ********/

/******** footer divs ********/

#footerLeft {
float: left;
margin: 10px 15px;
border: 0;
height: auto;
text-align: left;
}

#footerRight {
float: right;
margin: 10px 15px;
border: 0;
height: auto;
text-align: right;
}

/******** end footer divs ********/

/******** navigation styles ********/

.contentPrimaryNav {
background: url(../images/nav-bg-off.gif) center center repeat-x;
height: 24px;
margin: 0;
margin: 5px 0;
}

.topNav {
margin: 0 0 0 15px;
padding: 0;
height: 24px;
float: left;
background: url(../images/nav-bg-off.gif) center center repeat-x;
border-left: 1px solid #fff;
}

.topNav li {
display: inline;
}

.topNav li a {
float: left;
color: #444;
padding: 5px 10px;
text-decoration: none;
border-right: 1px solid white;
}

.topNav li a:visited {
color: #444;
}

body#home a#homenav,  
body#folio a#folionav, 
body#media a#medianav,  
body#testimonial a#testnav,  
body#standards a#standardnav,  
body#contact a#contactnav,  
.topNav li a:hover {
color: #fff;
background: transparent url(../images/nav-bg-on.gif) center center repeat-x;
text-decoration: none;
}

.currentpage {
float: left;
color: #666;
padding: 5px 10px;
text-decoration: none;
border-right: 1px solid white;
color: #fff;
background: transparent url(../images/nav-bg-on.gif) center center repeat-x;
}

a.inlineText:link, a.inlineText:active, a.inlineText:visited {
color: #FF6600;
text-decoration: none;
}

a.inlineText:hover {
color: #999999;
text-decoration: none;
}

a.calloutLink:link, a.calloutLink:active, a.calloutLink:visited {
font-size: 11px;
color: #FF6600;
text-decoration: none;
}

a.calloutLink:hover {
color: #999999;
text-decoration: none;
}

a.portfolioLink:link, a.portfolioLink:active, a.portfolioLink:visited {
color: #999999;
text-decoration: none;
}

a.portfolioLink:hover {
color: #ff9900;
}

/******* end navigational styles *******/

/******* form styles *******/

.calloutFormI, .calloutFormI {
width: 185px;
height: 18px;
color:#666666;
border: 1px solid #cccccc;
margin: 0 0 4px 0;
}

.calloutFormSelect {
width: 130px;
color:#666666;
border: 1px solid #cccccc;
margin: 4px 0;
}

.calloutFormT {
width: 185px;
height: 40px;
color:#666666;
border: 1px solid #cccccc;
margin: 0 0 4px 0;
}

.contactFormI {
width: 385px;
height: 16px;
color:#666666;
border: 1px solid #cccccc;
margin: 0 0 4px 0;
}

.contactFormT {
width: 385px;
height: 80px;
color:#666666;
border: 1px solid #cccccc;
margin: 0 0 4px 0;
}

.contactFormI {
width: 325px;
height: 20px;
color:#666666;
border: 1px solid #cccccc;
}

label {
float:left;
width: 200px;
}

.contactFormContent {
width: 350px;
height: 16px;
color:#666666;
border: 1px solid #cccccc;
margin: 0 0 4px 0;
background: #fff url(../images/submitBG.gif) 0 0 repeat-x;
}

.contactFormHomeT {
width: 350px;
height: 50px;
color:#666666;
border: 1px solid #cccccc;
margin: 0 0 10px 0;
}

.contactFormHomeSelect {
width: 352px;
height: 20px;
color:#666;
margin: 0 0 10px 0;
cursor: pointer;
}

.subReset {
padding: 2px;
color: #333;
}

.sendButtons {
margin: 0 0 0 200px;
}

.filterselect {
margin: 0 2px;
padding: 0;
}

.submitButton {
background: #fff url(../images/submitBG.gif) repeat-x top left;
border: 1px solid #aaaaaa;
color: #333;
cursor: pointer;
margin: 0 4px 4px 0;
padding: 2px;
}

.submitButton:hover {
background: #ff6600;
color: #ffffff;
border: 1px solid #aaaaaa;
}

/******* end form styles *******/
