@import url("ConelecContentV2.css");
@import url("SharedStyles.css");
@import url("ConelecNav.css");
@import url("ConelecLinks.css");
@import url("ConelecForms.css");
@import url("ConelecSitemap.css");

/*Structure*/
* {
	margin : 0;
}
body {
	background-color: #249682;
}
#wrapper {
	margin: 0 auto;
	width:  100%;
	background-color: #FFFFFF;
    min-width: 58em;
}
#branding {
	background-image: url(Conelec_images/ConelecBanner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 96px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#Conlogo {
	width: 25%;
	padding: 8px;
	height: 79px;
}
#ConTopNav {
	width: 70%;
	height: 96px;
}
#navSpacer {
	height: 69px;
}
#topNav {
	height: 27px;
}
#redbar {
	background-color: #E20A16;
	height: 8px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#titleBar {
	height: 24px;
	width: 100%;
	}
#strapline {
	width: 24%;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(Conelec_images/strapBackground.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	height: 27px;
	padding-left: 1%;
	line-height: 2em;
}
#contactUs {
	width: 35%;
	padding-left: 3%;
}
#contactUs H4 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.8em;
}
#groupline {
	width: 32%;
	padding-top: 7px;
	padding-right: 1%;
	text-align: right;
	height: 24px;
}
#middleWrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content {
	float: right;
	width: 74%;
	padding-left: 2%
}
#mainNav {
	float: left;
	width: 23%;
	overflow: hidden;
}
#mainContent {
	float: left;
	width: 84%;
}
#rightColumn {
	float: right;
	width: 13%;
}
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	display: block;
	height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #249682;
}
.bottomNav {
	width: 70%;
}
.endNav {
	background-image: url(Conelec_images/navEnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 20px;
}
.navEndTop {
	background-image: url(Conelec_images/navEndTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 0.5em;
	height: 27px;
}
.groupLogo {
	height: 27px;
}
.widthFifty {
	width: 49%;
}
/*Home Structure*/
#HomeFlash {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#homeThree {
	width: 100%;
	overflow: hidden;
}
#homeThree div.holderalignright {
	width: 32%;
	padding-left: 1%;
	overflow: hidden;
}
#homeThree div.holderalignleft {
	width: 32%;
	padding-right: 1%;
	overflow: hidden;
}
#homeThree div.holdercentreme {
	width: 31%;
	padding-right: 1%;
	padding-left: 1%;
	overflow: hidden;
}
#homeThree div.Pad {
	width: 3%;
}
#homeTwo div.holder {
	width: 49%;
}
/*Two Columns*/
#twoColWrapper {
	width: 100%;
	margin: 0 auto;
}
#ColumnOne {
	width: 56%;
}
#ColumnTwo {
	width: 39%;
}