/* Portions based on andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(61,92,122);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
  color: rgb(61,92,122);
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li, ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 1.5em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  color: rgb(130,128,154);
  background-color: rgb(33,50,66);
  text-align: right;
  margin: 0;
  padding: 0.5ex 12px;
}

.superHeader span {
  color: rgb(195,196,210);
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.superHeader a {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.superHeader a:hover {
  color: rgb(193,102,90);
  background-color: transparent;
  text-decoration: none;
}

.midHeader {
  color: white;
  background-color: rgb(61,92,122);
  background-image: url("/media/skins/argentis/images/heading.gif");  /* Customization */
  background-repeat: no-repeat;
  background-position: top left; /* Customization */
  min-height: 80px;
  margin: 0;
  padding: 10px 10px;
}

.headerTitle {
  font-size: 33px;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: 0;
  padding: 0 0 2ex 0;
  position: absolute;
  right: 1.5em;
  top: 3.5em;
}

.headerLinks a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
  display: block;
}

.headerLinks a:hover {
  color: rgb(195,196,210);
  background-color: transparent;
  text-decoration: underline;
}

.subHeader {
	color: white;
	background-color: rgb(117,144,174);
	background-image: url("/media/skins/argentis/images/blue-gradient-h.png");
	background-repeat: repeat-x;
	background-position: center left;
	margin: 0;
	padding: 0.5ex 10px;
	font-size: .9em;
}

.subHeader a, .subHeader .highlight {
  color: white;
  background-color: transparent;
  background-image: url('/media/skins/argentis/images/nav-right-arrow.png');
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 10px 0 8px;
}

.subHeader a:hover, .subHeader .highlight {
  color: rgb(255,204,0);
  background-color: transparent;
  text-decoration: none;
  /*font-size: 85%;*/
}



/* ##### Main Copy ##### */

#main-copy {
  margin: 0;
  padding: 0.1em 0;
  clear: left;
}

#main-copy h2 {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 151%;
  margin: 0;
  /*padding: 1ex 0 0 0;*/
}

#main-copy p {
  line-height: 1.5em;
  /*margin: 1em 0 1.5em 0;
  padding: 0;*/
}

.newsHeadlines {
	font-size: 85%;
}
.newsHeading {
  color: rgb(61,92,122);
  background-color: transparent;
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 125%;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  display: block;
}

.newsHeading:hover {
  color: rgb(117,144,174);
  background-color: transparent;
  text-decoration: underline;
}

.newsDate {
  font-style: italic;
  margin: 0 !important;
  padding: 0;
}

.newsSummary {
  margin: 1.5ex 0 2.5ex 0.75ex !important;
  padding: 0;
}

.more {
  text-align: right;
  margin: 0;
  padding: 0.5em 0;
}

.more a {
  color: rgb(61,92,122);
  background-color: transparent;
  font-size: 92%;
  text-decoration: underline;
  margin: 0;
  padding: 0.25ex 0.75ex;
}

.more a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth, .threeQuarters { /* Customization */
  margin: 1em 0;
  float: left;
  border-left: 1px solid rgb(204,204,204);
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
}

.threeQuarters { /* Customization */
  text-align: justify;
  width: 71%;
  padding: 0 1.9%;
}

.oneThird {
  width: 31%;
  padding: 0 1% 0 1%;
  margin-left: 1%
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1%;
}

.twoThirdsNoRightMargin {
	padding-right: 0;
	margin-right: 0;
	width: 66%;
}


.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}
 
.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}

/* =================== Custom CSS =================== */

.dividingBorderBelow {
  border-bottom: 1px solid rgb(204,204,204);
}

.dividingBorderRight {
  border-right: 1px solid rgb(204,204,204);
}

.smallCaption {
  background-color: rgb(239,239,239);
  font-size: 87%;
  line-height: 1.00em;
  margin: 0;
  padding: 0;
}

.tightList {
  line-height: 1.20em;
  font-size: 87%;
  margin-top: 10px;
}

.notifyText {
  background-color: rgb(255,255,0);
  color: rgb(0,0,0);
  font-size: 87%;
  line-height: 1.00em;
  margin: 0;
  padding: 0;
}

