﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body,
.bg-light,
.container,
.topNavy {
  background-color:##f5f5f5 !important;
}

body
{
	margin: 0;
	padding-bottom: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
    width:100%;
	margin:0 auto;
    /*height: 269px;*/
    color:black;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/* Header Section */
.topNavy 
{
    color: black;
    font-weight: bold;
    margin-left:auto;
    margin-right:auto;
    width:60%;
}
.generalImage
{
    width:50%;
}
.generalserviceimage
{
    width:80%;
}
.containerdiv 
{
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    padding-bottom:10px;
    text-align:center;
    border:none;
    font-size:large;
}

.waterdropsleft {
    float:left;
    z-index:0;
}

#header
{
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}
#header .title
{
	font: 190% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb
{
	font: 90% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight: bold;
}

#header a:link, a:visited
{
	/*font-size:medium;*/
	color: midnightblue;
	background-color:transparent;
}

.popup_menu {
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
#generalservices {
    width:100%;
    padding-bottom:10px;
    margin-left:auto;
    margin-right:auto;

}
#generalservices ul {
    list-style: none;
    padding-bottom:0px;
    margin-bottom:0px;
}
#generalservices li {
    /*font-size:10px;*/
    font-weight:normal;
    padding-top:0px;
    padding-bottom:5px;
}
.generalservicebullets {
    /*width:50%;*/
    font-weight:normal;
}
#servicestable 
{
    display: inline-grid;
    margin-left:auto;
    margin-right:0px;
}

#homeimages 
{
    display: inline-block;
    margin-left: 145px;
    margin-right: auto;
}
#contactus 
{
    margin-left:60px;
    margin-right:auto;
    width:80%;
    /*text-align:center;*/
    /*background-color:#7EB5D6;*/
    color:black;
    padding-top:10px;
    border:solid;
    border-width:medium;
    border-color:antiquewhite;
}

#location 
{
    margin-left:auto;
    margin-right:auto;
    width:60%;
    /*background-color:#7EB5D6;*/
    text-align:center;
    padding-top:10px;
    padding-bottom:15px;
    border:solid;
    border-width:medium;
    border-color:antiquewhite;
}

/* Navigation Created 4/5/2013 Dan*/
#navmenu {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    background-color: midnightblue;
    margin-bottom:40px;
    height:50px;
    font-weight: bold;
    font-size:large;
}
#navmenu ul
{
    text-align:center;
    list-style: none;
    background-color: midnightblue;
    margin-top:auto;
    margin-bottom:auto;
    padding-top:10px;
   }
#navmenu li {
    
    text-align:center;
    background-color: midnightblue;
    padding-bottom:1px;
    padding-top:1px;
    width:100px;
    antiquewhite-space:nowrap;
    /*border-radius:5px;*/
    height:auto;
}
    #navmenu li:hover
    {
        /*background-color:blue;*/
    }
#navmenu li a {
    color: antiquewhite;
    text-decoration: none;
    padding:1px;
	font-weight: bold;
    /*font-size:14px;*/
    font-family: Arial, Verdana;
     background-color: midnightblue;
}

#navmenu li a:hover {
	color: yellow;
    /*background-color:blue;*/
}
#emailContainer
{
    padding-left:100px;
}
.sub_navmenu {
    position:absolute;
    display:none;
    z-index:1;
    width:250px;
}
.centerMaster
{
    margin-left:0px;
    margin-right:auto;
    width:100%;
    font-size:larger;
}
.generalservicegray
{
    background-color:#e1e1e1;
    margin-right:auto;
    margin-left:auto;
    width:100%;
    padding:5px;
    /*font-size:10px;*/
    border-radius:5px;
    font-weight:normal;
}
.generalservicemenu {
    margin-top:10px;
    color:black;
    /*margin-right:auto;*/
}
.generalservicemenu a {
    color: antiquewhite;
    text-decoration: none;
    padding:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
	font-weight: bold;
    font-family: Arial, Verdana;
    background-color: midnightblue;
}
    .generalservicemenu a:hover
    {
        color:yellow;
        /*background-color:blue;*/
    }
