body {
background-color:#f9f9f9;
font-family: Arial, Helvetica, sans-serif;
color:#333;
margin:0;
padding:0;
font-size:12px;
line-height:20px;
}

ul {
list-style-image:url("images/arrow.png")
}

a {
color:#ed7000;
}

a:hover {
color:#333;
}

#wrapper {
width:760px;
background-color:#fff;
margin:0 auto;
}

#header {
width:760px;
height:259px;
margin:0px auto;
margin-bottom:10px;
background-image:url('images/header.png');
margin-top:10px;
}

#header h2 {
padding:10px;
}

#header h3 {
padding:10px;
}

#nav {
background-color: #EEEEEE;
    border-radius: 0 0 5px 5px;
    height: 40px;
    margin: -10px auto 0;
    width: 760px;
}


#content {
width:465px;
float:left;
padding:10px 25px;
padding-bottom:60px;
}

#sidebar {
width:220px;
float:right;
margin-bottom:25px;
padding:10px 10px;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#sidebar h2 {
text-align:center;
}

#footer {
clear:both;
width:100%;
height:auto;
background-color:#EDEDED;
border-top:1px dashed #ccc;


}

#footer p {
padding:10px 25px;
color:#555;
}

#footer p.serving_areas {
font-size:11px;
color:#777;
}


h1 {
font-size:18px;
}

h2, h3, h4, h5 {
font-size:16px;
}

#top-bar {
width:760px;
height:15px;
margin:0 auto;
font-size:10px;
}

#top-bar a {
float:right;
color:#BBB;
text-decoration:none;
padding-right:10px;
}

#logo {
width:311px;
height:54px;
float:left;
margin-top:177px;
}

#footer_content {
width:760px;
margin:0 auto;
padding:5px 25px;
}

#header_wrap {
width:100%;
background-color:#F9F9F9;
}

#nav_wrap {
height:40px;
width:100%;
background-color:#EDEDED;
border-bottom:1px dashed #ccc;
border-top:1px dashed #ccc;
margin-top:-10px;
}

#nav ul {
list-style-type:none;
float:left;
margin:0 auto;
padding-top:10px;
margin-left:-15px;
}

#nav ul li{
    display: inline;
    padding:15px;
}

#nav ul li a {
display:inline;
text-decoration:none;
text-transform:uppercase;
color:#555;
font-weight:bold;
}

#nav ul li a:hover {
color:#ed7000;
}

#nav ul li .current {
color:#ed7000;
}

/* Contact Form */
#contact p, label, legend { font: 1em Arial, sans-serif; text-align:center; }

#contact h1 { margin: 10px 0 10px; font-size: 18px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { background-color: #EEE;
    float: right;
    padding: 0 10px 10px;
    width: 200px; 
	border-radius:5px;
}

/* Form style */

#contact input, textarea {width: 188px; height:14px; margin: 0; padding: 4px; color: #999; background: #fff; border: 1px solid #ccc; margin: 4px 0; font-family:arial, helvetica, sans-serif; font-size:12px;}

#contact select {width: 198px; height:26px; margin: 0; padding: 4px; color: #666; background: #fff; border: 1px solid #ccc; margin: 4px 0; font-family:arial, helvetica, sans-serif; font-size:12px;}

#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { background-image: url("images/orangecontactsprite.png");
    border: medium none;
    cursor: pointer;
    height: 52px;
    margin-bottom: 5px;
    width: 200px; }
#contact input.submit:hover { 	background-image:url('images/orangecontactsprite.png');
	background-position: 0 -52px; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { float: left;
    margin: 0;
    padding: 0;
    width: 180px;
    border:none; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #ccc; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 14px; line-height: 14px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { color:green; font-size:12px; text-align:center; }

acronym { border-bottom:1px dotted #ccc; }
/* End Contact Form */

#footer a {
text-decoration:none;
color:#ed7000;
}

#footer a:hover {
color:#333;
}

/* Badges */

.badge1 {
	margin-top: 20px;
	float: right;
	padding-right: 5px;
	background-image: url("images/badgeSprite.jpg");
	width: 220px;
	height: 156px;
}

.badge2 {
	float:right;
	padding-right:5px;
	background-image: url("images/badgeSprite.jpg");
	background-position: 0 -160px;
	width:220px;
	height:90px;
	margin-top:15px;
	
}

.badge3 {
	float:right;
	padding-right:5px;
	background-image: url("images/badgeSprite.jpg");
	background-position: 0 -165px;
	width:220px;
	height:90px;
	margin-top:15px;
	
}

.badge4{
	float:right;
	padding-right:5px;
	background-image: url("images/badgeSprite.jpg");
	background-position: 0 -255px;
	width:220px;
	height:90px;
	margin-top:15px;
	
}

.badge5{
	float:right;
	padding-right:5px;
	background-image: url("images/badgeSprite.jpg");
	background-position: 5px -350px;
	width:220px;
	height:85px;
	margin-top:25px;
	
}

.badge6{
	float:right;
	padding-right:5px;
	background-image: url("images/badgeSprite.jpg");
	background-position: 5px -435px;
	width:220px;
	height:60px;
	margin-top:25px;
	
}

.badge7{
	float:right;
	padding-right:5px;
	background-image: url("images/badgeSprite.jpg");
	background-position: 5px -465px;
	width:220px;
	height:60px;
	margin-top:15px;
	
}

.badge8{
	float:right;
	padding-right:5px;
	background-image: url("images/badgeSprite.jpg");
	background-position: 5px -530px;
	width:220px;
	height:60px;
	margin-bottom:15px;
	margin-top:15px;
	
}

/* End Badges */

#footer .left {
width:300px;
height:auto;
float:left;
}

h6 {
font-size:16px;
margin-top:25px;
margin-bottom:5px;
}

