/*  Verve Demo MAIN STYLES CSS  */
body{
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#333;
	background:#9EBBDE;
}
*{
	margin:0;
	padding:0;
}
a:link, a:visited, a:hover, a:active {
	color:#BA1C1C;
}
h1{
	margin-bottom:15px;
}
h2{
	margin-bottom:10px;
}
h3{
	margin-bottom:5px;
}
p{
	margin-bottom:20px;
}
ul,ol,dl{
	margin:5px 0 5px 15px;
}
li{
	margin-left:10px;
}
a img{
	border:none;
}
option{
	padding:0px 3px;
}

/*  LAYOUT ELEMENTS  */
#wrapper{	
	width:766px;
	position:relative;
	margin:0 auto;	
	padding:2px 2px;
	text-align:left;
	font-size:1.3em;
	background-color:#FFF;
	height:500px;
	min-height:500px;
}
*>#wrapper{
	height:auto;
}

#banner{
	height:80px;
	position:relative;
	background-image:url();
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#EFEFEF;
	border-bottom:1px solid #BFBFBF;
}
#banner #bannerExtra{
	position:absolute;
	right:0px;
	bottom:0px;
	height:60px;
	width:300px;
	text-align:right;
	padding-right:15px;
}
#banner #SearchBox{
	margin:10px 0 0;
display: none;
visibility: hidden;
}
#loginBox{
	margin:5px;
}
#loginBox a{
	color:#FFF;
}
#loginBox .message{
	color:#FF0000;
	font-weight:bold;
}
#breadcrumbs{
	clear:left;
}
#contentWrapper{
}
#mainContent{
	margin-left:200px;
	height:1%;
}
*>#mainContent{
	height:auto;
}
.nochannel #mainContent{
	width:100%;  /* for IE 3 Pixel Jog  */
	margin:0;
}
#channel{
	float:left;
	width:200px;
}
#footer{
	width:766px;
	clear:both;
	color:#FFF;
	text-align:left;
	margin:auto;
	margin-top:5px;
	font-size:1.1em;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #utilNav{
	margin:0 0 0 20px;
	display:inline;
	list-style:none;
}
#footer #utilNav li{
	display:inline;
	border-right:1px solid #fff;
	margin:0;
	padding:0 5px 0 4px;
}
* html #footer #utilNav li{padding:0 4px 0 7px;}
#footer #utilNav li.last{
	border:none;
}
#verve{
	float:right;
}
#verve a{
	 color:#fff;
	 display:block;
	 width:125px; /*113px;*/
	 height: 20px;
	 padding-top:6px;
	 background:url(/images/PoweredByVerve.gif) right no-repeat;
}
#verve a span{
	 display:none;
}
#verve a:hover{
	text-decoration:none;
}

/*  ELEMENT SPECIFICS */

#globalNav{
	height:21px;
	margin:0px;
	padding:0px;
	background:#9EBBDE url(/css/images/1/bg-topnav.gif) repeat-y right top;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
    line-height:1;
}
#globalNav  li{
	float:left;
	margin:0;
	padding:0;
}
#globalNav a:link,
#globalNav a:visited{
	float:left;
	width:auto;
	padding:5px 25px 5px 10px;	
	text-decoration:none;
	color:#393939;
	background:url(/css/images/1/bg-globalnav-a.gif) no-repeat left bottom;
}
#globalNav a:hover{
	color:#FFF;
}

/*  Dynamic Nav  */

#gNavDrop{
	height:21px;
	margin:2px 10px;
	padding:5px 10px;
	background:#BFBFBF url(/css/images/1/bg-topnav.gif) repeat-y right top;
	font-size:0.85em;
	font-weight:bold;
	text-transform:uppercase;
	list-style-type:none;
}
#gNavDrop,
#gNavDrop ul{
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}


#gNavDrop a{
	display: block;
	width:auto;
	padding:5px 25px 5px 10px;	
	text-decoration:none;
	color:#393939;
	background:url(/css/images/1/bg-globalnav-a.gif) no-repeat left bottom;
}
* html #gNavDrop a{
	padding:6px 25px 4px 10px;
}
#gNavDrop li {
	float: left;
	margin:0;
}
#gNavDrop ul {
	position: absolute;
	width: 13em;
	left: -999em;
	background:#D4D4D4;
	text-transform:capitalize;
}
#gNavDrop li:hover ul {
	left: auto;
}

#gNavDrop li ul ul {
	margin: -1.5em 0 0 12em;
}

