
/*-------------------------
---header---
--------------------------*/
.moonstoneCom #header {
background-color: #fff;
background-image: url(imgLiteFare/rotate.php);
background-repeat: no-repeat;
background-position: left top; 
text-align: center;
border-bottom: 3px solid #000;
padding: 0px;
height: 300px; /*started at 310px but needed to center top to bottom the office photo so I increased 20px padding on top.*/
position: relative; /* a position declaration needs to be stated in order for the .topLeft to respnd */
}
.moonstoneCom #header .topLeft { /*holds the video*/
height: 180px;
width: 225px;
position:absolute;
top: 0px;
left: 0px;
}
/*-------------------------
---main content---
--------------------------*/ 
.moonstoneCom #mainContent {
margin: 10px; 
padding: 0px;
float: left;
}
#mainContent #one {
margin-left: 50px;
padding: 0px;
width: 400px;
float: left;
}
#mainContent #two {
border-left: 1px solid #e6dfcf;
margin: 5px;
padding: 0px 0px 0px 15px;
width: 280px;
float: left;
}
#mainContent p {
font-size: 10px;
color: #999;
line-height: 180%;
}
#mainContent #one h3 {
font-size: 15px;
color: #666666;
line-height: 90%;
}
h1 {
font-family: "Arial", Helvetica, sans-serif;
font-size: 20px;
color: #666666;
line-height: 90%;
font-weight:lighter;
}
h2 {
font-family: "Arial", Helvetica, sans-serif;
font-size: 15px;
color: #666666;
font-weight:lighter;
}
#mainContent h1 {
font-size: 40px;
color: #999;
}
#mainContent h2 {
font-size: 30px;
color: #FF9900;
}
#mainContent a {
font-size: 10px;
color: #999;
line-height: 180%;
}
#mainContent a:link {
border-bottom: 1px dotted #999;
text-decoration: none;
}
#mainContent a:visited  {
border-bottom: 1px dotted #999;
text-decoration: none;
}
#mainContent a:hover {
color: #666666;
border-bottom: 1px dotted #666666;
text-decoration: none;
}
#mainContent a:active {
border-bottom: 1px dotted #999;
text-decoration: none;
}
#mainContent p a:link {
color:#0066CC;
text-decoration: none;
border-bottom: none;
}
#mainContent p a:visited  {
color:#0066CC;
text-decoration: none;
border-bottom: none;
}
#mainContent p a:hover {
color: #FF6600;
text-decoration: none;
border-bottom: none;
}
#mainContent p a:active {
color:#0066CC;
text-decoration: none;
border-bottom: none;
}
/*---------------menu items repeater------------*/
#mainContent .itemBox {
font-family: "Arial", Helvetica, sans-serif;
font-weight:lighter;
border: none;
margin: 0px;
padding: 0px;
width: 400px;
}
#mainContent .itemBox h1 {
font-size: 20px;
color: #999;
}
#mainContent .itemBox h2 {
font-size: 15px;
color: #33CC00;
}
#mainContent .itemBox .label{
font-size: 10px;
color: #76c1c4;
line-height: 100%;
text-transform:uppercase;
}
/*---------------menu items display------------*/
#mainContent .itemBox p {
font-size: 12px;
color: #ccc;
line-height: 130%;
margin: 0px;
margin-bottom: 10px;
padding: 0;
}
#mainContent .itemBox .item {
font-size: 15px;
color: #000;
line-height: 100%;
}
#mainContent .itemBox .description {
font-size: 12px;
color: #666666;
line-height: 140%;
}
#mainContent .itemBox .price {
font-size: 12px;
color: #666666;
padding-left: 10px;
}


