@charset "UTF-8";
/* CSS Document */
/* hide from ie on mac \*/
html {
     height: 100%;
}

/* end hide */
body {
	background-color:#292929;
	margin:0 auto;
	text-align: center;
	font-family:Helvetica, Arial, sans-serif;
	color:#a9ddda;
	line-height:170%;
	height: 100%;
	font-weight:bold;
}

#bgTile {
	position:absolute;
	width:100%;
		height: 100%;
		background:url('../images/bgTile.gif') repeat-x;
	
}

#container {
	text-align:left; /* reset text alignment */ 
	width:960px; /* or a percentage, or whatever */ 
	margin:0 auto; /* for the rest */ 
}

#header {
	position: relative;
	width: 960px;
	height: 256px;
	background:url('../images/header.gif') no-repeat;
}

#footer {
	position: relative;
	width: 700px;
	height: 210px;
	top:70px;
	left:260px;
	border-top: #592049 solid 3px;
	float:left;
}

#headDetails {
	position: relative;
	width: 250px;
	height: 100px;
	left:690px;
	top:115px;
}

#column2 {
	display:block;
	position:relative;
	background:url('../images/title1.gif') no-repeat;
	width: 430px;
	top:40px;
	float:left;
	padding-right: 50px;
	padding-top:20px;
	
}
#column3 {
	display:block;
	position:relative;
	background:url('../images/title2.gif') no-repeat;
	width: 460px;
	top:40px;
	float:left;
	padding-top:20px;
	
}

#block1 {
		display:block;
	position:relative;
	width: 260px;
	float:left;
}
#block2 {
		display:block;
	position:relative;
	width: 300px;
	float:left;
}

#unit1 {
	display:block;
	position:relative;
	width: 210px;
	top:0px;
	float:left;
	background:url('../images/detGraphic2.gif') no-repeat;
}
#textBlock1 {
	padding-left:20px;	
}

.main {
	padding-top:10px;
	font-size:16px;
	
}

.address {
	font-size:22px;
	
}

a {

    padding: 2px 7px;
    text-decoration: none;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: background-color 0.5s linear;
    color: #292929;
    margin-bottom: 1px;
    outline: none;	
}
a:Hover {
	  padding: 2px 7px;
    text-decoration: none;
    background: #f8ef1d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: background-color 0.5s linear;
    color: #292929;
    margin-bottom: 1px;
    outline: none;
}