/* default  */
/* MCN default css template - edited 12.9.05*/
/*content*/
body {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
form{
	margin:0;
	padding:0;
}
A:link {
	color: #660000;
	text-decoration: none;
}
A:visited {
	COLOR: #660000;
	text-decoration: none;
}
A:hover {
	COLOR: #999966;
	text-decoration: underline;
}
A:active {
	COLOR: #660000;
	text-decoration: none;

}
.content,
#galleryText{  /* gallery description */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	text-align: justify;
}
.contentHi {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 12px;
	line-height: 16px;
}	
.contentSml {
	color: #000000;
	font-family: Arial; 
	font-size: 11px;
}	
.contentHiSml {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
}	
.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000;
}
.copyright a:link{
	color: #000;
	text-decoration: underline;

}
.copyright a:visited{
	color: #000;
	text-decoration: underline;

}
.copyright a:hover {
	color: #000;
	text-decoration: underline;

}
.copyright a:active{
	color: #000;

}
.titleLrg{
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 16px;
	font-weight: bold;
	text-align:left;
}
.titleSml{
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 15px;
	color: #660000;
	font-weight: bold;
}
.titleSml a{
	color: #003366;
	text-decoration: none;
}
.titleSml a:hover{
	 COLOR: #ffff00;
	text-decoration: underline;
}


/*images, banners, etc. */
.picRight {
	float: right;
	margin: 1px 1px 1px 6px;
}
.picLeft {
	float: left;
	margin: 1px 6px 1px 1px;
}
.picRightBrd {
	float: right;
	margin: 1px 1px 1px 6px;
	border: 1px solid #000;
}
.picLeftBrd {
	float: left;
	margin: 1px 6px 1px 1px;
	border: 1px solid #000;
}
.iconImg{
	margin: 10px;
	border: 1px solid #000;
}
.optionBox {/*used in gallery select */
	font: normal 11px/12px  Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ddd;
}

/*begin lists - vnav, subnav, albums, sml */
#albums,
#calendarSml,#calendarSml1,#calendarSml2, /* 1=Current Presales, 2=Upcoming Presales for Calendar v2 */ 
#newsSml,
#blogNav,
#stickyNav,
#vNav { /* sets list style to none */
	list-style-type: none;
	margin:0px;
}
#albumsBox ul,
#calendarSmlBox ul,
#newsSmlBox ul,
#blogBox ul,
#stickyBox ul, 
#vNavBox ul{/*for mozilla positioning */
	padding-left: 0; 
	margin-bottom: 0px; 
	list-style-type: none;
}

/* Chump Navigation */
#vNavBox{
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	margin:0px 0px 6px 0px;
	text-align:left;
}
#vNav a{ 
	display: block; 
	padding: 4px; 
	background-color: none;
	color: #660000; 
	text-decoration: none; 
}
#vNav a:hover{
	color: #000000;
	text-decoration: underline;

}
/* Sticky Nav and Blog Nav */
#blogBox,
#stickyBox{
	font:bold 13px/14px verdana, san-serif;
	margin:0px 0px 6px 6px;
	border:1px solid #666;
	text-align:left;
	width:130px;
	background-color:#ddd;
	float:right;
}
#blogBox a,
#stickyNav a{ 
	display: block; 
	padding: 4px; 
	background-color: none;
	border-bottom: 1px dashed #aaa; 
	color: #666; 
	text-decoration: none; 
}
#blogBox a:hover,
#stickyNav a:hover{
	background-color: #666; 
	color: #fff; 

}

/* calendar and checkout*/
.calendarBox,
.checkoutBox {
	color: #000000;
	width: 96%;
	margin: 6px;
	padding: 6px;
}
.checkoutOdd,
.calendarOdd{
	font: normal 10px/11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ddd;
	padding:2px;
}
.checkoutEven,
.calendarEven{
	font: normal 10px/11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #eee;
	padding:2px;
}
.calendarHdr,
.checkoutHdr{
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #666;
	padding:0 2px 0 2px;
	text-align:center;
}

.memberPrice{ /* members price */
	color:#FF0000;
}
input.btn {
	color: #00008B;
	background-color: #ADD8E6;
 	border: 1px outset #00008B;
	margin:2px;
}

.tableBorder {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 6px;
	border-bottom-width: 2px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 003366;
	border-right-color: 003366;
	border-bottom-color: 003366;
	border-left-color: 003366;
}
.navBar {
	background-color: #660000;
	background-attachment: fixed;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: none;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: none;


}
.topBar {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/filltop.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.midBar {
	background-color: #660000;
	border: none;

}.bottomBar {
	background-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #oa632a;
}

