/* Bradbourne Generic CSS */

.Transparency {
	width: 10px;
	height: 10px;
	background-color: #666;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
	z-index: 50;
}
.PopupMessage {
	background-color: White;
	border: 10px #999 solid;
	padding: 20px;
	width: 600px;
	height: 375px;
	display: none;
	z-index: 100;
}

#NavMenu{
	background:blue;
	display:inline-block;
	width:1015px;
	}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
	
a.NavigationHome {
	background:url(../Images/HomeButton.png) no-repeat top ;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
	margin-left:-3px;
}


a.NavigationHome:hover {
        background-color:#351101;
	background-position:top ;  
}


a.NavigationAboutUs {
	background:url(../images/AboutUs.png) no-repeat top ;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
}


a.NavigationAboutUs:hover {
        background-color:#1A4753;		
	background-position:top ;	
}


a.NavigationWeddings{
	background:url(../Images/WeddingsButton.png) transparent no-repeat scroll top ;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
}


a.NavigationWeddings:hover {
        background-color:#003300;	
	background-position:top ;	
}

a.NavigationCorporate{
	background:url(../images/CorporateButton.png) transparent no-repeat top ;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
}


a.NavigationCorporate:hover {
        background-color:#000000;	
	background-position:top ;	
}

a.NavigationConferences{
	background:url(../Images/ConferencesAndMeetingsNav.png) transparent no-repeat 0% 52% ;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
}


a.NavigationConferences:hover {
	background-color:#576B3F;
}


a.NavigationPrivate{
	background:url(../Images/PrivateCelebrationsButton.png) transparent no-repeat top ;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
}


a.NavigationPrivate:hover {
	background-color:#00914C;
	background-position:top;	
}

a.NavigationNews{
	background:url(../Images/NewsAndEventsNav.png) 40% 80% transparent no-repeat ;
	font: normal 12px arial, sans-serif;
	text-decoration: none;
}


a.NavigationNews:hover {
	background-color:#660033;
}


/*Bradbourne House The Experience Content start*/

	
.ContentArea{
	width:792px;
	height:804px;
	background-color:#FFF;
	display:inline-block;
	float:left;
	margin:5px 8px 0px 0px;
	}
	
a.secondTierLink{
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:right;
	display:block;
	text-decoration:none;
}	
	
	
.text{
	color:#FFF;
	font-size:12px;	
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	display:inline-block;
	}
	
.text:hover{
	font-size:12px;	
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	display:inline-block;
	color:#B38A4B;
	}


.footer a{
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	}
	
.footer a:hover{
	color:#351101;
	}
	
a.EmailLink{
	color:#CCC;
	text-decoration:none;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a.EmailLink:hover{
	color:#351101;
	}

.TopLinks{
	float:right;
	margin:10px 10px 0px 0px;
	color:#FFF;
	}
	
.TopLinks a{
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	}
	
.TopLinks a:hover{
	color:#B38A4B;
	}
	
a.continueButton {
    	background: transparent url('../Images/Continue.png') no-repeat top right;
    	color: #FFF;
    	display:inline-block;
    	font: normal 16px arial, sans-serif;
    	text-decoration: none;
    	width:160px;
    	height:28px;
	}
	
a.continueButton:hover {
    	background: transparent url('../images/Continue.png') no-repeat bottom right;
    	color: #FFF;
    	display:inline-block;
    	font: normal 16px arial, sans-serif;
    	text-decoration: none;
    	width:160px;
    	height:28px;
	}

a.photographerLinks{
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

a.photographerLinks:hover{
	color:#B38A4B;
	}
	
.TopNavDropDown div{
	display:inline-block;
	background:blue;
	width:1015px;
	}

.Ticker{
	color:#FFF;
	text-align:left;
	z-index:1;
	display:inline-block;
	vertical-align:top;
	font-family:Arial;
	font-size:14px;
	height:30px;
	width:400px;
	}




