/*----------------------------------------------------------------------------*/
/* Author:    MH                                                              */
/* Created:   20070425                                                        */
/* Modified:  <DATE> <Author>                                                 */
/* NOTE:      Changelog at bottom of file.                                    */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/*--[ Type Selectors ]--------------------------------------------------------*/

body
{
  background-color: #414141;
  color: #FFFFFF;
  font-size:12px;
  font-family: verdana, arial, sans-serif;
  text-align: center;
  margin-top: 0px;
}

p
{
  margin: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-family: verdana,arial,helvetica;
}

ul
{
  margin: 5px 5px 5px 5px;
  color: #000000;
  font-family: verdana,arial,helvetica;
  font-size: 10px;
}

h1
{
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, helvetica;
  font-size: 15px;
  font-variant: small-caps;
}

h2
{
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, helvetica;
  font-size: 14px;
  font-style: normal;
  font-variant: small-caps;
  text-decoration: underline;
  font-weight: normal;
}

h3
{
  margin: 5px 5px 5px 5px;
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  font-style: italic;
  font-variant: small-caps;
  font-weight: normal;
}

a
{
  text-decoration: none;
  color: #F5C723;
}

a:hover 
{
  color: #700704;
}

/*--[ ID Selectors ]----------------------------------------------------------*/

#mainContainer
{
  margin: auto;
  width: 800px;
}

#headerContainer
{
  background: url( ../../images/home_01.jpg ) no-repeat;
  height: 116px;
  width: 800px;
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
  text-align: right;
}

#topBar
{
  background: url( ../../images/home_02.jpg ) no-repeat;
  height: 194px;
  width: 800px;
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
  text-align: left;
}

#topBar2
{
  background: url( ../../images/secondary_02.jpg ) no-repeat;
  height: 30px;
  width: 800px;
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
  text-align: left;
}

#content
{
  background: url( ../../images/secondary_04.jpg ) no-repeat;
  width: 800px;

  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
}

#middleBar
{
  background: url( ../../images/home_03.jpg ) no-repeat;
  height: 222px;
  width: 800px;
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
}

#middleBar2
{
  background: url( ../../images/secondary_03.jpg ) no-repeat;
  height: 72px;
  width: 800px;
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
}

#bottomBarTop
{
  background: url( ../../images/home_04.jpg ) no-repeat;
  height: 187px;
  width: 800px;
  margin-left: 1px;
}

#bottomBarContent
{
  margin-left: 1px;
}

#bottomBarFooter
{
  background: url( ../../images/home_07.jpg ) no-repeat;
  font-size: 10px;
  height: 27px;
  width: 800px;
  margin-left: 1px;
  color: #414141;
}

#bottomBarFooter2
{
  background: url( ../../images/secondary_07.jpg ) no-repeat;
  font-size: 10px;
  height: 27px;
  width: 800px;
  margin-left: 0px;
  color: #414141;
}

#copy
{
  color: #CCCCCC;
  font-size: 10px;
}

#headerLinks
{
  padding-top: 5px;
  padding-right: 10px;
  color: #F5C723;
  font-weight: bold;
}

#headerLinks a
{
  text-decoration: none;
  font-size: 10px;
  color: #F5C723;
}

#headerLinks a:hover
{
  color: #FFFFFF;
}

#topBarBlurb
{
  width: 350px;
  padding-top: 40px;
  padding-left: 10px;
}

#topBarBlurb2
{
  width: 350px;
  padding-top: 20px;
  padding-left: 10px;
}

#topLinks
{
  padding-top: 5px;
  padding-left: 20px;
  color: #F5C723;
  font-weight: bold;
}

#topLinks a
{
  text-decoration: none;
  font-size: 14px;
  color: #F5C723;
  font-weight: bold;
}

#topLinks a:hover
{
  color: #FFFFFF;
}

#leftDiv
{
  float: left;
  width: 400px;
  margin-left: 20px;
  padding-top: 10px;
  text-align: left;
}

#rightDiv
{
  float: right;
  width: 340px;
  text-align: left;
  margin-right: 20px;
  padding-left: 10px;
  padding-top: 10px;
  border-left: 1px dotted #FFFFFF;

}

#rightDivAdd
{
  color: #FFFFFF;
  margin-bottom: 5px;
}

#rightDiv a
{
  font-weight: bold;
}

#fakeBg
{
  background: url( ../../images/home_05.jpg ) repeat-y;
}

#fakeBg2
{
  background: url( ../../images/secondary_06.jpg ) repeat-y;
}


/*--[ Class Selectors ]-------------------------------------------------------*/
.inputlabel 
{
	font-weight: bold;
	text-align: left;
}

.inputbox 
{
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
  font-family: verdana;
  font-size: 12px;
	}

.textarea
{
  border:none;
  width: 408px;
  height: 200px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  color: #336600;
  font-size: 10px;
  padding: 4px;
  /*background-color: #FFF7D9;*/
}

.button 
{
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

