@charset "utf-8";

/*Begin CSS*/
		* { margin: 0; padding: 0; }
	
		#page-wrap { position: relative; width: 600px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px #999999; -webkit-box-shadow: 0 0 20px #999999; box-shadow: 0 0 20px #999999; }
html {
        background: url(images/color-stripes-v1.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
}

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	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:#333333;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1em;
}
p {
line-height:1.8em;
}

#container {
	width: 524px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
}
#header {
	width:520px;
	margin: 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. */
	overflow:hidden;
	clear:both;
	}
#rightHeader {
	float:right;
	position:relative;
	right:0;
	width:130px;
	text-align:right;
	margin:0 0px 0 0;
	display:inline;
	overflow:hidden;
}

#leftHeader {
	float:left;
	width:350px;
	margin:0 0 0 0px;
	padding:0 -10px 0 0px;
	display:inline;
	overflow:hidden;
	}
#header p {
	line-height:1.8em;
}
#header ul {
		border: 0;
		margin: 0;
		padding: 0;
		height:30px;
		list-style-type: none;
		width: 100%;
		text-align: center;
	}

#header ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin:0;
		border-width: 1px 0;
		border-color: #009ddc;
		border-style: solid;

	}

#header ul li a {
		width: 86.61px;
		height: 20px;
		padding: 17px 0 10px 0;
		margin: 0;
		background:#009ddc;
		color: #fff;
		text-decoration: none;
		display: block;
		text-align: center;
		font-size:1em;
		font-weight:bold;
	}

#header ul li a:hover {
		color: #fff;
		background: #009ddc;
		text-decoration:underline;
	}
	
#header li#active a {
		color: #fff;
		background:#009ddc;
		text-decoration:underline;
		border: 0;
	}

#header h1 {
	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 */
}
#mainContent {
	width:520px;
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}
#mainContent p{
	line-height:1.8em;
	margin: 0 0 1.5em 0;
	color:#222222;
}
#mainContent h1{
	font-size:19px;
	color:#444444;
	text-align:center;
	line-height:20px;
}
#mainContent h2{
	font-size:85px;
	color:#444444;
	margin: -30px 0 0 0;
	line-height:75px;
	text-align:center;
	font-family: helvetica, arial, sans-serif;
}
#mainContent2 {
	width:520px;
	float:left;
	padding: 0;
	margin:0;
	overflow:hidden;
}
#mainContent2 p{
	line-height:1.8em;
	margin: 0 0 1.5em 0;
}
h1 {
	font-size:1.5em;
	font-weight: bold;
	line-height: 2em;
}
h2 {
	font-size:16px;
	font-weight:normal;
	line-height:1.4em;
	}
.center {
	text-align:center;
}
h3 {
	font-size:14px;
	line-height:1.8em;
}
#slider h2 {
	font-size:14px;
	line-height:1em;
}
#slider p {
	text-align:right;
	line-height:1.6em;
	color:#444444;
}
#mainContent h3 {
	font-size:medium;
	font-weight:lighter;
	line-height: 0;
	clear:both
}
#mainContent span {
	color:#333;
}
#map_canvas{
	margin:10px 0;
	padding:0;
	width: 520px; 
	height: 320px;	
}
#leftColumn {
	width:220px;
	float:left;
	position:relative;
	left:0;
	margin:0 0 20px 0;
	padding:0 15px 20px 25px;
	background:#E7E8EC;
	overflow:hidden;
}
#rightColumn {
	width:240px;
	float:left;
	position:relative;
	right:0;
	padding:0 0 0 20px;
	margin:0;
	border:0;
}
#footer {
	width:520px;
	height:260px;
	float:left;
	margin: 0;
	border:1px solid #ccd0e1;
}
#leftFooter {
	width:256x;
	float:left;
	position:relative;
	left:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
#rightFooter {
	width:220px;
	float:left;
	position:relative;
	right:0;
	padding:10px 0 0 20px;
	margin:0;
	border:0;
	}
