***********************************************************************************************
   #container: sets the width of the site (make changes here to convert to a fixed width site)
 ***********************************************************************************************/

#container {  
  height: 100%;
  min-height: 100%;
  background-color: #008080; /* teal */
  border-left: 2px solid #008080; /* teal */
  border-right: 2px solid #008080; /* teal */
}

#container,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#container[id],
#width[id] {
  width: 94%;
  height: auto;
}

/**************************************************************
   #header: holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 162px;
  background-color: #E0FFFF;
  border-top: 4px ;
  border-bottom: 2px ;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 270px;
  padding: 5px;
}

#header img.center {
  width: 1000px;
  height: 162px;
}

/**************************************************************
   #page: holds the navigation + main content
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 2em;
  background-color: #008080; /* teal */
}
#topmenu {
  float: center;
  width: 83%;
  padding-top: 0px;
  background-color: #008080; /* teal */
}
#topmenu a{ 
  font: 700 1.2em "trebuchet ms", serif;
  text-decoration: none;
  color: #FFFF33; /* bright yellow */
  font-weight: bold
}

/*****************************************************************************
   #navigation: links go here
 *****************************************************************************/

.navigation {
  position: floatLeft;
  width: 17%;
  background-color: #008080; /* teal */
  border-top: 4px ;
  border-bottom: 2px ;
}
.navigation {
  text-align: center;
} 

.navigation ul {
  margin-top: 30pt;
  margin-left: 15pt;
  padding: 0pt;
  list-style-type: none;
}

.navigation a {
  font: 700 1.20em "trebuchet ms", serif;
  text-decoration: none;
  color: #FFFF33; /* bright yellow */
  font-weight: bold;
}
.navigation_img {
  width: 40px;
  height: 40px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.navigation h1,
.navigation h2, 
.navigation h3,
.navigation h4,
.navigation h5,
.navigation h6,
.navigation p {
  padding-left: 0;
}
 
/*****************************************************************************
   #main_content: page content goes here
 *****************************************************************************/

.main_content {
  float: floatright;
  width: 75%;
  margin left: auto;
  margin_right: auto;
  padding-left: 10px;
  background: #F0FFFF; 
  border: 2px solid #B22222;
}
.main_content p {
  padding-top: 0px;
  padding-bottom: 8px;
  text-align: left;
  font: 400 1.30em "trebuchet ms", serif;
}

.main_content a {
  text-decoration: none;
  color: #B22222;
  font-weight: bold;
}

.main_content ul {
  margin-top: 0pt;
  margin-left: 15pt;
  padding: 0pt;
  list-style-type: disc;
}

.main_content img {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
}

.image_pad_left {
  margin-left: 4px;
}

#flag_strip {
  text-align: center;
}

.content_img_flag {
  width: 60px;
  height: 32px;
  border-top: 0px solid gray;
  border-left: 0px solid gray;
}

.content_img {
  border: 1px solid gray;
}

.course_table {
}

.contact_table {
  line-height: 100%;
  padding-left: 30px;
  padding-top: 20px;
}
.menu_table {
  line-height: 100%;
  padding-bottom: 7px;
  padding-left: 50px;
  padding-top: 7px;
}

.contact_icon {
  border: 0px solid black;
}

.quote {
  text-align: center;
  padding-bottom: 10px;
  color: black;
  font: 400 0.8em "trebuchet ms", serif;
}

/*****************************************************************************
   #rightcol: 
 *****************************************************************************/

#rightcol {
  float: right;
  width: 17%;
  clear: both;
  margin-top: 2em;
  color: #FFFF33; /* bright yellow */
  font-weight: bold; 
  font: 700 1.1em "trebuchet ms", serif;
}

#rightcol a {
  color: #FFFF33; /* bright yellow */
  font-weight: bold;
  font: 700 1.0em "trebuchet ms", serif;
  text-decoration: none;
}


/*****************************************************************************
   #footer: sticks to the bottom if not enough content
 *****************************************************************************/

#footer {
  float: center;
  width: 100%;
  clear: both;
  margin-top: -3.8em;
  color: #FFFF33; /* bright yellow */
  font-weight: bold; 
  font: 700 1.1em "trebuchet ms", serif;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  /*font-size: 1em;*/
  padding-top: 27px;
}

#footer a {
  color: #FFFF33; /* bright yellow */
  font-weight: bold;
  font: 700 1.0em "trebuchet ms", serif;
  text-decoration: none;
}

/**************************************************************
   generic layout
 **************************************************************/
/*.width100 {
  width: 100%
} */
.width75 {
  width: 83%;
}

.width25 {
  width: 17%;
}
.width50 {
  width: 66%;
}

.floatLeft {
  float: left;
}
.floatCenter {
  float: center;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

/**************************************************************
   generic html controls, e.g. 'main_content' text
 **************************************************************/

html {
  height: 100%;
  background-color: #2F4F4F;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font: 400 0.8em "trebuchet ms", serif;
  line-height: 170%;
  color: #2F4F4F;
}
#wrap {
position:relative;
background:url(bg.gif) top left repeat-y;
min-height:100%;
}
* html #wrap {height:100%} 

h1 {   
  clear: both;
  font: 700 2.5em "trebuchet ms", serif;
  color: #B22222;
}

h2 {
  font: 400 1.5em "trebuchet ms", serif;
  color: #B22222;
}

h3 {
  font: 400 1.3em "trebuchet ms", serif;
  color: #B22222;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color: #B22222;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color: #B22222;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color: #B22222;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0px;
}
