/* REDEFINED HTML TAGS */
html, body, img {
  margin:0;
  border:0;
  padding:0;
}
body {
  text-shadow:0 0 0px #000000;
  background:url('../../Images/layout/bg.png') repeat top left;
}
/************************ GRADIENTS ************************/
#topgradient {
  position:relative;
  min-height:600px;
  background:url('../../Images/layout/topgradient.png') repeat-x top left;
}
#bottomgradient { 
  position:relative;
  min-height:600px;
  background:url('../../Images/layout/bottomgradient.png') repeat-x bottom left;
}
/************************ LOGOS ************************/
#ie {
  display:none;
}
#top {
  width:760px;
  height:97px;
  margin:0px auto;
  overflow:hidden;
 }
#accessibility {
  height:1px;
  overflow:hidden;
}
#logo {
  width:250px;
  height:75px;
  float:left;
  padding-top:21px;
}
#img-crclogo {
  border:0px;
}
#print-logo {
	display:none;
}
/************************ SEARCH ************************/
#search {
  width:500px;
  height:96px;
  float:right;
  padding-right:4px;
}
#inputlinkholder {
  width:418px;
  height:50px;
  float:left;
  margin-top:22px;
  text-align:right;
}
#searchlabel {
  display:none;
}
.searchinput {
  float:right;
  height:16px;
  width:159px;
  border:1px solid #f67f25;
  font:bold 11px arial,verdana,sans-serif;
  padding-top:2px;
  color:#666;
}
/************************ UTILITY LINKS ************************/
#utilitylinks {
  width:418px;
  height:22px;
  margin-top:4px;
  text-align:right;
  float:right;
}
.utilitylink-breaker {
  font:0.7em verdana,sans-serif;
  color:#fff;
}
#utilitylinks a {
  text-decoration:none;
  font:0.7em 'trebuchet ms',verdana,sans-serif;
  color:#f67f25;
}
#searchbutton {
  width:75px;
  height:75px;
  margin-top:14px;
  float:right;
}
/************************ MAIN MENU ************************/
#mainmenu {
  margin:0px auto;
  border-top:1px solid #667fb8;
  border-bottom:1px solid #667fb8;
}
#mainmenu td {
  padding:8px 0px 10px 0px;
  text-align:center;
  line-height:10px;
}
#mainmenu a {
  text-decoration:none;
  font:0.7em arial,sans-serif;
  text-transform:uppercase;
  color:#fff;
  padding-left:10px;
}
#mainmenu a:hover {
  color:#fc8300;
}
#mainmenu a:first-child {
    padding-left:1px;
}
/************************ BANNER ************************/
#banner {
  position:relative;
  width:900px;
  height:250px;
  margin:18px auto 0px auto;
  text-align:center;
}
/************************ ORANGE CURVE ************************/
#orangecurve {
  position:relative;
  width:900px;
  height:100px;
  margin:-64px auto 0px auto;
}
/************************ BEGIN MAIN CONTENT ************************/
#content {
  width:900px;
  height:99px;
  margin:0px auto;
  background:url('../../Images/layout/home/content-gradient-bg.png') no-repeat top left;
  color:#fff;
}
#content2 {
  width:835px;
  min-height:400px;
  margin:0px auto;
  background:url('../../Images/layout/home/content-bg.png') repeat-y top left;
  padding-left:65px;
}
/************************ CONTENT DIV COLUMNS ************************/
#leftnav {
  position:relative;
  /*margin:-44px 0px 20px -40px;*/
  float:left;
  width:198px;
  border:4px solid #fff;
  color:#fff;
  text-align:left;
}
#leftcol {
  float:left;
  width:162px;
  margin-top:-88px;
  margin-top:-145px;
  text-align:center;
}
#leftcolcontent {
  float:left;
  width:162px;
  text-align:center;
}
#newscolumn {
  position:relative;
  width:300px;
  float:left;
  margin:-88px 0px 0px 30px;
  }
#calendarcolumn {
  position:relative;
  width:250px;
  min-height:200px;
  margin:-88px 0px 0px 28px;
  float:left;
}
/************************ LEFT SHADOW STYLES ************************/
.navshadow-top {
  position:relative;
  margin:0px 0px 0px -52px;
  float:left;
  width:228px;
  height:14px;
  background:url('../../Images/layout/default/subsitenav-shadow-top14px.png') no-repeat top left;
}
.navshadow {
  margin:0px 0px 0px -52px;
  float:left;
  width:206px;
  position:relative;
  padding-left:12px;
  padding-right:10px;
  background-image:url('../../Images/layout/default/subsitenav-shadow90.png');
  background-position:top left;
  background-repeat:repeat-y;
}
.navshadow-bottom {
  position:relative;
  float:left;
  margin:0px 0px 10px -52px;
  width:228px;
  height:14px;
  background:url('../../Images/layout/default/subsitenav-shadow-bottom.png') no-repeat bottom left;
}
/************************ LEFT NAV STYLES ************************/
.leftnavbuttonspecial, .leftnavbuttoneven, .leftnavbuttonodd {
  width:178px;
  padding:7px 0px 7px 20px;
  line-height:14px;
}
.leftnavbuttonspecial {
  background:#143c8b url('../../Images/layout/leftnavbuttonspecial-bg.png') no-repeat center left;
  border-bottom:1px solid #445b87;
  padding-top:8px;
  padding-bottom:8px;
}
.leftnavbuttoneven {
  background-color:#26427b;
  background:#26427b url('../../Images/layout/leftnavbuttoneven-bg.png') repeat-y top left;
}
.leftnavbuttonodd {
  background-color:#143c8b;
  background:#143c8b url('../../Images/layout/leftnavbuttonodd-bg.png') repeat-y top left;
  border-top:1px solid #445b87;
  border-bottom:1px solid #445b87;
}
.leftnavbuttonspecial a {
  font:bold 0.9em 'trebuchet ms',arial,sans-serif;
  color:#fc8300;
  text-decoration:none;
}
.leftnavbuttoneven a, .leftnavbuttonodd a {
  font:bold 0.8em arial,sans-serif;
  color:#fff;
  text-decoration:none;
  }
