@charset "utf-8";
/* CSS Document */
/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin-bottom: 1px;
}

body, table {
	font-family: "Century Gothic", Arial;
	margin: 0px;
	color: #333;
	font-size: 12px;
	line-height:18px;
}

.column_spacer {
	width: 12px;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #1474A7;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #1474A7;
}
p {
	line-height:18px;
}
img {
	border: none;
}
div.caption {
	padding: 0 10px 0 10px;
}
div.caption img {
	border: 1px solid #CCC;
}
div.caption p {
	font-size: .90em;
	color: #666;
	text-align: center;
}
hr {
	background-image: url(../images/dot_hori.gif);
	background-repeat: repeat-x;
	height: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px solid #0F0;
}
/********** STYLES ***********/

.bigText {
	font-size: 15px;
	font-weight: bold;
}
img.videoThumbs {
	height: 250px;
	width: 250px;
	margin-left: 14px;
	margin-bottom: 14px;
	border: 1px solid #CCC;
}
img.galleryThumbs {
	height: 145px;
	width: 165px;
	margin-right: 14px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
	float: left;
}
img.magThumbs {
	height: 200px;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
img.miniThumbs {
	height: 100px;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	float: left;
}

/* headers */
h1 {
	color: #AA59A5;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: normal;
	line-height: 38px;
	border: 0px solid #0F0;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
h2, .contentheading {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #AA59A5;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 0px;
}
table.contentpaneopen h3 {
	margin-top: 15px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 10px;
}

h3 {
	text-transform: uppercase;
	color: #AA59A5;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

h4 {
	text-transform: uppercase;
	color: #AA59A5;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
/* small text */
.small {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
}
/****** Tables ***********/
th {
	text-transform: uppercase;
	font-size: 13px;
}
