@charset "utf-8";
/* CSS Document */

.t {background: url(../images/borders/dot.gif) 0 0 repeat-x;}
.b {background: url(../images/borders/dot.gif) 0 100% repeat-x}
.l {background: url(../images/borders/dot.gif) 0 0 repeat-y;}
.r {background: url(../images/borders/dot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/borders/bl.gif) 0 100% no-repeat}
.br {background: url(../images/borders/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/borders/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/borders/tr.gif) 100% 0 no-repeat; padding:10px} 

img{border:none;}

p{ margin:0px; padding:0px; font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#666;}

#containerMain{
	width: 1000px;
	height: 570px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -275px;
	
	}
	
#flashcontent{
	margin:10px 10px 0px 10px;
}

#clientLogo{
	float: left;
	padding:5px 10px 0px 10px;
	margin-right: 50px;
}

#contactDetailsTitles{
	float:left;
	margin: 10px 20px 0px 20px;
	font-weight:bold;
	line-height:22px;
	
}

#contactDetails{
	float:left;
	margin: 10px 10px 0px 10px;
	line-height:22px;
}

#shareButton{
	float:right;
	margin:15px 20px 10px 20px;
}

#poweredBy{
	float:right;
	margin:18px 20px 0px 0px;
}

#copyrightRvLogo, #copyrightRvLogo p{
	float:right;
	margin:2px 4px 0px 0px;
	font-size: 12px;
	cursor:pointer;
}

.rvBlue{color:#046380;}
