/* CSS FOR COME ROLL WITH US */
* {
 margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
																										/*.footer, .push {
																										padding-bottom: 191px;
																										}*/
/*.footer, .push {
height: -191px;
}
*html .footer, .push {
height: 191px;
}*/
body {
	/*margin:50px 0px; */
	padding:0px;
	margin-top:0px;
	background: url(../_img/header-bg.gif) repeat-x;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
.container{
	width:1024px;
	margin:0px auto;
	text-align:left;
}

.header{
	width:1024px;
	height:79px;
	background: url(../_img/header-everywhere.gif) no-repeat;
	text-align:right;
	color:#FFF;
}

#nav a{
	line-height:100px;
	font-family: "Helvetica", "Century Gothic", Verdana, Arial, Geneva, sans-serif;
	font-size:10pt;
	color:#FFF;
	text-decoration:none;
}

#nav a:hover{
	color:#54b3ee;
}

.subheader{
	height:100px;
	background-color:#54b3ee;
	padding: 40px 0px;
	width:950px;
}

.subheader-txt{
	font-family: "Century Gothic", "Helvetica Neue", Verdana, Arial, Geneva, sans-serif;
	font-size:18px;
	font-weight:lighter;
	line-height:30px;
	color:#FFF;
}

.subheader-txt a{
	color:#FFF;
	text-decoration:underline;
}
.subheader-txt a:hover{
	color:#000;
}

.content{
background: url(../_img/splash-bg.jpg) no-repeat;
	width: 950px;
	min-height: 627px;/* 585px;*/
	_height: 627px;/* 585px;*/
	margin-top: -20px;
	padding: 40px 75px 0;
		position: relative;
		z-index: 100;
}

#rollonin{
	float:right;
	margin: 10px 50px;	
}

#link-contact{
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size:8pt;
	text-align:right;
	margin-right:4px;
}

#link-contact a{
	color:#8c8c8b;	
	text-decoration:none;
}

#link-contact a:hover{
	color:#000;
}

/* FOOTER */
.footer{
background-color: #1d1c1b;
	width: 100%;
	height: 211px;
	margin: -211px auto 0;
	padding: 0pt;
		float: left;
		position: absolute;
}
.footer-content{
	width:1024px;
	height:180px;
	color:#5b5b5b;
	margin:auto;
}
#copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:right;
	color:#5b5b5b;
	width:923px;
	margin:0pt auto;
	
}