/*
	Site - wynnambassador.com
  	
	---------------------
	
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Content Styles
	$4 - Sidebar Styles
	$5 - Footer Styles
	$6 - SIFR Styles
	$7 - Form Styles
	
*/



/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body { 
	background: #FFFFFF ;
	color:#201707;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	font-size:11px;
	line-height:19px;
	height:100%; 
}

#container {
	width:674px;
	margin:0 auto;
}


#content-container {
	padding:0;
	background:#fff;
}

#hero {
	display:none;
}

#main-content {
	position:relative;
	float:left;
	width:671px;
	text-align:left;
	background:#fff;
}

#sidebar {
	display:none;
}

#footer {
	text-align:left;
	margin:0 auto;
	color:#000;
	height:78px;
	font-size:10px;
}

/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#logo {
	display:block;
	width:227px;
	height:125px;
}

#corp-nav {
	display:none;
}


ul#header-nav-ul {
	display:none;
}
  
ul#header-nav-ul li {
	display:none;
}
  
ul#header-nav-ul a {
	display:none;
}
	
ul#header-nav-ul a:hover {
	display:none;
}

#nav-item1 a {
	display:none;
}
	
#nav-item2 a {
	display:none;
}
	
#nav-item3 a {
	display:none;
}
	
#nav-item4 a {
	display:none;
}


/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/


h1 {
	font-size:25px;
 	line-height: 1em;
 	margin:0px auto;
}

.clear5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-size:14px;
 	line-height: 18px;
 	margin:0px auto;
}

.subhead {
	font-size:22px;
	color:#846F5E;
}


h3 {
	font-size:20px;
 	line-height: 1em;
 	margin:0px auto;
}
 

#main-content.p {
	font-size:11px;
}

.inline_photo {
	float:left;
	padding: 0 8px 8px 0;
	color: #836E5D;	
}

#content_line {
	border-bottom:1px solid #E6E1DB;
	margin: 18px 0px 18px 0px;
	display:block;
}

#main-content a {	
	color:#201707;
	text-decoration:underline;	
}

#main-content a:link, a:visited, a:active{
	color:#201707;
}

#main-content a:hover {
	text-decoration:underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	


/* $4 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#specials {
	display:none;
}

#specials h2 {
	display:none;
}

#specials ul {
	display:none;
} 
	
#specials li {
	display:none;
}

#widget {
	display:none;
}

#widget_photo {
	display:none;
}

#widget hr {
	display:none;
}

#widget h2 {
	display:none;
}

#widget form {
	display:none;
}

#widget_btn {
	display:none;
}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer a, a:visited {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	text-decoration:underline;
}

/* $6 - SIFR Styles ///////////////////////////////////////////////////////////////////////////////////*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash #specials h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
}

.sIFR-hasFlash #specials li {
	visibility: hidden;
	letter-spacing: -5px;
	list-style-image: url(../i/bullet.gif);  
}

.sIFR-hasFlash #widget h2 {
	visibility: hidden;
}

/* $67- Form Styles ///////////////////////////////////////////////////////////////////////////////////*/

label {
	float:left;
	width:120px;
	vertical-align: center;
}