﻿/* 
    This file typically is not edited without serious consideration for the effects acrossed
    the rest of the site
*/
/* Base HTML Element Styles */
* { margin: 0px;padding:0px; }

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #1a1919;
    font-size: 0.825em;
    background: #ffffff url('../images/layout/bkgdSlice.png') repeat-x top left;
}

input, select, option, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 5px 0px 0px;
}

p 
{
    margin: 10px 0px 10px 0px;
}

hr {
	border: none;
	height: 1px;
	color:#2f7dbf; /* ie */
	background-color: #2f7dbf; /* mozilla */
	width: 100%;
}

ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 5px 15px 25px;
}

ol {
  text-align: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 10px 5px 15px 35px;
}

li 
{
  margin-bottom: 3px;

}

/* nested lists*/
ul ul, ul ul ul {
  text-align: left;
  list-style-type: square;
  list-style-position: outside;
  margin: 5px 5px 5px 20px;
}

ul ul li, ul ul ul li
{
  margin-bottom: 3px;

}

/* end nested list 1 level */

table {
	border-collapse:collapse;
}

th 
{
    
}

td 
{
    
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    color: #00447b;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #828282;
}

h3 {
    font-size: 20px;
    font-weight:bold;
    margin: 5px 0px 5px 0px;
    font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #00447b;
}

h4 
{
    font-weight:bold;
    font-size: 115%;
    margin: 5px 0px 5px 0px;
}

h5 
{
    font-weight:bold;
    font-size: 110%;
    margin: 5px 0px 5px 0px;
}

h6 
{
    font-weight:bold;
    font-size: 100%;
    margin: 5px 0px 5px 0px;
}

img {
     border:none;
}

blockquote 
{
    padding: 5px 0px 5px 30px;
}

a:visited, a:link, a:active {color: #2F7DBF;}
a:hover {color: #B5D8F2;}

/* alert and message classes */
div.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,
.alert a:link,
.alert a:hover,
.alert a:visited,
.alert a:active,
.alert
{
    color: #cc3300;
    font-weight: bold;
}

.message a:link, 
.message a:hover,
.message a:visited,
.message a:active,
.message
{
    color: #003399;
    font-weight: bold;
}

.info a:link, 
.info a:hover,
.info a:visited,
.info a:active,
.info
{
    color: #0033ff;
    font-weight: bold;
}

.tinyText 
{
    font-size: 85%;
}

table.tableInputForm td 
{
    padding: 3px;
    text-align:left;
    vertical-align:top;

}

table.grid1 
{
    border-collapse:collapse;
}

table.grid1 th
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    font-weight: bold;
    background-color: #373737;
    color: #fff;
}

table.grid1 th a:link, table.grid1 th a:hover, table.grid1 th a:visited, table.grid1 th a:active
{
    text-decoration: underline;
    color: #fff;
}

table.grid1 td 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #fff;
}

table.grid1 .alternate, 
table.grid1 .alternate td
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

