/* CSS Document */

body {
   padding-top: 25px;
}

a {
  text-decoration: none;
}

.head {
   margin-bottom: 15px;
}

/* Navigation on main site only! */

#navigationBox {
   margin-bottom: 15px;
}

#navigation {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 13px;
   color: #484743;
   letter-spacing: -1px;
   font-weight: normal;
   padding-bottom: 4px;
   padding-top: 4px;
   border-top: dotted 1px #ccc;
   border-bottom: dotted 1px #ccc;
}

#navigation a:link {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 13px;
   color: #484743;
   letter-spacing: -1px;
   font-weight: normal;
   text-decoration: none;
}

#navigation a:visited {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 13px;
   color: #484743;
   letter-spacing: -1px;
   font-weight: normal;
   text-decoration: none;
}

#navigation a:hover {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 13px;
   color: #4088bf;
   letter-spacing: -1px;
   font-weight: normal;
   text-decoration: none;
}


/* left column */

.vacancies {
   border: solid 1px #484743;
   margin-bottom: 20px;
}

#vacancyText p {
   margin: 0px;
   padding: 4px 5px 4px 5px;
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 12px;
   color: #484743;
   line-height: 16px;
   letter-spacing: -1px;
   font-weight: bold;
}

#vacancyText p a:link {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 12px;
   color: #4088bf;
   line-height: 16px;
   letter-spacing: -1px;
   font-weight: normal;
}

#vacancyText p a:visited {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 12px;
   color: #4088bf;
   line-height: 16px;
   letter-spacing: -1px;
   font-weight: normal;
}

#vacancyText p a:hover {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 12px;
   color: #4088bf;
   line-height: 16px;
   letter-spacing: -1px;
   font-weight: normal;
   text-decoration: underline;
}

/* right column */

.sorMain {

}

/* middle content */

.bannerTop {
    margin-bottom: 20px;
}

.newsHeadBox {
    margin-bottom: 20px;
}

.newsHead {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 24px;
   color: #484743;
   line-height: 27px;
   letter-spacing: -1px;
   font-weight: bold;

}

.date {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 14px;
   color: #484743;
   line-height: 17px;
   letter-spacing: -1px;
   font-weight: normal;

}

/* HEadlines */

#newsHeadlineBox {
   padding-bottom: 15px;
   border-bottom: dotted 1px #CCC;
   margin-bottom: 15px;
}

#newsHeadline h2 {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 16px;
   color: #4088bf;
   line-height: 19px;
   letter-spacing: -1px;
   font-weight: bold;
   padding: 0px 0px 3px 0px;
   margin: 0px;
}

#newsHeadline h2 a:link {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 16px;
   color: #4088bf;
   line-height: 19px;
   letter-spacing: -1px;
   font-weight: bold;
}

#newsHeadline h2 a:visited {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 16px;
   color: #4088bf;
   line-height: 19px;
   letter-spacing: -1px;
   font-weight: bold;
}

#newsHeadline h2 a:hover {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 16px;
   color: #4088bf;
   line-height: 19px;
   letter-spacing: -1px;
   font-weight: bold;
   text-decoration: underline;
   }

#newsHeadline p {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   color: #484743;
   line-height: 16px;
   font-weight: normal;
   padding: 0px;
   margin: 0px;
}

#newsHeadline p a:link {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   color: #4088bf;
   line-height: 16px;
   font-weight: normal;
}

#newsHeadline p a:visited {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   color: #4088bf;
   line-height: 16px;
   font-weight: normal;
}

#newsHeadline p a:hover {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   color: #4088bf;
   line-height: 16px;
   font-weight: normal;
   text-decoration: underline;
}

.headlineImage {
   border: solid 1px #484743;
   margin-right: 10px;
}

/* Stories */

#newsStoryBox {
   padding-bottom: 15px;
   border-bottom: dotted 1px #CCC;
   margin-bottom: 15px;
}

#newsStory h2 {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 25px;
   color: #4088bf;
   line-height: 28px;
   letter-spacing: -1px;
   font-weight: bold;
   padding: 0px 0px 12px 0px;
   margin: 0px;
}

#newsStory h3 {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 18px;
   color: #4088bf;
   line-height: 20px;
   letter-spacing: -1px;
   font-weight: bold;
   padding: 0px 0px 12px 0px;
   margin: 0px;
}

#newsStory p {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #484743;
   line-height: 18px;
   font-weight: normal;
   padding: 0px 0px 12px 0px;
   margin: 0px;
}

#newsStory ul li {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #484743;
   line-height: 18px;
   font-weight: normal;
   padding-bottom: 12px;
   margin-top: -12px;
}

#newsStory ul li a:link, a:visited {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #4088bf;
   font-weight: normal;
}

#newsStory ul li a:hover {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #4088bf;
   font-weight: normal;
   text-decoration: underline;
}

#newsStory p a:link {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #4088bf;
   line-height: 18px;
   font-weight: normal;
}

#newsStory p a:visited {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #4088bf;
   line-height: 18px;
   font-weight: normal;
}

#newsStory p a:hover {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 13px;
   color: #4088bf;
   line-height: 18px;
   font-weight: normal;
   text-decoration: underline;
}

.storyImageBox {
   margin-left: 15px;
   margin-bottom: 15px;
}

.storyImage {
   border: solid 1px #484743;
   margin-bottom: 3px;
}

.imageCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #484743;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
}

/* footer */

#footer {
   font-family: 'Lucida Grande', 'Lucida Sans','Lucida Sans Unicode', sans-serif;
   font-size: 11px;
   color: #999;
   letter-spacing: -1px;
   line-height: 12px;
   font-weight: normal;
   margin-bottom: 20px;
}

.sun {
   margin-bottom: 4px;
}
