@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 10px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebebeb;
	/*height: 100%;
	overflow-y: auto;*/
}


#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container {
	width: 890px;
	height: auto;
	border: 1px solid #999999;
	background-color: #333333;
	clear: both;
	padding:20px 25px 25px 25px;
}

h1 {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	color: #333333;
	margin-left: 25px;	
	text-transform: uppercase;
}

p {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

li {
	font-size: 12px;
	color: #ffffff;
	list-style-position: inside;
	list-style-type: disc;
}




#index-flash-container {
	width: 940px;
	height: 371px;
	padding-bottom: 29px;
}



/****** CLEAR FIXES *********/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfixIndex {
	content: ".";
	display: block;
	height: 1%;
	clear: both;
	visibility: hidden;
}


/********** THE FOLLOWING STYLES ARE FOR THE BOXES AT THE BOTTOM OF THE INDEX PAGE  *************/

#index-bottom-container {
	width: 940px;
	height: auto;
	
}

#index-bottom-container h1 { 
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}

#index-bottom-container p {

}

#index-bottom-container li {
	
	list-style-position: inside;
	list-style-type: disc;
}

#index-bottom-container a {
	text-decoration: underline;
	color: #ffffff;
}

#index-bottom-container a:hover {
	color: #FFA501;
}





/******* INDEX BOTTOM LEFT COLUMN *********/

#index-bottom-left-column {
	float: left;
	width: 146px;
	height: 321px;
	padding: 0 20px 0 20px;
	font-size: 12px;
	list-style-type: circle;
}

#index-bottom-left-column_TOP {
	width: 166px;
	height: auto;
		
}

#index-bottom-left-column_TOP p {
	margin-right: 10px;
}

#index-bottom-left-column_TOP .yellow-button {
	background-color: #FFA501;
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	border: none;
	padding: 0 2 0 2;
}


#index-bottom-left-column_BOTTOM {
	height: auto;
	width: 166px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#index-bottom-left-column_BOTTOM {
	padding-top: 10px;
}




/******* INDEX BOTTOM MIDDLE COLUMN *********/

#index-bottom-middle-column {
	float: left;
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	width: 335px;
	height: 321px;
	padding: 0 20px 0 20px;
}

#index-bottom-middle-column img {
	float: right;
	padding-bottom: 10px;
}

#index-bottom-middle-column .yellow-button {
	background-color: #FFA501;
	
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	padding: 0 2 0 2;
	border: none;
}




/******* INDEX BOTTOM RIGHT COLUMN *********/

#index-bottom-right-column {
	float: left;
	width: 315px;
	padding: 0 20px 0 20px;
}

#index-bottom-right-column .yellow-button {
	background-color: #FFA501;
	
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	padding: 0 2px 0 2px;
	border: none;
}
	






/******* HEADER *************************************************/

#header {
	width: 940px;
	height: 145px;
}

#header #logo {
	float: left;
	width: 209px;
	height: 145px;
}




/******* MAIN NAV *********/

h5 {
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	text-align: center;
	display: block;
	font-size: 16px;
	font: "Courier New", Courier, monospace;
}

#main-nav {
	width: 731px;
	float: right;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	text-align: center;
}

#main-nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 30px;
	display: block;
	text-align: center;
}

#main-nav ul li {
	float: right;
	list-style-type: none;
	padding: 0 8px 0 21px;
	margin-left: auto;
	margin-right: auto;
	height:15px;
	border-right: 1px dotted #FFFFFF;
	text-align: center;
	display: block;
}

#main-nav ul li.noBorder {
	border-right:none;
	text-align: center;
}



#main-nav a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top:3px;
	margin:0;
}

#main-nav a:hover {
	color: #FFA501;
	text-align: center;
}

.letterSpace {
	letter-spacing: -1px;
}




/******* MEMBER LOGIN AREA *********/

#member-login-area {
	width: 731px;
	height: 118px;
	float: left;
	
	font-size: 12px;
	color: #999999;
	text-align: right;
	font-weight: normal;
	line-height: 15px;
}

#member-login-area form .yellow-button {
	background-color: #FFA501;
	
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	padding: 0 2 0 2;
	border: none;
}

#member-login-area form a {
	text-decoration: underline;
	color: #FFA501;
}

#member-login-area form {
	padding-top: 0px;
	
}

#member-login-area form label {
	padding-left: 5px;
}

#member-login-area form input {
	border: 1px solid #999999;
	background-color: #000000;
	
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 4px;
	width: 60px;
	clear: both;
}





/******* FOOTER *************************************************/

#footer {
	width: 940px;
	height: 67px;
	clear: both;
	padding: 0 0 20px 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}	




/******* FOOTER NAV *********/

#footer-nav {
	width: 630px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	margin: 18px 10px 0 10px;
}

#footer-nav ul {
	margin: 0;
	padding: 0;
}

#footer-nav li {
	float: left;
	
	font-size: 10px;
	list-style-type: none;
	padding: 0 25px 0 0;
}

#footer-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-nav a:hover {
	text-decoration: underline;
}





/******* SEARCH AREA *********/

