/** Main block elements **/
BODY { margin: 0px; background-color: #000000; }

/** Header positioning elements **/
#OuterHeader { 
  margin: 0px; 
  text-align: center; 
  border-bottom: 5px solid #FFFFFF;
}
#InnerHeader{
  width: 772px;
  margin: 0 auto;
  overflow: auto;
  text-align: right;
  height: 55px;
}

/** Header components **/
#TopHeader {
  margin: auto auto;
  width: 772px;
  height: 40px;
  padding-top: 15px;
}

/** Content positioning elements **/
#OuterContent {
  background-image: url(../images/main_bg_gradient.jpg);
  background-repeat: repeat-x;
  background-color: #0090E9;
  margin: 0px; 
  text-align: center; 
}
#InnerContent {
  width: 872px;
  margin: 0 auto;
  overflow: auto;
  text-align: center;	
}

/** Navigation classes **/
.mainlogo { border: none; }
#MainNav {
  margin-top: 0px;
  height: 45px;
  overflow: auto;
  background-color: #0368B1;
  padding-left: 3px;
}
.nav_img {
  display: block;
  border: none;
  float: left;
  padding-left: 5px;
  padding-top: 9px;
}

/** Main content **/
#Content {
  clear: left;
  text-align: left;
  overflow: auto;
  margin-bottom: 15px;
}
#ContentCall { text-align: right; padding-right: 20px; }
#ContentHeder { text-align: left; padding-left: 20px; }
#ContentNav { width: 141px; margin-top: 30px; text-align: left;}
#ContentSeperator { width: 1px; height: 329px; background: url(../images/content_seperator.jpg); font-size: 1px; margin-left: 20px; margin-right: 20px; }
#ContentBody { width: 610px; text-align: left; margin-top: 10px; }
.maincontent_img {
  display: block;
  border: none;
  float: left;
  padding-left: 16px;
}
#ContentRight {
  width: 517px;
  margin-top: 50px;
  float: left;
  text-align: left;
  padding-left: 20px;
}
.content_img { border: none; padding-bottom: 5px; }

/** Contact **/
#ContactBody { width: 450px; text-align: left; margin-top: 25px; }

/** Footer **/
#OuterFooter {
  background-color: #000000;
  margin: 0px; 
  text-align: center; 
}
#InnerFooter {
  width: 872px;
  margin: 0 auto;
  overflow: auto;
  text-align: center;
  height: 125px;
}
#Footer {
  clear: left;
  margin-top: 30px;
}

/** Gallery Elements **/

#GalleryHeader {
  position: relative;
  margin-left: 73px;
  margin-top: -90px;
  width: 658px;
  background-color: #1A1A1A;
  overflow: auto;
}
#Gallery {
  position: relative;
  margin: auto auto;
  margin-bottom: 26px;
  width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1A1A1A;
  text-align: left;
  overflow: auto;
}
#scroller {
  margin: auto auto;
  width: 682px;
  padding-bottom: 20px;
  height: 110px;
  text-align: center;
}

/** Link classes **/
a:link { color: #FFFFFF; text-decoration: none; font-family: Tahoma, Arial; font-size: 10pt; font-weight: bold; }
a:visited { color: #FFFFFF; font-family: Tahoma, Arial; font-size: 10pt; text-decoration: none; font-weight: bold; }
a:hover { color: #FFFFFF; font-family: Tahoma, Arial; font-size: 10pt; text-decoration: underline; font-weight: bold; }
a:active { color: #FFFFFF; font-family: Tahoma, Arial; font-size: 10pt; text-decoration: none; font-weight: bold; }

a.txt_w_u { color: #FFFFFF; text-decoration: none; font-family: Tahoma, Arial; font-size: 10pt; font-weight: 500; text-decoration: underline; }
a.txt_w_u:link { color: #FFFFFF; text-decoration: none; font-family: Tahoma, Arial; font-size: 10pt; font-weight: 500; text-decoration: underline; }
a.txt_w_u:visited { color: #FFFFFF; font-family: Tahoma, Arial; font-size: 10pt; text-decoration: none; font-weight: 500; }
a.txt_w_u:hover { color: #FFFFFF; font-family: Tahoma, Arial; font-size: 10pt; text-decoration: underline; font-weight: 500; }
a.txt_w_u:active { color: #FFFFFF; font-family: Tahoma, Arial; font-size: 10pt; text-decoration: none; font-weight: 500; }

a.grey_u:link { color: #959595; text-decoration: none; font-family: Tahoma, Arial; font-size: 12px; text-decoration: underline; font-weight: bold; }
a.grey_u:visited { color: #959595; font-family: Tahoma, Arial; font-size: 12px; text-decoration: underline; font-weight: bold; }
a.grey_u:hover { color: #959595; font-family: Tahoma, Arial; font-size: 12px; text-decoration: underline; font-weight: bold; }
a.grey_u:active { color: #959595; font-family: Tahoma, Arial; font-size: 12px; text-decoration: underline; font-weight: bold; }

/** Text classes **/
.text_w { font-family: tahoma; font-size: 12px; color: #FFFFFF; font-weight: 500; }
.btext_w { font-family: tahoma; font-size: 12px; color: #FFFFFF; font-weight: 700; }
.text_g { font-family: tahoma; font-size: 12px; color: #959595; }
.btext_b { font-family: tahoma; font-size: 12px; color: #000000; font-weight: bold; }.sub { font-family: tahoma; font-size: 9px; color #000000; }

h1 {
  font-family: verdana;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}

/** Misc classes **/
.left { float: left; }
.right { float: right; }
.seperator { vertical-align: middle; padding-left: 4px; }

