/* Start of CMSMS style sheet 'ncva-stylesheet' */
/*
	Website: 
	Author: Roman Filippov
	Contact: roman@hunox.ca // www.hunox.ca
	Date Created: 
	Date Modified: 
	Version: 1.0

	Purpose: 

	Sections:
		> Global
		> Header
		> Footer
		> Page Structure
		> Headings
		> Text Styles
		> Navigation
		> Forms
		> Comments
		> Extras
*/

/*
	****************************************************************************
	> GLOBAL
	****************************************************************************
*/

/*
	Reset all elements to zero to avoid cross-browser differences
	from now and on all margins and paddings will be set explicitly.
*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	/*
		Force vertical scroll bar in mozilla to prevent the design
		from jumping on pages that are shorter than viewport height.
	*/
	min-height: 101%;
	/*
		* Set font-size to a percentage preventing a Windows IE "extreme
		  font re-sizing" bug.
		* Set font-size slightly larger than 100% to repair Opera rounding errors.
		* Set less than 101% to prevent Safari errors. 
		* The line-height setting gives nice, clear and easy-read spacing.
	*/
	font: 100.01%/130% Verdana, Helvetica, sans-serif;
	color: black;
	background: white;
}
#container {
	font-size: 80%;
}
img {
	border: 0;
}
/*
	Set default style for the links. "LoVe HAte".
	Background is set to avoid warnings from validator ;)
*/
a:link    {
	color: blue;
}
a:visited {
	color: purple;
}
a:hover {
	color: green;
}
a:active {
	color: red;
}
/*
	Acronym and Abbreviation styles
*/
acronym,
abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}
a acronym,
a abbr {
	border: 0;
}

/*
	****************************************************************************
	> HEADER
	****************************************************************************
*/
#header {
	height: 100px;
	background: #e68f1b url("/images/header_bg.gif") repeat-x right top;
	margin: 10px 10px 0 10px;
}
#header #logo a img {
	display: none;
}
#header #logo a {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 200px;
	height: 150px;
	background: white url("/images/logo_css.png") no-repeat right top;
}
#header #name,
#header #slogan {
	display: none;
}

/*
	****************************************************************************
	> FOOTER
	****************************************************************************
*/
#footer {
	clear: left;
	margin: 0 10px;
	height: 50px;
	background: #e68f1b url("/images/header_bg.gif") repeat-x right top;
	text-align: center;
	font-size: 74%;
	line-height: 50px;
	color: white;
}
#footer a {
	color: black;
}

/*
	****************************************************************************
	> PAGE STRUCTURE
	****************************************************************************
*/
#content {
	float: left;
	width: 100%;
	margin-top: 50px;
}
#content div.wrap {
	margin: 0 220px 0 220px;
	padding: 0 10px;
}
#content #top {
	text-align: right;
}
#content #top a {
	padding-left: 13px;
	background: url("/images/back_to_top.png") no-repeat left;
	font-size: 74%;
	text-transform: uppercase;
}
/*
	****************************************************************************
	> HEADINGS
	****************************************************************************
*/
h1 {
	font-family: Georgia;
	font-size: 1.7em;
	line-height: normal;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.5em;
	margin: .75em 0;
}
h3 {
	font-size: 1.17em;
	margin: .83em 0;
}
h4 {
	margin: 1.12em 0;
}
h5 {
	font-size: .83em;
	margin: 1.5em 0;
}
h6 {
	font-size: .75em;
	margin: 1.67em 0;
}

/*
	****************************************************************************
	> TEXT STYLES
	****************************************************************************
*/
/*
	Set default lists styles
*/
ol,
ul,
dd,
blockquote {
	margin-left: 40px;
}

ol ul,
ul ol,
ul ul,
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
div.copy p {
	margin: 1em 0;
}
div.copy img {
	margin: 1em;
	margin-top: 0.5em;
}
div.copy img.left {
	float: left;
	margin-left: 0;
}
div.copy img.right {
	float: right;
	margin-right: 0;
}
/*
	****************************************************************************
	> NAVIGATION
	****************************************************************************
*/
#nav {
	float: left;
	margin-left: -100%;
	width: 209px;
	border-right: 1px solid #618534;
}
#nav p.skip {
	display: none;
}
#nav ul {
	list-style-type: none;
}
#nav ul li a {
	background-color: transparent;
}
#nav ul#primary {
	display: inline;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 100px;
	width: 484px;
	font-family: "Trebuchet MS", serif;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
#nav ul#primary li {
	float: left;
	border-left: 1px solid #ffe1b8;
	border-right: 1px solid #ffe1b8;
}
#nav ul#primary li a {
	display: block;
	width: 120px;
	line-height: 30px;
	padding-top: 70px;
	text-align: center;
	text-decoration: none;
	color: #ffe1b8;
	background: transparent url("/images/nav_top_a_bg.gif") repeat-x left bottom;
}
#nav ul#primary li a:hover {
	background-position: left top;
	color: white;
	text-decoration: underline;
}
#nav ul#secondary {
	margin: 0;
	margin-left: 10px;
	margin-top: 50px;
	padding: 0;
	background: #618534 url("/images/nav_side_bottom_bg.gif") no-repeat left bottom;
	font-family: "Trebuchet MS", serif;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 25px;
}
#nav ul#secondary li {
	}
#nav ul#secondary li a {
	display: block;
	height: 50px;
	background: url("/images/nav_side_a_bg.gif") repeat-x left bottom;
	line-height: 50px;
	padding-left: 10px;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #436619;
}
#nav ul#secondary li.current a {
	
}
#nav ul#secondary li a:hover {
	background-position: left top;
}

#nav ul#secondary li ul {
	font-family: Verdana;
	font-weight: normal;
	font-size: 80%;
	margin-left: 1em;
	border-left: 1px solid #436619;
	border-bottom: 1px solid #436619;
}
#nav ul#secondary li ul li {
	height: 2em;
}
#nav ul#secondary li ul li a {
	line-height: 2em;
	border: 0;
}
#nav ul#secondary li ul li a:hover {
	background: none;
	text-decoration: underline;
}

/*
	****************************************************************************
	> FORMS
	****************************************************************************
*/

/*
	****************************************************************************
	> COMMENTS
	****************************************************************************
*/

/*
	****************************************************************************
	> EXTRAS
	****************************************************************************
*/
#news {
	float: left;
	width: 199px;
	margin-left: -210px;
	margin-top: 50px;
}
#news div.wrap {
	border-left: 1px solid #1c706c;
	background: url("/images/news_h1_bg.gif") no-repeat right top;
	padding: 10px;
}
#news h2 {
	height: 50px;
	font-size: 0;
	text-indent: -5000px;
}
#news div.article h3 {
	margin-bottom: 0;
}
#news div.article p.meta {
	font-size: 80%;
	padding: 0;
	margin: 0;
	color: grey;
}
#news div.article p {
	font-size: 90%;
	margin: 0;
}


#nav div.mailing {
	margin: 30px 0 30px 10px;
	padding-top: 40px;
	background: url("/images/mailing_header.gif") no-repeat top left;
}
#nav div.mailing label {
	display: block;
	border-top: 1px dashed #cecece;
	margin-right: 10px;
}
#nav div.mailing #email {
	margin: 0.5em 0;
	padding: 3px;
	width: 90%;
}
#nav div.mailing div.buttons {
	padding-right: 10px;
	text-align: right;
}


/*
	****************************************************************************
	> Styling
	****************************************************************************
*/

.clearimagefloat {
      clear: both;
}

.orangetext {
     color: rgb(255, 102, 0);
}
/* End of 'ncva-stylesheet' */