#search { 
	width: 290px;
	height: 20px;
	
	color: #FFFFFF;
	font-size: 12px;
	float: right;
	margin-top: 15px;
	text-align: right;
}

#search .yellow-button {
	background-color: #FFA501;
	
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	padding: 0 2 0 2;
	border: none;
}

#search form {
	margin-top: 0px;
	float: left;
	
}

#search form label {
	width: 15px;
}

#search form input {
	border: 1px solid #999999;
	background-color: #000000;
	
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 4px;
	width: 130px;
}




#copyright {
	width: 930px;
	
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
}
	




/************* INTERIOR SPECIFIC *************************************************/

#interior-left-nav-column {
	float: left;
	width: 196px;
	height: auto;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px 0 0 0;
	position: relative;
}

#interior-left-nav-column ul {
	list-style: none;
	position: relative;
	left: -15px;
}

#interior-left-nav-column li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #333333;
	margin-right: 15px;
}

#interior-left-nav-column li.first {
	padding-top: 0px;
}

#interior-left-nav-column li.last {
	border: none;
	padding-bottom: 15px;
}

#interior-left-nav-column a {
	color: #D5D5D5;
	text-decoration: none;	
}

#interior-left-nav-column a:hover {
	color: #FFA501;
	text-decoration: none;
}

#interior-left-nav-column_TOP {
	width: 196px;
	height: auto;
	background-color: #868686;
	padding-top: 10px;
	background-image: url(../images/left-column-top-image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 25px;	
}

#interior-left-nav-column_BOTTOM .yellow-button {
	background-color: #FFA501;
	
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	border: none;
	padding: 0 2 0 2;
	margin-left: 25px;
}

#interior-left-nav-column_BOTTOM {
	height: auto;
	width: 196px;
	background-color: #868686;
	padding-top: 10px;
}

#interior-left-nav-column_BOTTOM h1 {
	margin-left: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#interior-left-nav-column_BOTTOM p {
	margin-left: 25px;
}



/****** RIGHT COLUMN ******/

#right-columns-container {
	width: 666px;
	height: auto;
	background-color: #EBEBEB;
	float: left;
	margin: 20px 5px 20px 25px;
	background-image: url(../images/internal-main-container-bg.jpg);
	background-repeat: repeat-x;
	min-height: 588px;
}

#right-columns-container a {
	text-decoration: underline;
	color: #333333;
}

#right-columns-container a:hover {
	color: #000000;
}

#right-columns-container p {
	color: #000000;
}

#right-columns-container h1 {
	margin-left: 25px;
	color: #333333;
	text-transform: uppercase;
}

#right-columns-container a {
	text-decoration: underline;
}

#right-columns-container a:hover {
	color: #000000;
}

#ul-container {
	background-color: #E7E7E7;
	border: #333333 solid 1px;
	margin: 15px;
	padding-right: 15px;
}

#right-columns-container ul {
	list-style-position: outside;
}

#right-columns-container ul li {
	color:#333333;
	list-style-type: circle;
	list-style-position: outside;
}


#page-title {
	width: 666px;
	height: 160px;
	float: left;
	padding-bottom: 25px;
}

#secondary-page-title {
	width: 666px;
	height: 160px;
	float: left;
	padding-bottom: 25px;
}

#secondary-page-title p {
	margin: 0 25px 0 25px;
}

#main-left-column {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 370px;
	height: auto;
	min-height: 475px;
	float: left;
	border-right: solid 1px #7C7C7C;
	padding-bottom: 25px;
	margin-bottom: 25px;
}


#main-left-column img {
	margin-left: 25px;
}



#results-container {
	clear: both;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#results-image {
	float: left;
	padding-bottom: 25;
}

#results-text {
	float: left;
	padding-left: 25px;
	padding-bottom: 25px;
	width: 240px;
}

#results-page-numbers {
	width: 315px;
	color: #000000;
	padding: 0 25px 25px 25px;
	text-align: center;
}



#main-left-column p {
	margin-left: 25px;
	margin-right: 25px;
}

#main-right-column {
	width: 270px;
	height: auto;
	min-height: 475px;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#main-right-column p {
	margin-left: 25px;
	margin-right: 25px;
}

.gallery-search-label {
	margin-left: 25px;
	margin-right: 25px;
	color: #333333;
}

#main-right-column_TOP {
	width: 270px;
	height: auto;
	border-bottom: solid 1px #7C7C7C;
}

#main-right-column_TOP form {
	padding-bottom: 25px;
}

#main-right-column_TOP form input {
	border: 1px solid #333333;
	background-color: none;
	width: 230px;
	color: #333333;
	font-size: 12px;
	padding-left: 4px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#main-right-column_TOP form select {
	border: 1px solid #333333;
	width: 240px;
	color: #333333;
	font-size: 12px;
	margin: 0 0 10px 25px;
	background-color: #FFFFFF;
}

#main-right-column_TOP .yellow-button {
	background-color: #FFA501;
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	border: none;
	padding: 0 2 0 2;
	margin-left: 25px;
}

#main-right-column_BOTTOM {
	width: 270px;
	height: auto;
	padding-top: 10px;
}



