﻿/* Created by David Thomson 16/05/2011
 * Modified by Rose Swift 07/08/2013
 * Main stylesheet for Millstream Corporate Site
 */

/*
IMPORTED STYLE SHEETS
 */
@import url(Reset.css);
@import url(Header.css);
/* Resets all elements and should always be called first */

/*
DEFAULT
*/

Input[type="submit"]:focus, Input[type="button"]:focus {
    border: 1.5pt dashed #000;
}

Input[type="file"]:focus, Input[type="button"]:focus {
    border: 1pt dashed #000;
}

body
{
    font-size: 62.5%;
    font-family: arial, Verdana, Helvetica, sans-serif;
    line-height: 20px;
    color: #333333;
}

#Wrapper
{
    width: 955px;
    margin: 0 auto 10px auto;
}

p
{
    font-size: small;
    margin-top: 0.5em;
}

/*
HEADINGS
*/
h1
{
    font-size: x-large;
    font-weight: bold;
    margin: 1em 0;
}

h1.Georgia
{
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
    line-height: 40px;
    font-weight: normal;
    font-size: xx-large;
    margin-top: 0.75em;
}


h1.Georgia span
{
    color: #747A11;
}

h2
{
    font-size: small;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

h3
{
    font-size: x-large;
    line-height: 30px;
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

h3 span
{
    color: Black;
}

h3.Upper
{
    text-transform: uppercase;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 5px solid #CCCCCC;
    font-size: large;
    font-family: arial, Verdana, Helvetica, sans-serif;
}

h4
{
    font-size: small;
    text-transform: uppercase;
}

/*
LINKS
*/
a
{
    color: #333333;
    font-size: small;
    font-weight: bold;
    border: 1pt solid transparent;
    text-decoration: underline;
}

a:hover, a.Selected, #ctl00_cphSubMenu_bulCurrentVacanciesNavigation li.Selected a, #ctl00_cphSubMenu_bulCurrentVacanciesNavigation a:hover
{
    color: #747A11;
}

a:focus, a:active
{
    border: 1pt dashed #333333;
}

a img
{
    border: 0;
}

a.Large
{
    font-size: x-large;
    line-height: 30px;
    color: #333333;
    text-decoration: none;
    border-bottom: 1pt solid #BFBA14;
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

a.Large:hover
{
    border-bottom: 1pt solid transparent;
}


/*
SKIP LINKS
*/
a.Skip:link, a.Skip:visited
{
    display: block;
    overflow: hidden;
    text-indent: -600em;
    font-size: small;
    width: 12em;
}

a.Skip:focus, a.Skip:active
{
    text-indent: 20px;
    font-size: small;
    width: 12em;
    color: #333333;
    border: 1pt dashed #333333;
}

/*
LISTS
*/
ul
{
    list-style-type: square;
    font-size: large;
    color: #d4d355;
    margin-left: 1em;
}

ul li.nobullet{
    list-style-type:none;
}


ol
{
    font-size: small;
    color: #747A11;
    margin-left: 2em;
}

li
{
    padding: 3px 0;
}

li span
{
    color: #333333;
    font-size: small;
}

ul.Horizontal
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.Horizontal li
{
    float: left;
}

#SiteMap li.Parent
{
    color: #afae3b;
}

/*
TABLES
*/
table th, td
{
    border: 1pt dashed #CCCCCC;
}

table th
{
    width: 25%;
    font-weight: normal;
    text-align: left;
    padding: 3px 10px 3px 10px;
    font-size: medium;
}

table td
{
    padding: 5px;
}

table td.Link
{
    text-align: right;
    vertical-align: middle;
    padding: 0 5px 0 0;
    color: #d5d456;
    font-weight: bold;
    font-size: small;
}

td.Link a
{
    text-decoration: none;
    font-size: small;
}

.tdleft 
{
    font-size:medium;
    text-align:right;
}

/*
GRIDS
*/

.Grid
{
    border-collapse: collapse;
    font-size: small;
}

.GridHeader
{
    background-color: #EFF5F6;
    color: #000000;
    text-align: left;
}

.GridItem, .GridItem td
{
    background-color: #FFFFFF;
    border-top: solid 1pt #DDDDDD;
}

.GridItemAlt, .GridItemAlt td
{
    background-color: #EFF5F6;
    border-top: solid 1pt #DDDDDD;
}

.Grid th, .Grid td
{
    vertical-align: middle;
    padding: 0.5em;
}


/*
HEADER
*/
#Header
{
    width: 100%;
    overflow: hidden;
	margin:0
}

#Header #Logo
{
    float: left;
    overflow: hidden;
    width: 29%;
}

#Header #Logo img
{
	padding: 5px 20px;
	float:left;
}

#Header #MainMenu
{
    border-bottom: 2pt solid #CCCCCC;
    overflow: hidden;
	float:right;
	width:70%;
display:block;
}

#MainMenu ul li
{
    border-left: 1pt dashed #CCCCCC;
    padding: 20px 5px 7px 5px;
	text-align:center;
}

#MainMenu a
{
    text-transform: uppercase;
    color: #333333;
    font-size: small;
    text-decoration: none;
    border-bottom: 1px solid #BFBA14;
}

#MainMenu ul li:last-child
{
	border-right:none;
}

#MainMenu a:hover
{
    color: #747A11;
    border-bottom: 1px solid #333333;
}

#Header #Submenu
{
	float:right;
	overflow:hidden;
	padding-right:10px;
}

#Header #Submenu ul li a
{
	padding:5px;
	display:inline-block;
	text-decoration: none;
	font-size:0.6em;
	border-left: 0 !important;
}

#Header #Strapline
{
	float:right;
    text-align: right;
    font-size: x-large;
    font-weight: bold;
    line-height: 30px;
	margin:25px 10px 5px 5px;
}

/*
BREADCRUMB
*/
#BreadCrumb
{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-top: 5px solid #CCCCCC;
    border-bottom: 5px solid #CCCCCC;
    color: #d5d456;
    font-size: small;
    font-weight: bold;
}

#BreadCrumb span
{
    color: #333333;
}

/*
SUBMENU
*/
#SubMenu
{
    float: left;
    width: 21%;
    overflow: hidden;
    padding-top: 2.1em;
}

/*
CONTENT
*/
#Content
{
    float: left;
    margin-bottom: 3em;
    min-height: 400px;
}

#Content #Logos
{
    background: white url(/Images/Backgrounds/Logos.jpg) left center no-repeat;
    padding: 5px;
    margin-bottom: 1em;
	border-top:1pt dashed #D4D355;
	margin-top:5px;
}

#Logos p
{
    margin-top: 5px;
}

#Content #Arrows
{
    width: 45.4%;
    float: left;
    background: #d5d456 url(/Images/Backgrounds/Arrows.jpg) left center no-repeat;
    padding: 10px 20px;
}

#Arrows .Inner
{
    width: 80%;
    padding: 5px 0;
}

#Content #News
{
    width: 49%;
    float: right;
}

#News #NewsInner
{
    border-top: 1pt dashed #CCCCCC;
    margin-top: 5px;
    padding-top: 2em;
}

#Content .ContentPanel {
    width: 49%;
    overflow: hidden;
}

#Content #myTenders {
	width: 33%;
	float: left;
	padding: 0.15%;
}

#Content #Norge {
	width: 33%;
	float: left;
	padding: 0.15%;
}

