@charset "UTF-8";


@import "reset.css";
@import "typography.css";


/* -------------------------------------------------------------- 

   screen.css
   * Action Express page layout.
   
-------------------------------------------------------------- */


#pagewrapper {
	position:relative;
	
	}

.contentwrapper {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;;

	}

#infobar {
	height: 35px;
	width: 100%;
	color: #FFFFFF;
	font-size:12px;
	}
	
#infobar .left {
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	}
	
#infobar .right {
	float: right;
	padding-top: 7px;
	padding-right: 38px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#infobar a {
	color: #FFFFFF;
	text-decoration: none;
	}

#infobar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#masthead {
	height: 158px;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	}
	
#toolboxwrapper {
	height: 45px;
	width: 100%;	
	}
	
#soundbox {
	background-color: #000000;
	height: 16px;
	width: 16px;
	float: left;
	padding-right: 40px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#logoboxtop {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 362px;
	background-image: url(/images/logoboxtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#logo{
	float: left;
	text-indent: -9999px;
	margin: 0px 0 0 0;
	width: 255px;
	height: 76px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 18px;
	left: 32px;
}

#logo a{
	display: block;
	width: 255px;
	height: 76px;
}

#login{
	float: left;
	text-indent: -9999px;
	margin: 0px 0 0 0;
	width: 135px;
	height: 21px;
	background-image: url(/images/login_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 60px;
	left: 708px;
}

#login a{
	display: block;
	width: 135px;
	height: 21px;
}

#navwrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 45px;
	width: 518px;	
	}

#actionbar {
	margin: 0px;
	padding: 0px;
	height: 113px;
	width: 880px;
	background-image: url(/images/actionbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#maincontent {
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 32px;
	background-color: #FFFFFF;
	}
	
#mainphoto {
	background-image: url(/images/mainphoto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 267px;
	width: 396px;
	float: left;
	}

#featurecontent {
	float: left;
	padding-left: 20px;
	width: 396px;
	text-align: left;
	}
	
#featurecontent p{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	}
	
#topcontent {
	padding-bottom: 20px;
	}
	
#twocol {
	position: relative;
	width: 816px;
	z-index: 40;
	}
	
#threecol {
	position: relative;
	width: 816px;
	z-index: 40;
	}
	
.subfeaturebox {
	font-weight: normal;
	color:#666666;
	height: 100%;
	padding-right: 10px;
	}
	
.subfeaturefloat {
	width: 100%;
	height: 100%;
	padding-right: 10px;
	float: left;
	text-align: left;	
	}

.subfeaturebox-nopad {
	font-weight: normal;
	color:#666666;
	height: 100%;
	padding-right: 0px;
	}
	
.subfeaturebox-int {
	font-weight: normal;
	color:#666666;
	height: 100%;
	padding-right: 0px;
	padding-bottom: 20px;
	}

.subfeaturebox-nopad-int {
	font-weight: normal;
	color:#666666;
	height: 100%;
	padding-right: 0px;
	}
	
.subfeaturefloat-nopad {
	width: 100%;
	height: 100%;
	padding-right: 0px;
	float: left;
	text-align: left;	
	}
	
#subfeature-special {
	background-image: url(/images/deliveryperson.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 202px;
	width: 200px;
	position: absolute;
	left: 630px;
	top: -202px;
	z-index: -2;
	margin: 0px;
	padding: 0px;
	}

#int-col1 {
	width: 546px;
	padding-right: 20px;	
	}

#int-col2 {
	width: 250px;	
	}
	
#int-col3 {
	width: 440px;
	padding-right: 40px;	
	}

#int-col4 {
	width: 320px;	
	}
	
.makeit {

	}
	
#mapicon {
	background-image: url(/images/mapicon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 140px;
	padding-left: 40px;
	padding-top: 4px;
	margin-top: -10px;
	padding-bottom: 20px;
}


#footer {
	font-size:12px;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	background-color: #FFFFFF;
	}
	
#footer .left {
	float: left;
	text-align: left;
	}
	
#footer .right {
	float: right;
	text-align: right;
	}
	
#footer a {
	color: #666666;
	text-decoration: none;
	}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}

#footerbar {
	background-image: url(/images/footerbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 880px;
	margin-bottom: 40px;
}