#rightFooter p{
	font-size:11px;
	}
span.phone {
	font-size:25px;
	}
#cright {
	width:520px;
	text-align:center;
	position:relative;
	}
#header  img{
	padding: 30px 0 0 0;
	}
img.twoCenter {
	float:left;
	margin: 0 40px 20px 40px;
	border:0;
	}
img.pad {
	padding:5px;
	}
img.padLeft {
	padding:10px 0 0 10px;
}
img.floatRight {
	float:right;
}
img.floatLeft {
	float:left;
}
img.triplogo {
	padding: 5px 5px 5px 30px;
	}
img.padRight {
	padding: 5px 25px 5px 0 ;
	}
img.bottomLeft {
	float:left;
	margin: 25px 0 0 30px;
	}
img.bottomMiddle {
	float:left;
	margin: 5px 0 0 59px;
	}
img.padv{
	padding:10px 0;
	}
.padBottom {
	padding:0 0 10px 0;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	clear:both;
	
}
a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #005c9a;
    display: block;
    float: left;
    font: bold 12px helvetica, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	position:relative;
	left:43px;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:hover {
    background-position: top right;
    color: #6600ff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: top left;
    padding: 5px 0 5px 18px; /* push text down 1px */
}
a.button:active {
    background-position: bottom right;
    color: #6600ff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.oneColFixCtrHdr #container #mainContent span {
	font-size: 84px;
	font-family: helvetica, sans-serif;
}

ul#testy li {
	padding:0;
	margin:0;
	position:absolute;
	/* For web browsers who care */
	opacity: 0;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	list-style-type:none;
	width: 339px;
}
#padLeft {
	width:370px;
	position:relative;
	float:right;
	overflow:hidden;
	height:200px;
	padding:20px;
	margin:0;
	}
.oneColFixCtrHdr #container #mainContent #testy  p {
	float:right;
}
img {
border:0;
}
/* New stuff */
#carousel {
	width:520px;
	float:left;
	margin:0px 0px 0px 0px;
}
#carousel2 {
	margin:10px 0px 0px 0px;
	padding:20px 20px 0px 100px;
	position:relative;
}

#slider li img {
	top:-10px;
	position:relative;
	z-index:0;
}

/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
	position:relative;
	right:0;
	color:#444444;
}

#buttons a {
	display:inline; 
	outline:0;
}

a#prev {
	text-decoration:none;
	color:#333;
}

a#prev:hover {
	text-decoration:underline;
	color:#005c9a;
}

a#next {
	text-decoration:none;
	color:#333;
}

a#next:hover {
	text-decoration:underline;
	color:#005c9a;
}

.clear {clear:both}

/* Easy Slider */
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		line-height:1.2em;
		font-family: helvetica, arial, sans-serif;
		font-size:17px;
		color:#444444;
		}
	#slider2{margin-top:10em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:312px;
		height:150px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:24px;
		height:80px;
		position:absolute;
		left:0px;
		top:50px;
		z-index:1000;
		}	

	#nextBtn, #slider1next{ 
		left:496px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:24px;
		height:80px;
		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:-14px 0px 0px 0px;
		padding:0;
		height:20px;
		}
	ol#controls li{
		margin:0 0 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		line-height:20px;
		background:#ffffff;
		color:#ffffff;
		padding:0 2px;
		text-decoration:none;
		font-size:2px;
		height: 20px;
		width: 25px;
		border-bottom:#e9f6ff solid 12px;
		}
	ol#controls li.current a{
		background:#ffffff;
		color:#ffffff;
		font-size:2px;
		height: 20px;
		width: 25px;
		border-bottom:#0066cc solid 12px;

		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	ol#controls li a:hover {
		background:#ffffff;
		color:#C9D3E8;
		font-size:2px;
		height: 20px;
		width: 27px;
		border-bottom:#ffffff solid 12px;
	}
	
/* // Easy Slider */


