/* CANR CSS Document */
/* BODY BACKGROUND */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFF;
	margin:0;
} 
	/*HTML HACK FF2: ADDS IN BACKGROUND*/ 
	body, x:-moz-any-link {
		background:url(../rotateBG.php);
		background-repeat:no-repeat;
	}
#background {
	height:100%;
	position:fixed;
	width:100%;
	z-index:-1;
	margin-top:-50px;
	-o-margin-top:50px !important;
}
	/*HTML HACK FF2: REMOVES THE BACKGOUND IMAGE*/
	#background, x:-moz-any-link {

	} 

	/* HTML HACK IE6: SETS THE INITIAL FONT SIZE FOR IE6*/
	html>body {
		font-size:11px;
	}
	body img {
		margin:0 auto;
	}
/* CONTENT - TAB NAVIGATION */
#tab-navigation {
	height:28px !important;
	width:940px;
	margin:0 auto;
	margin-top:50px;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom:10px;
}
#tab-navigation ul {
	background-color:#375668;
	list-style: none;
	float: right;
	padding:5px;
	margin-bottom:8px;
}
#tab-navigation ul li {
	border-right:2px solid #959eb1;
	padding: 0px 5px;
	display:inline;
	color:#fff;
}
#tab-navigation a:link, #tab-navigation a:visited, #tab-navigation a:active {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
#tab-navigation a:hover {
	color: #959eb1;
	text-decoration: none;
}
#tab-navigation li a.tab-navigation-active:link, #tab-navigation li a.tab-navigation-active:active, #tab-navigation li a.tab-navigation-active:visited, #tab-navigation li a.tab-navigation-active:hover {
	color: #959eb1;
}
#tab-navigation li.search-padding {
	padding-top:2px;
}
*+html #tab-navigation li.search-padding {
	padding-top:3px;
}
	/* SETS THE SPACING ON THE SEARCH FIELD BOX */
	.form {
		display: inline;
		margin: 0 0 2px 0;
		padding: 0 0 2px 0;
		text-align: right;
		font-size: 11px;
	}
	/* SETS THE FONT AND WIDTH OF THE SEARCH FIELD BOX */
	.field {
		border:1px solid #666666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		width:100px;
		height:13px;
		margin-bottom:0;
	}
	.submit-button {
		border:none;
		background:none;
		text-transform:uppercase;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#fff;
		padding:0;
	}
	.submit-button:hover {
		color:#959eb1;
		cursor:pointer;
	}
/* CONTENT - CONTAINER */
#container {
	width:940px;
	text-align:left;
	margin:0 auto;
	position:relative;
	top:-125px;
	margin-bottom:-150px;
}
#container-inner {
	width:940px;
	margin:10px 0;
}
/* CONTENT - BACKGROUND SHADOW*/
#shadow {
	background:transparent url(../images/shadow.png) repeat-y center center;
	padding-bottom:10px;
}
/* CONTENT - BANNER */
#identity {
	height: 210px;
	width: 940px;
	background: url(../images/banner.png) no-repeat;
	margin:0 auto;
}
#background-lines {
	background-image:url(../images/stripes.png);
	background-repeat:repeat-x;
	height:171px;
	position:relative;
	top:-100px;
	margin:0;
}
/* CONTENT - PARAGRAPHS AND HEADINGS */
h1, h2, h3, h4, h5 {
	color:#559327;
	margin:0;
	padding-top:10px;
	margin-bottom:10px;
}
h1 {
	color:#559327;
	font-size:1.6em;
	font-weight:bold;
	padding-top:0;
}
h2 {
	color:#2b373e;
	font-size:1.5em;
	font-weight:bold;
}
h3 {
	color:#666;
	font-size:1.4em;
	font-weight:bold;
}
h4 {
	color:#333;
	font-size:1.3em;
	font-weight:bold;
}
h5 {
	color:#000;
	font-size:1.1em;
	font-weight:bold;
}
strong, b {
	color: #666;
}
hr {
	height: 1px;
	color: #CCC;
}
hr.enfr-split{
	height:1px;
	color:#ccc;
	width:50%;
}
#content {
	line-height: 1.5em;
	font-size:1.1em;
	width:920px;
	margin:0 40px 0 20px;
}
#content a:link {
	color: #559327;
	text-decoration: underline;
}
#content a:visited {
	color: #069;
	text-decoration: underline;
}
#content a:active {
	color: #900;
	text-decoration: underline;
}
#content a:hover {
	color: #959eb1;
	text-decoration: underline;
}
#content p {
	margin: 8px 15px 0 0;
}
#content ul, #content ul li {
	list-style: url(../images/bullet.png);
}
#content ul, #content ol {

	margin-left: 40px;
	padding-left: 3px;
	line-height: normal;
	padding-top:5px;
}
#content ul li, #content ol li {
	margin-bottom: 0.7em;
	margin-right:40px;
}
#content ol li ol, #content ol li ol li {
	list-style: lower-alpha;
}
#content img {
	border: none;
}
#content dl img {
	border: none;
}
acronym {
	border-bottom: dashed 1px #999;
	cursor: help;
}
a acronym {
	border-bottom: none;
}
.awards {
	color: #B22222;
	font-weight: bold;
}
.awards-box {
	color: #000;
	font-weight: bold;
	background: #EFEFEF;
	border: 4px double #000;
	padding: 5px;
}
.error{
	font-size:11px;
	font-style:italic;
}
/* CONTENT - GENERAL LINK STYLES */
p a:link {
	color: #559327;
	text-decoration: underline;
}
p a:visited {
	color: #069;
	text-decoration: underline;
}
p a:active {
	color: #900;
	text-decoration: underline;
}
p a:hover {
	color: #959eb1;
	text-decoration: underline;
}
a.top:link, a.top:visited, a.top:active {
	padding-right: 10px;
	color: #559327 !important;
	text-decoration: none !important;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.9em;
}
/* CONTENT - DATA TABLES */
table {
}
table th {
	font-size: 1.2em;
	text-align: left;
	padding: 3px;
	border-bottom: 2px solid #CCC;
	text-transform: uppercase;
	color: #559327;
}
table td {
	border-bottom: 1px solid #CCC;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
/* SHADOW - FOOTER  */
p#updated {
	font-size:0.8em;
	margin-bottom:20px;
	padding-top:20px;
	text-align:left;
	color:#FFF;
	width:50%;
}
#footer {
	display:block;
	margin:0 auto;
	margin-top:-30px;
}
*html #footer {
	display:none;
}