html, body {
height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	background:url(../images/bg-body.png) repeat-x;
	background-color: #fff;
	
	}


img{
	border: none;
	}
	
#container{
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-100px;
	position:relative;
	z-index:1000;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
	}
	


#top {
	width: 100%;
	height: 168px;
	background:url(../images/top-bg.png) repeat-x;

}

#top-inner {
	width: 940px;
	height: 168px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	position:relative;
	background:url(../images/shadow-bar.png) no-repeat top center;
}


#logo{
	width: 220px;
	height: 120px;
	position: absolute;
	top: 6px;
	left: 0px;
	}

#top-banner {
	width: 940px;
	height:130px;
	position:relative;
	clear: both;
}

#top-nav {
	width: 940px;
	height:40px;
	margin-left: -8px;
}

#top-nav ul {
    margin:0px;
    padding:0px;
    list-style:none;
    }
	
#top-nav li {
    float:left;
	margin:0px;
    padding:0px;
    }


#top-nav a:link, #top-nav a:visited {
    display:block;
    padding:12px 20px 12px 10px;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
	text-transform: uppercase;
    }
		

#top-nav a:hover {
	color:#000;
  }


#content-top {
	width: 100%;
	height:325px;
	position: relative;
	background-color:#CCC;
	border-top: 1px solid #fff;
}

#content-top-dark {
	width: 100%;
	height:325px;
	position: relative;
	background-color: #0D0201;
	border-top: 1px solid #fff;
}


#main-slider {
	width: 960px;
	height:325px;
	margin: 0px auto;
}




#slide-left {
	width: 460px;
	height:315px;
	margin:10px 10px 0px 10px;
	float:left;
	text-align:center;
}

#slide-right {
	width: 460px;
	height:315px;
	margin:10px 10px 0px 10px;
	float:right;
	text-align:center;
}

#slide-right h2, #slide-left h2{
	font-size: 50px;
	padding: 30px 0px 50px 0px;
	color: #BE1F26;
	font-weight: bold;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	}



#content-middle {
	width: 100%;
	height: 280px;
	border-top: 1px solid #ccc;
	background:url(../images/middle-content-bg.png) repeat-x;
}

#content-middle-inner {
	width: 960px;
	height:280px;
	margin: 0px auto;
	background:url(../images/shadow-bar.png) no-repeat top center;
}

h1{
	font-size: 28px;
	color:#BE1F26;
	padding:10px 0px 10px 0px;
	font-weight: normal;
	text-transform:capitalize;
	}

h2{
	font-size: 24px;
	color:#BE1F26;
	padding:10px 0px 10px 0px;
	font-weight: normal;
	}

h3{
	font-size: 20px;
	color:#BE1F26;
	padding:10px 0px 10px 0px;
	font-weight: normal;
	}
	
.col-double ul{
	color: #666;
	font-size: .9em;
	padding: 5px;
	margin: 0px 0px 10px 25px;
	line-height:1.3em;
	}
	
.col-double li{
	list-style: disc outside;
    margin: 5px;
}

a:link, a:visited{
	color:#BE1F26;
	text-decoration:underline;
	}
	
a:hover{
	text-decoration:none;
	}

.col-double {
	width: 600px;
	min-height:200px;
	padding: 0px 10px 10px 0px;
	margin: 10px 20px 10px 10px;
	float: left;
}

p.orangetext{
	font-size: 1.2em;
	color:#BE1F26;
	padding: 10px 0px 10px 0px;
	}
	
p.smallbluetext{
	font-size:.9em;
	padding: 0px 0px 5px 0px;
	color: #ccc;
	line-height: 1.5em;
	}
	
p.smallbluetext a:link, p.smallbluetext a:visited{
	color: #666;
	text-decoration:none;
	background:url(../images/link-arrow.png) no-repeat left center;
	padding-left: 15px;
	}
	
p.smallbluetext a:hover{
	color: #BE1F26;
	text-decoration:none;
	background:url(../images/link-arrow-over.png) no-repeat left center;
	}
	
	
.col-double p{
	font-size: .9em;
	color:#666;
	padding:5px 0px 5px 0px;
	line-height:1.3em;
	}
	
.address p{
	font-size: .9em;
	color:#666;
	padding:5px 0px 5px 0px;
	line-height:1.3em;
	}

.col-single {
	width: 270px;
	min-height:300px;
	padding: 40px 10px 10px 20px;
	margin: 10px;
	float: left;
	background:url(../images/right-col-bg.png) no-repeat top left;
}
.col-single-home {
	width: 270px;
	min-height:200px;
	padding: 0px 10px 10px 20px;
	margin: 10px;
	float: left;
	background:url(../images/right-col-home-bg.png) no-repeat top left;
}



#content-bottom {
	width: 960px;
	min-height:200px;
	margin: 0px auto;
	background:url(../images/shadow-bar.png) no-repeat top center;
}


.dir-holder{
	width: 600px;
	clear: both;
	min-height:180px;
	padding-bottom:40px;
	background:url(../images/divider-shadow.png) no-repeat bottom;
	}
	
.dir-left{
	float: left;
	width: 200px;
	}
	
.dir-right{
	float: right;
	width: 400px;
	}

.img-holder-right{
	float: right;
	margin: 10px 0px 30px 20px;
	text-align: center;
	}
	
.img-holder-left{
	float: right;
	margin: 10px 20px 30px 0px;
	text-align: center;
	}
	
.img-holder-right img, .img-holder-left img{
	padding: 5px;
	border: 1px solid #ccc;
	}
	
.img-holder-right img p, .img-holder-left img p{
	clear: both;
}

a.btn-small{
	background: #be1f26;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMWYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MjFhMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #be1f26 0%, #921a1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be1f26), color-stop(100%,#921a1d));
	background: -webkit-linear-gradient(top,  #be1f26 0%,#921a1d 100%);
	background: -o-linear-gradient(top,  #be1f26 0%,#921a1d 100%);
	background: -ms-linear-gradient(top,  #be1f26 0%,#921a1d 100%);
	background: linear-gradient(to bottom,  #be1f26 0%,#921a1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be1f26', endColorstr='#921a1d',GradientType=0 );
	-webkit-border-radius: 4px;
	border-radius: 4px; 
    font-weight: bold;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 1px 0px #666;
	box-shadow: 0px 1px 1px 0px #666; 
	text-decoration: none;
	color: #fff;
	text-transform:capitalize;
	}
	
td{
	font-size: .9em;
	color: #666;
	}
	
.small-link{
	font-size: .8em;
	}
	
#map-holder{
	padding:3px;
	border: 1px solid #ccc;
	}

.clear{
	clear: both;
	height:10px;
}

.push {
	height: 100px;
	position:relative;
	clear:both;
	
}
	
#footer{
	height:100px;
	padding-top: 50px;
	margin-top: 20px;
	text-align: left;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	z-index:2000;
	position:relative;
	background-color: #A0ACB4;
	}
	
#footer-inner{
	width: 940px;
	min-height: 60px;
	margin:0px auto;
	}
	
#footer-inner p{
	font-size: .9em;
	padding:5px 0px 5px 0px;
	}
	
#footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:underline;
	}
	
#footer a:hover{
	text-decoration:none;
	}
