body {
	font-size:75%;
	color:#222;
	background:#fff;
	/*background: url('images/bg.gif');
	background-repeat: repeat-x;*/
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

p {
	margin:0 0 1.5em;
}

p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}

p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
.heavy{
	font-size:1.2em;
}

strong {
	font-weight: bold;
	
}

h2 {
	color:rgb(120,0,0);
	font-size: 1.2em;
	padding-bottom: 10px;
	font-weight: bold;
}

h2 a {
color:rgb(120,0,0);
text-decoration: underline;
}

h2 a:hover{
color:#000;
text-decoration: none;
}

.footertext {
	color:#fff;
	font-size: 1.1em;
	font-weight:normal;
	text-align: center;
}

a:focus,a:hover {
	color:rgb(120,0,0);
	text-decoration: none;
}

a {
	color:#000;
	text-decoration:underline;
}

.small {
	font-size:.9em;
	margin-bottom:1.875em;
	line-height:1.875em;
}

.large {
	font-size:1.1em;
	line-height:1.2em;
	margin-bottom:1.25em;
}

.hide {
	display:none;
}

.red {
	color:rgb(120,0,0);
}
.left {
	position:absolute;
	top:150px;
	width:400px;
	height:400px;
	overflow:auto;
	margin-left:20px;

}

.right{
	position:absolute;
	top:150px;
	left:454px;
	width:400px;
	height:400px;
	overflow:auto;
}

.center {
	text-align:center;
}

	
/*text end */

	
/*nav*/
ul.nav {
	list-style:none;
	margin:0;
	padding:0;
}

li.nav {
	display:inline;
	font-size:1.1em;
	padding-right:20px;
}

.navred {
	color:none;
	background-color:#e21b23;
	height:10px;
	width:900px;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}
.navblk {
	color:none;
	background-color: #000;
	height:10px;
	width:900px;
	padding-top:0px;
	margin-top:0px;
	border:none;
}


	
/*end nav*/

	
/*layout*/
#container {
	margin:0 auto;
	margin-top:25px;
	background-image:url(images/layer1.png);
	background-repeat:repeat-y;
	height:600px;
	width:900px;
}

#nav {
	background-color:#fff;
	position:relative;
	left:15px;
	width:850px;
	height:100px;
}
#address{
position:absolute;
top:10px;
right:5px;

}

#content {
	position:relative;
	top:10px;
	background-color:#fff;
	height:570px;
	width:900px;
}

#navlist {
	position:absolute;
	top:60px;
	left:60px;
}

#footer {
	width:900px;
	height:60px;
	top:50px;
	position:relative;
}

#footer2 {
	background-color:rgb(120,0,0);
	width:auto;
	height:140px;
	top:50px;
	position:relative;
}


/*slider*/
#panel {
	background: rgb(120,0,0);
	height: 150px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #000;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.slide a:hover{
	color:#fff;
	text-decoration: underline;

}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -45px;
	text-align: center;
	width: 600px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font-size:1.5em;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

.fleft{
	float:left;
	height:250px;
	width:150px;
	margin-right:20px;
	
}
