/*

  Orange: #ed860c
  Blue:   #19a8de
  Grey:   #777777
  Green:  #19a834
  Dedblu: #01729d
  
*/


/* Main Styling ------------------------------------------------------------- */

body      {background-color: #19a8de;}
ul, li    {margin-top: 0px;}
a:link    {color: #19a8de; text-decoration: underline; font-weight: bold;}
a:visited {color: #01729d; text-decoration: underline;font-weight: bold;}
a:hover   {color: #ed860c; text-decoration: underline;font-weight: bold;}
a:active  {color: #19a834; text-decoration: underline;font-weight: bold;}
.clr      {clear: both; height: 0px;}
.indent   {margin-left: 7px;}

body, td {	
	color: #777;
	margin: 0px;		
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Verdana;
}

p {
  line-height: 1.4em;
  margin: 0 11px 12px 0 ;
}

small {
  color: #777;
  font-size: 0.7em;
  font-family: Verdana;
  font-weight: normal;
}

h1, h2, h3 {
  color: #ed860c;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

h1 {margin-top:5px;}
h1, h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
.largeText {font-size: 21pt;}

.disclaimer {
  font-size: 8pt;
  color: #a0e5ff;
  line-height: 7pt;
}


/* Header Stuff ------------------------------------------------------------- */

#headerMain {
  background-color: #19a8de;
  margin: 0 0 0 25px;
  padding: 0px;
  clear: both;  
  color: #fff;  
  height: 25px;  
}

#logo {
  margin: 18px 0 0 18px;
  padding: 0 0 11px 0;
  text-align: left;    
}


/* Body/Content ------------------------------------------------------------- */

#bodyContainer {
  background-color: #ffffff;
  background-image: url(img/bodyTop.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 975px;
  margin: 0;
  left: 15px;  
  padding: 0;   
  float: left;
  position: relative;
  
}

#leftColumn {
  float: left;
  width: 680px;
  margin: 7px 0 0 7px;
  padding: 0;
  background-color: #ffffff;  
}

#rightColumn {
  float: left;
  width: 260px;
  margin: 7px 0 0 7px;
  padding: 0;
  background-color: #ffffff;  
}

#allContainer {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.divLine {border-top: 1px solid #ed860c;margin:6px 0 6px 0;height:3px;}

.article {
  margin: 0 0 0px 0;
}

.articlePicture {
  float: left;
  width: 218px;  
}

.articleText {
  float: left;
  position: relative;
  background-image: url(img/sectionHDRWide.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 7px 0 0 7px;
  margin: 0;
  width: 450px;
}

.articleTextFull {
  float: left;
  position: relative;
  background-image: url(img/sectionHDRWide.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 7px 0 0 7px;
  margin: 0;
  width: 650px;
}

.sideContent {
  background-image: url(img/sectionHDR.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 7px 0 14px 7px;
  margin: 0;
}

.boldOrange {
  font-weight: bold;
  color: #ed860c;
}

.nicePictureFrame {
  padding: 3px;
  margin: 3px;
  background-color: #fff;
  border: 1px solid #aaa;
}

.nicePictureFrame a { color: #555; }


.quote {
	color: #555;
	border: 1px dashed #777;
	padding: 11px;
	background-color: #f0f0f0;
}

.sTable {
	border: 1px solid #777;
}

.sTable td {padding:3px;}

.sTableLeft, .sTableLeft td {
	border-top: 1px solid #777;
	border-right: 1px solid #777;
}

.sTableRight, .sTableRight td {
	border-top: 1px solid #777;
}



/* Footer ------------------------------------------------------------------- */

#footerContainer {
  background-image: url(img/footer.gif);
  background-position: left top;
  background-repeat: no-repeat;
  clear: both;
  height: 100px;
  padding: 28px 0px 0px 30px;
  color: #fff;
  font-size: 10.5pt;
  font-family: Verdana;     
}

#footerContainer a:link, #footerContainer a:visited, #footerContainer a:active {
  color: #fff;
  font-size: 0.8em;
  font-family: Verdana;
  text-decoration: underline;
}

#footerContainer a:hover {text-decoration: underline;}


