/***********************************************/
/* HTML tag styles - Merchant Inns Main Site  */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;
}

body{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	line-height: 16px;
	color:#666666;
	font-size: 12px;
}

img{
	border:none;
}
#wrapper {
	width: 810px;
	margin-left: auto;
	margin-top:14px;
	margin-right: auto;
}


#logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:810px;
	height:150px;
}

#topLinks {
	float:right;
	color:#FFFFFF;
	font-size:11px;
	padding-top:20px;
}

#flash {
	width:810px;
	height:268px;

}

.clear {
	clear:both;
	height:1px;
}


#mainContainer {
	width:759px;
	background-color:#FFFFFF;
	background-image:url(images/m.gif);
	background-repeat:no-repeat;
	padding:25px;
}


#content {
	width:530px;

}

#content ul li{
	list-style-type:none;
	padding: 7px 10px 7px 20px;
	background-image: url(images/content_bullet.gif);
	background-repeat: no-repeat;
	background-position: 1% 50%;
}


#rightContainer {
float:right;
width:197px;
}

#bannerContainer {
	width:530px;
	margin-top:28px;
}

#banner1 {
	float:left;
	width:163px;
	height:195px;
	background-color:#ba3a4f;
}

.banner{
	width:162px;
	height:205px;
	float:left;
	margin:10px 5px;
}


#bannerimage {
width:163px;
height:102px;

}

#bannertext {
	margin-top:2px;
	padding:8px;
	width:137px;
	height:60px;
	color:#FFFFFF;
	font-size:11px;
	
}


/***********  #title tags styles ***********/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
}

h6{ 
	display: inline;
	color:#999999;
}

h1{	
	font-size: 140%;
	color:#000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height:22px;
	font-weight:normal;
}
h1 .str{
	font-weight:bold;
}

h2{
	font-size: 130%;
	color:#000000;	
	font-weight:normal;
}

h3{
 font-size: 120%;
 color:#333333;
 font-weight:normal;
}

h4{
 font-size: 140%;
 font-weight: normal;
 color: #fff;
 
}

h5{
 font-size: 95%;
 color:#666666;
}

p{
	margin-bottom:5px;
}

/***********  #navContainer styles ***********/

#navHolder {
	width:810px;
	height:30px;
	background-color:#000000;
	padding:0px;	
	
}

#navtext{
	color: #fff;
	width:197px;
	width:805px;
	height:30px;
	border-left:none;
	

}

#navtext ul{
	
}

#navtext ul li{
	float:left;
	padding:0px;
	list-style:none;
	border-right: solid 1px #fff;
	text-align:center;
}

#navtext ul #last{
	border-right: none;
}

#navtext ul li.last{
	border-right:none;
}

#navtext ul li a:link, #navtext ul li a:visited{
	color:#fff;
	text-decoration: none;
	display:block;
	width:70px;
	height:22px;
	padding-top:8px;
	
	background-color:#000;
}

#navtext .long:link , #navtext .long:visited { 
	width: 115px;
}

#navtext .longer:link , #navtext .longer:visited { 
	width: 170px;
}

#navtext ul li a:hover{
	color:#fff;
	text-decoration: none;
	background-color:#8b7083;
}

#navtext li ul {
	position: absolute;
	width: 155px;
	left: -999em;	
	background-color:#8b7083;	
	padding-top: 10px;
	margin-left: 0px;
	margin-top: 0px;
	filter:alpha(opacity=90); 	
	opacity: 0.9;
	
}

#navtext li ul li{
	width: 145px;	
	border-right: none;
	border-bottom:dashed 1px #ccc;
	text-align:left;

	
}

#navtext li:hover ul {
	left: auto;
	font-weight: bold;	
}
#navtext li:hover ul, #navtext li.sfhover ul {
 left: auto;
 font-weight: bold; 

}

#navtext li ul li a:link, #navtext li ul li  a:visited { 	
	text-align: left;	
	/*height: 15px;		*/
	border-right: none;
	padding: 1px 2px 1px 5px;		
	width: 145px;
	
	display:block;
	background-color:#8b7083;
}

#navtext li ul li a:hover{
	color:#000;
}

#topLinks a:link {
	color:  #fff;
	text-decoration: none;
}


#topLinks a:visited {
	color:#fff;
	text-decoration: none;
}

#topLinks a:hover {
	color:#999999;
	text-decoration: underline;	
}


a:link {
	color:  #666666;
	text-decoration: none;
}

a:visited {
	color:#666666;
	text-decoration: none;
}

a:hover {
	color:#999999;
	text-decoration: underline;	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}

#footer {
	width:810px;
	margin-top:10px;
	font-size:10px;

}

#footer a:link {
	color:#666666;
	text-decoration: none;
}

#footer a:visited {
	color:#666666;
	text-decoration: none;
}

#footer a:hover {
	color:#999999;
	text-decoration: underline;	
}


#emailContainer{
	background-color:#88797e;
	color:#fff;
	padding:15px;
	width: 165px;
}

#emailContainer h3{
	font-size:14px;
	color: #202126;
}
#emailContainer .textField{
	width:100px;
	border:solid 1px #ccc;
	background-color:#efefef;

}

/***EVENTS***/
.event:hover {
background-color:#AEA5A8;
}

a.event{
background-color:#88797e;
background-repeat:no-repeat;
color:#fff;
display:block;
margin-bottom:7px;
padding:10px;
text-decoration:none;
}
a.pubs{
font-size:14px;
margin-bottom:10px;
margin-top:10px;
clear:both;
}