/* parkroyalgroup style sheet - copyright.2008 */

/* holds the site */ 

div#container {
	margin:0 auto;
	width: 800px;
	text-align:center;
	background-color: #FFFFFF;
	height: 40px;
}

/* holds the header part of the site */ 

div#logo {
	float: left;
	width: 430px;
	margin-left: 9px;
	}
	
/* the navigation zone */ 
div#navzone {
	text-align: center;
	width: 780px;
}
div#nav01 {
	width: 160px;
	float: left;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
} 
div#nav02 {
	width: 55px;
	float: left;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	border-bottom-color: #666666;
} 
div#nav03 {
	width: 140px;
	float: left;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	color: #003366;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
div#nav04 {
	width: 120px;
	float: left;
	border-right-color: #666666;
	border-right-style: dotted;
	border-right-width: 1px;
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
} 
div#nav05 {
	width: 140px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	border-left-color: #666666;
	border-left-style: dotted;
	border-left-width: 1px;
	margin-left: 8px;
} 
div#nav06 {
	width: 130px;
	float: left;
	color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
} 
div#nav07 {
	width: 180px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	font-weight: bold;
	background-color: #CCCCCC;
	clear: right;
	text-indent: 0em;
} 

/* slideshow */ 

div#movie {
	width: 800px;
}

	
/* left navigation */	
div#lcolumn {
	width: 170px;
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-indent: 3px;
	text-align: justify;
} 
/* lefthand navi text */

div#subnav01 {
	width: 170px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 60px;
	border-bottom-color: #003366;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
} 
div#subnav02 {
	width: 130px;
	color: #999999;
	font-size: 12px;
} 
div#subnav03 {
	width: 170px;
	border-bottom-width: 1px;
	font-size: 12px;
} 
div#subnav04 {
	width: 170px;
	font-size: 12px;
} 
div#subnav05 {
	width: 170px;
	font-size: 12px;
} 
div#subnav06 {
	width: 180px;
	font-size: 12px;
	text-indent: 1px;
}


/* index content */

div#mcontent{
	width: 550px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-right: 20px;
	color: #666666;
	text-align: justify;
}

div#hcontent{
	width: 500px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	margin-right: 50px;
	text-align: justify;
} 


/* subheader*/
div#hheader {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
	border-left-color: #999999;
	font-weight: bold;
	text-indent: 10px;
	margin-left: 90px;
	margin-right: 50px;
} 


div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000033;
	font-weight: lighter;
} 

