/*Main Stuff*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C7D0C4;
	color: #333;
}
/*Position Stuff*/
#container{
margin: 0 auto;
width: 786px;
background-image: url(../images/container_bak.gif);
background-repeat: repeat-y;
}
#banner{
margin: 0 auto;
width: 786px;
height: 99px;
}
#navbar{
margin: 0 auto;
background-image: url(../images/navbar.jpg);
backgroun-repeat: no-repeat;
width: 786px;
height: 34px;
}
#titlebar{
margine: 0 auto;
background-image: url(../images/titlebar.jpg);
backgroun-repeat: no-repeat;
width: 786px;
height: 55px;
}
#main{
margin: 0 auto;
width: 750px;
}
#content{
width: 545px;
float: left;
border-right: 1px dotted #ccc;
}
#sidebar{
width: 195px;
float: right;
padding-left: 5px;
}
#mainclear{
clear: both;
height: 20px;
}
#footerbar{
margine: 0 auto;
background-image: url(../images/footerbar.jpg);
backgroun-repeat: no-repeat;
width: 786px;
height: 38px;
text-align: right;
}
#tag, #tag a{
text-align: center;
font-size: 10px;
font-weight: bold;
color: #888;
text-decoration: none;
}
#tag a:hover, #tag a:active{
text-decoration: underline;
}
/*Text Stuff*/
.mainnav{
padding-left: 8px;
line-height: 32px;
font-size: 12px;
font-weight: bold;
}
.mainnav a:link, .mainnav a:visited {
display: inline;
padding-right: 4px;
padding-left: 4px;
color: #333;
text-decoration: none;
}
.mainnav a:hover,  .mainnav a:active {
color: #00FF00;
}
.title{
font-weight: bold;
color: #006600;
line-height: 55px;
padding-left: 20px;
}
.copyright{
padding-right: 20px;
line-height: 32px;
font-size: 10px;
font-weight: bold;
color: #000;
}
.copyright a:link,  .copyright a:visited {
color: #000;
}
.copyright a:hover,  .copyright a:active {
color: #00FF00;
}
#content{
font-size: 12px;
font-weight: normal;
}
#content a:link, #content a:visited{
font-weight: bold;
color: #006600;
text-decoration: none;
}
#content a:hover, #content a:active{
text-decoration: underline;
color:#00FF00;
}
.boldline{
font-size: 14px;
font-weight: bold;
text-align: center;
color: #333;
}
img.mainPhoto{
margin: 0 auto;
}
div.location{
width: 150px;
margin: 0 auto;
}
.location{
font-size: 12px;
font-weight: bold;

}
.locationTitle{
text-decoration: underline;
font-size: 14px;
font-color: bold;
color: #006600;
line-height: 28px;
}
/*Contact Form*/
form#contactForm{
width: 500px;
margin: 0 auto;
}
legend{
font-weight: bold;
font-size: 14px;
color: #003300;
font-variant: normal;
}
label{
margin: 3px;
float:left;
width: 150px;
font-size: 12px;
font-weight: bold;
text-align: right;
}
input#name, input#company, input#email, input#day_phone, textarea#message{
font-size: 14px;
width: 200px;
text-align: left;
margin: 3px 10px 3px 3px;
}
input#submit{
margin: 8px 8px 8px 250px;
}
.thanks{
text-align: center;
font-size: 14px;
font-weight: bold;
color: #003300;
}
.required{
color: #f00;
}
/* Rate Table */
table.rateTable{
margin: 0 auto;
width: 500px;
border: 1px solid #003300;
}
table.rateTable td{
border: 1px solid #003300;
padding: 5px;
text-align: center;
width: 33%;
font-size: 14px;
font-weight: bold;
color: #006600;
}
table.rateTable img{
margin: 5px;
border: 1px dotted #aaa;
}
/*Kiosk*/
div.kiosk{
width: 150px;
margin: 0 auto;
font-size: 12px;
border: solid 1px #006600;
padding: 3px 3px 0 3px;
}
div.kiosk ul{
margin: 2px 0 8px 0;
padding: 0 0 0 25px;
font-weight: bold;
}
div.kiosk p.kioskTitle{
margin: 0 0 8px 0;
font-size: 11px;
font-weight: bold;
color: #006600;
}
div.kiosk a{
font-size: 10px;
font-weight: bold;
color: #006600;
}