#Content #Ireland {
	width: 33%;
	float: left;
	padding: 0.15%;
}

#Content .ContentHolder {
	width: 98%;
	padding: 0.8%;
	overflow: hidden;
	border: 1pt dashed #ccc;
	margin: auto;
}


.InnerContent h2 {
    padding: 10px;
    color: white;
    text-transform: none;
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: normal;
}


.InnerContent .CaseStudiesBorder {
    padding: 1em; 
    height: 140px;
    border-left: 1pt dashed #bbb;
    border-right: 1pt dashed #bbb;
}

.InnerContent .Services1ColBorder {
    padding: 1em; 
    min-height: 70px;
    border-left: 1pt dashed #bbb;
    border-right: 1pt dashed #bbb;
}

.InnerContent .Services2ColBorder {
    padding: 1em; 
    height: 155px;
    border-left: 1pt dashed #bbb;
    border-right: 1pt dashed #bbb;
}

.InnerContent .Services3ColBorder {
    padding: 1em; 
    height: 195px;
    border-left: 1pt dashed #bbb;
    border-right: 1pt dashed #bbb;
}

.InnerContent .Footer {
    line-height:30px;
    padding-right: 5px;
    overflow: hidden;
}

.InnerContent .Footer a {
    color: white;
    font-weight: bold;
}


/*
FOOTER
*/
#Footer
{
    background: white url(/Images/Backgrounds/Footer.jpg) left center no-repeat;
    width: 100%;
    font-size: small;
    margin-top: 2em;
    overflow: hidden;
    padding-top: 0.6em;
}

