/* ---[ RECURRING ELEMENTS ON ALL PAGES ONLY ]------------------------------- */
body {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

.redbar {
	width: 100%;
	height: 8px;
	background-color: #c61d29;
	clear: both;
	margin: 0;
	padding: 0;
}

#page {
	width: 688px;
	margin: 30px auto 0 auto;
	padding: 0;
}

.uppercase {
	text-transform: uppercase !important;
}

.smaller {
	font-weight: normal;
	font-size: 7pt !important;
}
.bigger {
	font-weight: normal;
	font-size: 10pt !important;
}

.clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.carriageRtn {
	padding-bottom: 10px !important;
}

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
br.clear {
	clear:both
}
.marginTop3 {
	margin-top: 3px !important;
}

.marginTop7 {
	margin-top: 7px !important;
}

.marginTop10 {
	padding-top: 10px !important;
}
.red a {
	color: #b70124 !important;
	text-decoration: none !important;
}
.red a:hover {
	color: #b70124 !important;
	text-decoration: underline !important;
}

.credit {
	font-family: arial, helvetica, sans-serif;
	color: #DAAF03; 
	margin: 10px 0 10px 10px; 
	text-align: left;
	text-transform: uppercase;
	font-size: 7pt;
	
}

.credit a:link  {
	text-decoration: none !important;
}

.credit a:visited  {
	text-decoration: none !important;
}

.credit a:hover  {
	text-decoration: underline !important;
}


/* %%%%%%%%% STYLES FOR PRETTY GALLERY %%%%%%%%%%%%*/

.prettygalleryembed {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

.prettygalleryembed li {
	display: none;
	margin:0;
	padding:0;
	
}

.prettygalleryfirst {
	display: block !important;	
}
