﻿/**********************************************
 *** General Layout
 *********************************************
  Font Blue:    #003666
  Dark Blue:   #607BA9
  Button Grey:  #D4D0C8
  Yellow:       #CFBD76

  Fonts:        'Georgia' , Verdana;

*/

/**********************************************
 *** General Layout
 **********************************************/

#body
{
  background-color: #607BA9;
  color: #FFFFFF;
  font-family: 'Georgia' , Verdana;
  font-size: 9pt;
}

#content
{
  background-color: #FCF5E3;
  color: Black;
  margin-right: auto;
  margin-left: auto;
  top: 100px;
  height: 500px;
  width: 756px;
}

#mainLeft
{
  float: left;
  position: relative;
  top: 10px;
  left: 5px;
  width: 300px;
  border-width: 1px;
  border-style: none;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
}

#mainRight
{
  float: right;
  left: 1px;
  top: 10px;
  position: relative;
  width: 400px;
  font-family: 'Georgia' , Verdana;
  color: Black;
  font-size: 16px;
  max-height: 600px;
  border-width: 1px;
  border-style: none;
  padding: 20px 20px 1px 10px;
}

#imageBanner
{
  left: 5px;
  top: 500px;
  position: relative;
  border-style: none;
}

.stdButton
{
  background-color: #4E87BC;
  color: White;
  border-width: 1px;
  border-color: #003666;
  border-bottom-style: solid;
  border-right-style: solid;
  border-left-style: none;
  border-top-style: none;
  font-family: Verdana, 'Trebuchet MS';
  font-size: 8pt;
  height: 20px;
  width: 75px;
  margin-left: 2px;
}

/**********************************************
 *** HeaderControl.ascx
 **********************************************/
#header
{
  background-color: White;
  margin-right: auto;
  margin-left: auto;
  width: 756px;
  top:0px;
}
#header-logo
{
  position: relative;
  display: inline;
  top: 0px;
  left: 0px;
}

#header-userInfo
{
  position: relative;
  display: inline;
  top: 0px;
  left: 756px;
  width: 200px;
}
.headerMenuButton
{
  border-style: none;
  text-align: center;
  font-family: 'Georgia' , Verdana;
  font-size: 9pt;
  background-color: White;
  color: #607BA9;
  font-weight: bold;
  height: 20px;
  width: 100%;
}

/**********************************************
 *** FooterControl.ascx
 **********************************************/
.footer
{
  background-color: White;
  margin-right: auto;
  margin-left: auto;
  width: 756px;
  top: 0px;
}

.footerMenuButton
{
  border-style: none;
  text-align: center;
  font-family: 'Georgia' , Verdana;
  font-size: 9pt;
  color: #607BA9;
  font-weight: bold;
  height: 20px;
  width: 18%;
}

.footerText
{
  background: "#D4D0C8";
  width: 100%;
  border-style: none;
  text-align: center;
  font-family: 'Georgia' , Verdana;
  font-size: 9pt;
  color: Black;
  font-weight: bold;
}

/**********************************************
 *** ContactUs.aspx
 **********************************************/

#contactLeft
{
  float: left;
  position: relative;
  top: 10px;
  left: 5px;
  width: 300px;
  font-family: 'Georgia' , Verdana;
  color: Black;
  font-size: 16px;
  border-style: none;
  padding: 20px 20px 1px 10px;
}

#contactRight
{
  float: right;
  right: 5px;
  top: 10px;
  position: relative;
  text-align: right;
  width: 350px;
  font-family: 'Georgia' , Verdana;
  color: Black;
  font-size: 16px;
  max-height: 600px;
  border-style: none;
  padding: 20px 10px 1px 20px;
}

#contactForm
{
  float: left;
  position: relative;
  top: 10px;
  left: 5px;
  width: 700px;
  font-family: 'Georgia' , Verdana;
  color: Black;
  font-size: 16px;
  border-style: none;
  padding: 20px 20px 1px 10px;
}
