/* Teen Challenge of St. Louis CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#left {
	background-image: url(../images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	padding-bottom: 100%;

}

#right {
	background-image: url(../images/bg-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;

}

#container {
	background-color: #FFFFFF;
	width: 750px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;

}

#mainmenu {
    height: 25px;
	background-color: #000000;
	text-align: left;
	padding-left: 20px;
}

#main-home {
    padding: 10px 15px 25px 15px;
}

#main {
    padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

#title-bar {
    background-color: #C0C2E2;
    height: 40px;
	margin: 0px;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}

#title-bar img {
    padding: 0px;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 6px;
}

/* START Submenu Style */

#submenu {
  background-color: #E6E7E7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  vertical-align: top;
  text-align: left;
  padding: 0px;
  padding-bottom: 100%;
  width: 190px;
}

.level1 {
	line-height: 22px;
}

.level1 a {
    line-height: 22px;
	padding-left: 0px;
}

.level1 a:link {
    color: #020B8D;
    text-decoration: none;
}

.level1 a:visited {
    color: #020B8D;
    text-decoration: none;
}

.level1 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.level1 a:active {
    color: #020B8D;
    text-decoration: none;
}

.current-level1 {
    background-color: #020B8D;
	line-height: 22px;
}

.current-level1 a {
    padding-left: 0px;
}

.current-level1 a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level1 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level1 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.current-level1 a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.level2 {
	line-height: 22px;
}

.level2 a {
    padding-left: 5px;
}

.level2 a:link {
    color: #020B8D;
    text-decoration: none;
}

.level2 a:visited {
    color: #020B8D;
    text-decoration: none;
}

.level2 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.level2 a:active {
    color: #020B8D;
    text-decoration: none;
}

.current-level2 {
    background-color: #020B8D;
	line-height: 22px;
}

.current-level2 a {
    padding-left: 5px;
}

.current-level2 a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level2 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.current-level2 a:hover {
    color: #C0C2E2;
    text-decoration: none;
}

.current-level2 a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.white {
    vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
}

#submenu ul {
  list-style-type: none;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  width: 190px;
}

#submenu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(images/pix-nav-arrow-tall.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid #E6E7E7;
	border-top: 1px solid #E6E7E7;
  /*border-bottom: 1px solid white;*/
  /* I removed the height attribute rule, which fixed the sublist overlap. */
}

#submenu ul li a {
  line-height: 14px; /* this rule replace the height attribute */
background-position: left top;
}

#submenu ul li a:link {
  color: #020B8D;
  text-decoration: none;
}

#submenu ul li a:visited {
  color: #020B8D;
  text-decoration: none;
}

#submenu ul li a:hover {
  color: #85ADDE;
  text-decoration: none;
}

#submenu ul li a:active {
  color: #020B8D;
  text-decoration: none;
}

#submenu ul ul {
  list-style-type: none;
  padding: 0px;
  margin-left: -10px;
}

#submenu ul ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 20px;
	border: none;
	background-image: none;
}

#submenu ul ul li a {
  line-height: 18px;
  font-weight: normal;
}

#submenu ul ul li a:link {
	color: #020B8D;
	text-decoration: none;
}

#submenu ul ul li a:visited {
  color: #020B8D;
  text-decoration: none;
}

#submenu ul ul li a:hover {
  color: #6D5F92;
  text-decoration: none;
}

#submenu ul ul li a:active {
  color: #020B8D;
  text-decoration: none;
}

#submenu ul ul ul {
  list-style-type: none;
  background-color: transparent;
  margin-left: -20px;  
}

#submenu ul ul ul li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  padding-left: 40px;
}

#submenu ul ul ul li a {
  line-height: 18px;
  font-weight: normal;
}

#submenu ul ul ul li a:link {
	color: #FFFFFF;
	text-decoration: none;

}

#submenu ul ul ul li a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#submenu ul ul ul li a:hover {
  color: #6D5F92;
  text-decoration: none;
}

#submenu ul ul ul li a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/* END Submenu Styles */

/* START Home Page Styles */

#homegethelp {
    background-color: #FCE6E4;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}

#homegethelp p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#homegethelp p.welcome {
    color: #E22612;
	font-size: 11pt;
	line-height: 16pt;
}

#homegethelp p.more {
    color: #E22612;
	font-weight: bold;
	text-align: right;
}

#homegethelp a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homegethelp a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homegethelp a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#homegethelp a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homehowhelp {
    background-color: #E2E3F2;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}

#homehowhelp p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#homehowhelp a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homehowhelp a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homehowhelp a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#homehowhelp a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homenewsevents {
    background-color: #F7ECD8;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
}

#homenewsevents h1 {
    font-size: 9pt;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#homenewsevents p + h1 {
    padding-top: 10px;
}

#homenewsevents p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#homenewsevents p.more {
    color: #F9A000;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

#homenewsevents a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homenewsevents a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#homenewsevents a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#homenewsevents a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/* END Home Page Styles */

/* START Content Page Styles */

#content {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
	padding: 15px 20px 15px 20px;
	text-align: left;
	vertical-align: top;
	width: 560px;
}

#content p {
    padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#content h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10pt;
	color: #333333;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#content h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9pt;
	color: #333333;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 12pt;
}

#content a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#content a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#content a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

#content table {
    margin: 0px;
}

#content li {
    padding-bottom: 10px;
	line-height: 1.2em;
}

#content img.fancyborderright {
    border: 1px solid #666666;
	padding: 5px;
	margin: 5px 0px 5px 5px;
}

#content img.fancyborderleft {
    border: 1px solid #666666;
	padding: 5px;
	margin: 5px 5px 5px 0px;
}

p#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #333333;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
    
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 8pt;
	color: #333333;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
    
}

/* END Content Page Styles */
