html, body {
	height: 100%;
	font: 18px Arial;
	line-height: 1.25em;
}

body {
	background-attachment: fixed;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #000;
	margin: 0 0 0 0; 
}

#header {
	position: absolute;
	background-color: #c11111;
	top: 0px;
	width: 100%;
	border: none;
	margin:0 0 0 0;
	height: 240px;
	clear: both;
	float: none;
	z-index: 0;
}


#header .titlebar {
	float: left;
	width: 100%;
	background-color: #666;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

#header .titlebar .phone {
	line-height: 1.9em;
	font-weight: bold;
	float: left;
	margin: 10px;
}

#header .titlebar .date {
	line-height: 1.9em;
	float: right;
	font-weight: bold;
	margin: 10px;
}



#logo {
		position: relative;
		top: 30px;
		background: transparent url(../images/logo.png) no-repeat 10px 5px;
		height: 120px;
		z-index: 1000;

}

#nav {
	position: relative;
	top: 25px;
	background-color: #222;
	color: #fff;
	font: 12px Arial;
	font-weight: bold;
	width: 100%;
	background-color:  #222;
	text-align: center;
}

#contact {
	cursor: pointer;
}


#photo1 {
	position: absolute;
	top: 10px;
	left: 355px;
	height: 247px;
	width: 305px;
	background: transparent url(../images/bannerphoto1.gif) no-repeat;
	z-index:1001;
}

#photo2 {
	position: absolute;
	top: 25px;
	right: 100px;
	height: 186px;
	width: 241px;
	background: transparent url(../images/bannerphoto2.gif) no-repeat;
	z-index:1002;
}

#photo3 {
	position: absolute;
	top: 55px;
	left: 595px;
	height: 166px;
	width: 206px;
	background: transparent url(../images/bannerphoto3.gif) no-repeat;
	z-index:1005;
}

#photo4 {
	position: absolute;
	top: 15px;
	left: 745px;
	height: 275px;
	width: 316px;
	background: transparent url(../images/bannerphoto4.gif) no-repeat;
	z-index:1003;
}

#banner {
	position: relative;
	top: 40px;
	height: 200px;
	background: transparent url(../images/banner.jpg) no-repeat -650px;
}


.image-wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}


ul.images
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 25px;
	margin-top: 25px;
	text-align: center;
}

.images li
{
	display: inline;
	list-style-type: none;
	padding-left: 40px;
}


.images a img{
	padding: 4px 4px 4px 4px;
	border: 2px solid #ccc;
}

.images a:link, #images a:visited
{
	color: #fff;
	text-decoration: none;
}

.images a:hover
{
	color: #fff;
	text-decoration: none;
}

#footer {
	position: fixed;
	bottom: 0;
	float: left;
	width: 100%;
	background-color: #666;
	padding-left: 20px;
	color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#noUpdate
{
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
    width: 210px; 
    height: 200px;	
    padding: 40px;
}

#media {
	text-align:center;
	
}

ul.list li {
	padding: 7px;
	list-style-image: url(../images/bullet.gif);
}

#email{
	position: relative;
	text-align: center;
	left: -160px;
	margin-left: 50%;
}
