

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide from IE-mac */


* {
	padding: 0;
	margin: 0;
}

hr { display: none; }


table, td, tr {
            background: none;
		border: 0;
}
	

/*----------------------------------------------------------------------------   
    page backgrounds & main container
-----------------------------------------------------------------------------*/

/* inners */
body { background: #fff url(../images/core/bg-tile.gif) repeat-x; }
body #page { background: url(../images/core/bg.gif) center top no-repeat; }

/* homepage */
body.home { background: #fff url(../images/index/bg-tile.gif) repeat-x; }
body.home #page { background: url(../images/index/bg.gif) center top no-repeat; }



#container {
	width: 1200px;
	margin: 0 auto;
}


/*----------------------------------------------------------------------------   
    header
-----------------------------------------------------------------------------*/
#header {
	height: 127px;
	position: relative;
}

/* logo */
#header .logo {
	position: absolute;
	top: 0; left: 190px;
	width: 222px; height: 105px;
}

#header .logo a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 222px; height: 105px;
}

#header .logo { background: url(../images/core/logo.gif) no-repeat; }
body.home #header .logo { background: url(../images/index/logo.gif) no-repeat; }


/* logo */
#header .phone {
	position: absolute;
	top: 0; left: 650px;
	width: 282px; height: 105px;
	font: Verdana, Arial;
	color: #D3122D;
	font-weight:bold;
}


#header .login {
	font:  10px/11px Verdana, Arial;
	color: #231f20;
	position: absolute;
	top: 12px; right: 0;
	width: 252px; height: 115px;
}

#header .login td {
	padding: 2px;
	vertical-align: middle;
}

#header .login a {
	color: #231f20;
	text-decoration: underline;
}

#header .login a:hover { 
	color: #D3122D;
	text-decoration: underline; 
}

input.fields {
	font:  10px/10px Verdana, Arial;
	color: #231f20;
	background: #fff;
	border: 1px solid #ddd;
	padding: 2px;
}

input.formbutton {
	background: url(../images/bg-button.jpg) no-repeat right;
	padding: 0 25px 0 3px;
	height: 26px;
	width: auto;
	font: bold 11px/11px "Trebuchet MS", Arial, Verdana;
	color: #405744;
	border: 2px solid #fff;
	cursor: pointer;
}

/*top nav */
.topnav {
	position: relative;
	left: 0; bottom: 5px;
}

.topnav ul { list-style: none; }
.topnav li {
	display: inline;
	margin-left: 12px;
}

.topnav a {
	text-decoration: none;
	font: bold 12px/14px Verdana, Arial;
	color: #333;
}

.topnav a:hover { 
	color: #D3122D; 
	text-decoration: underline;
}



/*----------------------------------------------------------------------------   
    nav
-----------------------------------------------------------------------------*/
#nav ul {
	list-style: none;
	height: 35px;
}

#nav li {
	display: inline;
	width: 110px;
	float: left;
}

#nav li a {
	background: url(../images/core/bg-tab.gif) no-repeat;
	font: bold 9px/8px Verdana, Arial;
	height: 25px;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 100px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover { background-position: -110px 0; }
#nav li.active a  { background-position: -110px 0; }


/*----------------------------------------------------------------------------   
    flash (homepage), titles (inners)
-----------------------------------------------------------------------------*/
#flash { height: 274px; }

#title {
	height: 90px;
}

#title h1 {
	font: 24px/30px Verdana, Arial;
	color: #fff;
	padding: 30px 0 0 15px;
}

#title h2 {
	font: 14px/16px Verdana, Arial;
	color: #fff;
	padding: 30px 0 0 15px;
}

#title h3 {
	font: 12px/14px Verdana, Arial;
	color: #fff;
	padding: 30px 0 0 15px;
}

#title h4 {
	font: 10px/12px Verdana, Arial;
	color: #fff;
	padding: 30px 0 0 15px;
}


 
/*----------------------------------------------------------------------------   
    footer
-----------------------------------------------------------------------------*/
#footer { margin-bottom: 25px; }

#footer-nav {
	width: 497px;
	float: left;
	padding: 5px 15px;
	height: 30px;
	background: #d3122d;
	font: 9px/9px Verdana, Arial;
	color: #fff;
}

#footer-nav ul { list-style: none; }
#footer-nav li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px 5px 2px 0;
	border-right: 1px solid #fff;
}

#footer-nav a {
	color: #fff;
	text-decoration: none;
}

#footer-nav a:hover { text-decoration: underline; }