.leftnavbuttoneven a:hover, .leftnavbuttonodd a:hover {
  color:#fc8300;
  text-decoration:none;
}
.leftnavmarker {
  color:#fc8300;
  font:bold 0.7em verdana,sans-serif;
}
#presbutton, #missionbutton {
  margin:0px auto 12px auto;
  display:block;
}
#presbutton {margin-top:0px;}
/************************ NEWS TEXT STYLES ************************/
#altnews, #altevents {
	display:none;
}
#newscolumn p {
	margin-top:0px;
}
.newsitemheadline, .newsitemheadline a {
  font:bold 0.95em 'trebuchet ms',arial,sans-serif;
  color:#fc8300;
  margin-bottom:2px;
}
.newsitemheadline a {
  text-decoration:none;
  border-bottom:1px dotted #434252;
}
.newsitemheadline a:hover {
  border-bottom:1px solid #434252;
}
.newsitemcaption {
  font:0.75em arial,sans-serif;
  color:#fff;
  line-height:1.5em;
}
.ma {
  display:inline-block;
  line-height:0.5;
}
.morearticle {
  text-decoration:none;
  /*color:#fff;*/
  color:#fc8300;
}
.morearticle:hover {
  color:#fc8300;
}
.morenews {
  text-align:right;
}
.morenews a {
  font:bold 0.75em 'trebuchet ms',arial,sans-serif;
  color:#fc8300;
  text-decoration:none;
}
.morenews a:hover {
  text-decoration:underline;
}
/*** News Text Box ***/
.boxheader {
  margin-top:10px;
  border:1px solid #f67f25;
  background-color:#f67f25;
  width:285px;
  padding:4px;
  font:bold 0.9em arial,sans-serif;
  color:#062b81;
}
.boxmain {
  border:1px solid #f67f25;
  width:285px;
  padding:4px;
  font:0.7em arial,sans-serif;
  color:#fff;
}
.boxmain a {
  font:1em arial,sans-serif;
  color:#fff;
  text-decoration:none;
}

/************************ CALENDAR TEXT STYLES ************************/
.caldatebg {
  width:35px;
  height:48px;
  margin:0px;
  padding-top:6px;
  background:url('../../Images/layout/home/caldate-bg.png') no-repeat top center;
  text-align:center;
  float:left;
}
.caltext {
  width:205px;
  float:right;
  margin:0px 0px 8px 10px;
}
.calmonth {
  font:bold 0.75em 'Trebuchet MS','arial narrow',arial,sans-serif;
  color:#143c8b;
  margin:0px;
  line-height:12px;
}
.caldate {
  font:1.4em 'Trebuchet MS','arial narrow',arial,sans-serif;
  color:#fff;
  line-height:18px;
  margin:3px 0px 0px 0px;
}
.calitemheadline, .calitemheadline2 {
  font:bold 0.8em 'trebuchet ms',arial,sans-serif;
  color:#fc8300;
  margin:0px;
  line-height:16px;
}
.calitemheadline a, .calitemheadline2 a {
  color:#fc8300;
  margin:0px;
}
.calitemcaption {
  position:relative;
  font:0.7em arial,sans-serif;
  color:#fff;
  margin:0px;
}
.calitemcaption a {
  color:#fff;
  text-decoration:none;
}
.calitemdatetime {
  font:0.7em arial,sans-serif;
  color:#fff;
  margin:0px;
  position:relative;
}
.caldivider {
  width:100%;
  height:1px;
  margin-bottom:10px;
  background-color:#8b7670;
  clear:both;
  overflow:hidden;
}
.morecal {
  width:100%;
  text-align:right;
  float:right;
  margin:10px 0px 15px 0px;
}
.morecal a {
  font:bold 0.75em 'trebuchet ms',arial,sans-serif;
  text-decoration:none;
  color:#fc8300;
}
.morecal a:hover {
    text-decoration:underline;
}
#ourpeopleourplace {
  width:240px;
}
#extender {
  clear:both;
}
/************************ END MAIN CONTAINER ************************/

/************************ BEGIN FOOTER CONTAINER ************************/
#footerbuttons {
  width:900px;
  height:137px;
  margin:0px auto;
  background:url('../../Images/layout/home/footer.png') no-repeat top left;
}
#footertextbg {
  width:900px;
  padding:5px 0px 8px 0px;
  margin:0px auto;
  text-align:center;
  background:url('../../Images/layout/home/footer-orangebg.png') repeat-y top left;
}
#footertext {
  width:790px;
  margin:0px 55px;
  font:0.65em arial,sans-serif;
  color:#0b214d;
}
#programbutton1, #programbutton2, #programbutton3, #programbutton4, #programbutton5 {
  display:inline;
  width:131px;
  height:86px;
  float:left;
  margin-left:25px;
}
#programbutton1 {
  margin-left:75px;
}
.programbuttonlink {
  border:0px;
  margin:0px;
}
.programbuttonimg {
  border:0px;
  margin:0px;
}
#footertext a {
  color:#0b214d;
}