table.grid1 .empty td
{
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(../images/standard/empty.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

table.grid1 .subcategory td
{
    background-color: #cc9966;
    text-align: left;
}

table.grid1 .footer td
{
    background-color: #ff9900;
    text-align: left;
}

input#button1, input.button1
{
    background: url(../images/standard/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

/* for required fields metaphor */
sup.req {
	line-height:0;
	color:Red;
}

/* for invalid form inputs description */
div.validationSummary 
{
    margin: 5px 10px 5px 10px;
    padding: 5px;
    border: 1px solid red;
    background: #F7F7F7;
    color:Red;
}

/* for captcha message - begin */
h3.captchaTitle
{
    display:inline; 
}

.captchaMessageDivTag
{
    border: solid 1px black; 
    background-color:#FFFFCC; 
    width: 350px; 
    position: relative; 
    top: 4px; 
    left: -3px;
}

.captchaMessageTable
{
    width:350px;    
}

.captchaMessageTableRow
{
    background-image:url(../images/standard/gradient-darkred.jpg); 
    background-repeat:repeat-x; 
    color:White;
}

.captchaMessageTableCellTitle
{
    width: 99%; 
    font-weight:bold; 
    color:White; 
    font-size:14px;
    font-family:Verdana;
}

.captchaMessageTableCellCloseWindow
{
   font-size:11px; 
   font-family:Arial; 
   text-align:center; 
   padding:4px 3px 4px 3px !important;
   width:1%; 
}

a:link.captchaMessageCloseWindowLink,
a:hover.captchaMessageCloseWindowLink ,
a:visited.captchaMessageCloseWindowLink ,
a:active.captchaMessageCloseWindowLink  
{
  text-decoration:none; 
  color:White; 
  border:solid 1px White; 
  padding: 1px 3px 1px 3px; 
  font-weight:bold;  
}


/* for captcha message - end */

/* site classes below */

/* --- Custom Classes --- */

#header table td.logo {padding-top: 10px; text-align:left}

#header #navHeader {text-align: right; margin-top: 20px;font-size: 80%; font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;}
#header #navHeader a {padding: 5px 10px; border: 1px transparent solid; text-decoration:none;color: white;}
#header #navHeader a:hover {border: 1px #3089d3 solid; background-color: #414950;}

#header .slogan {
	color:#b5d8f6; 
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
	font-style:italic;
	font-size: 18pt;
	text-align:right;
	padding-top: 35px;
}

div#contentBody div#navGallery {margin: auto; font-size:11pt; border: 1px solid #00447A; width: 850px; height: 30px;}

/* --- Dropdown Styling BEGIN --- */
div#contentBody div#navGallery ul.dropdown {position: relative; text-align: center; border: none; padding: 0px; margin: 0px; z-index: 10;}
div#contentBody div#navGallery ul.dropdown li {
	display: inline; 
	list-style-type: none;
	margin:0px;
	padding:0px;
	}
div#contentBody div#navGallery ul.dropdown li a {
	line-height: 30px;
	color: #0070ba;
	text-decoration:none;
	padding: 5px 15px;
	}
div#contentBody div#navGallery ul.dropdown li a:hover {background: #002c54 url('../images/layout/navHover.png') repeat-x top left; color: white; position: relative;}

div#contentBody div#navGallery ul.dropdown li ul.sub_menu1 {
	background-color:#DCDCDC;
	border: 1px solid #00447A;
	z-index: 1000;
	width: 200px;
	visibility: hidden; 
	position: absolute;
	top: 25px;
	left: 5px
	}
div#contentBody div#navGallery ul.dropdown li ul.sub_menu2 {
	background-color:#DCDCDC;
	border: 1px solid #00447A;
	width: 200px;
	visibility: hidden; 
	position: absolute; 
	top: 25px;
	left: 165px;
	}

div#contentBody div#navGallery ul.dropdown li ul.sub_menu3 {
	background-color:#DCDCDC;
	border: 1px solid #00447A;
	z-index: 1000;
	width: 150px;
	visibility: hidden; 
	position: absolute; 
	top: 25px;
	left: 265px;
	}

div#contentBody div#navGallery ul.dropdown li ul.sub_menu4 {
	background-color:#DCDCDC;
	border: 1px solid #00447A;
	z-index: 1000;
	width: 200px;
	visibility: hidden; 
	position: absolute; 
	top: 25px;
	left:338px;
	}

div#contentBody div#navGallery ul.dropdown li ul.sub_menu5 {
	background-color:#DCDCDC;
	border: 1px solid #00447A;
	z-index: 1000;
	width: 200px;
	visibility: hidden; 
	position: absolute; 
	top: 25px;
	left: 438px;
	}

div#contentBody div#navGallery ul.dropdown li ul.sub_menu1 li, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu2 li,
div#contentBody div#navGallery ul.dropdown li ul.sub_menu3 li,
div#contentBody div#navGallery ul.dropdown li ul.sub_menu4 li,
div#contentBody div#navGallery ul.dropdown li ul.sub_menu5 li {
	font-weight: normal; 
	float: none;
	text-align:left;
	}
div#contentBody div#navGallery ul.dropdown li ul.sub_menu1 li a, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu2 li a, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu3 li a, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu4 li a, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu5 li a {
	color: #6C6F74;
	display:block;
	font-size:9pt;
	padding: 5px;
	margin:0px;
	border: none;
	line-height:normal;
	}
div#contentBody div#navGallery ul.dropdown li ul.sub_menu1 li a:hover, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu2 li a:hover, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu3 li a:hover, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu4 li a:hover, 
div#contentBody div#navGallery ul.dropdown li ul.sub_menu5 li a:hover {
	color: #373737;
	background: silver
	}
	
/* --- Dropdown Styling END --- */




