body {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-attachment: scroll;
	background-color: #D1DEC4;
	background-image: url(images/bg.gif);
	background-repeat:repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
h1, h1 a, h1 a:visited, h1 a:link  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
	text-decoration:none;
}
h1 a:hover {
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #000;
	text-decoration:none;

}
.Head { color:#666644;}
#homeCell, .homeCell { border-bottom:1px solid #666; cursor:hand; clear:both;
	height:130px;
	padding-top:10px;
}
#homeCell:hover, .homeCell:hover
{
	background-color:#eee;
	}
h4 {
font-family: Tahoma, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;
	color:#222;
	margin:0;

}
h3{
font-family: Tahoma, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color:#576D56;
	margin:5 0 5 0;
}
h2{
font-family: Tahoma, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color:#111;
	margin:5 0 5 0;
	color:#222;
}
.altCell {
	background-color:#DEE5D6;
	border-bottom:1px solid #ccc;

}

#OutterContainer { 
	width:100%; 
	margin:auto;
	text-align:center;
}
#TopAreaPrintContainer {display:none;}
#TopBannerContainer { 
	width:100%; 
	background-color:#fff; 
	text-align:center;
}
#TopBannerContainerBig { 
	width:100%; 
	background-color:#fff; 
	text-align:center;
	
}
#TopBannerContainerBig img { padding:0px; margin:0px;}
#TopBanner {
	height: 70px;
	padding-top:4px;
	width:770px;
	margin:auto;
	background-color:#FFFFFF;
}
#Logo { 
	padding-left:10px; 
	float:left;
}
#MJMurphyLtd { 
	width:560px; 
	float:right;
	padding-top:3px; 
	text-align:right; 
	padding-right:10px 
}
#MiniLogo { 
	float:right; 
	padding-right:10px; 
}
#TopSlogan {
	padding:0px;
	clear:both;
	font-size:8pt
}
#TopSloganBig {
	padding:0px;
	clear:both;
	font-size:1.1em;
	font-weight:bold;
	background-color:white;
	padding-bottom:5px;
	color:#666;
}
#BlueBanner { 
	width:100%; 
	background-color:#5DB3FF; 
	height:137px; 
	text-align:center;
}
#PhotoBanner { 
	width:770px; 
	margin:auto;
	clear:both;
}
#PhotoBanner img { padding:0px; margin:0px;}
#TopNavContainer { 
	width:100%; 
	height:24px; 
	background-color:#576D56; 
}
#TopNav { 
	width:740px;
	margin:auto;
	padding: 1px 0px 0px 2px;
	font-weight:bold;
	color:#E9ECE5;
	font-size:13px;
	text-align:left;
}
#MainContentContainer { 
	width: 770px;
	margin:auto;
	text-align:left;
	background-image:url('images/main-bg.gif');
	background-position:top;
	background-repeat:no-repeat;
	min-height:580px;
	height:auto !important;
	height:580px;
	text-align:center;
	clear:both;
}
#MainContent { 
	width:720px;
	margin:auto;	
	text-align:left;
	padding-top:10px;
}
#LoginLayer {
	position:relative;
	left:10px;
	top:10px;
	width:70px;
	z-index:100;
	background-color:#00CC00;	
}
#Footer {
	margin-top:20px;
	border-top:1px solid #999;
	width: 710px;
	margin:auto;
	font-size:10px;
	bottom:0px;
	padding:10px 0 5px 0;
	text-align:center;

}
#Footer a, #Footer a:link, #Footer a:visited {
	color:#000000;
	text-decoration:none;
}


.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: auto;
	background-color: transparent;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-right:10px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	background-image:url('images/rightnav-bg.jpg')
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;

}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	line-height: 12px;
	width: 100%;
	height: 22px;
	_height: 20px;
	background-color:transparent;
}

