@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: 1000px;
	height: 565px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -282px;
	
	}
	
#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;}

#clientLogo{
	float: left;
	margin: 18px 0px 9px 10px;
}

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

#contactDetails{
	float:left;
	margin: 16px 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;}
