/* ############################################################################
   ##
   ##  Global Website Stylesheet
   ##
   ######################################################################### */

/*
Use the following constructions to override styles for specific IE browser
versions, where [element] is the name of the element including a dot or has as
needed:
*/

*:first-child+html [element] {
	/* IE7 only */
}
* html [element] {
	/* IE6 only */
}

/* ####################################
   HTML Element Styles
   ################################## */

a {
}

a:link {
	color: #959E9D;
	text-decoration: underline;
}

a:visited {
	color: #959E9D;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
}

body {
	margin: 0px;
	
	color: #D7D6D4;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;

	background-color: #3A4445;
}

td {
}

p {
	margin-top: 0px;
	margin-bottom: 1.35em;
}

h1 {
	margin: 0em 0em 1em 0em;
	
	color: #979D9D;
	
	font-size: 165%;
	font-weight: normal;
}

h2 {
	margin: 0em 0em 0.5em 0em;
	
	color: #ffffff;
	font-size: 125%;
}

h3 {
	margin: 0em 0em 0.25em 0em;

	color: #979D9D;
	font-size: 100%;
}

h4 {
	margin: 0em 0em 0.5em 0em;
	
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

h5 {
	margin: 0em 0em 0.5em 0em;

	color: #979D9D;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

h6 {
	margin: 0em 0em 0.5em 0em;
	
	color: #ffffff;
	font-size: 91.7%;
	font-weight: normal;
	text-decoration: underline;
}

ul {
}

ul li {
	margin-bottom: 0.25em;
}

ol {
}

ol li {
	margin-bottom: 0.25em;
}

.big {
	font-size: 110%;
}

.small {
	font-size: 91.6%;
}

hr {
	width: 100%;
	height: 1px;
	color: #cccccc;
}

img {
}
* html img {
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.50);
}

caption {
	font-size: 75%;
	font-weight: bold;
	margin: 0em;
	text-align: left;
}

address {
	font-size: 75%;
	font-style: italic;
	margin: 0em 0em 1.35em 0em;
}

/* ####################################
   Form Styles
   ################################## */

.formlabel {
	width: 25%;
	background-color: #f4f4f4;
	font-weight: bold;
}

.formfield {
	width: 75%;
}

form {
	margin: 0px;
}

input {
}

input.blank {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background: url('/images/templates/spacer.gif');
}

input.submit {
}

select {
}

textarea {
}

/* ####################################
   Table Styles
   ################################## */

table {
	empty-cells: show;
	border-collapse: collapse;
}

table.formtable {
	border: 1px #4f5758 solid;
}

	table.formtable td {
		border: 1px #4f5758 solid;
	}

/* ####################################
   Custom Element Styles
   ################################## */

.hidden {
	display: none;
}

.date-author {
	font-size: 91.7%;
	color: #999999;
}

.paging {
	margin: 0px;
}

.acTrailNav {
    position: relative;
    margin: 0 0 2em;
    
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 87.5%;
    text-transform: uppercase;
}
.acTrailNav a:link {
}
.acTrailNav a:visited {
}
.acTrailNav a:hover {
}
.acTrailNav a:active {
}

ul.warnings {
	margin-top: 0.5em;
	margin-bottom: 1.35em;
	list-style: url('/images/templates/icons/16x16_warning.gif') square;
}

ul.warnings li {
	margin-bottom: 0.7em;
}

.pdf a {
	display: block;
	height: 16px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: bold;
	background-image: url('/images/icons/16x16_pdf.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

.pdf a:visited {
	text-decoration: none;
}

.pdf a:hover {
	text-decoration: underline;
}

.pdf a small {
	font-weight: normal;
}

/* ####################################
   Message Boxes
   ################################## */

/* Error */

div.message-error, p.message-error {
	width: 580px;
	margin: 15px 0px; 
	padding: 15px 15px 0px 15px;
	color: #cc9900;
	border: 1px solid #cc9900;
}

p.message-error {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.message-error h1, div.message-error h2, div.message-error h3, div.message-error h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	color: #cc9900;
	border: none;
	background: none;
}

div.message-error .code {
	margin-top: 2px; 
	padding-top: 0px; 
	font-size: 91.7%; 
	font-weight: bold; 
	color: #cc9900;
}

div.message-error p {
}

/* Confirm */

div.message-confirm, p.message-confirm {
	margin: 15px 0px; 
	padding: 15px 15px 0px 15px;
	color: #939f38;
	border: 1px solid #939f38;
}

div.message-confirm h1, div.message-confirm h2, div.message-confirm h3, div.message-confirm h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	color: #939f38;
	border: none;
	background: none;
}

div.message-confirm p {
}

p.message-confirm {
	margin-bottom: 15px;
}

/* More Info */

div.message-moreinfo, p.message-moreinfo {
	margin: 15px 0px; 
	padding: 15px 15px 0px 15px;
	color: #EC5F35;
	border: 1px solid #EC5F35;
}

p.message-moreinfo {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div.message-moreinfo h1, div.message-moreinfo h2, div.message-moreinfo h3, div.message-moreinfo h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	color: #EC5F35;
	border: none;
	background: none;
}

/* ####################################
   Page Objects
   ################################## */

#align {
	/* Coupled with the margin and text-align settings in page-wrapper-outer (below) this is a weird but safe way to center a page in all browsers including IE where the standard doesn't work. */
	text-align: center;
}

#page {
	position: relative;
	width: 900px;
	
	/* To re-align text to left in the page div when a parent div is centred. This allows centering of page div using the IE-safe hack. */
	margin: 0 auto;
	text-align: left;
}

	#page-inner {
		position: relative;
		width: 100%;
	}

