/*
@font-face {  
	  font-family: CandLB;  
	  src: url(../fonts/Champagne_LimousinesBold.ttf ) format("truetype");  
}
*/

@font-face {
	font-family: 'Champagne&LimousinesBold';
	src: url('../fonts/champagne_limousinesbold-webfont.eot');
	src: local('☺'), url('../fonts/champagne_limousinesbold-webfont.woff') format('woff'), url('../fonts/champagne_limousinesbold-webfont.ttf') format('truetype'), url('../fonts/champagne_limousinesbold-webfont.svg#webfont5LHeNNOA') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin:0;
	padding:0;
	background:#a7a9ac;
	text-align:center;
	height: 100%;	
	font-family: 'Champagne&LimousinesBold';	
}

 

#logo {
	position: absolute;
	left:0px;
	width: 1000px;
	height: 204px;
}

#logoclick {
	position: absolute;
	left:300px;
	top:50px;
	z-index: 100;
	cursor: pointer;
	cursor: hand;
}
#logoclick a {
	width: 380px;
	height: 100px;
	display: block;
}

#stlbutton {
	position: absolute;
	top:0px;
	left:0px;
	width: 40px;
	height: 50px;
	border: 1px solid black;
}


#aboutleftbodycopy {
	width:379px;
	height:233px;
	float: left;
	background: url("../images/about_bg.jpg") no-repeat;
}


#aboutsubflashcontent {
	width:621px;
	height:233px;
/* 	margin-top: 1px; */
	float: left;
	background: url("../images/about_flash_bg.jpg") no-repeat;	
}

#currentleftbodycopy {
	width:452px;
	height:232px;
	float: left;
	background-image: url("../images/current_bg.jpg");
}



#currentsubflashcontent {
	width:548px;
	height:232px;
	float: left;
	background-image: url("../images/current_flash_bg.jpg");
}

#proleftbodycopy {
	width:464px;
	height:232px;
	float: left;
	background-image: url("../images/pro_left_bg.jpg");
}



#prosubflashcontent {
	width:536px;
	height:232px;
	float: left;
	background-image: url("../images/pro_flash_bg.jpg");
}


#nextleftbodycopy {
	width:464px;
	height:232px;
	float: left;
	background-image: url("../images/next_bg.jpg");
}



#nextsubflashcontent {
	width:536px;
	height:232px;
	float: left;
	background-image: url("../images/next_flash_bg.jpg");
}



#viewleftbodycopy {
	width:284px;
	height:295px;
	float: left;
	background-image: url("../images/view_left_bg.jpg");
}

#viewsubflashcontent {
	width:716px;
	height:295px;
	float: left;
	background-image: url("../images/view_flash_bg.jpg");
	
}

#abouttextbox {
	width:325px; float:right; padding:20px 40px 0 0;
}


#aboutleftbodycopy p, #viewleftbodycopy p, #currentleftbodycopy p, #proleftbodycopy p, #nextleftbodycopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

p {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	padding: 0 0 10px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}


ul, ol {
	color: #ffffff;
	font-size: 13px;
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin: 0px;  
	font-family: 'Champagne&LimousinesBold';
}

#barb p {
	padding-left: 150px;
	padding-bottom: 0;
	padding-right: 4px;
	padding-top: 4px;
	font-size: 10px;
	color: #EEE;
	text-align: left;
}

a:link, a:visited {
	color:#CCC;
}
a:hover{
	color:#FFF;
}



.formtextbox {
	float: left;
}



h2 {
	text-align: left;
	color: #ffffff;
	font-size: 18px;
}

/* START NAV */


#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
	font-size: 12px;
	font-family: 'Champagne&LimousinesBold';
	z-index:20;	
}

#nav a {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	display:block;
	color: #a7a9ac;
	text-decoration:none;
 	outline: none;	
	letter-spacing: 1px;	
}


#nav a:hover{
	background-color:#333;
	color:#fff;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:2.3em;	
}

#nav li ul a {
	width:12em;
	text-align: left;
	letter-spacing: 0;
 	outline: none;
 	padding-top: 5px;	
	padding-bottom: 5px;
	display:block;
	background-color:#333;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/* END NAV */




h3 {
	font-family: 'Champagne&LimousinesBold';  
	font-size: 14px;
	line-height: 1em;
	color: #cccccc;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0;
}

h1 {
  	font-family: 'Champagne&LimousinesBold';  
	font-size: 18px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#upload {
	height: 21px;
	width:94px;
	float: left;
}

#about {
	height: 21px;
	width:47px;
	float: left;
}


#view {
	height: 21px;
	width:84px;
	float: left;
}


#current {
	height: 21px;
	width:109px;
	float: left;
}


#next {
	height: 21px;
	width:93px;
	float: left;
}

#past {
	height: 21px;
	width:90px;
	float: left;
}

#pros {
	height: 21px;
	width:96px;
	float: left;
}

