* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-color:#313F4E;
	color:#E1ECF5;
}

a {border:none; text-decoration:underline; color:#A7CC00;}
a:hover {text-decoration:none;}

p {margin-bottom:12px;
line-height:1,5px;}
img {
	border: none;
}
.right { float:right; padding-left: 10px; padding-bottom: 10px}
input {vertical-align: middle}
#wrapper {
	width: 766px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left: 1px solid #0F263D;
	border-right: 1px solid #0F263D;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 328px;
	background: #516C82;
	background-image:url(../images/back.jpg); background-position:bottom; background-repeat:no-repeat;
}
#logo {
width:310px; height:109px; float:left; background-image:url(../images/logo.gif); background-position:left; background-repeat:no-repeat;}
#phone  { float:right; padding-right:25px; padding-top:15px; color: #FFFFFF; font-size:16px; font-weight:bold;}

#lot {position: absolute; padding-top:290px; padding-left:440px;}

#content {
	padding: 10px 15px 110px;
	background: #5C7A94;
	background-image:url(../images/bg_main.jpg); background-position:bottom; background-repeat:repeat-x;
}

#content ul {margin:0 0 12px; padding:0; list-style:none}
#content li {background: url(../images/pimp2.gif) no-repeat  left; padding-left:15px; line-height:18px; color:#E0E6ED;}
#content li a {color:#E0E6ED; text-decoration:underline;}
#content li a:hover {text-decoration:none;}

.link1 {text-decoration:underline;color:#A7CC00; background:url(../images/pimp1.gif) no-repeat left bottom; padding-left:15px;}
.link1:hover {text-decoration:none;}


.sectiontableheader {
padding:3px 3px 3px 10px;
background-color:#313F4E;
font-size:14px;
font-weight:bold;
}


.backlink {background-color:#5C7A94; font-size:20px; padding-bottom:10px; padding-left:10px; padding-right:10px; padding-top:10px}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 766px;
	margin: -110px auto 0;
	height: 110px;
	background: #313F4E;
	border-top: 3px solid #0F263D;
	background-image:url(../images/bg_bottom.jpg); background-position:top; background-repeat:repeat-x;
}


#counter {float:left; padding-left: 20px; padding-top: 20px;}
#webdev {float:right;  padding-right: 20px; padding-top: 20px;}


#menu {
  white-space: nowrap;
  height: 47px;
  text-align:center;
  background: #193852;
}

#menu ul {
  margin: 0;
  padding: 0;
  height:47px;
  list-style:none;
  
}

#menu li {
    display:inline;
	
	padding-top:20px;
	
}

#menu a {
  width:153px;
  background-image:url(../images/h_butt3.gif); background-position:center; background-repeat:no-repeat;
  font-family: Tahomf, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  float:left;
  display:block;
  height: 47px;
  line-height: 45px;

  color: #ffffff;
  text-decoration: none;
}
#menu a:hover {
  width:153px;
  background-image:url(../images/2h_butt1.gif); background-position:center; background-repeat:no-repeat;
  font-family: Tahomf, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  float:left;
  display:block;
  height: 47px;
  line-height: 45px;

  color: #ffffff;
  text-decoration: none;
}

#menu a#active_menu-nav {
        background-image:url(../images/2h_butt1.gif); background-position:center; background-repeat:no-repeat;	
        height: 47px;
	line-height: 45px;

}
























	#ez_slideshow{
		width:100%;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 332px;	/* IE 5.x */
		height/* */:/**/320px;	/* Other browsers */
		height: /**/320px;
				
	}
	#previewPane img{
		line-height:240px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:bold;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:1.0em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0px;	
	
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		padding-top:17px;		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=75);
		opacity: 0.75;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:inherit;
		border:0px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
