a {
	outline: none;
	color: #020674;
	}
a:hover {
	text-decoration: none;
	}

a.more {
	float: right;
	color: #0F253F;
	text-decoration: underline;
	padding-left: 10px;
	background: #e1e1e1 url(images/more.jpg) no-repeat 0px 2px;
	}
	
a:hover.more {
	text-decoration: none;
	}
	
.clear {
	clear: both;
	}

button {
	outline:none;
	}
	
a img{
	border: none;
	}
	
input, select {
	border: 1px solid #020674;
	}
	
img.left {
 float: left;
 margin-right: 10px;
 }

body {
	/*background: #fff url('images/bgcontent.gif') repeat-x; */
	/*background: #369;*/
	background: #369 url('images/bg-gradient.jpg');
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 0.80em;
	text-align: center;
	}
	
#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	/*background: transparent;*/
	background: #fff;
	}
	
#bg {
	width: 980px;
	margin: 0 auto;
	background: transparent;
	text-align: left;
	}
#header {
	height: 80px;
	background: #fff url('images/logo_RogersConsulting.gif') no-repeat 0 50%;
	}

#banner_main_home, #banner_main {
	background: #000;
	border-color: #fff;
	border-width: 1px 1px 0;
	border-style: solid;
	}

#banner_main {
	height: 150px;
	}
#banner_main_home {
	height: 300px;
	}
	
#banner_home {
	height: 300px;
	background: #fff url('images/pagehead_home_ani.jpg') no-repeat 0 50%;
	display: none;
	}
	
#banner {
	height: 150px;
	background: #fff url('images/pagehead_home_ani.jpg') no-repeat 0 0;
	}
#banner_home h1 {
	display: none;
	color: #fff;
	margin: 0;
	line-height: 72px;
	}
#banner_home h2 {
	display: none;
	}
	
#banner h2 {
	color: #fff;
	margin: 0 0 0 20px;
	padding: 75px 0 0 0;
	font-size: 48px;
	}
	
#main {
	clear: both;
	background: #fff;
	padding: 15px 0 30px;
	}

#main-left {
	float: left;
	width: 665px;
	margin-left: 15px;
	}
	
#main-right {
	float: right;
	width: 265px;
	margin-right: 15px;
	}
	
#main-left, #main-right {
	/*outline: 1px dashed green;*/
	}

#footer {
	padding: 10px ;
	clear: both;
	background: #DDD;
	color: #666;
	font-size: 11px;
	}
	
#footerContent {
	width: 960px;
	margin: 0 auto;
	}
	
#footer a{
	color: #666;
	}
#footer a:hover{
	color: #039;
	}

.links {
	color:#369;
	text-decoration:none;
	}
.links:hover {
	color:#036;
	}
	
/* LOGO LINK */
#logolink {
	width: 466px;
	height: 70px;
	}

#logolink a,#logolink a:hover{
	display: block;
	width: 466px;
	height: 70px;	
	color: #2E3640;
	text-decoration: none;
	}

#logolink a span {
	visibility: hidden;
	color: #2E3640;
	}
.bycls {
	margin-top:0px;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.bycls:hover {
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
}
