@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/royale-bg.jpg) repeat-x;
	margin: 5px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7a7979;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/umbrellaPhoto.jpg) no-repeat right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #FFFFFF url(images/royal-logo.jpg) no-repeat 10px 10px;
	opacity: 0.7;
	height: 100px;
	text-align: right;
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #32569B;
	text-indent: 10px;
	padding-top: 10px;
} 
.twoColFixRtHdr #container #header a {
	color: #32569B;
	text-decoration: none;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #nav-menu
{
	#margin-bottom: 10px; /* for IE */
	color: #3c588e;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #FFFFFF;
	padding-left: 20px;
	border-bottom: 1px solid #999999;
	width: 440px;
}
.twoColFixRtHdr #nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.twoColFixRtHdr #nav-menu li
{
	display: inline;
	white-space:nowrap;
	padding-right: 15px;
}
.twoColFixRtHdr #nav-menu li a:link
{
	color: #3c588e;
	text-decoration:none
}
.twoColFixRtHdr #nav-menu li a:hover
{
	color: #eec650;
	text-decoration:underline
}
.twoColFixRtHdr #nav-menu li a:visited
{
	color: #3c588e;
	text-decoration:none
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-right: 50px;
	text-align: right;
}
.twoColFixRtHdr #container #sidebar1 .sidebar1Body li {
	line-height: 1.5;
}

.twoColFixRtHdr #mainContent {
	padding: 15px 20px 0;
	margin: 0 500px 0 0;
} 
.twoColFixRtHdr #mainContent h1 {
	font: lighter 24pt Georgia, "Myriad Pro Light", "Myriad Pro Cond", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, "Arial Narrow", sans-serif;
	color: #3c588e;
	margin: 0px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 15px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #homeBoxes {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.twoColFixRtHdr #container #homeBoxes td {
	vertical-align: top;
}
.boxHeader {
	padding: 5px 10px;
	color: #FFFFFF;
	font: bold 18px "Myriad Pro Light", "Myriad Pro Cond", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, "Arial Narrow", sans-serif;
	text-align: left;
}
.sidebarBody {
	font-size: 14px;
	color: #FFFFFF;
	background: #32569B;
	opacity: 0.9;
}

a {
	text-align: right;
}
.boxBody {
	padding: 10px;
	vertical-align: top;
	height: 155px;
	color: #FFFFFF;
	opacity: 0.7;
	font-size: 14px;
}
.sidebar1Body {
	padding: 10px;
	vertical-align: top;
	height: 155px;
	color: #FFFFFF;
	opacity: 0.7;
	text-align: left;
}
fieldset {
	padding: 0.8em 0em 0.8em 0.8em;
	border-style: none;
	text-align: left;
	background: #FFFFFF;
}
legend {
	font-size: 1.5em;
}
label {
	display: block;
	margin-top: .5em;
	font-size: 14px;
}
input, textarea {
	width: 21em;
	background: #D9DEE8;
	border-top: 1px solid #336;
	border-right: 1px solid #978EBA;
	border-bottom: 1px solid #978EBA;
	border-left: 1px solid #336;
	padding: .2em;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
}
textarea {
	height: 8em;
}
input#submit {
	width: 5em;
	margin-top: 0.8em;
	margin-left: 0.8em;
}
input:focus, textarea:focus {
	background: #E5EBF4;
}
form em {
	color: #C00;
	font-weight: bold;
}