#gNavDrop li:hover ul,
#gNavDrop li.sfhover ul {
	left: auto;
}
#gNavDrop li:hover ul ul,
#gNavDrop li.sfhover ul ul {
	left: -999em;
}
#gNavDrop li:hover ul,
#gNavDrop li li:hover ul,
#gNavDrop li.sfhover ul,
#gNavDrop li li.sfhover ul{
	left: auto;
}

#gNavDrop ul a {
	display:block;
	padding:5px 5px 5px 10px;	
	text-decoration:none;
	color:#393939;
	background:none;	
}
* html #gNavDrop ul a{
	width:100%;
}
#gNavDrop ul a:hover{
	background:#BFBFBF;
}
#gNavDrop ul li{
	width:100%;
}
/*  End Dynamic Nav    */

#breadcrumbs{
	color:#FFF;
	margin-bottom:2px;
	background:#344C88;
	font-size:.85em;
}
#breadcrumbs ul{
	margin:0 0 0 15px;
}
#breadcrumbs ul li{
	display:inline;
	margin:0;
	padding:0;
}
#breadcrumbs ul li a{
	line-height:2;
}
#breadcrumbs ul li a:link,
#breadcrumbs ul li a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#breadcrumbs ul li a:hover,
#breadcrumbs ul li a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
#breadcrumbs ul li.on{
	font-weight:bold;
}
#mainContent .padLayer{
	padding:15px;
}
#mainContent h1{
	font-size:1.45em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333;
}
#mainContent h2{
	font-size:1.25em;
}
#mainContent h3{
	font-size:1.1em;
}
#mainContent .section{
	margin-bottom:20px
}
#pageImages{
	float:right;
	text-align:center;
	margin-left:10px;
}
.pageImage{
	margin-bottom:15px;
}
.pageImage img{
	border:1px solid #A3ABB9;
	padding:2px;
}
.pageImage p{
	margin:2px 0 0 0;
	font-size:0.8em;
}

/*  Products  */
.lproduct{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lproduct img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lproduct h3 a{
	color:inherit;
}
.price{
	color:#FF0000;
}
.product h4{
	font-size:1.05em;
	margin-bottom:5px;
}
.product .addtocart{
	margin:15px 0;
}
.product .addtocart ul{
	list-style:none;margin:0 0 5px;
}
.product .addtocart ul li{
	display:inline;
	margin:0 5px 0 0;
}
.product .addtocart #qty{
	text-align:center;
	width:25px;
}
.product .addtocart #addbtn{
	margin:0 0 -4px 5px;
}

#cart{
	margin-top:10px;
}
#cart table{
	width:99%;
	font-size:0.95em;
	margin-top:4px;
}
#cart td,#cart th{
	text-align:right;
	padding:3px 3px;
}
#cart tr.odd{
	background:#EFEFEF;
}
#cart .left{
	text-align:left;
}
#cart .quantity{
	text-align:right;
	width:20px;
	padding:0 3px;
}
#cart thead{
	background:#C9C9C9;
	color:#000;
}
#cart thead th{
	border-bottom:1px solid #003366;
}
#cart thead td,
#cart tfoot td{
	padding:5px 2px;
}
#cart .tfone td{
	border-top:1px solid #003366;
	padding-top:7px;
}
#cart .total{
	font-weight:bold;
	font-size:1.1em;
}
#cart .btns input{
	margin-left:5px;
}

/*  News  */
.lnews{
	margin-top:20px;
	width:100%;
	overflow:auto;
}
.lnews img{
	float:left;
	margin-right:15px;
	padding:1px;
	border:1px solid #A3ABB9;
}
.lnews h3 a{
	color:inherit;
}

/*  Related Items  */
.related{}
.related a{
	font-weight:bold;
}
.file{
	margin:5px 0;
	height:35px;
	min-height:35px;
}
* .file{
	height:auto;
}
.file img{
	float:left;
	margin:1px 10px 5px 0;
}
.file div{
	margin-left:42px;
}
.caption{
	font-size:0.9em;
}

