
/**********

Colors

**********/

body {
	background-color: #929871;
	background-image: url(uploads/images/site_bg.jpg);
	background-repeat: repeat-x;
	color: #575651;
}
img {
	behavior: url("uploads/pngbehavior.htc");
	border:0;
}
div {
	color:#272727;
}
div#page {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#minisearch  #minsearchsubmit{
	color:#fff;
}
#content {
	background: url(uploads/images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
}
#hpcontent {
	background: url(uploads/images/hp_page_bg.jpg);
	background-repeat: no-repeat;
}
#left_content {
}
#text {
}
div#breadcrumbs,
div#breadcrumbs a { 
	color: #202E1F;
 }
div#cta div#ctaContent{
	background: #fff url(/uploads/images/cta_bg.jpg);
  	list-style: url(/uploads/images/cta_arrow.jpg) none;
}
div#cta a {
	color: #63615C;
}
div#cta a:hover {
	color: #F7550D;
}
div#header {
	color: #fff;
}
		
div#cmsfooter {
	color: #fff;
	background: #fff url(uploads/images/page_bg_ext.jpg);
}


.leftContent .modulerssentry {
	background-image: url(/uploads/images/newsfeed_spacer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.leftContent .modulerssentry a {
	color: #747472;

}

.leftContent .modulerssentry a:hover {
	color: #F7550D;
}


/* Links */		
a {
	color: #575651;
}
a:hover {
	color: #F7550D;
}

p {

}

/* Headings */	
h1 {
	color: #8B0B05;
}

/**********

News

**********/

.NewsSummaryLink,
#NewsPostDetailTitle {
	font-size: 14px;
	font-weight:bold;
	color:#321108;
}

.NewsSummaryLink a {
	text-decoration:none;
	color:#321108;
}

.NewsSummaryLink a:hover {
	text-decoration:underline;
}

.NewsSummaryCategory,
#NewsPostDetailCategory {
	font-style: italic;
	margin: 0px 0px 13px 5px;
}

.NewsSummaryPostdate,
#NewsPostDetailDate {
	font-size: 10px;
	margin: 3px 0 3px 5px;
 }

.NewsSummarySummary, 
.NewsSummaryContent {
	line-height: 140%;
	margin-left:5px;
	margin-bottom:15px;
	padding-bottom:15px;
	color:#2F2F2F;
	font-size: 10px;
	border-bottom: 1px dotted #2f2f2f;
}

#NewsPostDetailSummary,
#NewsPostDetailContent {
	line-height: 140%;
	margin-left:5px;
	margin-bottom:15px;
	padding-bottom:15px;
	color:#2F2F2F;
	font-size: 10px;
}

/**********

Layout

**********/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border:0;
	behavior: url("uploads/pngbehavior.htc");
}

form {
	margin: 0;
	padding: 0;
}

div#page {
	width: 760px;
	margin:  auto;
	text-align: left;
}

div#menu_horiz {
	width: 100%;
	text-align: left;
} 

div#breadcrumbs {
   display:block;
   padding-top: 5px;
   padding-right: 10px;
   padding-bottom: 5px;
   text-align: right;
}

div#main {
	float: right;
	width: 484px;
	padding:0px;
}

div#left_content {
	float: left;
	width: 274px;
	padding:0px;
}
div#left_content #lcpicture {
	padding-bottom:15px;
}
div#content {
	padding:0px;
}
div#hpcontent {
	padding-top:70px;
}

#info {
margin: auto;
width: 770px;

}

#info a {
text-decoration: none;
}

#info a:hover {
text-decoration: underline;
}

#info p {
font-size: 10px;
margin: 5px 20px;
color: #5A5F47;

}

#info h1 {
font-size: 10px;
margin: 5px 20px;
border-top: 1px solid #B4B798;
color: #5A5F47;

}

div#main div#text {
	padding:0px 37px 30px 27px;
	/*width: 422px;*/
}

div#text .modulerssentry {
	padding:10px 0px;
}
div#text .modulerssentry .title{
display:block;

}
div#text .modulerssentry .desc{
display:block;
padding: 5px;
}
div#cta {
   margin: 30px auto 70px auto;
   padding:0px;
}
div#cta div#ctaContent {
   margin:auto;
   width:475px;
   padding:20px;
}
div#cta div#ctaContent h4{
   margin-bottom:10px;
}

div#cmsfooter {
   margin: 0;
   padding: 0;
   text-align: right;
display:none;
}

div#cmsfooter p {
}
/* END LAYOUT */


/**********

Default CSSMenu Horizontal

**********/

#menuwrapper { 
	overflow: hidden; 
	background-color: #ECECEC;
	width: 100%;
}

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	background-image: url(uploads/images/nav_bottom.gif);
	background-position: bottom; 
	background-repeat: no-repeat; 
	padding-bottom:13px;

}
#primary-nav ul ul { 
	margin-top: 0px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	border-top: 1px solid #000000;
	background-image: url(uploads/images/nav_bottom.gif);
	background-position: bottom; 
	background-repeat: no-repeat; 
	padding-bottom:13px;
}
	
#primary-nav li { 
	/*margin-left: -1px;*/
	float: left; 
}

#primary-nav li li { 
	width: 162px; 
	margin-left: 0px;
	/*margin-top: -1px;*/
	float: none; 
	position: relative; 
}

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 0px; 
	text-decoration: none; 
}
#primary-nav li a { 
	padding: 0px; 
}
#primary-nav li li a { 
	padding: 12px 10px 3px 10px; 
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(uploads/images/nav_item_bg.jpg);
	color:#393939;
font-size:11px;
}

