
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

img{
border: 0px;
}

a {color: #ce0000;}
a:hover {color: #cccccc;}

body {
	/*background: #000000 url("../img/royallepage.jpg") repeat-x left top;*/
	background: #000000;
	color: #444;
	font-size: 13px;
	font-family: Arial;
}

li {list-style: none;}

h1 {
	font-size: 18px;
	margin-bottom: 4px;
	font-weight:normal;
}

h3 {
font-size: 16px;
}

h1,h2,h3 {
padding: 20px 10px 10px 10px;
}

h2{
font-size: 36px;
}



/* misc */
.clearer {clear: both;}

.left {float: left;
}

.right {
float: right;
vertical-align: top; 

}

 .divClear {
 clear:both;
 }
 
 .Clear-left {
 clear:left;
 }
 
 .Clear-right { 
 clear:right;
 }
 

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 800px;
	margin-bottom: 15px;
	
}

/* header */
.top {
	/*background: url("../img/royallepage.jpg") #000000 repeat-x;*/
	background: #000000;
	padding: 10px 10px 0;

}

/* title */
.header {
	background: #FFF;
	height: 110px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 800px;

}

.header .right {
	background: #000000 url("/displayImg.php?tag=pageHeaderImage&width=615&height=103") no-repeat;
/*	background: #314594 url("../img/househeader.jpg") no-repeat; */
	/*background: #000000;*/
	font-size:18px;
	text-align: right;
	height:103px;
	width: 615px;
	color:#ffffff;
	font-weight:normal;
}
.header .left {
	overflow: auto;
	width: 180px;
	height:103px;
	background: #ce0000;
	/*background: #ce0000 url("../img/royallepagelogo.png") no-repeat;*/
	background-position: 20px 3px ;
}

.header .left p,.header .right h2 {padding: 4px 16px 0 15px;}
.header .right h2 {padding-top: 0px; margin-top:5px; font-size: 28px; font-weight:bold; padding-right:7px; }


/* main */
.main {
	border-top: 4px solid #FFF;
	background: url("../img/bgmain.png") repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 180px;
	text-align:center;
	
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	font-weight:bold;
	
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 18px;
	color: #554;
	display: block;
	padding: 8px 0 8px 0;
	text-decoration: none;
	width: 100%;
}
.sidenav li a:hover {
	background: #000000;
	color: #ffffff;	
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 581px;
}
.content .descr {
	color: #664;
	font-size: 14px;
	margin-bottom: 6px;
}
.content li {
	list-style: url("../img/li.gif");
	margin-left: 18px;
}
.content p {
padding: 10px; 
}


.content .right {
	background: #000000;
	font-size: 16px;
	height:75px;
	width: 459px;
	color:#ffffff;
	margin-left:0px;
	font-weight:normal;
}
.content .left {
	width: 117px;
	height:75px;
	text-align:center;
	background: url("../img/instantemail.png");

}

/* footer */
.footer {
	background: url("../img/bgfooterroyal.gif") repeat-x;
	color: #ffffff;
	font-size: 12px;
	line-height: 39px;
	text-align: right;
	padding-right:120px;
	font-weight:bold;
	
}
.footer a {
color: #ffffff;
}

.footer a:hover {color: #cccccc;}

img.alignleft{
	float: left;
	margin: -5px 15px 5px 0px;
}

img.alignright{
	float: right;
	margin: 0 0 5px 15px;
}

span.jsLink
{
  cursor: pointer;
  text-align: right;
  text-decoration: underline;
  color: #ff0000;
}