@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;}

p a{color:#666; text-decoration:none}
p a:hover{color:#046380; text-decoration:none}

#containerMain{
	width: 820px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -410px;
	margin-top: -225px;
	
	}
	
#flashcontent{
	margin:10px 10px 0px 10px;
}

#alternateContent{	
	text-align: center;
	line-height: 20px;
	padding: 30px 10px 30px 10px;}

#alternateContent a{color:#046380; text-decoration:none;}

#informationContainer{
	float: left;
	margin-top: 5px;
    margin-right: 10px;
}

#clientLogo{
	float: left;
	margin: 17px 0px 10px 11px;
}

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

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

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

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

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

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

.rvBlue{color:#046380;}
