/* CSS Document */

*{
	padding:0px;
	margin:0px;
	}
	
html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/head-rpt.gif) repeat-x;
	color:#545454;
	
	}
	
img{
	border:none;
	}
	
table{
	border-collapse:collapse;
	}
	
p{
	padding-bottom:3px;
	padding-top:5px;
	font-size:12px;
	}

.homeDivider
{
	margin:20px 0px 20px 0px;
	background:url(../images/divider.gif) repeat-x 0px 0px;	
	font-size:12px;
	padding-top:5px;
	text-align:right;
}

.prDivider
{
	margin:20px 0px 20px 0px;
	background:url(../images/divider.gif) repeat-x 0px 0px;	
	float:right; 
	width:100%; 
	text-align:right;
}

.divider 
{
	margin:0px 0px 20px 20px;
	background:url(../images/divider.gif) repeat-x;		
	height:1px;
}

.otherDivider
{
	margin:15px 0px 20px 0px;
	background:url(../images/divider.gif) repeat-x;		
	height:1px;
}

hr
{
	margin:20px 0px 20px 0px;
	background-color:#efefef;	
	color:#efefef;
}

a.visitWebsite
{
	font-size:11px;
}
	
a{
	text-decoration:none;
	color:#333333;
	font-weight:700;
	}
	
a:hover{
	}
	
ul{
	}
	
ol
{
	font-size:12px;
	padding:10px 0px 10px 35px;
	line-height:150%;
}

strong
{
	color:#00adef;
}
	
h1{
	font-size:14px;
	text-transform:uppercase;
	/*color:#333333; 00adef*/
	color:#000000;
	padding-bottom:3px;
	}
	
h1 img{
	vertical-align:middle;
	}
	
h2{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00adef;
	padding-bottom:3px;
	}
	
h3
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00adef;
	padding:0px;
	margin:0px;	
}
	
h4{
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    }
	
.clearfix{/*IE needs layout*/
	zoom:1;
	}
	
.greenText{
	color:#819f0c;
	}

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}
	
.container{
	width:980px;
	}
	
.head{
	margin-bottom:20px;
	}
	
.contentTbl{
	margin-bottom:20px
	}
	
.contentTbl td{
	vertical-align:top;
	}

.leftSide{
	width:260px;
	background:url(../images/border-rpt.gif) repeat-y 100% 0%;
	}

.lsContentWrap{
	padding:0 20px;
	}

.lsContent{
	border-bottom:solid 1px #efefef;
	padding-bottom:10px;
	margin-bottom:10px;
	}

.rightSide{}

.rsContentWrap{
	margin:0 20px 20px 20px;
	
	width:600px;
	/*border-bottom:solid 1px #efefef;*/
	}
	
	
.rsContentWrap p{
	padding-bottom:10px;
	}
	
.sideNav{
	margin-right:20px;
	margin-bottom:10px;
	border-bottom:solid 1px #efefef;
	}

.sideNav h1{
	color:#fff;
	background:#000;
	font-size:11px;
	text-align:right;
	padding:3px 20px;
	}
	
.sideNav a{
	text-decoration:none;
	display:block;
	color:#00adef;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	padding:3px 20px;
	margin:10px 0;
	}
	
.sideNav a:hover, .sideNav a.active{
	background:url(../images/sidenav-arrow.gif) no-repeat 100% 0 #12a0d2;
	color:#fff;
	}	
#splash
	{
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		font-weight: bold;
		color: gray;
		margin-bottom: 0;
	}
	
#splash li
	{
		padding-left: 25px;
		padding-top: 4px;
		padding-bottom: 5px;
		background-image: url(http://www.oneringnetworks.com/images/bullet.jpg);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		font-family: Arial;
		font-size: 10pt;
	}
	
#forMore 
	{
		font-size: 12px;
		font-weight: 900;
		text-decoration: none;
	}
/*
.footer, .push {
	background:url(../images/footer-bg.jpg) repeat-x;
	height:40px;
	padding:10px 0 0 20px;
	color:#fff;
	font-size:11px;
}
*/	

.footer{
	background:url(../images/footer-bg.jpg) repeat-x;
	height:40px;
	padding:10px 0 0 20px;
	color:#fff;
	font-size:11px;
	}

.footer a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	}
	
.innerFooterWrap{
	width:980px;
	}
	
.footerLS{
	float:left;
	}
	
.footerRS{
	float:right;
	}
	
.chqBox{
	margin:3px;
	#margin:0px;/*for IE 7*/
	_margin:0px;/*for IE 6*/
	}
	


/* FIELDSET STYLES */

legend
{
	color:#00adef;
	font-size:12px;
	font-weight:700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#00adef;	
}

fieldset {
	padding: 1em;
	font:80%/1 sans-serif;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	line-height:23px;
}

fieldset br
{
	clear:both;
}

fieldset input
{
	width:300px;
	float:left;
	margin-right:3px;
}

fieldset select
{
	width:304px;
	float:left;
}

label {
	float:left;
	display:block;
	width:35%;	
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;	
}

.submitButton
{
	float:right;
	margin-right:60px;
	margin-top:30px;
}

.validator
{
    color: red !important;
    font-size:11px;
}

.thankYouMessage
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
}
/* END FIELDSET STYLES */

.pressRelease 
{
	display:none;
}

