/* general styles */
form {
  margin:0;
  padding:0;
}

a img {
  border:none;
}

a:link, a:visited {
  color:#000000;
  text-decoration:underline;
}
a:hover, a:active {
  color:#ff0000;
  text-decoration:underline;
}

.clear {
  clear:both;
  width:100%;
  height:0;
}

h1 {
  margin:0 0 0.3em;
  padding:0;
  font-size:2.2em;
  font-weight:normal;
  clear:both;
}

h2 {
  margin:0 0 0.2em;
  padding:0;
  font-size:1.2em;
  font-weight:bold;
}

h3, h4 {
  margin:0;
  padding:0;
  font-size:1.1em;
  font-weight:bold;
}

p {
  font-size:1.1em;
  line-height:1.35em;
  margin:0 0 1em 0;
  padding:0;
}

.bold {
  font-weight:bold;
}

.pageNav {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.pageNav div {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}

.pageNav .pageNo {
  text-align:center;
}

.pageNav .next {
  text-align:right;
}

ul, ol {
  font-size:1.1em;
  line-height:1.35em;
  margin:0.5em 0 1em;
  padding-left:3em;
}

li {
  margin:0;
  padding:0;
}



/* form elements */

.textBox {
  border:1px solid #bbbbbb;
  font-family:Arial,Helvetica,sans-serif;
}

input.textBox {
  width:200px;
}

.textBox.error {
  background-color:#ffcccc;
  background-image:none;
  border:1px solid #ff0000;
}

.formSpecial {
  display:none;
}

p.error {
  font-weight:bold;
  color:#ff0000;
}


/* primary layout containers */

#outer {
  position:relative;
  width:1003px;
  padding:150px 0 10px;
  margin:0 auto;
  background:url(/images/outer_shadow.png) repeat-y top center;
}

#main {
  padding:8px 20px;
  position:relative;
  min-height:300px;
  background:url(/images/shadow_sides.png) repeat-y top left;
}

#content {
  min-height:240px;
  padding:0 30px 2em;
}

#leftColumn {
  float:left;
  width:235px;
}

#mainColumn {
  float:right;
  width:600px;
}


/* header */

#logo {
  position:absolute;
  top:37px;
  left:68px;
  z-index:100;
}

#motto {
  position:absolute;
  top:32px;
  right:56px;
}


/* top menu */

#topMenuWrapper {
  position:absolute;
  right:15px;
  bottom:100%;
  width:100%;
  z-index:5;
}

#topMenu {
  float:right;
  margin:0;
  padding:0 26px;
  color:#ffffff;
  list-style-type:none;
  font-size:1.2em;
  line-height:1em;
  white-space:nowrap;
}

#topMenu li {
  float:left;
  margin:0;
  padding:0;
}

#topMenu .item {
  display:block;
  position:relative;
  z-index:10;
}

#topMenu .text {
  display:block;
  padding:14px 12px 10px;
}

#topMenu a:link, #topMenu a:visited,
#topMenu a:hover, #topMenu a:active {
  color:#ffffff;
  text-decoration:none;
}

#topMenu li.selected {
  position:relative;
  margin:0 -5px;
  color:#000000;
  background:url(/images/menu_tab_l.png) no-repeat top left;
}

#topMenu li.selected .item {
  padding:0 15px;
  background:url(/images/menu_tab_r.png) no-repeat top right;
  z-index:9;
}

#topMenu li.selected .text {
  padding:14px 4px 10px;
  background:url(/images/menu_tab.png) repeat-x top right;
}

#topMenu li.selected a:link, #topMenu li.selected a:visited,
#topMenu li.selected a:hover, #topMenu li.selected a:active {
  color:#000000;
  text-decoration:none;
}



/* sub menu */

.menuTitle {
  color:#ffffff;
  margin:0;
  padding:0;
  font-size:1.2em;
  background:#5bb14a url(/images/corner_green_l.png) no-repeat top left;
}
.menuTitle div {
  padding:10px 15px 6px 20px;
  color:#ffffff;
  font-size:1.6em;
  font-weight:normal;
  background:url(/images/corner_green_r.png) no-repeat top right;
}
.menuTitle span, .menuTitle a {
  display:block;
}
.menuTitle a:link, .menuTitle a:visited,
.menuTitle a:hover, .menuTitle a:active {
  text-decoration:none;
  color:#ffffff;
}


