/* Start of CMSMS style sheet 'nrc' */
html>body { font-size: 16px; }

@media print {
#nav a{
visibility:hidden;
}
}

body {
  text-align: center;
  margin:0px;
  font-size:100%;
  font-family:Arial, Helvetica, sans-serif;
  background-image: url(images/bg.gif);
}

img {
  border:0;
}	


#container {
  width: 772px;  
  margin: 10px auto;
  text-align: left;
  background-color:#f9f7ed;
  border:1px solid #e5e2d6;
}

#header {
  width:768px;
  height:195px;
  margin:2px 2px 0 2px;
}

#content {
  width:768px;
  background-color:#ffffff;
  background-image: url(images/bg_content.gif);
  background-repeat: repeat-y;
  margin:0 2px 0 2px;
}

#col_right {
  width:582px;
  padding:10px 10px 10px 15px;
  float:right;
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.9375em;
  line-height:1.0625em;
}

#col_left {
  width:160px;
  float:left;
}  

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav a {
  display: block;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:.9em;
  color:#333333;
  border-bottom:1px solid #999999;
  padding:7px 10px 5px 10px;
}

#nav a:hover {
  background-color:#eeeeee;
}  

#nav li {
  float: left;
  width: 160px;
  margin-left:0;
}

#nav li ul {
  position: absolute;
  width: 160px;
  left: -999em;
  margin-left:161px;
  margin-top:-40px;
  background-color:#cccccc;
}

#nav li:hover ul {
  left: auto;
  border-right:1px solid #999999;
  border-top:1px solid #999999;
  font-size:.7em;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  border-right:1px solid #cccccc;
  border-top:1px solid #cccccc;
}

#footer_blue {
  clear:both;
  padding:8px 10px 8px 10px;
  width:748px;
  background-color:#006cbd;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:0.6875em;
  color:#ffffff;
  text-align:center;
}  

#footer_blue a {
  color:#ffffff;
  text-decoration:none;
}  

#footer_blue a:hover {
  color:#ffffff;
  text-decoration:underline;
}  

#footer_green {
  clear:both;
  padding:5px 10px 5px 10px;
  width:748px;
  background-color:#065834;
  margin-bottom:2px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:0.6875em;
  color:#ffffff;
  overflow:hidden;
}  

.title {
  font-weight:bold;
  font-size:22px;
  color:#0088ba;
  padding:10px 0 10px 0;
}  

.header {
  font-weight:bold;
  font-size: 19px;
  color: #000000;
  padding:10px 0 10px 0;
}

#cntnt01searchinput {
  width:130px;
  margin:10px 0 0 10px;
}

.NewsBox {
  width:270px;
  float:left;
}

.liaisonBox {
  padding-left:10px;
  margin-bottom:10px;
  border-left:2px solid #c1beb2;
  width:280px;
  float:right;
}
/* End of 'nrc' */

/* Start of CMSMS style sheet 'nrc_forms' */
.contactform{
	width: 100%;
}
.contactform fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

.contactform fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	border:1px solid #003300;
	color:#006600;
	font-size:16px;
	text-align:right;
	background: #D4EAF4 url(/images/cms/email_open.gif) no-repeat 2px center;
}

.contactform fieldset .CMSMStextfield label {
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.contactform fieldset .checkboxes {
width: 360px;
float: right;
text-align: left;
margin-right: 0.5em;
display: block;
margin-bottom:15px;
}

.contactform div {
padding: 0.25em 0 0.25em 0;
}
.contactform div:hover {
	background: #D4EAF4;
}
.contactform .CMSMStextfield input {
	color: #000000;
	background: #ffeec9;
	border: 1px solid #333300;
	width: 250px;
}
.contactform div.required {
color: #CC0000;
}
.contactform fieldset .CMSMStextarea label {
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.contactform .CMSMStextarea textarea {
	color: #000000;
	background: #ffeec9;
	border: 1px solid #333300;
	width: 250px;
}
.contactform textarea:focus {
	background: #ffffff;
}
.contactform .captcha {
	padding-left: 10px;
}
.contactform .captchapict {
	display: block;
	margin: 10px 10px 10px 0px;
}
.contactform .captcha input {
	color: #000000;
	background: #FFFFCC;
	border: 1px solid #333300;
	width: 195px;
	margin: 5px 5px 5px 0px;
}
.contactform input:focus {
	background: #FFFFFF;
}
.contactform .submit {
	padding-left: 10px;
}
.contactformR {
	width: 100%;
}
.contactformR fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

.contactformR fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	border:1px solid #003300;
	color:#006600;
	font-size:16px;
	text-align:right;
	background: #CCFF99 url(/images/cms/email_sent.gif) no-repeat 2px center;
}
.contactformR div {
padding: 0.25em 0 0.25em 0;
}
/* End of 'nrc_forms' */

