
/* CSS Document */

body  {
	font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 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: #666;
	background-color:#fff;
	font-size:100%;
	
}

em { color: #333; }

h1 {
font: 16px "Lucida Grande", verdana, arial, helvetica;
color:#8f3036;
font-weight:bolder;
text-align:left;
}

h1.huge {
font: 22px "Lucida Grande", verdana, arial, helvetica;
color:#8f3036;
font-weight:bolder;
text-align:left;
}


h2 {
font: 12px "Lucida Grande", verdana, arial, helvetica;
color:#666;
font-weight:bolder;
text-align:left;
}

p
{
	font-size:0.85em;
}

a {color:#951f2b;}
a:hover {color:#a7a9ad;text-decoration:none;}
img {border:none;}
.clearer {width:auto;height:0px;margin:0;padding:0;overflow:hidden;clear:both;}


#top {
margin:0;
padding:80px 0 0 0;
background-color:#000000;
background-image:url(../images/topbanner.jpg); background-repeat:no-repeat;
text-align:left; /* Shouldn't be necessary but this stops the renaissance logo from being centred in IE7 */
}


#shortMenu { margin:0 0 0 10px; padding-bottom:3px;width:990px; }
#shortMenu li {font-size:0.6em;font-weight:bold; text-align:right; }
#shortMenu li a { color:#FFFFFF; text-decoration:none;}
#shortMenu li a:hover { color:#951f2b; text-decoration:underline; }
#shortMenu li .pipeSpace { padding:0 10px 0 10px; font-weight:bold; }


#menu {
margin: 0;
padding: 0;
background-color:#FFFFFF;
border:0;
text-align: left;
}

#menu ul {margin: 5px 10px; width: 930px; padding:0; list-style-type: none; list-style: none; text-align: right; border: 0; }
#menu li {display:inline; padding: 0 15px 0 0; text-align: right; border: 0; }

#menu li a {
font-size:0.6em;
font-weight:bolder;
text-transform: uppercase;
color:#666;
text-decoration:none;
}

 
#menu li a:hover {color:#951f2b;text-decoration:underline;}
#menu li.current a, #menu li.current a:link {color: #000; text-decoration:none;}


#toplogoarea {
background: #951f2b url(graphics/camerared.jpg) right no-repeat;
height:137px;
margin: 0;
padding: 0;
text-align: left; /* required for IE to not centre div content, e.g the Renaissance Logo is centered without this */
}

h2.quote {
font-size:1.2em;
color:#FFF;
margin: 0;
padding: 0.6em 0 0 15px;
font-style: italic;
font-weight:normal;
}

.isclogo { margin: 0 0 0 15px; border:0; padding:0; display:block; }

#date	{
color: #fff;
text-align: right;
font-size: 0.68em;
margin-right:305px;
}



#mainContent {
margin-top: 20px;
margin-left:20px;
margin-right:20px;
text-align: left;
}

#mainContent ul li {font-size:0.85em;}
#mainContentleft  {margin: 0 340px 0 0;} 
#narrowLeft {margin: 0 520px 0 0;}

#wideRight
{
	width:580px;
	float:right;
	border-left:solid 1px #999;
	padding-left:20px;
	margin: 0 0 0 20px;
}

#colLeft
{
	width:529px;
	padding-right:20px;
	
}

#colRight
{
	width:50%;
	float:right;
	border-left:solid 1px #999;
	padding-left:20px;
	margin: 0 0 0 20px;
	
}

#mainContentright 
{
width:300px;
float:right;
border-left:solid 1px #999999;
padding-left:20px;
} 

/* AUDIT page styles -------------------- */
#auditquote { padding-top:20px; }
#nsilogo {width:153px; float:left;}

#greyquote {width:550px; border:dashed 1px #b2b2b2; margin-left: 140px; padding: 0 2em 1em 2em; }
#greyquote p {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666; line-height:20px; padding:10px; }

.smgreyquote {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666; font-weight:bolder; font-style:italic;}

#bluequote {width:584px; padding:60px 0 60px 30px;}
#bluequote p {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#29416f; line-height:20px; }

.smbluquote {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#29416f; font-weight:bolder; font-style:italic;}

/*  -------------------- */

.borderedImg
{
	border:1px solid #666666; 
	padding:3px;
}

.italic {
	font-style: italic;
}

.alignLeft
{
	float: left;
}


/* footer styles -------------------- */
#footer { clear: both; margin: 20px 0 0 0; border-top:solid 1px #951f2b; height:22px; padding:0px;  }

.footerText { font-size:9px; text-align:left; padding: 0px 5px 5px 20px;color:#666;}
.footerText a { color:#000; text-decoration:none;}
.footerText a:hover { color:#c7ce5d; text-decoration:none;}









/* Miscellaneous classes for reuse */
.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: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2px;
}
.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;
}

.paddleft { /* this is used to padd the large view photos underneath bulletted points */
padding-left:22px;

}

p {
text-align:justify;

}
<!--[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.thrColEls #sidebar1, .thrColEls #sidebar2 { padding-top: 30px; }
.thrColEls #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
-->