/* CSS Document */
body,html {
  text-align: center;
  font-family: Verdana,Tahoma,Arial;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  color: #333333;
  background-color: #FAFAFA;
  background-image: url(images/bg.jpg);
  background-repeat: repeat-x;
}

img {
  border: none;
}

/* LISTS */

/* TEXT */
p {
  text-align: left;
  margin: 0px;
  line-height: 16px;
  font-weight: normal;
}
.imgText {
  font-size: 11px;
}
.smaller {
  font-size: 9px;
}
.highlight {
  font-size: 16px;
  font-weight: bold;
  color: #7C0000;
}
.strong {
  font-weight: bold;
}

.strong2 {
  font-weight: bold;
  font-size: 120%;
}

.verd {
  font-family: Verdana;
}

/* headings */
h1 {
  font-size: 15px;
  color: #C80000;
  margin-bottom: 3px;
  text-align: left;
  padding-left: 15px;
}

h2 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 3px;
}

h3 {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 3px;
}

/* DIVS */
div#pageContainer {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

div#page {
  width: 800px;
  float: left;
  display: inline;
}

div#header {
  width: 800px;
  height: 141px;
  background-image: url(images/top.jpg);
}

div#header a {
  color: #FEFEFE;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  font-family: Tahoma;
}
div#menu {
  position: absolute;
  top: 115px;
  left: 334px;
}
div#flags {
  position: absolute;
  top: 143px;
  left: 625px;
}

div#main {
  width: 800px;
  text-align: right;
}

div#mid {
  width: 800px;
  margin-top: 20px;
}
div#mid h1 {
  padding-top: 15px;
  padding-left: 40px;
}
div#mid p {
  padding-left: 40px;
  line-height: 20px;
}

div#midBodyHome 
{
  width: 800px;
  height: 173px;
  background-repeat: no-repeat;
  background-image: url(images/mid_home.jpg);
}
div#midBodyInternships
{
  width: 800px;
  height: 173px;
  background-repeat: no-repeat;
  background-image: url(images/mid_internships.jpg);
}
div#midBodyProgram
{
  width: 800px;
  height: 173px;
  background-repeat: no-repeat;
  background-image: url(images/mid_program.jpg);
}
div#midBodyLocation
{
  width: 800px;
  height: 173px;
  background-repeat: no-repeat;
  background-image: url(images/mid_location.jpg);
}
div#midBodyProvider
{
  width: 800px;
  height: 173px;
  background-repeat: no-repeat;
  background-image: url(images/mid_provider.jpg);
}
div#midBodyReferences
{
  width: 800px;
  height: 173px;
  background-repeat: no-repeat;
  background-image: url(images/mid_references.jpg);
}
div#midBodyApply
{
  width: 800px;
  height: 119px;
  background-image: url(images/mid_apply.jpg);
}

/* TEXTS */
div#text {
  width: 800px;
  margin-top: 20px;
}

div#text h2 {
  padding-left: 0px;
  color: #211F20;
}
div#text h2.first {
  margin-top: 0px;
}

div#text p {
  text-align: justify;
  padding-left: 0px;
  line-height: 145%;
}

div#textHome {
  width: 740px;
  text-align: center;
  display: inline;
  float: right;
  padding: 20px;
}

div#textInternships
{
  width: 740px;
/*  height: 599px; */
  display: inline;
  float: right;
  background-image: url(images/text_internships_bg.jpg);
  background-repeat: repeat-x;
  padding: 20px;
  background-color: #D2D2D2;
}

div#textLocation
{
  width: 740px;
/*  height: 567px; */
  display: inline;
  float: right;
  background-image: url(images/text_location_bg.jpg);
  background-repeat: repeat-x;
  padding: 20px;
  background-color: #D2D2D2;
}

div#textProgram
{
  width: 740px;
/*  height: 752px; */
  display: inline;
  float: right;
  background-image: url(images/text_program_bg.jpg);
  background-repeat: repeat-x;
  padding: 20px;
  background-color: #D2D2D2;
}

div#textProvider
{
  width: 740px;
/*  height: 372px; */
  display: inline;
  float: right;
  background-image: url(images/text_provider_bg.jpg);
  background-repeat: repeat-x;
  padding: 20px;
  background-color: #D2D2D2;
}
div#textProvider td
{
  text-align: left;
  vertical-align: top;
}

div#textReferences
{
  width: 740px;
/*  height: 1105px; */
  display: inline;
  float: right;
  background-image: url(images/text_references_bg.jpg);
  background-repeat: repeat-x;
  padding: 20px;
  background-color: #D2D2D2;
}

/* APPLY */
div#textApply
{
  width: 740px;
/*  height: 477px; */
  display: inline;
  float: right;
  background-image: url(images/text_apply_bg.jpg);
  background-repeat: repeat-x;
  padding: 20px;
  background-color: #D2D2D2;
}

div#footer {
  width: 780px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 15px;
  margin-left: 20px
}

div.line {
  padding: 0px;
  margin-left: 15px;
  height: 2px;
  line-height: 2px;
  width: 440px;
  background-color: #333333;
}


div.left {
  float: left;
  display: inline;
  width: 485px;
}

div.right {
  float: right;
  display: inline;
  width: 255px;
}

div.clear {
  clear: both;
}
div.lclear {
  clear: left;
}
div.rclear {
  clear: right;
}

/* FORMS */
form {
  margin: 0px;
  text-align: left;
}

textarea, input {
  border: 1px #CBCBCB solid;
  width: 465px;
  font-size: 16px;
}

textarea {
  height: 38px;
}

input {
  height: 20px;
}

input.submit {
  border: none;
  text-align: center;
  background-image: url(images/submit.jpg);
  width: 127px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
label {
  float: left;
  color:  #1C1C1C;
  line-height: 18px;
}

/* TABLES*/
table.apply{
  padding-top: 2px;
}
table.apply td{
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  vertical-align: top;
}
td.submit{
  text-align: right;
}

/* MENUS */

/* LINKS */
a {
  color: #211F20;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
}

/* IMG */
