﻿/* STANDARD HTML ELEMENTS */
body {
  font-family: Verdana, Tahoma, Arial, helvetica;
  COLOR:#000000;
  font-size: 13px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Verdana;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse
}

th {
	font-family: Verdana, Tahoma, Arial, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

h2 
{
    margin: 0px;
    font-size: 16px; 
    color: #336699;
    text-transform: uppercase;
    font-family: Tahoma, Arial;
    border-bottom: 1px solid #c0c0c0;  

}

h1
{
    padding: 0px;
    margin: 0px;
    font-size: 20px; 
    color: #336699;
    text-transform: uppercase;
    font-family: Tahoma, Arial;
    padding-left: 10px;
    padding-top: 30px;
    border-bottom: 1px solid #c0c0c0;
    background-image: url(/images/design/headingBg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 500px;
    text-align: left;
}

a img 
{
    border: none;
}

h5 
{
    padding: 0px;
    margin: 0px;
}



/* END STANDARD HTML ELEMENTS */

/* HYPERLINKS SECTION */

a:link { 
	color: #336699; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:visited { 
	color: #336699; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:active {
	color: #336699; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: none;
}

a:hover { 
	color: #808080; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}
/* ADMIN STYLES */

#adminLabel 
{
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel a:hover
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:active
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:visited
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminLabel a:link
{
    color: #FFFFFF;
    font-weight:bold;
    font-size: 11px;
}

#adminNav
{
    padding: 5px;
    background-color: Gray;
    border-top: appworkspace 2px solid;
}

#adminNav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: right;
}

#adminNav ul li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
}

#adminNav ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:visited 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:link 
{
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover
{
    color: #000000;

}
/* END ADMIN STYLES */

/* CUSTOM TABLES */
.table1 {
	border:1px solid #333; 
	padding:3px; 
	border-collapse: collapse;
}


.table1 th {
	background-image: url(/images/tableTop.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	color: #fff;
	padding: 3px;
	border: 1px solid #eaeaea;
	text-align: left;
}

.table1 th a:hover {
	color: #eaeaea;
}

.table1 th a:visited {
	color: #eaeaea;
}

.table1 th a:active {
	color: #eaeaea;
}

.table1 th a:link {
	color: #eaeaea;
}

.table1 td {
	padding: 3px;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.table1 .alternate td  {
	background-color:#F8F8F8;
}

.table1 .smallInfo td  {
	background-color:#c0c0c0;
	font-size:10px;
}

.table1 .highlight td
 {
	background-color:#ffffcc;
}

.table1 td.highlight
 {
	background-color:#ffffcc;
}

.table1 td.highlightAlternate {
	background-color:#ffffae;
}


.table1 .empty td
{
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(/images/icons/exclamation.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

.inputTable th 
{
    padding: 4px;
}

.inputTable td 
{
    padding: 4px;
}

.topBorder td 
{
    border-top: 1px solid #eaeaea;
}

.noBorders td 
{
    border: none;
}

.noPadding
{
    padding: 0px;
}

.noPadding th
{
    padding: 0px;
}

.noPadding td
{
    padding: 0px;
}

.locationTable td
{
    font-size: 13px;
    font-family: Verdana;
}

.locationTable
{
    font-size: 13px;
    font-family: Verdana;
}

.locationTable .alert 
{
    font-size: 20px;
    color: #ff0000;
}


/* END CUSTOM TABLES */


.buttonAlert
{
    background: url(/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 2px;
	font-weight: bold;

}


.Button1
{
    background: url(/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 2px;
	font-weight: bold;

}


#button1
{
    background: url(/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 2px;
	font-weight: bold;

}


.button1
{
    background: url(/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 2px;
	font-weight: bold;

}

.messageContainer 
{
    border: solid 1px #D7D7D7;
    background-color: #F7F7F7;
    margin: 5px 30px 5px 30px;
    text-align: center;  
    padding: 5px 15px 5px 15px; 
    vertical-align: middle;
}
.alert td 
{
    color: Red;
    font-weight: bold;
}

.alert 
{
    color: Red;
    font-weight: bold;
}

.alert a:active
{
    color: Red;
    font-weight: bold;
}

.alert a:visited
{
    color: Red;
    font-weight: bold;
}

.alert a:hover
{
    color: Red;
    font-weight: bold;
}

.alert a:link
{
    color: Red;
    font-weight: bold;
}

.message
{
    color: #003399;
    font-weight: bold;
}

.message a:active
{
    color: #003399;
    font-weight: bold;
}


.message a:visited
{
    color: #003399;
    font-weight: bold;
}


.message a:hover
{
    color: #003399;
    font-weight: bold;
}


.message a:link
{
    color: #003399;
    font-weight: bold;
}


.tinyText 
{
    font-size: 10px;
}

/* TAB NAV */
#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(/images/tabBottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:visited {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:link {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:visited.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:link.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}

#tabNav a:hover{
	background: #C0C0C0;
	color: #FFF;
}
/* END TAB NAV */

.tagLine 
{
    padding-left: 25px;
    padding-right: 25px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma;
    
}

.dropText 
{
    padding: 0px;
    margin: 0px;
    background-image: url(/images/design/drop.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    height: 30px;
    padding-top: 5px;  
    display: inline;   
}

.wrenchText 
{
    padding: 0px;
    margin: 0px;
    background-image: url(/images/design/wrench.gif);
    background-repeat: no-repeat;
    padding-left: 28px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    height: 30px;
    padding-top: 5px;  
    display: inline;   
}


.swirlText 
{
    padding: 0px;
    margin: 0px;
    background-image: url(/images/design/swirl.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #263985;
    font-size: 18px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    height: 30px;
    padding-top: 5px;   
    display: inline; 
}


.searchText 
{
    color: #263985;
    font-size: 16px;
    font-family: Tahoma;
    font-style: italic;
    font-weight: bold;
}

.padded 
{
    padding: 10px;
}

img.bordered
{
    border: 1px solid #336699;
}

.bordered
{
    border: 1px solid #336699;
}

.boldLink:active
{
    font-size:18px; 
    font-weight:bold;
  }

.boldLink:visited
{
    font-size:18px; 
    font-weight:bold;
  }

.boldLink:hover
{
    font-size:18px; 
    font-weight:bold;
  }

.boldLink
{
    font-size:18px; 
    font-weight:bold;
  }

.topLink:active
{
    font-size:13px; 
    font-weight:bold;
    color:  #336699;
    padding-bottom: 3px;
  }
  
.topLink:visited
{
    font-size:13px; 
    font-weight:bold;
    color:  #336699;
    padding-bottom: 3px;
  }
  
.topLink:hover
{
    font-size:13px; 
    font-weight:bold;
    color:  #336699;
    padding-bottom: 3px;
  }
  
.topLink
{
    font-size:13px; 
    font-weight:bold;
    color:  #336699;
    padding-bottom: 3px;
  }
  
.topLink:hover {
    color:  #333;
}

.footerLink:active
{
    font-size:13px; 
    font-weight:bold;
    color:  #fff;
    padding-bottom: 3px;
    text-decoration:underline;
  }
  
.footerLink:visited
{
    font-size:13px; 
    font-weight:bold;
    color:  #fff;
    padding-bottom: 3px;
    text-decoration:underline;
  }
  
.footerLink:hover
{
    font-size:13px; 
    font-weight:bold;
    color:  #fff;
    padding-bottom: 3px;
    text-decoration:none;
  }
  
.footerLink
{
    font-size:13px; 
    font-weight:bold;
    color:  #fff;
    padding-bottom: 3px;
    text-decoration:underline;
  }
  
.footerLink:hover {
    color:  #fff;
    text-decoration:none;
}


.redText 
{
    color: #ff0000;
    font-weight: bold;
}

.tourLink:active
{
    font-size:17px; 
    font-weight:bold;
    color:  #336699;
    height: 15px;
    display: block;
    text-transform: uppercase;

  }
  
 .tourLink:visited
{
    font-size:17px; 
    font-weight:bold;
    color:  #336699;
    height: 15px;
    display: block;
    text-transform: uppercase;

  }
  
 .tourLink:hover
{
    font-size:17px; 
    font-weight:bold;
    color:  #336699;
    height: 15px;
    display: block;
    text-transform: uppercase;

  }
  
 .tourLink
{
    font-size:17px; 
    font-weight:bold;
    color:  #336699;
    height: 15px;
    display: block;
    text-transform: uppercase;

  }
  
 a.boxLink
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

 a:visited.boxLink
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

 a:active.boxLink
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

 a:link.boxLink
{
    background: #f0f0f0;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    color: #333;
}

a:hover.boxLink
{
    background: #E2E2E2;
    color: #000;
}

.vendorImage {
	padding-left: 50px;
}	

.awards {
	font-size: 30px; 
	color: #336699;
}

.yellow {
	color: #FFFF00;
	font-weight: bold;
}