/*--- Portfolio Drop Down Menu BEGIN ---
*/
/* Houses of Worship 
div#navGallery ul li.dropdown a#worship:hover {
	
}

ul.menu_body {display:none; position:absolute; z-index: 1000; background-color:#DCDCDC; border: 1px solid #00447A;}
ul.menu_body li {list-style-type: none;text-align:left}
ul.menu_body li a {color: #6C6F74; text-decoration:none; display:block; font-size:9pt !important;}
ul.menu_body li a:hover {color: #373737 !important; background: silver !important;}
*/
/* Corporate 
ul.menu_body2 {display:none; position: absolute; z-index: 1000; margin-left: 185px !important; background-color:#DCDCDC; border: 1px solid #00447A;}
ul.menu_body2 li {list-style-type: none;text-align:left}
ul.menu_body2 li a {color: #6C6F74; text-decoration:none; display:block; font-size:9pt !important;}
ul.menu_body2 li a:hover {color: #373737 !important; background: silver !important;}
*/
/* Retail 
ul.menu_body3 {display:none; position: absolute; z-index: 1000; margin-left: 286px !important; background-color:#DCDCDC; border: 1px solid #00447A;}
ul.menu_body3 li {list-style-type: none;text-align:left}
ul.menu_body3 li a {color: #6C6F74; text-decoration:none; display:block; font-size:9pt !important;}
ul.menu_body3 li a:hover {color: #373737 !important; background: silver !important;}
*/
/* Education 
ul.menu_body4 {display:none; position: absolute; z-index: 1000; margin-left: 358px !important; background-color:#DCDCDC; border: 1px solid #00447A;}
ul.menu_body4 li {list-style-type: none;text-align:left}
ul.menu_body4 li a {color: #6C6F74; text-decoration:none; display:block; font-size:9pt !important;}
ul.menu_body4 li a:hover {color: #373737 !important; background: silver !important;}
*/
/* Stadiums Etc. 
ul.menu_body5 {display:none; position: absolute; z-index: 1000; margin-left: 458px !important; background-color:#DCDCDC; border: 1px solid #00447A;}
ul.menu_body5 li {list-style-type: none;text-align:left}
ul.menu_body5 li a {color: #6C6F74; text-decoration:none; display:block; font-size:9pt !important;}
ul.menu_body5 li a:hover {color: #373737 !important; background: silver !important;}
*/
/*--- Portfolio Drop Down Menu END ---*/

table.services {width: 90%; margin: auto;}
table.services td {padding: 5px; font-size: 110%; border-bottom: 1px dotted silver;}
table.services td img {border: 1px solid #101010;}
table.services td a.button {padding: 5px 10px; background-color: #2F7DBF; color: white; text-decoration:none; font-size:10pt;}
table.services td a.button:hover {background: #002c54 url('../images/layout/navHover.png') repeat-x top left;}

table.equipmentLogos {width: 100%;}
table.equipmentLogos td {width: 150px; vertical-align:middle; text-align:center; padding: 3px;}
table.equipmentLogos td img {width: 120px;}

table.contact {width: 100%;}
table.contact td {width: 25%; font-size:12pt; text-align:center; padding: 0px 5px;}
table.contact td a {padding: 10px 15px; background: #E0E9EF; text-decoration: none; color: #2F7DBF; border: 1px solid gray;}
table.contact td a:hover {background-color: #2F7DBF; color: navy}

#footer table {width: 950px;margin: 20px auto 0px auto;}
#footer table td.locations {vertical-align:top; width: 30%}
#footer table td h6 {font-size: 110%;}
#footer table td.nav {vertical-align:top; width: 30%}
#footer table td.nav table {width:100%; margin-top: 10px;}
#footer table td.nav table td {vertical-align:top;}
#footer table td.nav table a {text-decoration: none; color: #c2edf2;}
#footer table td.right {text-align:right; vertical-align:top; width: 40%;}
#footer table td.right div.credit {font-size: 90%; color:#A7BDBF;}
#footer table td.right div.credit a {text-decoration: none; color: #8FBABF;}
#footer table td.right div.credit a:hover {text-decoration: underline;}


/* Admin */
#adminLabel {
    padding: 3px;
    background-color: Black;
    color: White;
}

#adminLabel a:hover,
#adminLabel a:active,
#adminLabel a:visited,
#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:visited,
#adminNav ul li a:link,
#adminNav ul li a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#adminNav ul li a:hover {
    color: #000000;
}

/* END ADMIN */


