/* CSS Document */

/* set page background to white and text to very dark gray
 * html is includedd because this is the root element for
 * pages served as application/xhtml+xml
 * the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */ 
body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        text-align:center;
        border:0;
        margin:0;
        padding:0;
        background:#fff url(http://digitaledgecc.com/site_redesign/images/gradient-e5e5e5-ffffff.gif) repeat-x 0 0;
        }
p {
        margin-top: 10px;
        line-height: 1.5;
        }
		
#container {
        padding: 20px;
        margin: 20px 0;
		width: 80%;
        margin: 20px auto;
        }
		
#content {
		width: 90%;
		padding: 10px;
		margin: 25px auto;
		text-align: left;
		}
		
#content p {
  margin: 0;
  padding: 5px 30px 10px 30px;
  }
#content h1 {
  margin: 0;
  padding: 5px 20px 5px 10px;
  color: #E21D24;
  font-size: 185%;
  }
#content h2 {
  margin: 0;
  padding: 5px 20px 5px 20px;
  color: #E21D24;
  font-style: italic;
  font-size: 165%;
  }
#content h3 {
  margin: 0;
  padding: 5px 20px 5px 30px;
  color: #E21D24;
  }

#footer {
		width: 100%;
        margin: 0;
        padding: 0;
       	border-top: 1px solid #000000;
		position: relative;
		}
		
#footer li {
		margin: 0;
        padding: 0;
        display: inline;
        list-style: none;
        position: relative;
		}

#footer a:link, #footer a:visited {
        font-size: 85%;
        line-height: 5px;
        font-weight: bold;
        margin: 0 10px 0 10px;
        text-decoration: none;
        color: #666;
        }

#footer a.active:link, #footer a.active:visited, #footer a:hover {
        color: #E21D24;
        }

#navdiv {
		width: 100%;
		position: relative;
		margin: 0;
		padding:0;
		border-bottom: 1px solid #000000;
		z-index: 1;
		}
		
#miniflex {
        width: 39em;
        font-size: 16px; /* could be specified at a higher level */
        margin: 0 auto;
        padding: 0 10px 0 10px;
		position: relative;
		z-index: 5;
		overflow: hidden;
		height: 1.6em;
        }

#miniflex li {
        display: inline;
		float: left;
        list-style: none;
		margin: 0;
        padding: 0;
        position: relative;
		width: auto;
        }

#miniflex a {
		margin: 0 .5em 0 0.5em;
		}


#miniflex a:link, #miniflex a:visited {
	    float: left;
		font-size: 85%;
		margin: 0 10px 0 10px;
        text-decoration: none;
        line-height: 20px;
        font-weight: bold;
        color: #666;
        }

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
        border-bottom: 4px solid #E21D24;
        padding-bottom: 2px;
        color: #E21D24;
        }
        
#animated-tab {
		position: absolute;
		z-index: 4;
		font-size: 85%;
        line-height: 20px;
        padding-bottom: 2px;
        border-bottom: 4px solid #E21D24;
        }
		
#srvcs {
	width: 30%;
	float: left;
	margin: 0 0 0 30px;
	padding: 5px;
	}

#srvDesc {
	width: 400px;
	height: 400px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	background-image: url(../images/srvcsbox.jpg);
	background-repeat: no-repeat;
	}

#srvDesc p {
	margin: 40px;
	}

#srvcs a {
	font-style: normal;
	font-weight: bold;
	color: #777;
	font-size: 17px;
	text-decoration: none;
	}

#srvcs a:hover {
	color: #E21D24;
	}
		
/*services pages styles*/

#srvmenu {
	width: 110px;
	margin: 10px;
	padding: 0;
	float: left;
	}
	
#srvmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#srvmenu ul li a{
	width: 100%;
	height: 1.5em;
	display: block;
	border-bottom: 4px solid #FFF;
	padding: 5px 10px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #666;
	background:#fff url(http://digitaledgecc.com/site_redesign/images/menu-gradient.gif) repeat-x 0 0;
	}

#srvmenu ul li.active a{
	color: #E21D24;
	border-bottom: 4px solid #E21D24;
	}

#srvmenu ul li a:hover {
	color: #E21D24;
	border-bottom: 4px solid #E21D24;
	}

#srvmenu ul li.show a{
	text-align: right;
	display: block;
	}
	
#srvmenu ul li.show a:hover {
	color: #E21D24;
	border-bottom: 4px solid #FFF;
	}
	
#srvmenu ul li.hidden {
	display: none;
	}

#srvcontent {
		width: 70%;
		padding: 10px;
		margin: 10px;
		text-align: left;
		float: left;
		}
		
#srvcontent p {
  margin: 0;
  padding: 5px 30px 10px 30px;
  }
#srvcontent h1 {
  margin: 0;
  padding: 5px 20px 5px 10px;
  color: #E21D24;
  font-size: 185%;
  }
#srvcontent h2 {
  margin: 0;
  padding: 5px 20px 5px 20px;
  color: #E21D24;
  font-style: italic;
  font-size: 165%;
  }
#srvcontent h3 {
  margin: 0;
  padding: 10px 20px 5px 30px;
  font-size: 130%;
  }
#srvcontent ul {
  margin:0;
  padding: 5px 5px 5px 50px;
  }
  
#srvcontent li{
	margin: 5px;
	}
 
#srvcontent p.img {
	text-align: center;
	margin: 0;
	padding: 0;
	}
#srvcontent p.imgLeft {
	float: right;
	margin: 0 20px;
	padding: 0;
	}
	
#srvcontent p.imgRight {
	float: left;
	margin: 20px 20px;
	padding: 0;
	}
	
.clearcss
        {
        clear: both;
        }
		
/* styling for pricing pages in columns */
#pricingleft {
  float: left;
  width: 370px;
  margin: 0 0 20px 17px;
  }
#pricingright {
  float: left;
  width: 370px;
  margin: 0 0 20px 17px;
  }
#pricingleft h2 {
  margin: 0;
  padding: 5px;
  color: #E21D24;
  text-align: center;
  }
#pricingleft h3 {
  margin: 0;
  padding: 5px;
  color: #000000;
  text-align: center;
  font-style: italic;
  font-size: medium;
  }
#pricingright h2 {
  margin: 0;
  padding: 5px;
  color: #000000;
  text-align: center;
  }
#pricingright h3 {
  margin: 0;
  padding: 5px;
  color: #000000;
  text-align: center;
  font-style: italic;
  font-size: medium;
  }		
		
		
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
		background: #FFF;
		}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		visibility: hidden;
		line-height: 2.5em;
		z-index: 100; /* zIndex should be greater than that of shadow's below */
		background:#fff;
		width: 10em; /* default width for menu */
		}

.anylinkmenu ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

.anylinkmenu ul li a{
		width: 100%;
		display: block;
		border-bottom: 4px solid #FFF;
		padding: 2px 0;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		color: #666;
		background:#fff url(http://digitaledgecc.com/site_redesign/images/menu-gradient.gif) repeat-x 0 0;
		}

.anylinkmenu a:hover{ /*hover background color*/
		border-bottom: 4px solid #E21D24;
		color: #E21D24;
		}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99; /*zIndex for shadow*/
		background: black;
		visibility: hidden;
		}
		
.header {
	font-weight: bold;
	color: #E21D24;
	font-size: 16px;
	}