﻿.Body
{
    color:White;
    font-family:Verdana;
    font-size:10pt;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;
    background-image: url(Images/NewLayoutImages/DaveBrownPhotographyBackground.jpg); 
    background-repeat:repeat;
}

.LogoImg
{
    background-image: url(Images/NewLayoutImages/greybg.jpg); 
    background-repeat:repeat; 
}

h1
{
    font-family:Georgia;
    font-size:24px;
    display:block;
    color:#7a7a7a;
}


h3
{
    font-family:Georgia;
    font-size:16px;
    display:block;
    color:#7a7a7a;
}

.Content
{
    color:#7a7a7a;
    font-family:Verdana;
    font-size:10px;  
    text-align:left;
    padding: 25px 25px 25px 25px;
    margin:0px 0px 0px 0px; 
    background-color:White;
    text-decoration:none;
}

.Form
{
    margin:15px 0px 0px 0px; 
    padding:0px;
}

.EnterPage
{
    background-color:Black;
    color:White;
    font-family:Verdana;
    font-size:10pt;
    text-align:center;
    height:100%;
    width:100%;
    margin:0px;
}

.MasterPageMainTags
{
    
}

tr.Contact
{
    padding-top:5px;
    padding-bottom:5px;
}

.Content A:link {color: #838c1c;}
.Content A:visited {color: #838c1c;}
.Content A:active {color: #838c1c;}
.Content A:hover {text-decoration: none; color: #63691e;}

.ContactFooter
{
    padding:12px 0px 25px 10px; 
    margin: 0px 0px 0px 0px; 
    background-image: url(Images/ContactBackground.gif);
    background-repeat:repeat-x;
}

.footerMainDiv
 {	
     PADDING-RIGHT: 0px;
     PADDING-LEFT: 0px;	
     PADDING-BOTTOM: 0px;
     FONT: 10px/25px Verdana, Arial, Helvetica, sans-serif;	
     WIDTH: 100%;	
     COLOR: #b2b2b2;	
     PADDING-TOP: 8px;	
     TEXT-ALIGN: center
}

.footerMainDiv P 
{	MARGIN: 0px}

.footerMainDiv A {	COLOR: #b2b2b2;	TEXT-DECORATION: none}
.footerMainDiv A:hover {	COLOR: #b2b2b2;	TEXT-DECORATION: none}
.footerMainDiv A:visited {	COLOR: #b2b2b2;	TEXT-DECORATION: none}

.shadow 
{
    background-image: url(Images/NewLayoutImages/greybg.jpg); 
    background-repeat:repeat; 
    -moz-box-shadow: 0 0 5px 5px #292929;
    -webkit-box-shadow: 0 0 5px 5px #292929;
    box-shadow: 0 0 5px 5px #292929;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#292929')";
}

.mod {
   position:relative;
   z-index:0;
}
.mod .mod-content{
   background:#e9dac9;
   border:1px solid #eaeaea;
   position:relative;
   z-index:2;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod .x1,
.mod .x1a,
.mod .x2,
.mod .x2a {
   display:block;
   background:url(Images/glow.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.mod .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
}
.mod .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.mod .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0 10px;
}
.mod .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}