/*  Channel  */
/*  Level 2 Nav - Static */
#channel #level2Nav{
	padding:10px;
	color:#FFF;
	background:#344C88 url(/css/images/1/bg-level2nav_right.gif) no-repeat left bottom;
	margin-bottom:2px;
}
#channel #level2Nav h2{
	margin-bottom:5px;
	padding-left:7px;
	font-size:0.95em;
	text-transform:uppercase;
}
#channel #level2Nav ul{
	list-style:none;
	margin:0;
}
#channel #level2Nav ul li{
	list-style:none;
	margin:2px 0;
	width:auto;
	border:1px solid #BFBFBF;
}
#channel #level2Nav ul li.navOn{
	margin:0;
}
#channel #level2Nav ul li a{
	display:block;
	padding:3px 5px;
	padding-left:14px;
	color:#FFF;
	font-size:0.9em;
	text-decoration:none;
	background:#7697C6 url(/css/images/1/bg-l2navoff.gif) no-repeat 5px 52%;
}
#channel #level2Nav ul li a.navOn{
	background-color:#344C88;
	background-image:url(/css/images/1/bg-l2navon.gif);
}
#channel #level2Nav ul ul{
	padding-bottom:4px;
	background:#344C88;
}
#channel #level2Nav ul ul li{
	margin:0;
	border:none;
}
#channel #level2Nav ul ul li a{
	font-size:0.85em;
	padding:1px;
	padding-left:23px;
	background:#344C88 url(/css/images/1/bg-l3nav.gif) no-repeat 14px 54%;
}
#channel #level2Nav ul ul li a.l3on{
	font-weight:bold;
}
#channel #level2Nav ul li a:hover{
	background-color:#344C88;
}
#channel #level2Nav ul ul li a:hover{
	text-decoration:underline;
}


/*  Level 2 Nav - Dynamic  */
#channel #level2DynNav{
	padding:10px;
	color:#FFF;
	background:#344C88 url(/css/images/1/bg-level2nav_right.gif) no-repeat left bottom;
	margin-bottom:2px;
}

#channel #level2DynNav h2{
	margin-bottom:5px;
	padding-left:7px;
	font-size:0.95em;
	text-transform:uppercase;
}
#level2DynNav dl {}
#level2DynNav dl dt {
	cursor: pointer;
	line-height: 20px;
	text-align: left;
	list-style:none;
	margin:2px 0;
	width:auto;
	border:1px solid #BFBFBF;
}
#level2DynNav dl dt#active {
	background-color:#7697C6;
}
#level2DynNav dl dt a{
	display:block;
	padding:3px 5px;
	padding-left:14px;
	color:#FFF;
	font-size:0.9em;
	text-decoration:none;
	background:#344C88 url(/css/images/1/bg-l2navoff.gif) no-repeat 5px 52%;
}
#level2DynNav dl dt a.navOn{
	background-color:#7697C6;
	background-image:url(/css/images/1/bg-l2navon.gif);
}
#level2DynNav dl dd {
	border: 1px solid gray;
	display:none;
}
#level2DynNav dd ul {
	text-align: left;
	list-style:none;
	padding:0;
	margin:3px 0;
}
#level2DynNav dd ul li{
	padding:2px 0;
	margin:0;
}
#level2DynNav dd ul a{
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color:#FFF;
	font-size:0.85em;
	background:url(/css/images/1/bg-l3nav.gif) no-repeat 14px 54%;
	padding-left:23px;
}
#level2DynNav dd ul a.l3on{
	font-weight:bold;
}
#level2DynNav dd ul a:hover{
	text-decoration:underline;
}
#level2DynNav dl dt a:hover{
	background-color:#7697C6;
}
#level2DynNav dl,
#level2DynNav dd,
#level2DynNav dt{
	margin:0;padding:0;
}

#minicart{
	background:#344C88 url(/images/cart.gif) no-repeat 5px 5px;
	color:#FFF;
	text-align:right;
	padding:5px 5px 5px 20px;
	margin-bottom:2px;
}
#minicart ul{
	list-style:none;
	margin:0;
	padding:0;
}
#minicart li{
	display:inline;
	margin:0;
	padding:0;
	margin-left:5px;
}
#minicart a{
	color:#FFF;
	font-size:0.85em;
}

.puff{
	font-size:0.85em;
	margin-bottom:2px;
	}
.puff h3{
	color:#FFF;
	font-size:1.1em;
	margin:0;
	padding:2px 5px;
	text-align:center;
	background:#344C88 url(/css/images/1/bg-puffh3_right.gif) no-repeat left top;
}
.puff .padLayer{
	border:1px solid #344C88;
	padding:15px 10px 10px;
}
.puff p{
	margin-bottom:10px;
}
.puff .pImg{
	text-align:center;
	margin-bottom:10px;
}
.puff img{
	border:1px solid #344C885;
}
.puff .moreLink{
	text-align:right;
	margin-top:5px;
}
.puff .fImg{
	border:0;
}
.puff .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.puff .news li{
	margin-bottom:4px;
}

