﻿/* =Positioning
===================================================*/

/* main wrapper that holds it all centrally */

#Background
{
	background-color: #1c2d35;
	width:100%;
	height:100%;
	display:block;
}

#wrapper
{
	width: 765px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	
}
.alignLeft { float:left; margin-right: 1em; }
.alignRight { float:right; margin-left: 1em; }

#wrapperPopup
{
	width: 100%;
	position: relative;
	background-color: white;
	padding:10px;
}

#wrapperPopupCMS
{
	width:100%;
}



#contentWarapper
{
	height: auto;
	width:737px;
	margin: 0 10px 0 18px;
	background-color: #FFFFFF;
	display:block;
}

#header
{
	float: left;
	width: 765px;
	background-color:#cc4501;
	z-index:1;
}

#mainNav
{
	height: auto;
	width: 147px;
	float: left;
	background-color: #FFFFFF;
}

#content
{
	padding-left: 6px;
	width: 574px;
	float: left;
	display: block;
	background-color: #FFFFFF;
}

#footer
{
	height: 65px;
	border-top: solid 2px;
	text-align: right;
	margin-top: 20px;
	margin: 10px 10px 0 20px;
	background-color: #FFFFFF;
}

#footer_homepage
{
	height: 25px;
	border-top: #ee2d24 thin solid;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
	margin-top: 20px;
	background-color: #FFFFFF;
}

#footer_left
{
	text-align: left;
}

#contentColumn
{
	display: block;
	width: 100%;
	
}

img {
float:left;
margin: 3px 10px 0px 0px;
}

.contentColumnLeft
{
	float: left;
	border-right: solid 1px;
	padding: 0 5px 0 0;
	width:47%;
}

.contentColumnRight
{
	float: right;
	/*border-right: solid 1px;*/

	padding: 0 10px 0 0;
	width:49%;
}

#clientLogin
{
	background-color:White;
	width:150px;
}

.login p
{
    margin:0px;
    padding: 0 5px 5px 0px;
    line-height:11pt;
}

.login
{
	background-image: url(../img/bkg_login.jpg);
	background-color:#b9450c;
	background-repeat:repeat-x;
	padding:5px 0px 0px 5px;
	color:white;
	margin:0px;
	display:block;
	width:143px;
}

.loginBottom
{
	background-color:#16262b;
	padding:0px;
	width:147px;
	height:32px;
}

.bottom-left
{
	background-image: url( '../img/bottom_left.png' ); /* example: 4 images 30x20 px = combined 60x40 px */
	float: left; /* DNC: stay at the left of the page container */
	width: 4px; /* CHANGE: width of 1 single image (makes repeating invisible) */
	height: 4px; /* CHANGE: height of 1 single image, clips under or upper half of the combined image */
	margin-top: -4px;
	margin-right: 4px;
	background-position: 100% -4px;
	font-size: 2px;
	position: relative;
}

.bottom-right
{
	background-image: url( '../img/bottom_right.png' ); /* example: 4 images 30x20 px = combined 60x40 px */
	float: right; /* DNC: go to the right of the page container */
	width: 4px; /* CHANGE: width of 1 single image (makes repeating invisible) */
	height: 4px; /* CHANGE: height of 1 single image, clips under or upper half of the combined image */
	margin-top: -4px;
	margin-left: 4px;
	background-position: 100% -4px;
	font-size: 2px;
	position: relative;
}

.top-left
{
	background-image: url( '../img/top_left.png'); /* example: 4 images 30x20 px = combined 60x40 px */
	float: left; /* DNC: stay at the left of the page container */
	width: 4px; /* CHANGE: width of 1 single image (makes repeating invisible) */
	height: 4px; /* CHANGE: height of 1 single image, clips under or upper half of the combined image */
	margin-top: -4px;
	margin-right: 4px;
	background-position: 100% 4px;
	font-size: 2px;
	position: relative;
	top:4px;
}

.top-right
{
	background-image: url( '../img/top_right.png' ); /* example: 4 images 30x20 px = combined 60x40 px */
	float: right; /* DNC: go to the right of the page container */
	width: 4px; /* CHANGE: width of 1 single image (makes repeating invisible) */
	height: 4px; /* CHANGE: height of 1 single image, clips under or upper half of the combined image */
	margin-top: -4px;
	margin-left: 4px;
	background-position: 100% -4px;
	font-size: 2px;
	position: relative;
	top:4px;
}

.imgBoderLeft
{
	float:left;
	margin-right:5px;
	margin-bottom:5px
}


.servicesCol2
{
	float:right;
}
.servicesCol1
{
	float:left;
	width:280px;
}

.CMSimg
{
	border:solid 20px #1c2d35;
}


