﻿body
{
	font-family: sans-serif;
	font-size: 14px;
	color: #696969;
	background-color: #FFFFFF;
	margin-left: 60px;
	margin-top: 5px;
	margin-right: 60px;
	margin-bottom: 20px;
}
.bottomnav
{
	font-size: 12px;
	color: #FAAF3B;
	font-family: sans-serif;
}
a:link
{
	text-decoration: none;
	font-family: sans-serif;
	color: #009145;
}

a:hover
{
	text-decoration: underline;
	color: #FF9900;
}
a:active
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	font-family: sans-serif;
	color: #004537;
}

.PageHeading
{
	font-family: Century Gothic;
	color: #0071BB;
}

.Headline
{
	font-family: sans-serif;
	font-style: italic;
	color: #0071BB;
	vertical-align: middle;
	text-align: left;
	font-size: xx-large;
	margin-top: 20px;
	margin-left: 25px;
	font-weight: lighter;
}

.BottomQuotes
{
	font-family: sans-serif;
	font-style: italic;
	color: #0071BB;
	margin-left: 150px;
	margin-right:150px;
	font-size: 14px;
	overflow:auto;
}
.Address
{
	font-family: Sans-Serif;
	text-align: center;
	vertical-align: bottom;
	color: White;
}
/* td styles */
.Header
{
	width: 760px;
	height: 118px;
	background-image: url(slices/header.png);
	vertical-align: bottom;
	
}
.SubHead1
{
	height: 74px;
	width: 138px;
	background-repeat: no-repeat;
	background-image: url(slices/subhead1.png);
	vertical-align: top;
}
.SubHead2
{
	width: 404px;
	height: 74px;
	background-repeat: no-repeat;
	background-image: url(slices/subhead2.png);
	vertical-align: top;
}
.SubHead3
{
	width: 218px;
	height: 74px;
	background-repeat: no-repeat;
	background-image: url(slices/subhead3.png);
	vertical-align: top;
}
.Stretch
{
	height: inherit;
	background-repeat: inherit;
	background-image: url(slices/stretch2.png);
	vertical-align: top;
	width: 760px;
}
.NavTable
{
	width: 140px;
	background-color: White;
}
.NavBar
{
	background-image: url(slices/buttonup.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 128px;
	text-align: right;
	padding-right:1px;
	font-size:20px;
}
.NavBar2
{
	background-image: url(slices/buttonup.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 128px;
	text-align: right;
	padding-right:1px;
	font-size:14px;
}

.RightBar 
{
	background-image: url(slices/right_border.png);
	background-repeat: no-repeat;
	height:345px;
	width:23px;
}
.Contact
{
	background-image: url(slices/left_contact.png);	
	height:166px;
	width:138px;
}
.Footer
{
	background-image:url(slices/footer.png);
	height:92px;
	width:760px;
	background-repeat: no-repeat;
}
/* GridView Style */
.GridView
{
	border: none;
	width: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header Style */
.GridViewHeader
{
	font-weight: bold;
	font-size: 75%;
	color: #FFFFFF;
	font-family: Arial, Verdana, 'Times New Roman';
	background-color: #0071BB;
}

/* Pager Style */
.GridViewPager
{
	font-weight: normal;
	font-size: 72%;
	color: #000000;
	font-family: Arial, Verdana, 'Times New Roman';
}

/* Item Style */
.GridViewItem
{
	font-weight: normal;
	font-size: 72%;
	color: #A67C55;
	font-family: Arial, Verdana, 'Times New Roman';
	background-color: #F6E0CF;
}

/* Alerternate Item Style */
.GridViewAlter
{
	font-weight: normal;
	font-size: 72%;
	color: #A67C55;
	font-family: Arial, Verdana, 'Times New Roman';
	background-color: #ffffff;
}

.modalBackground
{
      /*background-color: silver;*/
    background-color:#000000; 
    filter:alpha(opacity=30); 
    opacity:0.30; 
    position: absolute;
    z-index: 5;
}

.ContentFrame
{
	border-left: orange 1px solid;
	border-right: orange 1px solid;
	border-top: orange 1px solid;
	border-bottom: orange 1px solid;
	background-color:white;
}
