﻿@import url(../contentStyles.css);

/*############################################################# 
#                                                             #
#   Stylesheet for site specific rules.                       #
#   Included only on frontend. Do not style CMS content       #
#   here as it is not included in the management system       #
#   for preview. Style CMS content in ContentStyles.css       #
#                                                             #
#############################################################*/

/* General
========================================================================================== */
body {
	background: url(../../Images/bg.gif);
	font-family: Verdana, Arial, Tahoma;
}

/* Basic Layout
========================================================================================== */
#site {
	margin: 20px auto 0;
	width: 923px;
}
#wrap {
	background: url(../../Images/1pxStrip.png) repeat-y;
	padding-left: 9px;
	overflow: hidden;
}
#main {
	clear: left;
	float: left;
	margin: 9px 0;
	overflow: hidden;
	width: 755px;
}
#content {
	float: left;
	width: 568px;
}
.inside {
	background: url(../../Images/insidestrip.gif) repeat-y;
}

/* Page Header
========================================================================================== */
#head {
	color: #FFF;
	background: #b4b49c;
	position: relative;
	float: left;
	width: 755px;	
}
#head h1 {
	font-size: 0.687em;
	font-weight: normal;
}
#head a {
	background: url(../../Images/Header.gif) no-repeat;
	display: block;
	height: 131px;
}
#head span {
	display: block;
	text-indent: -8888px;
}
#head em {
	clear: left;
	display: block;
	font-style: normal;
	padding: 4px;
	text-align: right;
}
#headshd {
	background: url(../../Images/ShadowTop.png) no-repeat;
	height: 9px;
	font-size: 1px;
}

/* Main Menu
========================================================================================== */
#menu{
	float: left;
	margin-right: 9px;
	width: 178px;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li{
  display: block;
}
#menu li a{
  color: #FFF;
  display: block;
  font-size: 0.687em;
  text-decoration: none;
  padding: 2px 4px;
  border-bottom: solid 1px #FFF;
}

#menu li li {
  background: #D2D2B9;
}
#menu li ul {
  border-bottom: solid 1px #FFF;
}
#menu li li a {
	padding: 2px 4px 2px 10px;
}
	

#menu h4 {
	background: url(../../Images/imgOurExperience.jpg) no-repeat;
	height: 116px;
	margin: 20px auto 15px;
	width: 165px;
}
#menu h4 a {
	color: #82826e;
	display: block;
	font-size: 0.875em;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
}
#menu p {
	color: #FFF;
	display: block;
	font-size: 0.75em;
	text-align: center;
	padding-bottom: 20px;
}
#menu p a {
	color: #FFF;
	font-size: 0.93em;
	text-decoration: none;
}

/* Teasers
========================================================================================== */
#teasers {
	float: right;
	margin-right: 20px !important;
	width: 110px;
}
#teasers a {
	display: block;
	margin: 10px 0 63px 0;
	text-decoration: none;
}
#teasers img {
	display: block;
}
#teasers span {
	color: #82826e;
	display: block;
	font-size: 0.687em;
	text-align: center;
}

/* Homepage Content
========================================================================================== */
.home{
	background: url(../../Images/mainstrip.gif) repeat-y;
}
.home div.Normal h1{
  color: #82826e;
}
.home div.Normal h2,
.home div.Normal h2 a
{
  color: #425C74;
  text-decoration: none;
}
.homenews {
	border-top: solid 1px #FFF;
}
ul.feat{
	margin: 0 auto;
	list-style-type: none;
	padding: 8px 0;
	width: 500px;
}
.feat li{
	float: left;
	overflow: hidden;
}
.feat li a{
	float: left;
	height: 195px;
	text-indent: -8888px;
	width: 232px;
}
.feat li.mec {
	width: 268px;
}
.feat li.mec a{
	background: url(../../Images/Mechanical.jpg) no-repeat;
}
.feat li.ele a{
	background: url(../../Images/Electrical.jpg) no-repeat;
}

/* Footer
========================================================================================== */
#foot {
	background: url(../../Images/Footer.png) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 0.625em;
	width: 923px;
}
#foot p {
	color: #FFF;
	float: left;
	padding-left: 9px;
}
#foot a {
	color: #FFF;
	float: right;
	padding-right: 159px;
	text-decoration: none;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns {
    float: left;
    display: inline;
}
.home .pnlParaBtns {
    float: right;
    margin-right: 20px;
}
.pnlParaBtns select {
    position: relative;
    top: -4px;
}
.SiteHeader {
    position: absolute;
    top: 8px;
    right: 8px;
}
.pnlConfirm {
    clear: both;
    padding: 40px;
    text-align: center;
}
.admContent {
    clear: both;
}
.paraControls {
    clear: both;
}
.paraControls a {
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}
.dragHelper {
	border: 1px dashed #666;
	width: auto !important;
}
.dragActive .paraControls {
    display: none;
}

#centeredimages
{
	text-align: center;	
}

.casestudy
{
	margin-bottom: 30px;	
}