/*  Page Tiles  */
.oneTileRow,
.twoTileRow,
.threeTileRow{
	width:100%;
}
.tile table{
	height:100%;
}
.tile{
	border:1px solid #344C88;
	vertical-align:top;
}
.tile img{
	border:1px solid #344C88;
}
.tile .moreLink{
	text-align:right;
	padding:0 10px 10px 0;
	vertical-align:bottom;
}
.tile .fImg{
	border:0;
}
#mainContent .tile .padLayer{
	padding:10px;
}
.tile h3{
	color:#FFF;
	font-size:1.1em;
	margin:0;
	padding:2px 10px;
	text-align:left;
	background:#344C88;
}
.tile .news{
	margin-left:2px;
	padding-left:2px;
	list-style-type:square;
}
.tile .news li{
	margin-bottom:6px;
}
.oneTileRow .tile{
	width:100%;
}
.oneTile h3{}
.oneTileRow .tile .padLayer{}

.oneTileRow .tile .tImg{
	float:left;
	margin:0 10px 10px 0;
}
.twoTileRow .tile{
	width:48%;
}
.twoTileRow .tile h3{}
.twoTileRow .tile .padLayer{}
.twoTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.twoTileRow .tileSpacer{
	width:3%;
}
.threeTileRow .tile{
	width:32%;
}
.threeTileRow .tile .tImg{
	text-align:center;
	margin:0 auto 10px;
}
.threeTileRow .tileSpacer{
	width:2%;
}

.CustomerForm{
	margin-top:20px;
}
.CustomerForm ul{}
.CustomerForm ul li{
	list-style-type:none;
	padding:4px;
}
.CustomerForm ul li input,
.CustomerForm ul li select{
	width:250px;
}
.CustomerForm ul li.odd{}
.CustomerForm ul li label{
	width:120px;
	display:block;
	float:left;
	line-height:1.7;
	position:relative;
	text-align:right;
	padding-right:5px;
}
.CustomerForm h3{
	text-transform:uppercase;
}
.CustomerForm form{
	border-bottom:1px solid #344C88;
	padding-bottom:20px;
}

.CustomerForm .button{
	margin-left:155px;
}

#pDetails,
#paymentDetails{
	border:1px solid #344C88;
	border-width:1px 0;
	margin:15px 0;
	padding:10px 0 0;
}
#pDetails ul,
#paymentDetails ul{
	list-style:none;
	margin:5px 0 15px 10px;
}
#paymentDetails ul{
	margin-bottom:0px;
}
#pDetails ul li label,
#paymentDetails ul li label{
	width:80px;
	display:block;
	float:left;
	padding-right:5px;
}
#paymentDetails ul li label{
	width:130px;
}
#paymentDetails ul li{
	margin:2px 0;
}

#invoiceDetails{
	float:right;
	width:250px;
	margin:0 0 10px;
}
#invoiceDetails li{
	list-style-type:none;
}
#invoiceDetails h3{
	display:inline;
	width:120px;
}

#pageGallery,
#photoGallery{
	margin:10px 0;
	list-style-type:none;
	display:inline;
	text-align:left;
	float:left;
	width:100%;
}
#pageGallery div,
#photoGallery div{
	float:left;
	text-align:center;
	margin:0 5px;
	padding:5px;
	width:28%;
}
#pageGallery div div,
#photoGallery div div{
	margin:0 auto;
	float:none;
	width:100px;	
}
#pageGallery div.clear,
#photoGallery div.clear{
	float:none;
	padding:0;	
}
#pageGallery div img,
#photoGallery div img{
	border:1px solid #344C88;
}

#pageNumbers{
	text-align:center;
	margin-top:20px;
}
#pageNumbers .previous{
	text-align:left;
	float:left;
	width:15%;
}
#pageNumbers .next{
	text-align:right;
	float:right;
	width:10%;
}
#pageNumbers .numbers{
	width:70%;
	margin:auto;
}

.newsdate{
	color:#999999;
	margin-bottom:10px;
}
.lnews .newsdate{
	margin-bottom:3px;
}

#forgotPassword{
	margin:20px 0 5px 0;
	overflow:hidden;
	position:relative;
}

.message{
	color:#FF0000;
	font-weight:bold;
}

.clear{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

#print{display:none;} /*  for print.css - position:absolute;top:2px;left:2px; */
#banner{background-image:url(/verve/_resources/St-Marys-Banner.jpg);height:182px;}
#banner{background-color:#FFFFFF;}
#loginBox .message,#loginBox a{color:#6600ff;}

/** Verve Form Styles **/

ul.VerveForm{margin:10px 0 10px 0;}
ul.VerveForm li{list-style-type:none;padding:3px;}
ul.VerveForm li label{display:block;width:9em;text-align:right;padding-right:8px;float:left;position:relative;}
ul.VerveForm li input,ul.VerveForm li textarea{width:25em;}
ul.VerveForm li input.autoSize{width:auto;}
ul.VerveForm li textarea{height:80px;}

