/* Skins: 	Default.less
			Simple.less
			Brown.less
			FreshGreen.less 
*/

/* header */
/* modules */
/* footer */
/******************************************
*	 Base Rules 
******************************************/

html,
body {
  height: 100%;
  background-color: white;
}
html {
  overflow-y: scroll;
}
body {
  background-image: url('../Images/Skins/Default/background.png');
  background-repeat: repeat-x;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  /* Changing this will break the baseline grid. */
  -webkit-text-size-adjust: none;
  /* Stops the iPhone scalling type up */

}
a {
  color: #0091bc;
}
a:hover {
  color: black;
}
a img {
  display: block;
  /* Stops image links getting text link styles */

}
img,
object,
embed,
p,
ul,
ol,
blockquote,
h1,
h2,
h3,
table {
  margin-bottom: 24px;
  /* Changing this will break the baseline grid. */

}
ul,
ol {
  padding-left: 20px;
}
li {
  margin-bottom: 6px;
}
blockquote {
  border-left: 1px solid #c1c1c1;
  color: black;
  padding-left: 15px;
  margin-left: -15px;
}
h1,
h2,
h3 {
  color: #0091bc;
  font-weight: lighter;
}
h1 {
  font-size: 24px;
  color: #0091bc;
  font-family: Arial, sans-serif;
  line-height: 36px;
  /* Changing this will break the baseline grid. */

}
h2 {
  font-size: 18px;
  font-family: Arial, sans-serif;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
/******************************************
*	Layout Rules 						
******************************************/

.row {
  max-width: 1140px;
  /* left and right paddings */
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -43px;
}
#top-links {
  padding: 10px 0px;
  font-size: 13px;
  line-height: 36px;
  text-transform: lowercase;
}
#top-links ul {
  margin: 0px;
  list-style: none;
}
#top-links ul li {
  display: inline;
}
#top-links a {
  margin: 0 10px;
  text-decoration: none;
  color: black;
}
#top-links a:hover {
  color: #0091bc;
}
#LanguageSwitcher,
#TopLinks {
  float: right;
}
/*	Header	*/

#header #Logo {
  width: 300px;
  margin-bottom: 15px;
  background: url('../Images/Skins/Default/headerlogo.png') no-repeat left bottom;
  float: left;
}
#header #Logo a {
  display: block;
  height: 50px;
  width: 300px;
}
#header #Menu {
  clear: right;
  float: right;
  margin-top: 11px;
}
#header #Menu a {
  margin: 0 15px;
  line-height: 28px;
  font-size: 16px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
#header #Menu a:hover,
#header #Menu a.NavigationOpen {
  border-bottom: 6px solid #0091bc;
  color: #0091bc;
}
#header #HeaderImage {
  clear: both;
  background: url('../Images/Skins/Default/header.jpg') no-repeat;
  height: 273px;
}
/*	Footer	*/

#footer,
#push {
  height: 43px;
}
#footer,
#footer .row {
  background-color: #282828;
}
#footer {
  color: white;
  line-height: 43px;
  text-align: center;
}
#footer a {
  color: white;
  text-decoration: none;
}
/*	Columns */

#contentcolumn,
#asidecolumn,
#navigationcolumn {
  padding-top: 40px;
  padding-bottom: 40px;
}
#contentcolumn .contentbox > :first-child,
#asidecolumn .contentbox > :first-child,
#navigationcolumn .contentbox > :first-child {
  margin-top: 0;
}
#NavigationMenu {
  margin-left: 20px;
}
#NavigationMenu a {
  text-decoration: none;
}
#NavigationMenu a.NavigationSelected {
  font-weight: bold;
}
#NavigationMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#NavigationMenu ul li {
  font-size: 16px;
  line-height: 22px;
}
#NavigationMenu ul ul li {
  font-size: 13px;
  line-height: 20px;
  background: url(../Images/Skins/Default/arrow.png) no-repeat 0px 3px;
  padding-left: 12px;
  margin-bottom: 0px;
}
#NavigationMenu ul ul li a {
  color: black;
  line-height: 20px;
}
#NavigationMenu ul ul ul {
  margin-left: 3px;
}
/*	For mobile version */

@media handheld, only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
/*	Make minor type adjustments for 1024 monitors	*/

@media only screen and (max-width: 1023px) {
  body {
    font-size: 0.8em;
    /* Makes type a bit smaller at 1024 so layout doesn't look unbalanced */
    line-height: 1.5em;
    /* As above */
  
  }
}
/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
              .download {
              background: url(../img/downarrow@2x.png) no-repeat;
              background-size: 27px 28px;
              }
      */
}
/******************************************
*	 Modules  Rules 
******************************************/

*.left {
  float: left;
  margin: 0 22px 10px 0;
}
*.right {
  float: right;
  margin: 0 0 10px 22px;
}
.textalignleft {
  text-align: left;
}
.textaligncenter {
  text-align: center;
}
.textalignright {
  text-align: right;
}
img.framed {
  border: 1px solid black;
  padding: 3px;
  margin: 3px;
}
img.heavyframed {
  border: 5px solid #444444;
  padding: 4px;
  margin: 3px;
}
table.heavy {
  border: 3px solid black;
  border-collapse: collapse;
}
table.heavy td {
  border: 2px solid black;
  padding: 5px;
}
table.heavy thead {
  background-color: #dddddd;
}
table.heavy tr.sum {
  background-color: #993333;
}
table.heavy tr.sum td.total {
  background-color: black;
  color: #eeeeee;
}
table tr.sum {
  background-color: #eeeeee;
}
table tr.sum td.total {
  background-color: #ffeeee;
}
table.light {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  padding: 5px;
}
table.light td {
  border: 1px solid #eeeeee;
  padding: 5px;
}
.note {
  font-size: smaller;
  padding: 10px;
  color: black;
  background-color: #ffffcc;
  border: 1px solid #888844;
}
