@charset "UTF-8";
html {
    height: 100%;
}

body {
    margin: 0;
    background: #fff;
    height: 100%;
}
img {
	max-width:100%;
	border:none;
}

#wrapper {
	margin: 0 auto;
	position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width:968px;
}

#header {
	width: 968px;
	height: 100px;
	background-repeat: no-repeat;
	margin: 0 0 14px 10px;
	background-image:url(../images/interactive-logo.png);
}
.login_bttn {
	float:right; margin-top:35px;
}
.logo {
	float:left;
}

#main {
	width: 968px;
	/* [disabled]height: 600px; */
	position: relative;
	}
#menu-icon {
    display: none;
}
#footerbox {
	clear:both;
	width:100%; /* stick to bottom */
	height: 140px;
	background: #bf1e2d;
	left: 0px;
	margin:0;
}
	
#socialbox {
	padding: 10 10 10 10;
	margin-left: 300px;
	position: absolute;
	margin-bottom: 200px;
}
	
#content {
	margin: 0px 0 28px 10px;
	padding: 10px;
	width: 617px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	float: left;
	border: solid grey 1px;
}

#inner-orange {
	margin: 0 0 0 0;
	padding: 14px;
	width: 590px;
	font-family: Avenir, Arial, Helvetica, sans-serif
}



#sidebar {
	width: 294px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 668px;
}

#news {
	width: 275px;
	border-color: #033;
	float: right;
	border: solid grey 1px;
	margin: 0 0 28px 0;
	padding: 10px;
}

#content-sidebar {
	width: 162px;
	border-color: #033;
	float: right;
	border: solid grey 1px;
	margin: 0 0 28px 0;
	padding: 10px;
	background-color: #fdf3e7;
}

#contact-form{
	width: 295px;
	border-color: #033;
	float: right;
	border: solid grey 1px;
	margin: 0 0 28px 0;
}

#nav {
	width: auto;
	float: left;
	position: relative;
	top: 28px;
	list-style: unordered;
	font-weight: bold;
	font-color: #999;
	padding: 15px 0 15px 0;
	background-image: url(../images/nav-background.jpg);
	height: 46px;
	background-repeat: no-repeat;
	left:35px;
}

#footnav {
	left: 26px;
	list-style: unordered;
	width: 100%;
	top: 26px;
}

#footaddress {
	width: 100%;
	border-left: solid #F7941E 1px;
	padding: 0 0 0 60px;
	top: 0px;
	left: 350px;
	
}

#stage {
	width: 100%;
	position: relative;
	overflow:hidden;
	padding-bottom:112px;
}

#contentstage {
	width: 100%;
	position: relative;
	height:75px;
	background-image: url(../images/current.png);
	background-repeat: no-repeat;
	margin: 0 0 0px 10px;
}

#animation {
	width: 708px;
	height: 310px;
	margin:0 auto;
	border: solid #b6b6b6 1px;
	position: relative;
	top:40px;
	z-index:9;
}
.main-stage {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
	clear: both;
	font-family: Avenir, Arial, Helvetica, sans-serif;
}





#contentIntrograph {
	margin: 0 0 28px 10px;
	padding: 10px;
	width: 730px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	float: left;
	border: solid grey 1px;
}

#contentleft {
	margin: 0 0 28px 10px;
	padding: 10px;
	width: 341px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	border: solid grey 1px;
	position: absolute;
	left: 0px;
	top: 183px;
}

#contentright {
	margin: 0 0 28px 0;
	padding: 10px;
	width: 341px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	border: solid grey 1px;
	position: absolute;
	left: 399px;
	top: 183px;
}

#content-inner-orange {
	margin: 0 0 0 0;
	padding: 14px;
	width: 700px;
	font-family: Avenir, Arial, Helvetica, sans-serif
}

#content-sidebar-wrapper {
	width: 162px;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 812px;
	top: -1px;
	background-color: #ffffff;
}
/*--------RQF-------*/

.request_form {
	width:600px;
	overflow:hidden;
	height:100%;
	margin:30px 0 0 35px;
	}

.request_inner {
	width:100%;
	overflow:hidden;
	height:100%;
	margin:0 0 15px;
	}
	
.request_left {
	width:129px;
	float:left;
	}	
	
.request_right {
	width:450px;
	float:left;
	}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	