/* *********************************************************
   Test splash page
   ********************************************************* */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, helvetica, tahoma, arial;
 	background-color: #621e2d;
	line-height:16px;
}

h1 {
   font-size: 18px;
   font-weight : bold;
   padding : 0px 0 0px 0;
   margin : 0;
}

h2 {
   font-size: 18px;
   font-weight : bold;
   padding : 0px 0 0px 0;
   margin : 0;
}
a {
  color : #ffffff;
  background : none;
  text-decoration : none;
}

a:hover {
		color : #ffffff;
		text-decoration : underline;
}

.content {
		 margin : 0 auto;
		 width : 900px;
}

#main_pic {
 		  position:relative;
 		  margin-top: 20px;
 		  background-image: url(images/splash_1.jpg);
 		  width: 900px;
 		  height: 675px;
}

#navigation {
 		  position:absolute;
 		  top: 130px;
 		  left: 435px;
 		  width: 435px;
 		  height: 45px;
 		  color: #621e2d; 
}

#navigation a {
 		 display:block;
		 width:180px;
		 height:20px;
		 font-weight:bold;
		 font-size:17px;
		 text-align:center;
		 float:left;
		 margin-left:28px;
		 padding-top:12px;
		 padding-bottom:12px;
}


#text_block {
 		  position:absolute;
 		  top: 185px;
 		  left: 465px;
 		  width: 380px;
 		  height: 230px;
 		  font-size: 14px;
 		  color: #621e2d; 
		  text-align : justify;  /* can have left right center */
		  
}

#text_block2 {
 		  position:absolute;
 		  top: 170px;
 		  left: 530px;
 		  width: 335px;
 		  height: 230px;
 		  font-size: 12px;
 		  color: #000000; 
		  text-align : justify;  /* can have left right center */
}

#visit a {
    display: block;
    float: left;
    font-size: 17px;
    font-weight: bold;
    height: 20px;
    margin-left: 185px;
    padding-bottom: 32px;
    padding-top: 40px;
    text-align: center;
    width: 180px;
}


#footer {
	display: block;
	clear: both;
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-align: center;
}

.clear {
	clear: both;
}

/* hide ugly dotted lines */
* html a:hover {
	border: 1px solid #acb3b7;
}

/* hack for IE to display correct font size */
* html body {
	font-size: small; /* for IE5/Win */
	f\ont-size: medium; /* for other IE versions */
}


.contact-left {
	float:left;	
	width:120px;
}

.contact-left div {
	margin-bottom:16px;	
}

.cont-details {
	clear:both;	
}

.share {
	position:absolute;
	width:165px;
	left:197px;
	top:10px;
	font-size:12px;
}


.share strong {
	float:left;
	margin-right:6px;
	color:#FFFFFF;
}