/* CSS Document */

/* Layout */

Body {
  margin: 20px 20px 30px 20px;
  text-align: center;
  font-family: "Gill Sans","Gill Sans MT",GillSans,Verdana,Arial,Helvetica,Sans Serif;
  font-size: 13px;
  color: #666666;
  background: #ffffff;
}

#container {
  width: 770px;  
  text-align: left;
  margin: auto;
}

#top_bar {
  width: 770px;
  height: 24px;
  background: #56106C;
  color: fff;
}

#top_bar .top_nav {
  font-size: 9pt;
  float: left;
  padding-left: 25px;
  padding-top: 6px;  
}

#top_bar .contact {
  color: #ffffff;
  float: right;
  text-align: right;
  padding-top: 6px;
  margin-right: 25px;
}

#header {
  width: 770px;
  height: 143px;
  background: #f9f18f;
}

#header .logo {
  width: 180px;
  float: left;
}

#header .mainblock {
  width: 590px;
  height: 143px;
  float: left;
  background-image: url("img/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
#header .title {
  width: 570px;
  padding-top: 20px;
  font-size: 16px !important; 
  font-family: Bodoni,"Bodoni MT";
  text-indent: -5000px;
  letter-spacing: 2pt;
  padding-left: 20px;
  color: #56106C;
  float: left;
}

#header .mission {
  width: 470px;
  padding-left: 20px;
  padding-right: 100px;
  color: #56106C;
  font-family: "Gill Sans", "Gill Sans MT", Bodoni,"Bodoni MT" ;
  text-indent: -5000px;
  font-size:12pt;
  font-style:italic;
  float: left;
}

#left_nav {
  width: 140px;
  background: fff;
  float: left;
  line-height: 16px;
}

#left_nav .padding {
  padding: 5px;
}

#donate {
  float: right;
  padding: 0px 10px 10px 10px;
}

.menutitle {
  font-size: 9pt;
  cursor: pointer;
  margin-bottom: 3px;
  background-color: #f9f18f;
  color: #56106C;
  width: 128px;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  /*/*/border: 1px solid #56106C;/* */
}

.submenu {
  width: 130px;
  margin-bottom: 0.5em;
}

.submenu a {
  font-size: 9pt;
  width: 130px;
  display: block;
  color: #56106C;
  text-decoration: none;
  float : left;
  lineheight: 16px;
}

.submenu a:hover {
  display: block;
  background: #f9f18f;
}

#content {
  width: 630px;
  background: #ffffff;
  float: right;
  color: #666666;
  line-height: 18px;
}

#content .padding {
  padding: 10px 10px 40px 40px;
}

#content .paragraph {
  background: url("img/content_break3.gif"); 
  background-repeat: no-repeat;
  padding: 9px;

}

#content .column_1 {
  width: 285px;
  padding-right: 10px;
  float: left;
}
#content .column_2 {
  width: 285px;
  padding-left: 10px;
  float: left;
}

#footer {
  clear: both;
  width: 720px;
  font-size: 10px;
  color: #c9c9c9;
  background: #56106C;
  border-top: 1px solid #56106C;
  padding: 8px 25px;
  line-height: 18px;
  overflow: hidden;
}

#footer #altnav {
  width: 450px;
  float: right;
  text-align: right;
}

#footer #copyright {
  
}



/* Styles */

h1 {
  margin: 0;
  padding: 0;
}

#top_bar .top_nav a {
  padding-right: 20px;
  color: #f9f18f;
  text-decoration: none;
  overflow: hidden;
}

#top_bar .top_nav a:hover {
  color: #FFFFFF;
  overflow: hidden;
}

#top_bar .contact a {
  color: #f9f18f;
  text-decoration: none;
}

#top_bar .contact a:hover {
  color: #ffffff;
  text-decoration: none;
}

#content h2 {
  font-size: 14pt;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}
#content h3 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  clear: both;
}
#content h4 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

#content p {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

#content a {
  color: #56016C;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:hover {
	color: #F1F98E;
}

dt {
	font-weight: bold;
}

.emphasis {
	font-size: 12pt;
	font-weight: bold;
}

.announcement {
	font-size: 20px;
	text-align: center;	
}

.text16 {
	font-size: 17px;
}	

.text14 {
	font-size: 15px;
}

.center {
	text-align: center;
}

/* Classes */

.hidden { display:none;}

.clear { clear:both;}

.spacer { 
	height: 10px;
	display: block;
	margin-top: 10px;
	width: 100%;
}
