@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

.oneColLiqCtr #container {
	width: 953px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
.oneColLiqCtr #header {
	margin-top: 0px;
	height: 149px;
	padding: 0;
}
.oneColLiqCtr #banner {
	padding: 0;
	margin-top: 20px;
	padding-bottom: 15px;
}
.oneColLiqCtr #content {
	text-align: left;
	height: 100%;
	padding: 0px;
}
.oneColLiqCtr #bottomNav {
	background-image: url(../images/nav_bottom_fill.gif);
	background-repeat: repeat-x;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 2px solid #b2b2b2;
	border-right: 2px solid #b2b2b2;
}

#navigation
{
	margin:0;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
}
#navigation li {
	display:inline;
}
#navigation li a
{
	margin-left: 6px;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 4px;
	padding-bottom: 10px;
	border-right: #aca586 solid 1px;
	background-image: url(../images/bluetape.gif);
	background-color: #a50000;
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}
#navigation li a:hover
{
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 10px;
	color: #FFFFCC;
	background-color: #a50000;
	background-image: url(../images/bluetape_over.gif);
	background-repeat: repeat-x;
}

.navContainer {
	margin-bottom: 30px;	
}

.topImage {
	width: 100%;
	height: 32px;
	background-image: url(../images/TopPaper.gif);
	background-repeat: no-repeat;
}
.bottomImage {
	width: 100%;
	height:29px;
	background-image: url(../images/BottomPaper.gif);
	background-repeat: no-repeat;
}
.leftImage {
	width: 36px;
	background-image: url(../images/LeftPaper.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.rightImage {
	width: 35px;
	background-image: url(../images/RightPaper.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.contentarea {
	background: #dbd2ab;
	padding: 5px;
	height: 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.eventTitle {
	margin-top: 15px;
	font-weight: 600;
	font-size: 14px;
}
.eventTitlePassed {
	color: #751c06;
	margin-top: 15px;
	font-weight: 600;
	font-size: 14px;
}
.eventInfo {
	padding-left: 20px;
}
.profileTitle {
	color: #aa4e38;
	margin-top: 15px;
	padding-left: 20px;
}
.profileName {
	font-weight: 600;
	font-size: 16px;
}
.profileInfo {
	padding-left: 20px;
}
.galleryInfo {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.vertDivider {
	background-image: url(../images/divider_vertical.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 20px;
	padding-bottom: 50px;
}
.horizDivider {
	margin-top: 15px;
	padding-top: 15px;
	background-image: url(../images/divider_horizontal.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.selectedworks {
	padding: 10px;
	text-align: center;
	width: 20%;
}
.worksTitle {
	font-weight: 600;
	color: #4d6a8d;
}
.worksPrice {
	font-weight: 600;
	color: #000000;
}
.productInfo {
	padding: 20px;
}
.redLabel {
	color: #aa4e38;
}

.paddedText {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.error {
	color:#FFFFFF;
	padding: 10px;
	font-weight: bold;
	background: #d94c4c;
	border: 1px solid #ab1111;
}


.success {
	color:#FFFFFF;
	padding: 10px;
	font-weight: bold;
	background: #65ad61;
	border: 1px solid #0d7908;
}

.frameThumb {
	padding: 5px;
	background-color: #FFFFFF;
	border: #666666 solid 1px;
	margin-bottom: 15px;
	align: center;
}
.frameImage {
	padding: 7px;
	background-color: #FFFFFF;
	border: #666666 solid 1px;
}
.newsText {
	padding-top: 7px;
	padding-right: 10px;
	margin-left: 20px;
}
.treeText {
	padding-top: 10px;
	padding-left: 11px;
	padding-right: 10px;
}

a:link {
	color: #aa4e38;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #aa4e38;
}
a:active {
	color: #aa4e38;
}
a.blue:link {
	color: #2f4f74;
	text-decoration: none;
}
a.blue:hover {
	color: #588dc9;
	text-decoration: none;
}
a.blue:visited {
	color: #aa4e38;
}
a.blue:active {
	color: #aa4e38;
}