/* 
  --------------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 54 - Basic
  --------------------------------------
*/
.p7EPM54 {
	font-size: 1.3em;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.p7EPM54 .p7epm_trigs {
	font-size: 0.85em;
	overflow: hidden;
	background-image: url(img/epm_iefix.gif);
	
}
.p7EPM54 .p7epm_trigs ul {
	margin: 0px;
	padding: 0px;
}
.p7EPM54 .p7epm_trigs li {
	list-style-type: none;
    /*  margin between each heading in the main menu - Home - Honeymoons etc      */
	margin: 0 0px 0 0;
	float: left;
   /*  margin between the main menu and the sub menu container      */
	padding: 0 0 10px 0;
}
.p7EPM54 .p7epm_trigs a {
	color:#555555;
	/*  top padding for the main menu - Home - Honeymoons etc */
	padding: 3px 13px;
	display: block;
	text-decoration: none;
	background-color: #FFF;
	border-right: 1px solid #C3C3C3;
	text-align: center;
	font-weight:normal;
}
.p7EPM54 .p7epm_trigs a:hover {
	color: #FFF;
	background-color: #D8689D;
}
.p7EPM54 .p7epm_trigs a.current_mark {
	font-variant: small-caps;
	font-weight: bold;
}
.p7EPM54 .p7epm_cwrapper {
	width: 100%;
	       
}

.p7EPM54 .p7epm_content {
    /* padding for the sub menu container */
	padding: 0px 10px;
	line-height: 1.75em;
	color: #FFF;
	/* font size for the sub menu container text/links */
	font-size: 0.8em;
	zoom: 1;
	border: 1px solid #BFBFBF;
	/* background color for the sub menu containers     */
	background-color: #FFF;
	position:relative; z-index:3;
	
}

/* css for the sub-menu containers, controls poistion on page and width of container */
.p7EPM54 .p7epm_content.pan2 {margin-left:65px;width:700px;}
.p7EPM54 .p7epm_content.pan3 {margin-left:200px;width:300px;}
.p7EPM54 .p7epm_content.pan4 {margin-left:340px;width:300px;}
.p7EPM54 .p7epm_content.pan5 {margin-left:470px;width:280px;}
.p7EPM54 .p7epm_content.pan7 {margin-left:485px;width:320px;}
.p7EPM54 .p7epm_content.pan8 {margin-left:450px;width:460px;}
.p7EPM54 .p7epm_content.pan9 {margin-left:750px;width:100px;}



.p7EPM54 .p7epm_trigs .p7epm_open {
 /* the main menu font color - when the sub container is open and the mouse is not hovering over the main menu text */
	color: #fff;
	background-position: 0px -140px;
	background-color: #D8689D;
	background-repeat: repeat-x;
}
.p7EPM54 .p7epm_trigs .t1 .p7epm_open {

}
.p7EPM54 .p7epm_trigs .t2 .p7epm_open {

}
.p7EPM54 .p7epm_trigs .t3 .p7epm_open {


}
.p7EPM54 .p7epm_trigs .t4 .p7epm_open {

}
.p7EPM54 .p7epm_trigs .t5 .p7epm_open {

}
.p7EPM54 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}
/*Panel Content Links*/
.p7EPM54 .p7epm_content a {
	color: #FFF;
	border: 1px solid #D8689D;
	padding: 3px;
}
.p7EPM54 .p7epm_content a:hover {
	color: #FFF;
	text-decoration: none;
	border-color: #FFF;
}
.p7EPM54 .p7epm_content a.current_mark {
	font-weight: bold;
	font-variant: small-caps;
}

/*PANEL CONTENT COLUMNS*/
.p7EPM54 .panelColumnWrapper {
	overflow: hidden;
}
.p7EPM54 .panelColumn_50 {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.p7EPM54 .rightcolumn {
	margin-right: 0 !important;
}
.p7EPM54 .panelColumn_33 {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.p7EPM54 .p7epm_content h3 {
	font-size: 1.1em;
	letter-spacing: normal;
	margin: 12px 0 6px;
	color: #FFF;
	font-variant: small-caps;
}
/*LINK LISTS in PANEL COLUMNS*/
.p7EPM54 .linklist {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	font-size: 0.95em;
}


.p7EPM54 .linklist li {
/* the  vertical margin between the sub container links */
	margin: 0px 0px 5px 0px;
}
.p7EPM54 .linklist a {
	color: #555555;
	display: block;
	padding: 0px 6px;
	/* 	the border around the links in the sub menu containers */
	border-bottom:1px solid #F08BBC;
	zoom: 1;
	text-decoration: none;
	background-color: #FBDCFB;
	font-weight:normal;
}
.p7EPM54 .linklist a:hover {
	color: #FFF;
	border-color: #F5ABCF #777 #777 #F5ABCF;
	text-decoration: none;
	background-color:#D8689D; 
}
.p7EPM54 .linklist_tight {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	font-size: .9em;
}
.p7EPM54 .linklist_tight li {
	margin: 0;
}
.p7EPM54 .linklist_tight a {
	color: #CCC;
	display: block;
	padding: 3px 12px;
	zoom: 1;
	text-decoration: none;
	background-color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #333;
}
.p7EPM54 .linklist_tight a:hover {
	color: #4BAFC6;
	text-decoration: none;
}


/* css for the widths of the main menu text, home, real weddings, honeymoons etc */
#p7EPMtrg1_1 {
width:40px;
}

#p7EPMtrg1_2 {
width:110px;
}

#p7EPMtrg1_3 {
width:110px;
}

#p7EPMtrg1_4 {
width:100px;
}

#p7EPMtrg1_5 {
width:80px;
}

#p7EPMtrg1_6 {
width:60px;
}

#p7EPMtrg1_7 {
	width:50px;
}

#p7EPMtrg1_8 {
width:70px;
}

#p7EPMtrg1_9 {
	width:70px;
	
}

.p7EPM54 .singlecol 
{
	
	width: auto;
	font-size: 0.95em;
	color: #555555;
	padding:10px 0 5px 0;
	
}

.p7EPM54 .singlecol a 
{
	color: #555555;
	display: block;
	/* 	the border around the links in the sub menu containers */
	border: 1px solid #F08BBC;
	zoom: 1;
	text-decoration: none;
	background-color: #FBDCFB;
	font-weight:normal;
	margin:0px 0px 5px 0px;
	padding:0 0 0 5px;
}

.p7EPM54 .singlecol a:hover {
	color: #FFF;
	border-color: #F5ABCF #777 #777 #F5ABCF;
	text-decoration: none;
	background-color:#D8689D; 
}

.strong {
font-weight:bold;	
}