body
{
	margin: 0px;
}
a
{
	color: blue;
	text-decoration:none;
	
}
.Container
{
-moz-box-shadow: 5px 5px 7px #ccc;
-webkit-box-shadow: 5px 5px 7px #ccc;
box-shadow: 5px 5px 7px #ccc; 
height:100%;
width:800px;
margin:0 auto; 
text-align:center;
}
.Title
{
/* 32px;*/
font-size:2em;
font-style:oblique;
font-family:"Times New Roman",Georgia,Serif;
color:black;
text-decoration:none;
font-weight:bold;
}
.InnerContainer
{
background-color:#fff; 
width: 250px; 
height: 115px; 
opacity:0.7;
filter:alpha(opacity=70);
border:2px solid white;
border-radius:10px;
padding-top:15px;
}
.WebAddress
{
/* 18px;*/
font-size:1.125em;
}
.StreetAddress
{
/* 14px;*/
font-size:0.875em;
color:black;
text-decoration:none;
}
.Phone
{
/* 18px;*/
font-size:1.125em;
color:black;
text-decoration:none;
font-weight:bold;
}
.StateTitle
{
font-family: verdana; 
font-size: 18px; 
float:right; 
padding-right:20px;
}
.menu_item
{
	color: white;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 10px;
	text-transform: uppercase;
	/* font-weight: bold; */
}
.menu_item:hover
{
	color: white;
	text-decoration: underline;
}
.menu_item_selected
{
	color: #FFFC00;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.menu_item_selected:hover
{
	text-decoration: underline;
}
.bodyText
{
	font-family: verdana, arial;
	font-size: 10px;
}
.infoText
{
	font-family: verdana, arial;
	font-size: 9px;
	color: white;
}
.contactTextInput
{
	width: 160;
	font-size: 12px;
	background-color: #F9f9f9;
	border: 1px solid #999999;
}
.textInput
{
	font-size: 12px;
	background-color: #F9f9f9;
	border: 1px solid #999999;
	width: 140px;
}
.textinput1
{
	font-size: 12px;
	background-color: #F9f9f9;
	border: 1px solid #999999;
}
.button
{
	font-size: 12px;
	/* background-color: #F9f9f9; */
	/* border: 1px solid #999999; */
}
li.orange
{
	list-style-image: url(/images/orange_bullet.gif); 
	/* list-style-position: outside; */
	margin-top: 5px;
	margin-bottom: 1px;
	color: white;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: 12px;
}
li
{
	list-style-image: url(/images/orange_bullet.gif); 
	/* list-style-position: outside; */
	margin-top: 5px;
	margin-bottom: 1px;
	color: black;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: 10px;
}

.details_td_one
{
	font-family: verdana, arial;
	font-size: 12px;
	background-color: #FFCC00;
	border: 1px solid #CCCCCC;
	text-align: right;
	width: 100px;
	font-weight: bold;
}
.details_td_two
{
	font-family: verdana, arial;
	font-size: 12px;
	/* background-color: #FFFFFF; */
	border: 1px solid #CCCCCC;
	text-align: left;
}

