/* CSS Document */
body{
		margin:0;
		padding:0;
		background-image:url(images/body_bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#18314A;
		text-align: center;
		font-family:Arial, Helvetica, sans-serif;
		}
		
#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color:#FFFFCC;
width: 420px;
visibility: hidden;
z-index: 100;
font-weight:bold;
}
		

#container{
	width: 707px; 
	margin: 0 auto;
	text-align:left;
}

#header {
	height:129px;
	background:url(images/hdr.jpg);
}

#mainContent{
	height:432px;
	padding:0px;
	margin:0px;
	position:relative;
}


h2{
	color:#063A6C;
	font-size:18px;
	margin:10px 0px 0px 15px;
}


#bottom{
	float:left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width:707px;
}

.contact{
	float:left;
	width:353px;
	height:160px;
	background-color:#0487AC;
	padding: 0px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#000033;
}

.contact h2 {
	color:#FFF;
	text-align:left;
}

.contact p {
	margin:10px 0px;
}

.contact a{
color:#000033;
}

#mares {
position:absolute;
top:50px;
left:30px;
width:300px;
height:104px;
background-image:url(images/mares.png);
z-index:5;
cursor:pointer;
}

#slogan {
position:absolute;
top: 165px;
left: 35px;
z-index:5;
font-size:14px;
font-weight:bold;
color:#fff;
}

.mustard{
	float:left;
	width:353px;
	height:145px;
	background-color:#B4AC95;
	border-right:#FFFFFF dashed 1px;
	padding:15px 0 0 0;
	margin:0;
}

.mustard h2{
	/*font-style: italic;*/
	color:#810A09;
	margin:0 0 0 15px;
	padding:0;
}

.mustard img{
  margin:16px 0 0 25px;
  padding:0;
  vertical-align:bottom;
}



#footer {
	background:url(images/inner_body_bg.gif) repeat-x center;
	height:30px;
	float:left;
	width:707px;
	line-height:30px;
	font-size:12px;
	text-align:center;
	color:#063A6C;
	margin: 2px 0px 0px 0px;
}
