/* @override http://www.icypaahost.org/icygraphics/Web/sitedev/css/style.css */

/* @override http://localhost/ICYPAA5/css/style.css */

/* @override http://localhost/ICYPAA/css/style.css */

/* IE6 css fixer v0.7: Mon, 01 Feb 2010 17:22:44 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
div#newsletter.grid_3,
#sidebar,
#header h1,
#footer ul,
#footer ul li,
#content,
p.copyright {display:inline;}

/* fix negative margins */
#sidebar img.hotel_sidebar {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
#sidebar img.hotel_sidebar,
div#newsletter.grid_3 {zoom:1;}


/* ============================================= */
/* potentially harmful settings                  */

/* add zoom:1 to backgrounds -- Manually check for problems with inline elements! */
#container,
#header.grid_12,
#header h1 a:link,#header h1 a:visited,#header h1 a:active,
#sidebar h4.register a:hover,
div#register.grid_3,
div#register a:hover,
#sidebar h4.register a,#sidebar h4.register a:link {zoom:1;}
/* Page Structure */


/*-------added bg color for overflow color-matching------*/
body{
	margin:0;
	padding: 0;
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color: #666;
}

/*------changed bg color-------*/
#container{
	margin:0 auto;
	background: url(../img/icypaa-bg.png) no-repeat scroll 5px 0;
	width: 971px;
	-webkit-background-size: 971px 474px;
}
/*------ focus state for email sign up in header -----*/
#email_address {

}
#header {
	padding: 0;
	margin: 0;
	height: 280px;
	width: 960px;
	
}
/*----- made sidebar's text white -----*/
#sidebar {
	width: 260px;
	float: right;
	margin: 3px 0 10px;
	color: #fff;
}

#content {
	float:left;
	width:580px;
	padding:10px 20px;
	padding-bottom:0px;
	color: #fff;
}

/*----changed border color, & made text white ----*/
#footer {
	font-size:11px;
	border-top: dotted 1px #fff;
	border-color: #fff;
	color: #fff;
}

#logo {
	height: 285px;
}

#nav_wrapper {
	width: 960px;
	height: 2em;
	z-index: 99;
}

#topNav {
	z-index: 99;

}

#nav {
	margin-top: 35px;
	margin-left: 5px;
	width: 971px;
}

div#newsletter {
	width: 240px;
	height: 45px;
	display: block;
	float: right;
	position: relative;
	left: 0px;
	top: 5px;
	font-size: 14px;
	text-transform: uppercase;
}

#register {
	height: 85px;
	background: url(../img/image_redo/register_big_up.png);
	text-indent: -999px;
	top: 150px;

}

/*  End Structure */

#header h1{
	margin: 0;
	padding: 0;
	text-indent: -999px;
	float: left;
	width: 660px;
}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:active
{
	display: block;	
	margin: 0;
	padding: 0;
	border: 0;
	background: top no-repeat;
}

h1 {
	margin: 5px 0 20px 0;
}

/*--- changed color, fixed line-height ----*/
h2 {
	color: #fff;
	font-weight: normal;
	height: 30px;
	line-height: 50px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding-left: 20px;
	overflow: hidden;
	background-color: #333;
}

h4.register {
	text-indent: -9999px;
}

#sidebar h4.register a {
	display: block;
	width: 260px;
	height: 77px;
	background: url(../img/image_redo/click_register.png) no-repeat;
}

#sidebar h4.register a:link {
	display: block;
	width: 260px;
	height: 77px;
	background: url(../img/image_redo/click_register.png) no-repeat;
}

#sidebar h4.register a:active {
	display: block;
	width: 260px;
	height: 77px;
	background: url(../img/image_redo/click_register.png) no-repeat;
}

#sidebar h4.register a:visited {
	display: block;
	width: 260px;
	height: 77px;
	background: url(../img/image_redo/click_register.png) no-repeat;
}

#sidebar h4.register a:hover {
	display: block;
	width: 260px;
	height: 77px;
	background: url(../img/image_redo/click_register_over.png) no-repeat;
}

ul#sidebarlist {
	list-style: none;
	padding: 0 0 0 20px;
}

#sidebarlist li {
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 12px;
}
/*----- new div to allow wood backdrop ------*/
#footer_bg {
	background: url(../img/wood_footer.jpg) no-repeat;
	width: 100%;
	height: 68px;
	margin-bottom: 0;
	margin-left: 0px;
	z-index: 999;
}
/*----------*/
#footer ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
	width: 590px;
	float: right;
}

#footer ul li{float: left;
	width: 8.6em; /* width needed or else Opera goes nuts */
	margin: 0;
	line-height: 18px;
	border-left: 1px dotted #ffffff;
}

#footer ul li a {
	text-decoration: none;
	padding: 5px 0 5px 4px;
	color: #ccc;
}

#footer p.copyright a {
	color: #ccc;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: none;
	padding: 5px 0 5px 4px;
	color: #ffffff;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

td.emailform {
	font-size: 12px;
	text-transform: none;
	color: #fff;
}
a {
	color: #ccc;
}
a:hover {
	color: #999;
}
p.emailform {
	padding: 0;
	margin: 0;
	font-weight: bold;

}
p.intro {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 20px;
}

p.intro_white {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}

p.learnmore {
	text-align: right;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#content p.learnmore a {
	color: #ffffff;
}

#content p.learnmore a:hover {
	color: #cc9966;
}
#content ul li a {
	font-size: 1em;
	color: #ccc;
}
#content ul li a:hover {
	color: #999;
}

div#register a{
	width: 246px;
	height: 85px;
	display: block;
	background: url(../img/image_redo/register_big_up.png);
}

div#register a:link{
	background: url(../img/image_redo/register_big_up.png);
}

div#register a:active{
	background: url(../img/image_redo/register_big_up.png);
}

div#register a:visited{
	background: url(../img/image_redo/register_big_up.png);
}

div#register a:hover{
	background: url(../img/image_redo/register_big_over2.png);
}

p.copyright {
	font-size: 10px;
	width: 300px;
	float: left;
	padding: 0px;
}

#sidebar h3 {
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 1.2em;
}

/*---- removed any trim around each side-bar img -----*/
#sidebar img {
	padding: 0;
	border:0;
}

#sidebar img.hotel_sidebar {
	margin: -8px 0 0 0;
}