.generalinnerdiv {
    margin-bottom:10px;
    margin-top:10px;
    padding:5px;
    /*margin-left:auto;
    margin-right:auto;
    width:60%;*/
    font-weight:normal;
}








/********************** Only use these when not using Galleriffic.  Galleriffic uses the same names!!!!
#navigation
{
	width: 300px;
	top: 5em;
	left: 1em;
	width: 13em;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li
{
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover
{
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul
{
	margin-left: 12px;
}
#navigation ul ul li
{
	border-bottom: 1px solid #711515;
	margin: 0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited
{
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover
{
	background-color: #711515;
	color: #FFFFFF;
}
*/

/* Main Content */
/*
#content
{
	margin-top: 1em;
	margin-left: 16em;
	margin-right: 2em;
}
h1
{
	font: 150% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
}
#content p
{
	font-size: 80%;
	line-height: 1.6em;
}

#content ul
{
	font-size: 80%;
	line-height: 1.6em;
}
*/

/* Data Web Control Styles */

.DataWebControlStyle
{
	font-size: 90%;
}

.textbox
{
	height:18px;
	text-align:left;
	font-family:Verdana;
	font-size:16px;
    margin-left:10px;
    margin-bottom:5px;
}
.imageHeader {
    /*height:250px;*/
    /* width:400px;*/
    width:100%;
    padding-bottom:20px;
}
.headerimagestyle
{
    padding-top:0em;
    padding-bottom:0em;
    width:225px;
    height:230px;
}
.centerHeader
{
    width:30%;
}
.headerstyle
{
	background-color: midnightblue;
	color: antiquewhite;
	font-weight: bold;
	font-size: 40px;
    padding:0px;   
}
.headerstyle1
{
	background-color: midnightblue;
	color: antiquewhite;
	font-weight: bold;
	font-size: 2.5vw;
    font-family:'Brush Script MT', Arial, Verdana;
    text-align:center;
}
.centerstyle
{
    text-align:center;
     margin-bottom:10px;
     margin-top:10px;
}
.hometext
{
    /*font-size:14px;*/
    font-weight:normal;   
}
.centerimagestyle 
{
    padding-top:0em;
    padding-bottom:0em;
    width:225px;
    height:230px;
}

.headerstyle2
{
	
	color: antiquewhite;
	font-weight: bold;
	font-size: 20px;
}

.normaltext
{
	background-color: Transparent;
	color: midnightblue;
	font-weight: normal;
	/*font-size: 10px;*/
}

.listitem
{
	color: black;
	font-weight: bold;
	font-size: 20px;
    text-align:center;
    padding-right:5px;
    white-space:nowrap;
}



.listitemrev
{
	background-color: Transparent;
	color: midnightblue;
	font-weight: bold;
	font-size: 20px;
}

.PlainLink
{
	background-color:Transparent;
	color: midnightblue;
	text-align:left;
}

.hidden
{
	visibility:hidden;
}

.noBullet
{
	list-style-type: none;
}

.BorderedParagraph
{
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
	color: black;
    text-align: left;
    z-index:0;
}

.AlternatingRowStyle
{
	background-color: #fcc;
}

.RowStyle
{
}

.noscript
{
}

.BorderStyle
{
	border-style: solid;
	border-color: #555599;
	border-width: medium;
}

.ButtonStyle
{
	height:auto;
	width:auto;
	font-family:Verdana;
	/*font-size:10px;*/
    border:none;
    border-radius:5px;
}

.SelectedRowStyle
{
	background-color: Yellow;
}
.RestorationImage
{
    width:60%;
}
.GelcoatImage {
    width:100%;
}
.serviceimageleft {
    float:left;
    width:40%;
    padding-right:20px;
}
.serviceimageright {
    float:left;
    width:40%;
}
.serviceimagenew {
    clear:both;
    padding-top:20px;
}
.centerbuttons
{
    margin-left:450px;
    margin-right:auto;
    width:50%;
    margin-top:10px;

}


/* Misc Styles */


