body{
	text-align:center;
	background:#0b3757;/*background image goes here*/
	margin:0;
	padding:0;
	}
#centerHack{ /*fixes float bug in IE 6 using small monitors*/
	width:766px;
	position:relative;
	margin:0 auto;
	}
#wrapper{  /*contains everything*/
	position:relative;
	width:766px;
/*	height:936px;*/
	float:left;
	background-image:url(../img/backgroundTile.gif);
	background-repeat:repeat;
	/*border:3px solid #bcb5a3;*/
	/*these font values are inherited by all nested containers*/
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-align:left;
	padding-bottom:76px;
	}
/******************************************************  GLOBAL CONTAINERS  */
#pageContainer{    /*just for the white background*/
	float:left;
	position:relative;
	left:45px;
	top:32px;
	width:676px;
	background:#fff;
	}
#header{
	position:relative;
	top:0px;
	width:648px;
	height:391px;
	background:#fff;
	margin:0 auto 0px auto;
	border-left:2px solid #e6e6e6;
	border-right:2px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
	/*border:1px solid #0f0;*//*subtract 2x value from width*/
	}
#header img {display:block;margin:0 auto;text-align:center;}
.topLeft{
	float:left;
	position:relative;
	top:6px;
	left:7px;
	width:230px;
	}
.topLeft a{
	display:block;
	width:230px;
	height:35px;
	border-bottom:2px solid #fff;
	background-image:url(../img/buttonBig.jpg);
	background-position:top;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	text-indent:6px;
	text-decoration:none;
	color:#191919;
	z-index:10;
	}
.topLeft a:hover{
	background-image:url(../img/buttonBig.jpg);
	background-position:bottom;
	color:#050;
	}

.topRight{
	float:left;
	position:relative;
	top:6px;
	left:5px;
	width:406px
	height:206;
	}
.bottomLeft{
	float:left;
	position:relative;
	top:8px;
	left:12px;
	width:228px;
	}
.bottomLeftBlue{
	float:left;
	width:227px;
	height:175px;
	background-image:url(../img/leftServices.jpg);
	}
.blueButtonTD a{
	display:block;
	width:67px;
	height:16px;
	background-image:url(../img/clickHereBlue.jpg);
	background-position:top;
	}
.blueButtonTD a:hover{
	background-image:url(../img/clickHereBlue.jpg);
	background-position:bottom;
	}
.bottomLeftOrange{
	float:left;
	position:relative;
	top:6px;
	width:227px;
	height:175px;
	background-image:url(../img/leftInstallation.jpg);
	}
.orangeButtonTD a{
	display:block;
	width:67px;
	height:16px;
	background-image:url(../img/clickHereOrange.jpg);
	}
.orangeButtonTD a:hover{
	background-image:url(../img/clickHereOrange.jpg);
	background-position:bottom;
	}
.bottomRight{
	float:left;
	position:relative;
	top:12px;
	left:28px;
	width:406px;
	height:350px;
	}
.bottom{
	float:left;
	position:relative;
	top:12px;
	left:22px;
	width:644px;
	}
#footer{
	float:left;
	position:relative;
	top:22px;
	left:12px;
	width:652px;
	height:60px;
	background:#e6e6e6;
	border-bottom:0px solid #fff;
	margin-bottom:32px;
	padding-top: 12px;
	}

.blueTable{
	position:relative;
	left:5px;
	top:71px;
	width:220px;
	font-family: arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:0px solid #000;
	}
.largeTD{
	width:210px;
	height:21px;
	border:0px solid #000;
	}
.largeTD a{
    color:#000;
	text-decoration:none;
	}
.largeTD a:hover{
    color:#000;
	text-decoration:underline;
	}
.smallTD{
	width:10px;
	height:21px;
	border:0px solid #000;
	}
.middleTD{
	width:140px;
	height:21px;
	border:0px solid #000;
	}
.buttonTD{
	width:70px;
	height:21px;
	border:0px solid #000;
	}
.stylered {color: #FF0000}

.twocol ul { width:500px; } /* this could be any length in px or % */
.twocol ul li { width: 50%; float: left; list-style: bullet; margin: 0px;}

/*******************************************************************  MISC  */
.clear{clear:both;}/*used for clearing floats*/
#header img {display:block;margin:0 auto;text-align:center;}