.thinBorder {
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

.noBorder {
  border-width: 0px;
}

.floatImageLeft {
  float: left; 
  margin-right: 10px; 
  margin-left: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.floatImageRight {
  float: right; 
  margin-left: 10px; 
  margin-right: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.textBorder {
  border: 1px solid rgb(204,204,204);
  padding: 1.0em;
  margin: 1em 0;
  text-align: center;
  font-weight: bold;
}

#navList li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
  padding-left: 0px;
  margin-left: 0px;
  text-align: left;
}

.noBullets {
  list-style-type: none;
}

.noteText {
  background-color: rgb(239,239,239); 
  width: 100%; 
  margin: 0px; 
  padding: 3px; 
  line-height: 1.20em;
  text-align: left;
}

.imageCaption {
  background-color: rgb(239,239,239); 
  margin: 0px; 
  padding: 0px; 
  line-height: 1.20em;
  text-align: center;
  font-size: 87%;
}

.brightHighlightText {
  background-color: rgb(255,255,190); 
  width: 100%; 
  margin: 0px; 
  padding: 3px; 
  line-height: 1.20em;
}

.liteHighlightText {
  background-color: rgb(255,255,220); 
  width: 100%; 
  margin: 0px; 
  padding: 3px; 
  line-height: 1.20em;
}

.darkHighlightText {
  background-color: rgb(239,239,220); 
  width: 100%; 
  margin: 0px; 
  padding: 3px; 
  line-height: 1.20em;
}

.textBox {
  border: 1px solid #C0C0C0; 
  background-color: WHITE;
}

.textBoxText {
  line-height: 1.30em;
  margin: 1em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
	background:#8b8b8b url("/media/skins/argentis/images/gray-fade-down.png") top left repeat-x;
	clear:both;
	color:#d0d0d0;
	font-size:0.9em;
	/*font-weight:bold;*/
	margin: 0;
	padding: 10px 0 5px 0;
	text-align:center;
	width:100%;
}

#footer a {
	color:#d0d0d0;
	/*font-weight:bold;*/
}

/* ### Base Styles ### */

a.external {
	background: url("/content/images/link-external.png") center right no-repeat;
	padding-right: 13px;
}
/*** Main container ***/

#container {
	background:#f0f0f0;
	color:#303030;
	margin:0;
	min-width:840px;
	padding:0;
	text-align:left;
	width:100%;
}

/*** Header section ***/

#sitename {
	color: #ffffff;
	height:92px;
	padding:0 0 10px 200px;
	text-align:left;
	clear: both;
}

#sitename h1,#sitename h2 {
	font-weight:400;
	letter-spacing:-2px;
	margin:0;
	padding:0;
}

#sitename h1 {
	font-size:2.4em;
	padding-top:20px;
}

#sitename h2 {
	font-size:1.6em;
}

/*** Horizontal menu ***/
.subHeader > ul {
	list-style:none;
	display:inline;
}
.subHeader > ul > li {
	list-style:none;
	display:inline;
}
#breadcrumbarea {
	/*float:left;*/
	margin:0;
	padding:0;
}

#breadcrumbarea ul {
	font-size:1em;
	margin:0;
	padding:0;
}

#breadcrumbarea li {
	float:left;
	height:12px;
	line-height: 0.7em;
	list-style:none;
	margin:0;
	padding:0;
	letter-spacing:-1px;
	color: #ddd;
	display: inline
}

#breadcrumbarea span {
	border-right:1px solid #ddd;
	display:inline;
	padding:5px 10px 6px;
}

#breadcrumbarea a {
	border-right:1px solid #ddd;
	display:inline;
	padding:5px 10px 6px;
	text-transform:lowercase;
	color: #ddd;
}

/*** Content wrap ***/

#wrap {
	clear:both;
	font-size:0.9em;
	padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0 10px 10px;
	width:165px;
}

#leftside     {
	float:left;
	margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
}

#leftside h1,#rightside h1 {
	color:#505050;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;
}

#leftside h2,#rightside h2 {
	font-size:1.1em;
	margin:0 0 20px;
}

#leftside p,#rightside p {
	font-size:0.9em;
	line-height:1.4em;
	margin:0 0 16px 10px;
}

.linklist {
	list-style:none;
	margin:0 0 16px 10px;
	padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	color:#606060;
	display:block;
	margin-top:8px;
	padding:5px 4px 4px 10px;
	position:relative;
	text-transform:uppercase;
	width:140px;
}

.nav:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

.sub {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

/*** Content ***/

#content,#contentalt {
	background-color:#fafcff;
	border:1px solid #909090;
	color:#2a2a2a;
	padding:15px 20px 5px;
}

