﻿/* used by Master */
/* WRAPPER */
#divWrapper
{
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 960px;
  border: thin solid #FF6600;
  xheight: 1000px;
}

/* BANNER */
#divBanner
{
  width: 960px;
  height: 80px;
  margin: 0 auto;
}
#TopImageText1
{
  color: #FFFFF1;
  font-style: italic;
  font-weight: bold;
  font-size: large;
  padding-left: 200px;
  padding-top: 20px;
}
#divCompanyInfo
{
  float: left;
  width: 350px;
  margin-left: 10px;
}
#divCompanyLogo
{
  float: left;
  width: 350px;
  margin-left: 10px;
}
#TopBannerText
{
  font-size: small;
  width: 600px;
}



/* TOP NAV1 */
#divTopNav1
{
  width: 960px;
  height: 1.2em;
  margin: 0 auto;
  text-align: right;
}

#divTopNav1 a:link
{
  color: #0000CC;
  text-decoration: none;
}

#divTopNav1 a:visited
{
  color: #0000CC;
  text-decoration: none;
}

#divTopNav1 a:hover
{
  color: #db852f;
  text-decoration: none;
}
#divTopNav1 a:active
{
  color: #0000CC;
  text-decoration: none;
}

/* TOP IMAGES */
#divTopImages
{
  width: 960px;
  height: 132px; /* controls orange background for top images */
  margin: 0 auto;
  text-align: center;
  background-color: #db852f;
}
#imgStarterKit
{
  margin: 0px;
}
#imgMembership
{
  margin: 0px;
}

/* TOP NAV2 */
#divTopNav2
{
  border-width: 4px;
  border-color: #3c5385;
  width: 952px;
  xheight: 16px;
  margin: 0 auto;
  text-align: left;
  background-color: #3c5385;
  color: #FFFFFF;
  border-right-style: solid;
  border-left-style: solid;
}

#divTopNav2 a:link
{
  color: #ffffff;
  text-decoration: none;
}
#divTopNav2 a:visited
{
  color: #ffffff;
  text-decoration: none;
}
#divTopNav2 a:hover
{
  color: #db852f;
  text-decoration: none;
  background-color: #FFFFFF;
}
#divTopNav2 a:active
{
  color: #ffffff;
  text-decoration: none;
}
/* TOP Nav3 */
#divTopNav3
{
  border-width: 4px;
  border-color: #3c5385;
  width: 952px;
  xheight: 16px;
  margin: 0 auto;
  text-align: left;
  background-color: #3c5385;
  color: #FFFFFF;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

#divTopNav3 a:link
{
  color: #ffffff;
  text-decoration: none;
}
#divTopNav3 a:visited
{
  color: #ffffff;
  text-decoration: none;
}
#divTopNav3 a:hover
{
  color: #db852f;
  text-decoration: none;
  background-color: #FFFFFF;
}
#divTopNav3 a:active
{
  color: #ffffff;
  text-decoration: none;
}
/* TOP NavMembers */
#divTopNavMembers
{
  border-width: 4px;
  border-color: #3c5385;
  width: 952px;
  xheight: 16px;
  margin: 0 auto;
  text-align: left;
  background-color: #3c5385;
  color: #FFFFFF;
  border-right-style: solid;
  border-left-style: solid;
}

#divTopNavMembers a:link
{
  color: #ffffff;
  text-decoration: none;
}
#divTopNavMembers a:visited
{
  color: #ffffff;
  text-decoration: none;
}
#divTopNavMembers a:hover
{
  color: #db852f;
  text-decoration: none;
  background-color: #FFFFFF;
}
#divTopNavMembers a:active
{
  color: #ffffff;
  text-decoration: none;
}
/* BREADCRUMB */
#divBreadCrumb
{
  text-align: left;
  padding-top: 5px;
}
/* MIDDLE */
#divMiddle
{
  border: thin dashed #FF00FF;
  width: 900px; /*margin: 0 auto;*/
  padding-top: 10px;
  height: 500px; /* may need adjustment in each page */
  background-color: #FFFFF0;
}

#divMiddleLeft
{
  xborder: thin dashed #CC3300;
  float: left;
  width: 150px;
  text-align: center;
  background-color: #FFFFFF;
}
#divMiddleCenter
{
  xborder: thin dashed #FFCC66;
  float: left;
  width: 600px;
  xmargin-left: 4px;
  background-color: #FFFFFF;
}


#divMiddleRight
{
  xborder: thin dashed #009933;
  float: right;
  width: 200px;
  text-align: center;
  background-color: #FFFFFF;
}