#subMenu {
  margin:0 0 30px;
  padding:0;
  list-style-type:none;
  font-size:1.1em;
  color:#315629;
}
#subMenu li {
  margin:0 0 1px;
  padding:0;
  background:#add8a4;
}

#subMenu li.selected {
  background:#cfe8c9;
}

#subMenu .text {
  display:block;
  padding:10px 10px 10px 20px;
}

#subMenu a:link, #subMenu a:visited,
#subMenu a:hover, #subMenu a:active {
  text-decoration:none;
  color:#315629;
}

#subMenu a:hover, #subMenu a:active {
  background:#cfe8c9;
}

#subMenu li.selected .text,
#subMenu li.selected a:link, #subMenu li.selected a:visited,
#subMenu li.selected a:hover, #subMenu li.selected a:active {
  color:#315629;
}

#subMenu ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

#subMenu ul li {
  margin:0;
}
#subMenu ul .text {
  padding:5px 10px 5px 35px;
}



/* start page */

#startPageLeft {
  float:left;
  width:345px;
}

#startPageLeft h1 {
  margin:0 0 0.4em;
  font-size:1.4em;
}

#startPageRight {
  float:right;
  width:531px;
  margin-right:-5px;
}



/* news listings */

.moreNews {
  text-align:right;
  margin:0 0 1em;
  padding:0;
}

.moreNews a:link, .moreNews a:visited, .moreNews a:hover, .moreNews a:active  {
  color:#ffffff;
  text-decoration:none;
  border:0px solid;
}

.newsList {
  clear:both;
  margin:2em 0 0;
  padding:0;
  position:relative;
  list-style-type:none;
  list-style-image:none;
}

.newsList .listItem {
  margin:0;
  padding:0 0 2em;
}

.newsList h2 a:link, .newsList h2 a:visited,
.newsList h2 a:hover, .newsList h2 a:active {
  text-decoration:none;
  color:#000000;
}

.newsDate {
  font-size:0.9em;
}



/* search */

.searchResults {
  padding-bottom:1.5em;
}

.searchResult {
  margin-bottom:2em;
}


/* sitemap */

#sitemap {
  list-style-type:none;
  list-style-image:none;
  margin:2em 0;
  padding:0;
}

#sitemap ul {
  margin:0.4em 0 0.4em 1.5em;
  padding:0;
  list-style-type:none;
  list-style-image:none;
}

#sitemap li {
  margin:0 0 0.4em;
  padding:0;
  font-weight:bold;
}

#sitemap li li {
  font-weight:normal;
}



/* footer */

#footer {
  padding:1em 0 0.5em;
  border-top:1px solid #000000;
  margin:0 30px;
  text-align:center;
  font-size:0.9em;
}

#footer a:link, #footer a:visited {
  color:#000000;
  text-decoration:none;
} 
#footer a:hover, #footer a:active {
  color:#000000;
  text-decoration:underline;
}



/* application form */

ul.optList {
  margin:0;
  padding:0;
  list-style-type:none;
}
ul.optList li {
  margin:0;
  padding:0;
}

.applicationForm td {
  white-space:nowrap;
}

.applicationForm .textBox {
  width:338px;
}

.applicationForm tbody {
  vertical-align:top;
}

.applicationForm .topPadded td {
  padding-top:2em;
}

.applicationForm th {
  padding-top:2em;
  padding-bottom:0.5em;
  font-weight:bold;
  text-align:left;
}


/* misc */

.slideshow {
  position:relative;
  width:963px;
  height:233px;
  margin:0 0 30px;
  overflow:hidden;
}

.slideshow .slide {
  position:absolute;
  top:0;
  left:0;
}

.slideshow .captions {
  display:none;
}

.slideshow.hasCaptions .captions {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:40px;
  background:url(/images/black50p.png);
  z-index:10;
}

.slideshow .caption {
  display:block;
  position:absolute;
  top:0;
  left:613px;
  width:593px;
  padding:0 10px;
  line-height:40px;
  color:#ffffff;
  font-size:1.1em;
}

.topShadow, .bottomShadow {
  position:absolute;
  left:0;
  width:1003px;
  height:25px;
  z-index:1;
}

.topShadow {
  top:-12px;
  background:url(/images/shadow_top.png) no-repeat top left;
}

.bottomShadow {
  bottom:-12px;
  background:url(/images/shadow_bottom.png) no-repeat bottom left;
}