/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
}



fieldset,img{
	border:0;
	text-align: center;
}

html{
    height:100%;
    margin-bottom:1px;
}
 
body{
    position:relative;
}

:focus{
    outline:hidden;
}

/* links */
a{
    color:#3399FF;
    text-decoration:none;
}

a:hover{
	text-decoration:none;
	color: #F00;
}


a.learnmorelink{
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

a.learnmorelink:hover{
	text-decoration:none;
	color: #E51937;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
/* header elements */
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	line-height:100%;
}

h1{
	font-size:25px;
	color: #000;
	font-weight: normal;
}

h2{
    font-size:23px;
}

h3{
    font-size:18px;
}

h4{
    font-size:15px;
}

h5{
    font-size:14px;
}

h6{
    font-size:11px;
}

/* page setup */
body{
    background:#e9e9ea;
    font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#666;
	font-size:12px;
	background-image: url(images/background_01.jpg);
	background-repeat: repeat-x;
	background-color: #BDBCBA;
	font-family: Arial, Helvetica, sans-serif;
}

/* wrapper setup */
div.rapidxwpr{
	margin:auto;
	width:980px;
	
}

/* header */
div#header{
	background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
	}
	
div#header img{
margin:15px 0 0 15px;
}

div#navbar{
	position:relative;
	background-image: url(images/nav_bkgd.gif);
	background-repeat: repeat-x;
	height: 33px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* logo */
div#logo, img#logo{
    position:absolute;
    top:0px;
    left:5px;
    width:231px;
    height:63px;
    border:0;
}
div#line{
	position:absolute;
	top:0px;
	left:0px;
	width:5px;
	height:63px;
	border:0;
	float: left;
}
div#line2{
	position:absolute;
	width:1px;
	height:63px;
	border:0;
	float: right;
	left: 979px;
}

/* main body setup */
div#bodycontent{
	padding:20px;
}


div#middle{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #555555;
    box-shadow: 1px 2px 2px #555555;
    float: left;
    height: auto;
    margin: 0px auto 0;
    width: 978px;
}

div#left{
	width:295px;
	float: left;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
	text-align:center;
   }

div#center{
	width:295px;
	float: left;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 12px;
	text-align: left;
   }

div#right{
	width:325px;
	float: left;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
   }

   div#contentboxwide{
	width:600px;
	float: left;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
   }
      div#contentboxfull{
	width:960px;
	float: left;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
   }
div#contentboxtwocolumn{
	width:450px;
	float: left;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
   }
ul {
	margin-top: 0;
	margin-right: 0;
	list-style-type: square;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 10px;
}
#contentboxfull ul {
	margin-top: 0;
	margin-right: 0;
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 30px;
}
#contentboxwide ul {
	margin-top: 0;
	margin-right: 0;
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 30px;
}
#contentbox ul {
	margin-top: 0;
	margin-right: 0;
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 30px;
}
 .contentline{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	width: 8px;
	vertical-align: bottom;
	margin-top: 10px;
   }
.graysubhead14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
}
.graytext14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666;
}
   
.boxtop{
	width:295px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding-top: 7px;
	padding-left: 5px;
   }
.boxmiddle{
	width:295px;
	height: auto;
	padding-left: 5px;
	text-align: center;
   }


    div#sideimage{
	width:148px;
	height:187px;
	background-image: url(images/smallgraphic.jpg);
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
   }





/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
}

div#content{
    width:auto;
}

/* footer */
div#footer{
	border-top: 1px solid #CCCCCC;
    clear: both;
    font-family: Arial,Helvetica,sans-serif;
    padding: 10px;
    text-align: center;
    width: 980px;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}
.alignleftborder{
	float:left;
	margin:0 20px 0 0;
	border: medium solid #eeeded;
}
.aligncenterborder{
	border: medium solid #eeeded;
	background-position: center;
	text-align: center;
	
}
.aligncenter{
	background-position: center;
	text-align: center;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}
.alignleftpress{
	float:left;
	clear: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	height: 150px;
	width: 115px;
}

/* main image */
div.main-image{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 13px;
	width: 675px;
	float: left;
	clear: both;
}
div.secondary-image{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 13px;
	width: 960px;
	float: left;
	height: 175px;
}

/* welcome */
div.news{
	width: 266px;
	float: right;
	height: 221px;
	margin-right: 13px;
	background-image: url(images/news_bkgd.jpg);
	background-repeat:no-repeat;
	margin-top: 10px;
	clear: right;
}
div.clients{
	background-image: url(images/ourclients_bkgd.gif);
	background-repeat: no-repeat;
	width: 266px;
	float: right;
	height: 112px;
	margin-right: 13px;
	margin-top: 12px;
	clear: right;
}

div.clientstext{
	width: 250px;
	float: left;
	margin-left: 7px;
	margin-right: 5px;
	margin-top: 30px;
}
div#ourcompanies{
	width: 951px;
	height: 56px;
	margin-right: 10px;
	margin-left: 13px;
	background-image: url(images/ourcompaniesbg.jpg);
	float: left;
}
div.images {
	margin-left:147px;
	display:block;
}
div#haveyouheardscroller{
	width: 790px;
	float: right;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 3px;
}
div.homeheading{
	width: 951px;
	margin-right: 10px;
	margin-left: 13px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
	float: left;
	line-height: 25px;
}
div.fullwidth{
	width: 951px;
	float: left;
	margin-right: 10px;
	margin-left: 13px;
	margin-top: 15px;
}

   /* Text Styles */
.text {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
.text12{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.history12{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-image: url(images/logobutton.jpg);
	list-style-position: inside;
}

.text12ul{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
}
.quotetext{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 28px;
	color: #666;
}
.subnav {
	height:30px;
	width: 150px;
	background-image: url(images/subnav.jpg);
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
textarea{
	background-color: #F2F2F2;
	border: 1px inset #333333;
	color: #333333;
	font-weight: normal;
	height: 220px;
	width: 225px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
.WideTEXTAREA{
	background-color: #F2F2F2;
	border: 1px inset #333333;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	height: 40px;
	width: 500px;
	padding: 0px;
} 

.longTEXTAREA{
	background-color: #F2F2F2;
	border: 1px inset #333333;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	height: 30px;
	width: 275px;
	padding: 0px;
} 

.altButtonFormat{
	background-color: #C11E05;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px inset #996633;
	font-size: 11px;
	color: #FFF;
	float: none;
	height: 22px;
	width: 125px;
	margin: 1px;
} 

.altTextField{
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px inset #666666;
	height: 22px;
	width: 175px;
	vertical-align: middle;
	padding-top: 6px;
} 
.homepageheading {
	color: #F00;
	text-transform: uppercase;
	font-size: 22px;
}
.redtext {
	color: #F00;
}
.blacktext {
	color: #000;
}
.question {
	background-color: #CCC;
	height: 30px;
	width: 285px;
	padding: 5px;
	color: #000;
}

input[type="text"]#zip { display: none; }
