/* CSS Document */

/* Basic Stuff */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
/* End hide from IE-mac */


body {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #333;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-image:url(images/layout/background-gradient.jpg);
	}
	
body A:link    	{ color: #e2001a; font-weight: normal; text-decoration: underline; }
body A:active  	{ color: #e2001a; font-weight: normal; text-decoration: underline; }
body A:visited 	{ color: #e2001a; font-weight: normal; text-decoration: underline; }
body A:hover  	{ color: #000000; font-weight: normal; text-decoration: underline; }
	
h1 {
	font: 20px Tahoma, "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #e2001a; 
	padding-top: 0px;
	padding-bottom:10px;
	margin-top: 10px;
	font-weight: normal;
}

h2 {
	font: 15px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #e2001a; 
	padding-top: 0px;
	padding-bottom:10px;
	margin-top: 10px;
	font-weight: bold;
}

	
#main {
	background: #fff;
	}
	
/* Top Section */
	
#head {
	width: 975px;
	position: left;
	margin: 0 auto;
	background-color: #fff;
	}
	
#logo {
	width: 300px;
	float: left;
	position:relative;
	background-color: #fff;
	vertical-align:middle;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#phone {
	width: 400px;
	float: right;
	margin-top: 30px;
	background-color: #fff;
	position:relative;
	}
	
	

/* Top */

#navbar {
	width: 924px;
	height: 108px;
	margin-left: 26px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: #fff;
	}
	
/* Side Nav */

#mainx{
margin-left:175px;
width: 570px;
padding: 0px;
}
	
ul {
	list-style:none;
	margin: 0;
	padding-left: 0px;
	}
	
#lcolx{
	width:154px;
	float:left;
	margin-left: 0px;
	margin-right: 20px;
}

#menu9 {
	width: 154px;
	}
	
#menu9 li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 29px;
	text-decoration: none;
	padding-left: 10px;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #fff;
	display: block;
	background:  url(images/layout/side-nav.gif);
	padding: 0px 0px 0px 10px;
	line-height:29px;
	}
	
#menu9 li a:hover {
	color: #e2001a;
	text-decoration: none;
	background:  url(images/layout/side-nav-hi.gif);
	padding: 0px 0px 0px 10px;
	line-height:29px;
	}
	
/* Main Content */
	
#content {
	width: 975px;
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	background: #fff;
	}
	
#middle {
	margin-top:0px;
	margin-left: 26px;
	margin-right: 25px;
	padding-top: 0px;
	float:left;
	width:924px;
	position: relative;
	background: #fff;
	}	

#flash-box{
	background: url(images/layout/flash-back.gif) no-repeat;
	width: 743px;
	height: 290px;
	padding-left: 7px;
	padding-top: 7px;
	float:left;
	margin-right: 0px;
}


#homecontent {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	color: #000;
	float: left;
	width: 924px;
	margin-top: 5px;
	margin-right: 0px;
	line-height: 18px;
}

	

/* Footer */

#foot {
	float:left;
	width:924px;
	position: relative;
	font-size: 8pt;
	color: #575757;
	margin-top: 20px;
	margin-bottom:20px;
	}
	
#foot a {
	margin-right:0px;
	text-decoration:none;
	font-size: 8pt;
	color:#575757;
	padding-right:5px;
	padding-left: 5px;
	}
	
#foot a:hover, 
#foot a:hover a {
	color:#e2001a;
	text-decoration: underline;
	}
.black {color: #000000}h3 {
	font: italic bold 15px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333333;
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #333333;
}
h4 {
	font: bold 18px/25px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	margin: 25px;
	padding: 25px;
}
h5 {
	font: bold 14px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	margin: 8px 25px 25px;
	padding: 8px 25px 25px;
}