#primary-nav li li a:hover { 
	background: #fff url(uploads/images/nav_item_bg_over.jpg);
	color:#FFFFFF;
}

#primary-nav li, #primary-nav li.menuparent { 
	
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(modules/CSSMenu/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background: #fff url(uploads/images/nav_item_bg_over.jpg);
	color:#FFFFFF;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
}
#primary-nav li li a { 
	height: 1%; 
}

/**********

Forms

**********/

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
#text form {
	margin:0;
	padding:0;
}
#text form div,
#text form p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#text label {
	font-weight: bold;
}
#text fieldset {
	border: 1px solid #eee;
	padding: 5px 10px;
	margin: 0 0 1.5em 0;
}
#text fieldset legend {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin:0 ;
	padding: 0;
}
* html fieldset legend {
	margin: 0 0 10px -10px;
}
#text fieldset ul {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
#text fieldset ul li {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#text input, select, textarea {
	font-size:10px; 
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0;
	padding: 2px;
}
#text input, select {
	vertical-align:middle;
}
#text textarea {
	width: 200px;
	height: 8em;
}
#text input.check {
	border: none;
	width: auto;
	height: auto;
	margin: 0;
}
#text input.radio {
	border: none;
	width: auto;
	height: auto;
	margin: 0;
}
#text input.file {
	height: auto;
	width: 250px;
}
#text input.readonly {
	background-color: transparent;
	border: none;
}
#text input.button {
	width: 10em;
	border:1px solid black;
	background-color: #ddd;
}
#text input.image {
	border: none;
	width: auto;
	height: auto; 
}
#text form div.submit {
	margin: 1em 0;
}
#text form div.submit input {
	height: 2em;
	width: 15em;
}
/* END FORM ELEMENTS */
		

#minisearch {
margin:0;
padding:0;
}
#minisearch label {
	display:none;
}
#minisearch  #minisearchquery {
	width: 100px;
	/*margin:10px 0px 0px 7px;*/
margin-top:4px;
padding:2px;
float:left;
}
#minisearch  #minisearchsubmit{
	/*margin:15px 7px 0px 0px;*/
float:right;
}

/* END CONTENT */

#left_content .menutitle {
	width: 217px;
	margin:0 auto;
	padding:3px 0px 3px 20px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#left_content .menutitle a{
	color:#FFFFFF;
}
#left_content .menucontent {
	width: 217px;
	margin:auto;
	padding: 10px;
	color: #1E1E1E;
}
#left_content .menucontent ul {
margin:0;
padding-left:5px;
}
#left_content .menucontent li {
list-style-type: none;
margin:0;
padding-bottom:8px;

}
#left_content .menucontent a{
	color: #1E1E1E;
	text-decoration:none;
}
#left_content .menucontent a:hover{
	text-decoration:underline;
}
#left_content .menufooter  {
	width: 237px;
	margin:0 auto 15px auto;
}

/**********

Tools

**********/


/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
.stretch,
.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	font-size: 15px;
	line-height: 1px;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.menu_horiz:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html>body .menu_horiz{
	display: inline-block; 
	width: 100%;
}
	
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
* html .menu_horiz{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
}
/* tidy these up */
.replace * {
	text-indent: -10000px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
}
.replace a {
	text-indent:0;
}
.replace a span {
	text-indent:-10000px;
}
/* end replace */


/* accessibility */
span.accesskey {
	text-decoration:none;
}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}
/* end accessibility */

/**********

Typography

**********/


body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div {
	font-size: 10px;
}
	
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	line-height:20px;
}
h2 {
	font-size: 14px;
	line-height:18px;
}
h3 {
	font-size: 12px;
	line-height:16px;
}
h4 {
	font-size: 12px;
	line-height:16px;
}

p {
	line-height:16px;
}
blockquote {
	margin-left: 20px;
	line-height:14px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code, pre {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

#text ul {

}
#text ul li {
	line-height:16px;
	margin-bottom:5px;
}
#text ol {
}
#text ol li {
	line-height:16px;
	margin-bottom:5px;
}

table {
	margin: 0;
	padding: 0;
}
table caption {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
}
	
hr {
		   
}
div.hr {
	height: 1%;
	margin: 10px;
	border-top: 1px solid #F4F2EA;
	border-bottom: 1px solid #D7D2BA;
}

#minisearch  #minsearchsubmit{
	text-decoration: none;
	font-weight:bold;
}
div#breadcrumbs {
	font-size: 9px;
 }

div#breadcrumbs a {
	text-decoration:none;
 }
div#breadcrumbs strong {
	font-weight:bold;
 }
div#cta div#ctaContent h4 {
	font-size:13px;
}
div#cta div#ctaContent li {
	font-size:11px;
	margin-bottom:5px;
	padding-left:5px;
}
div#cta a {
	font-weight:bold;
	text-decoration:none;
}

div#cta a:hover {

}

.leftContent .modulerssentry {
	margin:0px 3px;
	padding:6px 0px 10px 0px;
}
.leftContent .modulerssentry a {
	text-decoration:none;
}
div#text .modulerssentry a.title{
	font-weight:bold;
	text-decoration:none;
}
div#text .modulerssentry a.title:hover{
	text-decoration:underline;
}
div#cmsfooter p {
}


/**********

Glossary

**********/
div.glossarynav {
	text-align:center;
}
div.glossarynav a {
	font-weight:bold;
	text-decoration:none;
	color:#007CC3;
}
div.glossarynav a:hover {
	font-weight:bold;
	text-decoration:underline;
}
div.term a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#007CC3;
	padding:5px;
	font-size:14px;
}
div.term_selected a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#363636;
	padding:5px;
	font-size:14px;
}