#header {
	padding: 17px 0px 0px 0px;
	
	background: url('/images/templates/box_real_results2.gif') 100% 53px no-repeat;
}

	#header-inner {
	}

		#anchormenu {
			height: 22px;

			padding: 14px 34px 0px 17px;

			background: #292F30;

			text-align: left;
		}
		
			#anchormenu img {
				filter: alpha(opacity=25);
			}
			
			#anchormenu a {
				margin: 0px 0px 0px 23px;
			}

			#anchormenu a:link {
			}

			#anchormenu a:visited {
			}

			#anchormenu a:hover {
			}

			#anchormenu a:active {
			}
	
		#logo {
			float: left;
						
			width: 227px;
			height: 152px;
			overflow: hidden;
		}
		
		#feature {
			float: left;
			
			width: 453px;
			height: 152px;
			overflow: hidden;
			
			background: url('/images/templates/feature.jpg') no-repeat;
			
			border-left: #2D3536 1px solid;
			border-right: #2D3536 1px solid;
		}
		
		#menu {
			clear: both;
			
			height: 38px;

			padding: 9px 38px 0px 38px;

			background: url('/images/templates/bg_strip_menu.gif') repeat-x;	

			border-top: #2D3536 1px solid;
			border-left: #31393A 1px solid;
			border-right: #31393A 1px solid;

			text-align: center;
		}

			#menu-inner {
				white-space: nowrap;
			}

				#menu-inner div {
					display: inline;
				}

				#menu-inner div a {
					padding: 0px 10px 0px 10px;		
				}

#content {
	position: relative;
	min-height: 280px;
	
	padding: 35px 0px 35px 50px;
	
	background: #3E4748;
	
	border-left: #31393A 1px solid;
	border-right: #31393A 1px solid;
}

	#content-inner {
	}
	
		#content-inner #content-main {
			position: relative;	
			float: left;
			width: 580px;

			margin: 0em 0em 1em 0em;
		}
	
		#content-inner #content-secondary {
			position: relative;	
			float: right;
			width: 186px;
			
			margin: 0em 0em 1em 0em;
			padding: 0px 16px 0px 16px;
			
			text-align: center;
			
			border-left: #4F5758 1px solid;
		}

#intro {
}

#footer {
	clear: both;
	
	height: 66px;
	padding: 12px 0px 0px 0px;
	margin: 0em 0em 2em 0em;
	
	background: #4E5758;
	border-top: #394243 1px solid;
	border-bottom: #394243 1px solid;
	
	text-align: center;
	font-size: 91.7%;
}

	#footer-inner {
	}

		#footer a:link {
		}
		#footer a:visited {
		}
		#footer a:hover {
		}
		#footer a:active {
		}

		#footer-pagefunctions {
		}

		#footer-menu {
		}
			#footer-menu a:link {
			}
			#footer-menu a:visited {
			}
			#footer-menu a:hover {
			}
			#footer-menu a:active {
			}

		#footer-copyright {
		}

		#footer-tc {
		}
			#footer-tc a:link {
			}
			#footer-tc a:visited {
			}
			#footer-tc a:hover {
			}
			#footer-tc a:active {
			}

		#footer-acuity {
			margin-top: 1em;
		}
			#footer-acuity a:link {
			}
			#footer-acuity a:visited {
			}
			#footer-acuity a:hover {
			}
			#footer-acuity a:active {
			}

/* ####################################
   Main Menu
   ################################## */

/* Entire nav object */
#nav {
	position: relative;
	padding: 0;
	margin: 0;
	
	font-size: 110%;
	font-family: trebuchet ms, arial, helvetica, Sans-Serif;
	font-weight: bold;
	
	list-style: none;

	z-index: 10;
	
	text-align: left;
}

/* Nav object and all lists (ul) in nav object */
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* All anchor tags (links) in nav object */
#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px; 
}

/* All anchor tags (links) in nav object - hover state */
#nav a:hover {
	text-decoration: none;
}

/* All list items (li) in nav object */
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	
	border-left: #7a8686 1px solid;
}

#nav li:hover, #nav li.sfhover {
}

/* All list items (li) in nav object, hover state */
#nav li:hover ul {
	left: auto;
}

/* Second level list (ul) */
#nav li ul ul {
	position: relative;
}

/* Second level list (ul) */
#nav li ul {
	position: absolute;
	
	border: #7a8686 1px solid;
	border-top: 0;
    width: 150px;
	left: -999em;
}

/* Second level list items (li) */
#nav li ul li {    
	position: relative;
	/* IE7 behaving badly, so fix height */
	height: 28px;
	
	color: #ffffff;
	
	font-size: 91.7%;
	
	background-color: #3c4242;
	border: #7a8686 1px solid;
	border-bottom: 0px;
	border-left: 0px;
	
	/* Odd little size hack for Mozilla, doesn't affect IE... Check against widths of other items if width changes. */
	width: 100%;
}

/* Second level list items (li) - mouseover */
#nav li ul li:hover, #nav li ul li.sfhover {
}

/* Second level list items (li) - anchor tags (links) */
#nav li ul li a {
	font-weight: normal;
	text-decoration: none;
}

/* Second level list items (li) - anchor tags (links)
  - width=100% pushes the link to the width of the li. Mozilla does it anyway but behaves
    badly with this setting so it's only switched on for IE. */
* html #nav li ul li a {
	width: 100%;
}

/* Second level list items (li) - anchor tags (links) - mouseover */
#nav li ul li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

/* CSS trick for menu placement, don't touch */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* CSS trick for menu placement, don't touch */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li.li-level1-first {
    /*
    border-left: 0px;
    */
}
