@charset "utf-8";
body {
	font-family: "Trebuchet MS", serif, Arial, Verdana;
	font-size: 12px;
	background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

a:link {
	border: 0;
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	border: 0;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	border: 0;
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	border: 0;
	color: #FF0000;
	text-decoration: none;
}

#backtile_blk {
	position: absolute;
	width: 100%;
	height: 45px;
	background-image: url(../images/black-strip_bg_tile.png);
	z-index: -1;
	top: 0px;
	left: 0px;
}

#backtile_red {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0px;
	background-image: url(../images/red-strip_bg_tile.png);
	height: 135px;
	z-index: -2;
}

#container {
	width: 982px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container #welcomeBlock {
	width: 400px;
	float: left;
	margin-right: 25px;
	text-align: justify;
}

#container #dynamic {
	width: 530px;
	float: left;
	position: relative;
}

#container #promoBlock {
	width: 425px;
	float: left;
	margin: 20px 25px 0 0;
}

#container #infoBlock {
	width: 500px;
	float: left;
	text-align: justify;

}

#header {
	position: relative;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#header #topnav {
	position: absolute;
	top: 127px;
	width: 980px;
	text-align: center;
	z-index: 100;
}

/*#menu li {
	list-style: none;
	display: inline;
	padding: 0 100px 0 0;
}

#menu .first {
	padding-left: 30px;
}

#menu a:link {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #ec1d31;
	text-decoration: none;
}

#menu a:active {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}*/

#header h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: 12px;
	left: 525px;
}
#mainContent {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 959px;
	padding: 0 10px;
}

#textTestimonialBlock {
	width: 550px;
	float: left;
	margin: 0 45px 0 0;
}

#vidTestimonialBlock {
	width: 350px;
	float: left;
	background-color: #e1e1e1;
	margin: 10px 0 0 0;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border: 1px solid #000000;
}

#dateBlock {
	border-top: 2px solid #000000;
	border-bottom: 1px dotted #000000;
	color: #000000;
	padding: 5px 0;
	font-size: 10px;
}

#addressBlock {
	padding: 5px;
	width: 30%;
	float: left;

}

#contactBlock {
	padding: 5px;
	width: 30%;
	height: 55px;
	float: left;

}

#hoursBlock {
	padding: 5px;
	width: 30%;
	float: left;

}

#videoheader {
	background: url(../images/red-strip_bg_tile.png);
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border: 1px solid #CCCCCC;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: relative;
}

#footer #credits {
	position: absolute;
	background-image: url(../images/footer.png);
	width: 1033px;
	height: 75px;
	top: 0px;
	left: -25px;
}

#innercredits {
	position: relative;
}

#sociallinks {
	position: absolute;
	width: 300px;
	top: 28px;
	left: 700px;
}

#sociallinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sociallinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sociallinks a:hover {
	color: #000000;
	text-decoration: none;
}

#sociallinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright {
	position: absolute;
	color: #FFFFFF;
	top: 25px;
	left: 35px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Jquery Slider CSS*/

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{

		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 

		width:530px;
		height:185px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		position: absolute;
		top: 140px;
		left: 10px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/*End Jquery Slider CSS*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Dynamic Menu*/

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm .first {
	padding-left: 15px;
}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 16px "Trebuchet MS", serif, Arial, Verdana;
		font-weight:bold;
		
	}

	#jsddm li a
	{	display: block;
		padding: 5px 20px 0 5px;
		text-decoration: none;
		color: #FFFFFF;
		width: 160px;
		white-space: nowrap}

	#jsddm li a:hover
	{color: #ec1d31;
		}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			top: 32px;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			
			text-align: left;
			}
		
		#jsddm li ul li a
		{	width: auto;
			color: #FFFFFF;
			background-image: url(../images/black-strip_bg_tile.png);}
		
		#jsddm li ul li a:hover
		{	background-image: url(../images/red-strip_bg_tile.png);
			color: #FFFFFF;
		}


