@charset "UTF-8";
body {
	text-align:center;
	color:#000;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-color: #e1eff5;
	background-image: url(/assets/images/backround-blue.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width:900px;
	background:#fff;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	height:150px;
	
	background-image: url(/assets/images/logo.gif);
	background-repeat: no-repeat;
}
.headerlink {
	height: 130px;
	width: 325px;
	text-indent: -9999px;
	display: block;

}
.headerlink a, .headerlink a:active, .headerlink a:hover, .headerlink a:visited {
	height: 130px;
	width: 325px;
	display: block;
	outline-style: none;
	-moz-outline-style: none;	

}
#header h1, #footer p {
	margin:0;
	
}
/*NAVIGATION*/
#nav {
	background:#DDD;
	width:900px;
	height:40px;
}
/*MAIN IMAGE*/
#mainimage {
	height: 312px;
	width:900px;
	background-color: #333;
	background-image: url(/assets/images/yellowcurve.gif);
	background-repeat: no-repeat;
}
#sidebar1 {
	float:left;
	width:12em;
	background:#EBEBEB;
	padding:15px 0;
}
#sidebar1 h3, #sidebar1 p {
	margin-left:10px;
	margin-right:10px;
}
#mainContent {
width:500px;
	margin:0 0px 0 13em;
}
#footer {
	background:#DDD;
	width:900px;

	
}
.fltrt {
	float:right;
	margin-left:8px;
}
.fltlft {
	float:left;
	margin-right:8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
.image-left {
	float: left;
	width: 366px;
	height:312px;
	background-image: url(/assets/images/home-page-main-left.jpg);
	background-repeat: no-repeat;
}
.image-right {
	width:534px;
	float: right;
	clear: none;
	background-color:#33CC00;
}

/***********************************************/
/* Fading image                                */
/***********************************************/

#fade1, #fade2, #fade3  {
	height: 312px;
	display: block;
	float: right;
	clear: none;
}

#fadewrapper {
	height: 312px;
	text-align: left;
	background-color:#33CC00;
}