#popupwindow {
	height: 100%;
	width: 400px;
	padding: 20px;
}


/* -------------------------------------------------------------- 

   *MAIN NAVIGATION.
   
-------------------------------------------------------------- */


#nav li {
float: left;
list-style: none;
text-decoration: none;

}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
	list-style :none;
	text-decoration :none;
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
}


/*up state*/
li#nav01 a {
	left: 0px;
	width: 89px;
	background-position: 0 0;
}

li#nav02 a {
	left: 89px;
	width: 89px;
	background-position: -89px 0;
}

li#nav03 a {
	left: 178px;
	width: 85px;
	background-position: -178px 0;
}

li#nav04 a {
	left: 263px;
	width: 116px;
	background-position: -263px 0;
}

li#nav05 a {
	left: 379px;
	width: 139px;
	background-position: -379px 0;
}


/*hover state*/
li#nav01 a:hover {
background-position: 0 -46px;
}

li#nav02 a:hover {
background-position: -89px -46px;
}

li#nav03 a:hover {
background-position: -178px -46px;
}

li#nav04 a:hover {
background-position: -263px -46px;
}

li#nav05 a:hover {
background-position: -379px -46px;
}


/*current state*/

#body_home li#nav01 a {
background-position: -0px -46px;
}

#body_aboutus li#nav02 a {
background-position: -89px -46px;
}

#body_services li#nav03 a {
background-position: -178px -46px;
}

#body_cities li#nav04 a {
background-position: -263px -46px;
}

#body_contactus li#nav05 a {
background-position: -379px -46px;
}

/* LEFT NAVIGATION ------------------------------------------------
-------------------------------------------------------------- */


#navlist {
	margin: 0px;
	padding: 0px;	
	
}


#navcontainer
{
	float: left;
	width: 250px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

#navcontainer ul
{
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	width: 250px;
	padding: 0;
	margin: 0;
}

#navcontainer li a
{
	text-decoration: none;
	color: #666666;
	display: block;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 16px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3F5E5F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	color: #F00;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-color: #D9D9D9;
}


/* special formatting for home page link */
#navcontainer a#notopborder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}

/* styles for the "you are here" buttons */
#navcontainer a#currentlink {
	padding-right: 5px;
	padding-left: 16px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(/horizon/images/sub_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	border: none;
	
}

#navcontainer a#currentlink:hover {
	color: #FFFFFF;
}


/* -----------------------  SUB NAVIGATION  ----------------------- */

.subnavspace {
	height: 10px;
	width: 100%;
}


#navcontainer li li
{
	border: none;
	margin: 0;
}

#navcontainer li li a
{
	text-decoration: none;
	color: #0f76c2;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 35px;
	margin: 0px;
	border: none;
}

#navcontainer li li a:hover
{
	color: #0f76c2;
	background-image: url();
	border: none;
	text-decoration: underline;
}



/* styles for the "you are here" buttons */
#navcontainer a#subcurrent {
	padding-right: 5px;
	padding-left: 35px;
	margin: 0px;
	color: #0f76c2;
	font-weight: bold;
	
}

#navcontainer a#subcurrent:hover {
	color: #0f76c2;
}




/* Misc classes and elements
-------------------------------------------------------------- */


/* In case you need to add a gutter above/below an element */
.prepend-top {
  padding-top: 25px;
}

.append-bottom {
  padding-bottom: 25px;
}

/* Use a .box to create a padded box inside a column.  */
.box {

}

/* Use this to create a horizontal ruler across a column. */

#hr {
	position: relative;
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	background-color: #FF0000;
	z-index: 20;
}


hr {
	clear: both;
	float: none;
	width: 100%;
	height: 2px;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	background-color: #FF0000;
}



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* Border on right hand side of a column. */
div.border {
  margin-right: 5px;
  border-right: 1px solid #EAE3D9;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #EAE3D9;
}



/* ------------------------------------------------------- */

/* tables */

.odd {
	background-color: #E5E5E5;
}

.bright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.bbottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #038CDB;
}

.nopad {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.tabletext {
	vertical-align: top;
	font-size: 12px;
	line-height: 120%;
}

.tableheader {
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.tabledisc {
	font-size: 10px;
	padding-top: 10px;
	line-height: 120%;
}

.acenter {
	text-align: center;
	width: 100%;
}

