﻿/* BASE FONTS */
body, td, th, input, textarea, select 
{
      font-family: Verdana, Tahoma, Arial, Helvetica;
	  COLOR:#000000;
	  font-size: 12px;
}

/* STANDARD HTML ELEMENTS */
body {
	  margin: 0px;
	  padding: 0px;
}

table {
	border-collapse: collapse;
	text-align: left;
}

td {
	border-collapse: collapse
}

th {
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

h4 {
	display: inline;
	background-image: url('/Images/HeaderDecoration.jpg');
    padding-right: 38px;
	background-repeat: no-repeat;
	background-position:  right center;
	height: 13px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #842910;
}

h5 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #842910;
}

/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
}

textarea
     { 
}

select
     { 
}

/* END FORMS SECTION */



/* HYPERLINKS SECTION */

a:link { 
	color: #842910; 
	text-decoration: underline;
}

a:visited { 
	color: #842910; 
	text-decoration: underline;
}

a:active {
	color: #842910; 
	text-decoration: underline;
}

a:hover { 
	color: #808080; 
	text-decoration: underline;
}

a:link.bigLink,
a:visited.bigLink,
a:active.bigLink { 
	color: #842910; 
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	font-style: italic
}

a:hover.bigLink { 
	color: #808080; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */

/* LAYOUT CLASSES */

.shell {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

.shell td {
	padding: 0px;
}

.shell .top td {
	background-image: url(/Images/TopDecoration.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 20px;
}

.shell .bottom td {
	background-image: url(/Images/BottomDecoration.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 20px;
	font-size: 10px;
	
}

.container {
	border-collapse: collapse;
	width: 800px;
}

.container td {
	padding: 0px;
}

.container .content {
	background: #ebebeb;
		
}

.header {
	border-collapse: collapse;
	width: 100%;
	background-image: url(/Images/HeaderSlice.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 76px;
}

.header td {
	padding: 0px;
}

.header .left {
	width: 190px;
}

.header .info {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}


.topNavContainer {
	background-image: url('/Images/TopNav/TopNavSlice.jpg');
	background-repeat: repeat-x;
	background-position:  left top;
}

.topNavContainer table {
	border-collapse: collapse;
}

.topNavContainer table td {
	padding: 0px;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #ebebeb;
}

.topNavContainer a:link,
.topNavContainer a:visited,
.topNavContainer a:active
 { 	
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #ebebeb;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.topNavContainer  a:hover { 
	color: #ffffff; 
}

.mid {
	border-collapse: collapse;
	background: #ebebeb;
}

.mid td {
	padding: 0px;
}

.mid .contentHolder {
	width: 100%;
	padding-top: 20px;
	padding-right: 5px;
}


.content {
	border-collapse: collapse;
}

.content td {
	padding: 5px;
}

.leftNavContainer {
	background-image: url('/Images/LeftNav/LeftNavBackgroundNormal.jpg');
}

.leftNav {
	border-collapse: collapse;
}

.leftNav a:link,
.leftNav a:visited,
.leftNav a:active,
.leftNav a { 	
 	width: 181px;
 	height: 21px;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 40px;
	background-image: url('/Images/LeftNav/LeftNavBackgroundNormal.jpg');
	display: table-cell;
	
}

.leftNav a:hover { 
	color: #842910; 
	padding-left: 40px;
	background-image: url('/Images/LeftNav/LeftNavBackgroundOver.jpg');
}


.leftNav .navItemOver {
	padding: 0px;
	background-image: url('/Images/LeftNav/LeftNavBackgroundOver.jpg');
	background-repeat: repeat-x;
	background-position:  left top;
}

.leftNavContainer .hours {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 11px;
	color: #842910; 
}

.footer {
	border-collapse: collapse;
	width: 100%;
	background-image: url(/Images/FooterSlice.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.footer td {
	padding: 0px;
	font-size: 10px;
}

.footer .left, 
.footer .right {
	width: 100px;
}

.shadedBody
{
    background: #ebebeb;
    margin: 10px;
}

.table1 
{
    border-collapse: collapse;
    border-bottom: 1px solid #999;
}

.table1 th
{
    padding: 3px;
    background: #999;
    border: 1px solid #c0c0c0;
    color: #fff;
    font-size: 12px;
    text-align: left;
}

.table1 td
{
    padding: 3px;
    border: none;
    font-size: 11px;
}

.table2 
{
    border-collapse: collapse;
    border-bottom: 1px solid #999;
}

.table2 th
{
    padding: 3px;
    background: #999;
    border: 1px solid #c0c0c0;
    color: #fff;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.table2 td
{
    padding: 3px;
    border: none;
    font-size: 11px;
    border-bottom: 1px solid #cccccc;
}

.table2 .shaded td
{
    background: #cccccc;
}

.button 
{
    background: #999;
    color: #fff;
    font-weight: bold;
    border: 1px solid #c0c0c0;
}

.alert, #alert, .alert a:active, .alert a:visited, .alert a:hover, .alert a:link
{
    color: #ff0000;
    font-weight: bold;
}

.fade 
{
    filter:blendTrans(duration=1.0, );
    background: #000000;
}

.contactFloat 
{
    height: 300px; 
    float:right;
    padding: 3px;
}

.tinyText 
{
    font-size: 11px;
}

#modelContainer 
{
    position: relative;
    width: 550px;
    text-align: right;
    top: -30px;
    left: -10px;
    font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #ebebeb;
	text-decoration: none;
}

.infoBox 
{
    background-color: #fff;
	border: 2px solid #842910;
	padding: 5px;
	font-size: 11px;
	width: 95%;
	text-align: left;
	background-image: url(/images/gto.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.infoBox h1 
{
    color: #842910;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.infoBox h2 
{
    color: #000;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}