.Testimonial
{
    float: left;
	background: #E7E7A3;
    padding: 1em;
    font-size: medium;
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
	font-style:italic;
	border-radius: 10px;
	width:89%;
	margin-top:20px;
}

.Testimonial span
{
    font-size: small;
    font-weight: bold;
    font-family: arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
}

.Box
{
	width:32%;
	float:left;
	padding-left:12px;
	padding-top:5px;
}

.FooterBox
{
	width:100%;
	float:left;
	padding-bottom:10px;
}

/*
SIGNATURE
*/
#Signature
{
    width: 100%;
    color: #666666;
    font-size: small;
    overflow: hidden;
}

#Signature #Links
{
    float: left;
}

#Links a
{
    color: #666666;
    margin-right: 2em;
    text-decoration: none;
}

#Links a:hover, #ctl00_cphContent_bulLatestVacancies a:hover
{
    color: #747A11;
}

#Signature #Copyright
{
    float: right;
    text-align: right;
    padding-top: 3px;
}

/*
SLIDESHOW 
*/
.Slideshow
{
    width: 955px;
    height: 290px;
    margin-bottom: 0.5em;
}

.SlidesPager
{
    width: 66%;
    float: left;
    text-align: right;
}

.SlidesPager a
{
    background: #dadcdb;
    text-decoration: none;
    margin-left: 8em;
    padding: 0 3px;
    color: #dadcdb;
    font-size: x-small;
}

.SlidesPager a.activeSlide
{
    background: #d4d355;
    color: #d4d355;
}

.SlidesControls
{
    float: right;
}

.SlidesControls ul li
{
    padding-left: 1em;
    vertical-align: top;
}

.SlidesControls img {
	vertical-align: top;
}

/*R*/
.Slideshow2
{
    width: 955px;
    height: 260px;
    margin-left: 13%;
    margin-top: 13px;
}

.SlidesPager2
{
    width: 66%;
    float: left;
    text-align: right;
    margin-left:8%
}

.SlidesPager2 a
{
    background: #dadcdb;
    text-decoration: none;
    margin-left: 4em;
    padding: 0 3px;
    color: #dadcdb;
    font-size: x-small;
}

.SlidesPager2 a.activeSlide
{
    background: #d4d355;
    color: #d4d355;
}
/*R*/


/*
VALIDATION
*/
.Required
{
    color: Red;
}

.Error
{
    background-color: Red;
    color: White;
    padding: 2px;
    font-size: small;
    font-weight: bold;
}

/* --- Errors --- */
.errorText
{
	color: #fff;
}
.ErrorDiv
{
    background-color: Red;
    color: White;
    font-size: small;
    font-weight: bold;
    margin-top:10px;
}
.ErrorDiv div
{
	padding: 10px;
}
.ErrorDiv p
{
	color: #fff;
	font-weight: bold;
    text-align:center
}

.ErrorDiv ol
{
	list-style-type: decimal;
	margin-left: 3em;
}

.ErrorDiv li
{
	padding-bottom: 0.5em;
}

/*
FORMS
*/
.Textbox
{
    border: 1pt solid #CCCCCC;
    padding: 5px;
    font-size: 130%;
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
}

.Button
{
    background-color: #747A11;
    color: White;
    font-weight: bold;
    padding: 5px;
    border: 1pt solid #747A11;
    font-size: medium;
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
}

.Button:hover
{
    background-color: White;
    border: 1pt solid #333333;
    color: #333333;
}

/*
MISC
*/
.External
{
    background: url(/Images/Misc/ExternalLink.gif) no-repeat right top;
    padding-right: 10px;
}

.Overflow
{
    width: 100%;
    overflow: hidden;
	
}

img.Border
{
    border: 1pt solid #CCCCCC;
}

abbr
{
    border-bottom: 1pt dashed #333333;
    cursor: help;
}

/*R*/
.Process 
{
    background: url(../../Images/Backgrounds/Logos.jpg) no-repeat;
    padding:1em;
    width: 37%; 
    float:right;
}

#LatestVacancies
{
    margin-top:-19.25em;
    padding:2em;
    width:26%;
    border: 1pt dashed #CCCCCC;
    float:right;

    background: url(../../Images/Backgrounds/Logos.jpg) repeat;
    
}

#View
{
    float:right;
}

li a.Selected {
    color: #747A11;
}

.heading
{
    font-size: small;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
}

.department
{
    font-size: small;
    padding: 3px 0 3px 0;
    margin: 0;
    text-transform: none;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    float:left;
}

#ctl00_cphSubMenu_bulCurrentVacanciesNavigation a
{
    color: #333333;
    font-size:12px;
}