#footer-copyright {
	width: 191px;
	float: right;
	padding: 5px 15px;
	height: 30px;
	background: #231f20;
	font: 9px/14px Verdana, Arial;
	color: #fff;
}

#footer-pds {
	width: 191px;
	float: right;
	padding: 5px 15px;
	height: 30px;
	background: #fff;
	font: 9px/9px Verdana, Arial;
	color: #231f20;
}

#footer-pds a {
	color: #231f20;
	text-decoration: none;
}

#footer-pds a:hover { text-decoration: underline; }


/*----------------------------------------------------------------------------   
    content
-----------------------------------------------------------------------------*/
#content {
	margin: 25px 0 50px 0;
	padding: 0;
	font: 11px/14px Verdana, Arial;
	color: #4d4547;
}

#content p { margin: 15px 0; }
#content a { color: #000; }
#content a:hover { color: #d3122d; }

#content ul { margin: 20px 0 20px 45px; }

#content hr {
	display: block;
	border:0;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}

#content h2 { font-size: 18px; }
#content h3 { font-size: 16px; }
#content h4 { font-size: 14px; }
#content h5 {
	font: 14px Verdana, Arial;
	color: #d3122d;
	font-weight:bold;
}

#content td {
  border:0;
  vertical-align:top;
  padding:3px;
  background: none;
}

#content table {
  border:0px ;
  border-right:0;
  border-bottom:0;
}


/* homepage */
body.home #content {
	margin: 25px 0 25px 0;
	padding: 0;
}

body.home #content #text {
	float: left;
	width: 497px;
	padding: 15px;
	background: #eceaea;
	height: 210px;
}

body.home #content #mission {
	width: 191px;
	float: right;
	padding: 15px;
	background: #231f20;
	font: 11px/14px Verdana, Arial;
	color: #fff;
	height: 210px;
}

body.home #content #banner1 {
	width: 236px;
	float: left;
	padding: 5px;
	background: url(../images/site/header.png) no-repeat;
	font: 11px/14px Verdana, Arial;
	color: #231f20;
	height: 250px;
}


body.home #content #banner2 {
	width: 236px;
	float: left;
	padding: 5px;
	background: url(../images/site/header2.png) no-repeat;
	font: 11px/14px Verdana, Arial;
	color: #231f20;
	height: 250px;
}

body.home #content #banner4 {
	position: absolute;
	top: 800px; left: 5px;
	width: 255px; height: 250px;
	float: left;
	font: 11px/14px Verdana, Arial;
	color: #231f20;
	margin-left: -5px; 
	margin-top: -270px;
	background: url(../images/boxbg.jpg) no-repeat;
}

body.home #content #banner5 {
	position: absolute;
	top: 1020px; left: 30px;
	width: 255px; height: 250px;
	float: left;
	font: 11px/14px Verdana, Arial;
	color: #231f20;
	height: 250px;
	margin-left: 250px; 
	margin-top: -490px;
	background: url(../images/boxbg.jpg) no-repeat;
}


body.home #content #banner6 {
	position: absolute;
	top: 960px; left: 500px;
	width: 255px; height: 250px;
	float: left;
	font: 11px/14px Verdana, Arial;
	color: #231f20;
	margin-left: -500px; 
	margin-top: -250px;
	background: url(../images/boxbg.jpg) no-repeat;
}

body.home #content #banner7 {
	position: absolute;
	top: 960px; left: 531px;
	width: 255px; height: 250px;
	float: left;
	font: 11px/14px Verdana, Arial;
	color: #231f20;
	margin-left: -250px; 
	margin-top:  -250px;
	background: url(../images/boxbg.jpg) no-repeat;
}



#innertext {
	float: left;
	width: 900px;
	padding: 0px;
}


#innertext table, td, tr {
      background: none;
		border: 0;
}

body.home #content #banner3 {
	width: 450px;
	float: right;
	padding: 5px;
	background: none;
	font: 11px/14px Verdana, Arial;
	color: #231f20;
	height: 300px;
}

#testimonials {
	width: 425px;
	float: right;
	padding: 10px 20px 10px 30px;
	background: none;
	font: 11px/14px Verdana, Arial;
	color: #333;
	height: 100px;
	margin-left: 450px; 
	margin-top: -10px;
	margin-right: 10px;
}


#newslayout {
	width: 800px;
	padding: 2px;
	background: #F6F6F6;
	border: 2px solid #ddd;
	font: 11px/14px Verdana, Arial;
	color: #333;
	height: 20px;
	margin-left: 170px; 
	margin-top: -20px;
	margin-right: -30px;
}