#main-right-column_BOTTOM div {
	text-align: center;	
}





/***************************************** GALLERY WINNER SPECIFIC PAGES ***************************************/


#main-left-column_WINNER {
	width: 455px;
	height: auto;
	float: left;
	border-right: solid 1px #7C7C7C;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#main-left-column_WINNER img {
	margin-left: 25px;
	margin-right: 15px;
	float: left;
}

#main-left-column_WINNER p {
	margin-left: 25px;
	margin-right: 25px;
}



#main-right-column_WINNER {
	width: 185px;
	height: auto;
	float: left;
}

#main-right-column_WINNER form {
	padding-bottom: 25px;
}

#main-right-column_WINNER form input {
	border: 1px solid #999999;
	background-color: none;
	
	color: #000000;
	font-size: 12px;
	padding-left: 4px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#main-right-column_WINNER form select {
	border: 1px solid #999999;
	
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0 50px 10px 25px;
}

#main-right-column_WINNER .yellow-button {
	background-color: #FFA501;
	
	color: #000000;
	font-size: 11px;
	height: 17px;
	width: auto;
	border: none;
	padding: 0 2 0 2;
	margin-left: 25px;
}



/********************************* TWO COLUMN PAGE SPECIFIC STYLES ******************************************/


#main-left-column_TWO-COLUMN {
	width: 330px;
	height: auto;
	float: left;
	border-right: solid 1px #7C7C7C;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#main-left-column_TWO-COLUMN img {
	float: left;
	margin-right: 15px;
	margin-left: 25px;
}

#main-left-column_TWO-COLUMN p {
	margin-left: 25px;
	margin-right: 25px;
}





#main-right-column_TWO-COLUMN {
	width: 330px;
	height: auto;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#main-right-column_TWO-COLUMN p {
	margin-left: 25px;
	margin-right: 25px;
}

#main-right-column_TWO-COLUMN img {
	float: left;
	margin-right: 15px;
	margin-left: 25px;
}






/********************************* ONE COLUMN WITH LEFT NAV PAGE SPECIFIC STYLES ******************************************/

#main-column_ONE-COLUMN {
	width: 660px;
	height: auto;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#main-column_ONE-COLUMN li {
	list-style-type: arabic numbers;
	color: #333333;
}

#main-column_ONE-COLUMN img {
	text-align: left;
	margin: 15px 15px 15px 25px;
	display: inline;
}

#main-column_ONE-COLUMN p {
	margin-left: 25px;
	margin-right: 25px;
}





/********************************* SINGLE COLUMN (NO LEFT NAV) PAGE SPECIFIC STYLES ******************************************/

#single-column-container {
	width: 890px;
	height: auto;
	background-color: #EBEBEB;
	margin: 20px 20px 25px 25px;
	float: left;
	color: #333333;
	font-size: 11px;
	background-image: url(../images/internal-main-container-bg.jpg);
	background-repeat: repeat-x;
}

#single-column-container a {
	text-decoration: underline;
	color: #333333;
}

#single-column-container a:hover {
	color: #000000;
}

#single-column-page-title {
	width: 890px;
	height: 160px;
	padding-bottom: 25px;
}

#single-column {
	width: 890px;
	height: auto;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#single-column-container p {
	color: #333333;
	margin-left: 25px;
	margin-right: 25px;
}

#single-column-container h1 {
	margin-left: 25px;
	color: #333333;
	text-transform: uppercase;
}

#green-home-subhead-area {
	width:890px;
	height:135px;
	background-color:#CBD577;
	margin: 0;
	padding: 0;
}

#single-column-container-solid-white {
	width: 890px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	color: #333333;
	font-size: 11px;
}

/********************************* DOUBLE COLUMN (NO LEFT NAV) PAGE SPECIFIC STYLES ******************************************/


#green-left-column {
	background-color: #CBD577;
	width: 475px;
	height: auto;
	float: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

#green-left-column #img-area {
	width: 415px;
	height: 550px;
	margin: 25px;
	background-color: #fff;
	text-align: center;
	margin: 25px;
	border: thick double #CBD577;
}

#left-column {
	width: 450px;
	height: 100%;
	float: left;
	background-color: #CBD577;
	margin-top: 50px;
}


#right-column {
	width: 425px;
	height: 100%;
	float: left;
	padding: 0 0 0 15px;
	margin-bottom: 25px;
	z-index: 1000;
}

#right-column p {
	color: #333333;
	margin-left: 25px;
}

#right-column img {
	margin-left: 25px;
}

#right-column h1 {
	margin-left: 25px;
	padding-top: 25px;
	color: #333333;
}

#single-column-container p {
	color: #333333;
	margin-left: 25px;
	margin-right: 25px;
}

#BackToTop {
	width: 225px;
	top: 550px;
	left: 75px;
	text-align: right;
	position: fixed;
	color: #000000;
}

* html #BackToTop {
	position: absolute;
}

#BackToTop img {
	border: none;
}

#BackToTop a {
	border: none;
	text-decoration: none;
	color: #000000;
}

#BackToTop a:visited {
	border: none;
	text-decoration: none;
	color: #000000;
}