#HouseMenuNav li { /* all list items */
	padding-left:10px;
	padding-right:10px;
	height: 22px;
	border-right:1px solid #999;
	line-height:normal;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li { /* all items under the top level */
	width: 190px;
	height: auto;
	border:none;
	padding-left:0px;
	padding-right:0px;

	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 180px;
	_width: 180px;
	/* end hack */
}

#HouseMenuNav a { /* all links within the menu wrapper */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	width: 180px;
	height: 20px;
	background-image:url('images/menu_bg.jpg')
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 190px;
	_width: 190px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li a:hover {
	padding: 5px;
	color: #000;
	background-color: #E9EEE5; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li li a:hover {
	color: #000;
	background-color: #E9EEE5; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#HouseMenuNav li ul { /* second-level lists */
	width: 190px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #000;
	margin: 0 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #576D56;
	height: auto;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 190px;
	border: solid 1px #000;
	line-height: 12px;
	background-color: #576D56;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #HouseMenuNavParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	color: #fff; 
	background-color: #D22020; 
	text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavParentLink
{ /* parent link itself */
	background-color: transparent; 
	color: #fff; 
	background-color: #300; 
	text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{ /* current selected/active link */
	color: #000; 
	background-color: #DEE5D6; 
	text-decoration: none;

}

/*  4. Text  */

/*-- most of the text on site          --*/ 
.normal, .Normal, table, td { font-family: Arial, Verdana, tahoma; font-size: 13px; color: #111; line-height:18px;
 }
/*-- most of the bold text on site     --*/ 
.NormalBold { font-family: Arial, Verdana, tahoma; font-size: 12px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ 
.NormalRed { color: #C50000; font-family: Arial, Verdana, tahoma; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ 
.SubHead { font-family: Arial, Verdana, tahoma; font-size: 12px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ 


/*  5. Links											  */
a.blackLink, a.blackLink:link, a.blackLink:visited { color:black; }
/*-- default links visited and active  --*/ 
a:link, a:visited, a:active { color:#0000FF; font-family: Arial, Verdana, tahoma; text-decoration: underline;  }
/*-- default links hover               --*/ 
a:hover { color: #364435; font-family: Arial, Verdana, tahoma; }
/*-- normal  links visited and active  --*/ 
a.Normal:link, a.Normal:visited { color: #364435; font-family: Arial, Verdana, tahoma; font-weight: bold;  text-decoration: underline; }
/*-- normal  links hover               --*/ 
a.Normal:hover { color: #333; font-family: Arial, Verdana, tahoma; 	text-decoration: none; }
/*-- admin button-link style  --*/         
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}
li {
	margin-bottom:3px;
}

.galleryWrapper
{
    
}

.galleryWrapper .album-frame .topx---- img, .galleryWrapper .album-frame .top-x--- img, .galleryWrapper .album-frame .top--x-- img, 
.galleryWrapper .album-frame .top---x- img, .galleryWrapper .album-frame .top---- img, .galleryWrapper .album-frame .mtpx---- img, 
.galleryWrapper .album-frame .mtp----x img, .galleryWrapper .album-frame .midx---- img, .galleryWrapper .album-frame .mid----x img, 
.galleryWrapper .album-frame .mbtx---- img,.galleryWrapper .album-frame .mbt----x img, .galleryWrapper .album-frame .botx---- img, 
.galleryWrapper .album-frame .bot-x--- img, .galleryWrapper .album-frame .bot----x img, .galleryWrapper .album-frame .bot---x- img
{
    border:none;
    display:none;
}

.albumContainer
{
    padding:3px 3px 3px 3px;
    background: #D1DEC4;
    text-align:center;
    width:auto;
    border:1px solid #8EA17B;
}

.albumContainer table
{
    margin-left:auto;
    margin-right:auto;
}

.albumContainer .albumTitle
{
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.albumContainer .albumTitle a
{
    color:#666644;
}

.albumContainer .rssImage a img
{
    border:none;
}

.albumContainer .rssImage img
{
    border:none;
}

.albumContainer .rssImage
{
    border:none;
}

.imgTitle
{
    font-size:11px;
}