@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bkgd.jpg);
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

.oneColFixCtrHdr #container {
	width: 1025px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColFixCtrHdr #header {
	background-image:url(images/logobig.jpg);
	background-repeat:no-repeat; 
padding:60px 0 0 0;
height:300px;

}


.oneColFixCtrHdr #mainContent {
	padding: 10px 5px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
height:800px;
width:1025px;

}




#testy {
font-family:"Times New Roman", Times, serif;
font-weight:normal;
margin:0;
padding:0;
	position:absolute;
	left: 170px;
	top:85px;
	z-index:3;
	background-color: #444444;
	color:#CCCCCC;
	width:355px;
	height:280px;
	visibility:hidden;
	border-left-width:thin;
border-left-style:solid;
border-left-color:#CCCCCC;
border-right-width:thin;
border-right-style:solid;
border-right-color:#CCCCCC;
border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
}
#testy a {
text-decoration:none;
color:	#CCCCCC;
}
#testy a:hover {
text-decoration: underline;
}
#header ul {
list-style-type:none;
}
#testy h2 {
font-size:20px;
padding:20px 0 0 20px;
margin:0;
}
#testy ul {
height:210px;
padding:0 0 0 30px;
margin:0;
}
#testy ul li {
margin:0;
font-size:18px;
padding:0;
}
#floater {
margin:0;
padding:0;
width:170px;
position:absolute;
left: 180px;
top:0;	

border-left-width:thin;
border-left-style:solid;
border-left-color:#CCCCCC;
height:280px;
padding:0 0 0 10px;
margin:0;
}
.drop {
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-size:18px;
margin:0;
padding:0;
position:absolute;
background-color: #444444;
	color:#CCCCCC;
	visibility:hidden;
	border-left-width:thin;
border-left-style:solid;
border-left-color:#CCCCCC;
border-right-width:thin;
border-right-style:solid;
border-right-color:#CCCCCC;
border-bottom-width:thin;
border-bottom-style:solid;
border-bottom-color:#CCCCCC;
	}
.drop a {
text-decoration:none;
color:	#CCCCCC;
}
.drop a:hover {
text-decoration: underline;
}


#services {
position:absolute;
left:300px;
top:85px;
z-index:4;
width:220px;
height:100px;
}
.drop ul {
position:absolute;
left:0;
top:0;
padding:20px;
margin:0;
}

.float {
position:absolute;
top:0;
padding:0;
border-left-width:thin;
border-left-style:solid;
border-left-color:#CCCCCC;
}

#servfloat {
left:125px;
width:65px;
height:100px;
}




#about {
position:absolute;
left:420px;
top:85px;
z-index:5;
width:210px;
height:80px;
}
#aboutfloat {
postion:absolute;
left:100px;
width:60px;
height:80px;
}
#testi {
position:absolute;
left:535px;
top:85px;
z-index:6;
width:200px;
height:75px;
}
#testifloat {
postion:absolute;
left:85px;
width:75px;
height:80px;
}




ul#navigation {
overflow: hidden;
padding: 0;
margin: 0 0 0 250px;
color:#CCCCCC;
list-style-type:none;
width: 100%;
}
ul#navigation li { 
float: left;
display:inline;
font-family:"Times New Roman", Times, serif;
font-style:normal;
font-size:22px;
padding: 0 10px; }
ul#navigation li a {
color: #CCCCCC;
text-decoration: none;

float: left;

}

ul#navigation li a:hover {
color: #444444;
background-color: #CCCCCC;
}
ul#navigation li#youarehere a { 
color:#CCCCCC;
background-color:#999999; 
}
  .rightdiv{
	position:absolute;
	z-index:2;
	left:360px;
	top:110px;
	
  }

  .oneColFixCtrHdr #header h1 {
font-size:24px;
padding-top:50px;
padding-left:10px;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
color:#996600;

}

  .oneColFixCtrHdr #header p {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
  padding: 0 20px 20px 30px;
  width: 300px;
  } 

  
#vip {
margin:100px 0 0 0;
float:right;
height:600px;
width:200px;
padding-right:100px;

}


  #vip p {

  padding:0;
  margin: 0;
  border-top-width:thick;
  border-bottom-width:thick;
  border-top-style: ridge;
  border-bottom-style: ridge;
  border-bottom-color:#999999;
  border-top-color:#999999;
  font-family:"Times New Roman", Times, serif;
  font-size:20px;
  color:#666666;
  text-align:center;

  }

  #mainContent h2{
  color:#666666;
  font-size: 24px;
  font-family:"Times New Roman", Times, serif;
  margin: 25px 0px 0px 55px;
  font-weight:normal;
  }



#nine {
margin:0 0 0 35px;
padding:0;
display:inline-block;
width:500px;
height:500px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#996600;
}


#mainContent a{
text-decoration:none;
color:#996600;
}
#mainContent img {
border-style:none;
}


  #mainContent ul li{

  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#996600;
  float:left;
  width:160px;
  list-style-type:none;
  height:140px;
  text-align:center;
  display:inline-block;
  margin:5px 0 0 0;
  }
.clear {
clear:both;
}
  .oneColFixCtrHdr #footer h3 {

font-size:20;
margin:0 auto;
font-family:"Times New Roman", Times, serif;
font-weight: normal;
color:#996600;

}

#slug {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:strong;
color:#B1B1B1;
position:absolute;
top:6px;
left:182px;
font-size:24px;
}

#linkmail {
width:940px;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
color:#B1B1B1;
position:absolute;
top:15px;
left:717px;
font-size:18px;
}


#linkmail a{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
color:#B1B1B1;
text-decoration:none;
}


#tweek ul {
position:absolute;
top:950px;
left:0;
}
#foottweek {
position:absolute;
left:0px;

width:927px;
}
#footer {
margin:18px auta 0 auto;
text-align:center;
}
#indent {

margin-left:20px;
}
#indent ul {

margin:0;
padding:0;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
color:#996600;
font-size:22px;
line-height:24px;
width:300px;

}


#indent ul a{

color:#996600;

text-decoration:none;
}
#indent ul li a:hover {

text-decoration:underline;
}
#arehere {

color:#ffffff;
}