
/* Normalize padding and margins */
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th {
 margin: 0;
 padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 line-height:normal;
 display:block;
 overflow:hidden;
 height:auto;
 width:auto;
}


/* Normalize list styles */
ol, ul {
 list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, th, td, var {
 font-style: normal;
 font-weight: normal;
}

/* Normalize table borders */
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
 border: 0;
}
 
/* Normalize text-alignment */
caption, th {
 text-align: left;
}

html, body {
 width:100%;
}

.clear {
 clear: both;
 height:1px;
}

html{
  overflow-x:hidden;
  overflow-y:auto;
/* background:url(/images/bg.jpg) repeat;*/
  
}

@font-face {
    font-family: 'AngelinaRegular';
    src: url('fonts/angelina-webfont.eot');
    src: url('fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/angelina-webfont.woff') format('woff'),
         url('fonts/angelina-webfont.ttf') format('truetype'),
         url('fonts/angelina-webfont.svg#AngelinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
 font-family:Arial, Helvetica, sans-serif;
 background:url(images/top-bg.jpg) repeat-x top; 
 
}	
	
	
.wrapper{
		width:1024px!important;
		margin:0 auto !important;
		padding-top:0px !important;
		position:static !important;
		}
		
.header {
    background: url("images/header-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 155px;
}	
	
	

.login{
  float:right;
  width:291px;
  text-align:right;
  margin-right:0px;
  margin-top:20px;
  color:#fff;
  border:1px dashed #302a2a;
  padding:15px;
}

.login table tr td{
	font-size:11px;
	text-align:right;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}

.login form input[type=text], .login form input[type=password]{
	width:200px;
	border:1px solid #4e4848;
	height:25px;
	background:#7b7374;
	text-align:left;
	font-size:11px;
	color:#fff;
	margin:0 0 3px 5px;
	padding:0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	}
	
.login form input[type=submit]{
	background:#231d1d;
	border:1px solid #000;
	width:70px;
	text-align:center;
	color:#fff;
	height:25px;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	line-height:22px;
	padding:0;
	margin:0;
	}
		
#main_container{
	width:1100px;
	margin:0 auto;
	padding:0;
	}
	
.Breadcrumb{
	width:1088px;
	background:#bbbbbb;
	padding:4px;
	margin-bottom:10px;
	position:absolute;
	top:205px;	
	}	
	
.Breadcrumb, .Breadcrumb a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:10px;
	}
	
.Breadcrumb a:hover{
	color:#fff;
	}		

#left_column{
	width:220px;
	float:left;
	margin:5px;
	padding-top:20px;
	}
	
#left_column a{
	border:none;
	display:block;
	}	
	
#middle-column{
	width:588px;
	height:auto;
	float:left;
	border:1px dashed #000;
	padding:18px;
	margin:5px;
	margin-top:25px;
	}
	
#middle-column .gmap-container{
	width:200px;
	height:auto;
	float:right;
	margin:0 0 10px 20px;
	}
	
#right-column{
	float: right;
	width:219px;
	margin:5px;
	margin-top:25px;
	}
	
#right-column a{
	border: 1px solid #000;
	display:block;
	}		
	
#nav{
    clear: both;
    display: block;
    height: 44px;
    margin-bottom: 10px;
    padding-top: 2px;
    width: auto;
}


#nav ul{
   display:block;
}

#nav ul li{
   background:url(images/divider.jpg) right repeat-y;
   float:left;
   position:relative;
}

#nav ul li a{
   font-size:14px;
   color:#fff;
   padding:0 34px;
   text-decoration:none;
   line-height:43px;
   text-transform:uppercase;
   font-weight:bold;
   text-shadow:1px 1px 1px #000;
}

#nav ul li a:hover{
   text-decoration:none;
   color:#d2ac39;
}

#nav ul li ul{
	display:none;
	}
	
#nav ul li:hover ul{
	display:block;
	position:absolute;
	background:#3a3a38;
	width:200px;
	height:auto;
	padding:0px;
	z-index:1000;
	}
	
#nav ul li ul li{
	display:block;
	background:none;
	float:none;
	}	
	
#nav ul li ul li a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:0;
	border:none;
	padding:5px 10px;
	line-height:22px;
	}
	
#nav ul li ul li a:hover{
	color:#fff;
	background:#d2ac39;
	}
	
#nav ul li ul li ul{
	display:none!important;
	}
	
#nav ul li ul li:hover ul{
	display:block!important;
	position:absolute;
	background:#3a3a38;
	width:250px;
	height:auto;
	padding:0px;
	z-index:1000;
	left: 200px;
  	top: 1px;
	}

#footer{
  background:url(images/footer-bg.jpg) repeat;
  height:73px;
  width:1100px;
  padding:10px 0 0 0;
  position:absolute;
  bottom:0;
  position:inherit;
  margin:0 auto;
}

#footer .left{
	margin-top:40px;
	color:#fff;
	text-align:left;
	font-size:11px;
	width:500px;
	}
	
#footer .right{
	float:right;
	position:relative;
	top:-10px;
	right:30px;
	}
.welcometext{
	  border: 1px dashed #302a2a;
	  color: #fff;
	  float: right;
	  margin-right: 0;
	  margin-top: 20px;
	  padding: 15px;
	  text-align: center;
	  width: 291px;
	  margin-right: 16px;
	  text-transform: uppercase;
}
	
	
