@charset "utf-8";
/* CSS Document */

/**********************************************************************
  Reset styles, taken primarily from the Yahoo! reset.css file
 **********************************************************************/
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}

table {
  border-collapse:collapse; 
}

body {
  font-family: Arial, Sans-serif;
  background-image: url(images/CSS/BackgroundGradient4.jpg);
  background-repeat: repeat-x;
  background-color: #CCCCCC;
  color:#222222;
  margin-bottom: 15px;
}

#main_Container {
  width:  950px;
  margin: 15px auto 10px auto;
  border: 1px solid #333333;
  background-color: #333333;
}

#top_Banner {
  background-image: url(images/CSS/TopBanner5.jpg);
  background-repeat: no-repeat;
  border-bottom: 5px solid #222222;
  height: 125px;
}
#top_Banner h1 {
  display: none;
}
/**Added Sep for the mens pages so they have a diff banner image**/
#top_Banner_mensBB {
  background-image: url(images/CSS/TopBannerMens.jpg);
  background-repeat: no-repeat;
  border-bottom: 5px solid #222222;
  height: 125px;
}
#top_Banner_mensBB h1 {
  display: none;
}


#menu {
  width: 193px;
  background-color: #333333;
  float: left;
  font-size: 12px;
  text-align: right;
  line-height: 30px;
}

#menu a:link {
  color:#DDDDDD;
  display: block;
  width: 100%;
  height: 30px;
  text-decoration: none;
  border-bottom: 1px dotted #444444;
  border-right: 7px solid #333333;
}

#menu a:visited {
  color: #DDDDDD;
  display: block;
  width: 100%;
  height: 30px;
  text-decoration: none;
  border-bottom: 1px dotted #444444;
  border-right: 7px solid #333333;
}

#menu a:hover {
  color:#222222;
  font-weight: bold;
  background-image:url(images/CSS/StripedBG.jpg);
  display: block;
  width: 100%;
  height: 30px;
  text-decoration: none;
  border-right: 8px solid #CC3333;
  border-bottom: 1px solid #333333;
}

#menu a:active {
  color: #FFAA9D;
  display: block;
  width: 100%;
  height: 30px;
  text-decoration: none;
  border-right: 7px solid #333333;
  border-bottom: 1px dotted #444444;
}

#content {
  border-left: 1px solid #111111;
  margin: 0 0 0 200px;
  padding: 15px;
  background-color: #FFFFFF;
}

#content h2 {
  font-size: 26px;
  color: #111111;
  }
  
#content h3 {
  font-size: 18px;
  color: #aaaaaa;
  border-bottom: #bbbbbb 3px solid;
  text-align: right;
  margin: 0 0 8px 0;
  }
  
#content h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 5px 0;
  }
  
#content  p {
  padding: 6px 0;
  font-size: 12px;
  line-height: 18px;
  }

#content ul {
  margin: 5px 5px 5px 25px;
}

#content ul li{
  font-size: 13px;
  margin: 2px 0;
}


#content div#subMenu {
  text-align: center;
  margin-bottom: 10px;
}

#content div#subMenu li {
  padding: 0 8px;
  display: inline;
  list-style: none;
}

#content table {
  width:90%;
  margin:0.3em 0;
}

#content table.bordered {
  border: 1px solid #666;
  background:#CCC;
  text-align: left;
}

#footer {
	width:100%;
	font-size:10px;
	background:#ccc;
	text-align: center; 
}
#content td, #content th {
  vertical-align:top;
  padding:2px;
}

#content table.bordered td {
  border:1px solid #666;
  background:white;
}

#content table.bordered th {
  background:#CCC;
  border-bottom:2px solid #666;
  vertical-align:bottom;
}
  
img.right {
  margin: 15px;
  float: right;
  border: 1px solid #000000;
}
  
img.left {
  margin: 15px;
  float: left;
  border: 1px solid #000000;
}

img.border {
  border: 1px solid #000000;
}
  
.center {
  margin: 0 auto;
  text-align: center;
}