#tips {
	height: 21px;
	width:76px;
	float: left;
}

#mobile {
	height: 21px;
	width:103px;
	float: left;
}

#bartr {
	padding-left: 140px;
	background: #383838;
}

#barb {
	height: 20px;
	width:1000px;
	background: #646160;
	float: left;
}



#homeflashcontent {
	position: relative;
	height: 232px;
	width:1000px;
	background: #383838;
	float: left;
	/* 	background: url(../images/index_fc.jpg) top center; */
}


.myform, .bigcentercopybox {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 20px 20px 40px 20px;
	background: rgb(38,38,38);
	background: rgba(38,38,38,0.8);	
 	/*
	filter: alpha(opacity=70);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
 	-moz-opacity: 0.70;
 	opacity:0.7;	
	*/
}
.bigcentercopybox {
	min-height: 450px;
}

.myform p {
	color: #cccccc;
}

#map_canvas {	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;
	
}

.formbox {
	position: relative;
	width:1000px;
	padding: 0 20px;	
}


#headbox {
	height: 204px;
	width:1000px;
	background: url(../images/bg_top.jpg) top center;
}

#footerbox {
    padding: 10px 150px 5px;
	height: 204px;
	clear: both;
	text-align: left;
	background: #383838;
}

#footerbox .facebook-image {
    display: none;
    width: 100%;
    text-align: center;
}

#footerbox .icons {
	padding-right: 8px;
}

#header {
	position:relative;
	width:900px;
	height:162px;
	top:0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;
}


#maincontainer {
	position:relative;
	width:1000px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background:#383838;
	overflow: hidden;
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/	
	-moz-box-shadow: 0px  5px 40px #666;
	-webkit-box-shadow: 0px 5px 40px #666;
	box-shadow: 0px 5px 40px #666;	
}

#winners_page {
	min-height: 450px;
	text-align: left;
}

#the_winner p {
	width: 250px;
    line-height: 17px;
}

#winners_page .winning_photo {
	position: absolute;
	top: 22px;
	left: 426px;
	z-index: 995;
}

#winners_page .winning_photo img {
	border: none;
}

.column {
	width: 430px;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


input, select{
	float:left;
	font-size:12px;
	border:solid 1px #999999;
	width:260px;
	height:20px;	
	margin:0px 0 10px 10px;
	color:#000000;
	background-color: #ffffff;
    padding: 2px 2px 2px 2px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
}

#checkbox {
	width:15px; 
	height:15px;
	float: left;
	padding: 0px;
	margin: 0px;
}

textarea {
	float:left;
	font-size:12px;
	border:solid 1px #999999;
	width:260px;
	height:60px;	
	margin:0px 0 10px 10px;
	color:#000000;
	background-color: #ffffff;
    padding: 2px 2px 2px 2px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2);
}


label {
	display:block;
	text-align:right;
	width:140px;
	height:20px;
	float:left;
	background-color: #cccccc;	
	color:#333333;
   	font-size: 12px;	
    padding: 5px 2px 0px 2px;
    clear: left;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

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

.results-container {
	position: relative;
	float:left;
	width: 320px;
	height: 100px;
	text-align:left;
	background: rgb(25,25,25);
	background: rgba(0,0,0,0.25); 
	margin-bottom:20px;
	margin-right: 10px; 
	padding:10px;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.results-container-selected {
	position: relative;
	border-color: yellow;
	border-style: solid;
	border-width: 1px;
	float:left;
	width: 320px;
	min-height: 100px;
	text-align:left;
	background: rgb(138,142,0);
	background: rgba(138,142,0,0.4);  
	margin-bottom:20px;
	margin-right: 10px; 
	padding:9px;

}

.results-container .results-img, .results-container-selected .results-img {
	float:left;
	cursor: pointer;
	position:absolute;
	clip:rect(0px 100px 100px 0px);
}

.results-container p, .results-container-selected p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 0 115px;
	margin: 0;
	color: #EEE;
	font-size: 9px;
	line-height:14px;
}

.results-container .results-add-remove, .results-container-selected .results-add-remove {
	font-size: 10px;
	position: absolute;
	top: 90px;
	left: 115px;
}
.results-container .results-add-remove img, .results-container-selected .results-add-remove img {
	float: left;
	border: none;
	margin-left: 10px;
}

.results-container .results-vote {
	position: absolute;
	top: 95px;
	left: 245px;
	width:75px;
}

.results-container .results-vote p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: yellow ;
	font-weight:bold;
	text-align: right;
}

.results-container .vote-button {
	position: absolute;
	top: 77px;
	left: 300px;
	text-align: center;
	cursor: pointer;
}
.results-container .vote-button a {
	font-size: 12px;
	text-decoration: none;
}
.results-container .vote-button img {
	border: none;
}
.results-container .vote-button span {
	padding: 0;
	margin: 0;
}