#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}

/*#content h1,*/ #content h2,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 .7em;
	padding:0;
}

#content h2,#contentalt h2 {
	font-size:1.6em;
	margin-bottom:10px;
}

/*** Various classes ***/

.thumbnail {
	background:#fafbfc;
	border:1px solid #b0b0b0;
	margin:0 0 10px 10px;
	padding:5px;
}

.searchform {margin:0;}

.clearingdiv {
	clear:both;
	height:1px;
	width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/
td {
	vertical-align:top;
}

ul > li, ol > li {
	line-height: 1.5em;
	margin: 0 0 0 2em;
	padding: 0;
}
/*
#content h1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(170, 170, 170);
}
*/
.bookTitle, .periodical {
	font-style: italic;
}
.noBorder {
	border: 0;
}
#gui-options {
	float: right;
}
.newsStory > .create, .newsStory > .edit {
	display: none;
}
.newsStory h2 {
	margin-bottom: 0 !important;
}
/************************** HEADING STYLES **********************/
.complexHeading, .simpleHeading, .contentBlock h1 {
	text-align: center;
	background: url("/media/skins/argentis/images/headingBackground.png") bottom left repeat-x;
	border-top: 1px solid rgb(204,204,204);
	border-bottom: 1px solid rgb(204,204,204);
}
#main-copy h1 {
	color: rgb(117,144,174);
	background-color: transparent;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}
.simpleHeading {
 	padding-top: .75em;
	padding-bottom: .75em;
}
.contentBlock h1  {
 	padding-top: .1em  !important;
	padding-bottom: .1em  !important;
	margin-bottom: .5em !important;
}
.complexHeading h3 {
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
/************************** NEW NEWS STYLES **********************/
.newsArea {
	background-color: rgb(117,144,174);
	background-image: url("/media/skins/argentis/images/blue-highlight-h.png");
	background-repeat: repeat-x;
	background-position: top left;
	font-size: .9em;
	padding: .2em;
}
.newsArea h1 {
	background-color: transparent !important;
	background-image: none !important;
	border-top: none !important;
	border-bottom: none !important;
	color: rgb(255,255,255) !important;
	margin: .4em !important;
	padding: 0 !important;
	text-align: center;
}
.newsArea .newsStory {
	background-color: #fff;
	background-image: url("/media/skins/argentis/images/shadow-box.png");
	background-repeat: none;
	background-position: top left;
	margin: .75em;
	padding: .2em .2em .2em 1.2em;
}
.newsArea .attention {
	background-color: rgb(255,255,182) !important;
	background-image: url("/media/skins/argentis/images/shadow-box-attention.png") !important;
}
.newsArea .newsHeading {
	color: rgb(61,92,122);
	background-color: transparent;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	/*font-size: 160% !important;*/
	text-decoration: none;
	margin: 0;
	padding: .6em .2em .2em .2em;
	display: block;
}
.newsArea .newsHeading a:hover {
	color: rgb(200,144,174);
	background-color: transparent;
	text-decoration: underline ;
}
.newsArea .date {
	margin: 0 !important;
	padding: 0;
}
.newsArea p {
	  margin: .25ex 1ex 1.5ex 2ex !important;
	  line-height: 1.25em !important;
	  padding: 0;
}
.newsArea ul, .newsarea ol {
	  margin: .25ex 1ex 1.5ex 2ex !important;
	  line-height: 1.25em !important;
	  padding: 0;
}
.newsArea li {
  line-height: 1.25em !important;
}
#sdNavTop1 > ul, #sdNavTop1 > ol {
	padding: 0;
	margin: 0;
}
#sdNavTop1 > ul > li, #sdNavTop1 > ol > li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 110%;
	line-height: 1.2em;
}
#sdNavTop2 > ul, #sdNavTop2 > ol {
	padding: 0;
	margin: 0;
}
#sdNavTop2 > ul > li, #sdNavTop2 > ol > li {
	list-style-type: none;
	display: inline;
	margin-left: .5em;
	line-height: 1em;
}
#sdNavBottom1 > ul, #sdNavBottom1 > ol {
	padding: 0;
	margin: 0;
}
#sdNavBottom1 > ul > li, #sdNavBottom1 > ol > li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 .25em;
}
.userImage {
	float: right !important;
	border: none !important;
}