#ctl00_cphContent_bulLatestVacancies 
{
    padding:1em;
    color: #333333;
    font-size:17px;
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
}
 
#ctl00_cphContent_bulLatestVacancies a
{
    color: #333333;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1pt solid #BFBA14;
    font-weight: normal;
}

#ctl00_cphContent_bulLatestVacancies a:hover
{
    border-bottom: 1pt solid transparent;
}

.OurAwards 
{
    float: right; 
    width: 26%; 
    height: 20em; 
    margin-top: 2.8em;
    border: 1pt dashed #CCCCCC;
    padding: 2em;

    background: url(../../Images/Backgrounds/Slashes.jpg) repeat;
}

.OurAwards img
{ 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 

}

.WhoWeAre 
{
     float: left; 
     width: 66%; 
     padding: 5px; 
     padding-bottom: 20px
}

.WhereWeAre
{
    float:left; 
    width:66%; 
    padding:5px
}

.DepartmentImages 
{
    margin-top:10px; 
    width:100%;
    height:407px;
    border-bottom:5px solid #CCCCCC;
}
.DepartmentImages img
{

    padding-top:13px;
    padding-bottom:8px
}



/*Staff Testimonials*/
.StaffTestimonial
{
    float:left;
    overflow: hidden;
    width: 33%;
    padding-bottom:10px;
    padding-top:10px;
}

.StaffTestimonial img
{
    float: left;
    padding: 5px;
}

.StaffTestimonial p span 
{
     font-weight: bold; 
     font-size: 12px
}

.StaffTestimonial p 
{
    float:left;
    width:60%;
}

.StaffTestimonialRight
{
    float:right;
    overflow: hidden;
    width: 100%;
    border-bottom:5px solid #CCCCCC; 
    padding-bottom:10px;
    padding-top:10px;
}

.StaffTestimonialRight img
{
    float: left;
    padding: 5px;
}

.StaffTestimonialRight p span 
{
     font-weight: bold; 
     font-size: 12px
}

.StaffTestimonialRight p 
{
    float:right;
    width:63%;
}

/*p*/
p span
{
    font-family: georgia, arial, Verdana, Helvetica, sans-serif;
    font-size: large;
    color: #747A11;
}

/*Student/Graduate Case Studies*/
.CaseStudy 
{
     width: 95%;
     height: 850px;
}

.CaseStudy img 
{
     float: right; 
     margin :13px 7px;
}

/*Department Images SubMenu*/
.DeptImgMnu img 
{
    float:left; 
    padding-left:2.7px;
}

.borderedBox
{
    background-color: #e8e8e8;
    border: 1pt solid #BBB;
    padding: 10px 10px 20px 10px;
    margin-bottom: 2px;
    overflow: hidden;
    font-size: small;
}

/*Rosie*/

.container 
{
    width: 295px;
    height: 1210px;
    background: #fff;
    margin: 2% auto;
    border-left:  5px solid #CCCCCC;
}

.content 
{
    width: 79%;
}

.progress-container 
{
    width:270px;
    height:50px;
    background:url(progressbar.png) no-repeat;
    margin:5px auto;
}

.progress-selected 
{
    display:block;
    position:absolute;
    z-index:4;
    width:50px;
    height:50px;
    background:url(progress.png) no-repeat;
    margin-left:7px;
}

.item-number 
{
    display:block;
    position:absolute;
    z-index:5;
    width:46px;
    height:51px;
    font-size:27px;
    text-align:center;
    text-decoration:none;
    color:Black;
    padding-top:12px;
    margin-top:3px;
    margin-left:8px;
}

.item-number:nth-child(2)
{
    margin-left:111px;
}

.item-number:nth-child(3)
{
    margin-left:214px;
}

/*slideshow content*/
.slideshow-content 
{
    width:100%;
    padding:10px;
    height:1150px;
    font-size: small;
    margin-top: 20px;
}

.slideshow-content-switcher p 
{
    font-size: small;
    margin: 10px;
}
c
.slideshow-content-switcher 
{
    display:none;
}

.slideshow-content-switcher:first-child 
{
    display:block;
    font-size: small;
}

/*error div*/
errorDiv
{
border:2px solid;
border-radius:25px;
}

/*News*/
.News li 
{
    font-size: small;
    color: #D5D456;
}

.News {
    width: 100%;
    overflow: hidden;
}

.News ul
{
  color:#D5D456;
  font-size:large;
  list-style-type:square;
  margin-left:30px;
}

#newsHeadings ul li 
{
  line-height:2em;
}

/*R*/

