/* start with zip */
.number
 {
 float:left;
 font-weight:bold;
 }
 
 
 .txtline
 {
 float:right;
 width:95%;
 }
 
 .txtb
 {
 font-weight:bold;
 margin-left:0px;
 }
 .jumpright
 {
 margin-left:30px;
 }
 .clean
 {
 clear:both;
 }
* {
  margin:0;
  padding:0;
  /* ie hack */
  zoom:1;
}

/* main element declarations */
body {
  font:13px/16px "Helvetica", sans-serif;
  color:#222;
  background:#f3f1ee url(images/page_bg.png) center top repeat-y;
}
p {
  margin:1em 0;
  line-height:150%;
}
a {
  color:#2887b8;
  text-decoration:none;
}
a:hover {
  color:#c2262a;
  text-decoration:underline;
}
ul, ol {
  padding:1em 1em 1em 2em;
}
li {
  line-height:150%;
}
ol li {
  display:list-item;
}
h2, h3, h4 {
  color:#c1252a;
  margin:1em 0;
}
img {
  border:0;
}

/* content wrapper */
#wrapper {
  overflow:auto;
  width:940px;
  margin:0 auto;
  padding:30px 0;
}

/* header */
#header {
  overflow:auto;
  height:76px;
  border-bottom:15px solid #c1252a;
}
#header h1 {
  float:left;
  width:290px;
  height:56px;
}
#header h1 a {
  display:block;
  width:290px;
  height:56px;
  text-indent:-1000em;
  background:#fff url(images/logo.png) 0 0 no-repeat;
}
/* top switch */
#header #type {
  overflow:auto;
  float:right;
  width:530px;
  padding:10px;
  font:110% "Georgia", serif;
}
#header #type ul {
  overflow:auto;
  float:right;
  padding:5px;
  list-style:none;
  color:#6f422e;
  background:url(images/type_bg.jpg) center right no-repeat;
}
#header #type ul li {
  float:left;
}
#header #type ul li a, #header #type ul li span {
  display:block;
  float:left;
  padding:5px 10px 5px 10px;
}
#header #type ul li.current a {
  background:url(images/type_bg.jpg) bottom right no-repeat;
  color:#6f422e;
  padding:4px 9px 4px 9px;
  border:1px solid #f5e2d2;
  font-weight:bold;
}
#header #type ul li.current a:hover {
  text-decoration:none;
}


/* main content wrapper */
#content {
  clear:both;
  overflow:auto;
  padding-top:15px;
}
.objective{
	background-color:#cdc9c9;
}
/* side menu */
#menu {
  float:left;
  width:220px;
}
#menu ul {
  list-style:none;
  margin:0;
  padding:15px;
  background-color:#2887B8;
  font:120% "Georgia", serif;
}
#menu ul li a {
  display:block;
  padding:10px 20px 15px 10px;
  color:#fff;
  border-bottom:1px solid #55a8d5;
}
#menu ul li a:hover {
}
#menu ul li a.current {
  font-weight:bold;
  text-decoration:underline;
}
#menu ul li a.current.noborder {
  border:0;
}
#menu ul li.first {
  border-top:1px solid #55a8d5;  
}
/* menu within menu */
#menu ul li ul {
  margin:0;
  padding:0 0 20px 40px;
  border:0;
  border-bottom:1px solid #55a8d5;
  color:#f3f3f3;
  list-style:disc;
  font-size:100%;
  font-weight:normal;
}
#menu ul li ul li a {
  padding:0;
  border:0;
  font-weight:normal;
}
#menu ul li ul li a:hover {
  background:transparent;
  text-decoration:underline;
}

/* content after the menu */
#menu p {
  margin:1em;
}

/* main page content */
#page {
  float:right;
  width:700px;
}
#page h2 {
  padding:10px 0;
  margin:0 0 10px 0;
  color:#4d2608;
  border-bottom:1px solid #ccc;
}

/* homepage */
#home {
  overflow:auto;
  padding:15px 15px 20px 15px;
  width:670px;
  color:#6e422d;
  font:105% "Georgia", serif;
  background:#fff url(images/home_bg.jpg) bottom right no-repeat;
}
#home ol {
  padding-top:0;
}
#home #left {
  float:left;
  width:425px;
}
#home #right {
  float:right;
  width:220px;
}
#home h3 {
  margin-top:0;
  font-family:sans-serif;
  border-bottom:1px solid #c1252a;
}
/* find the campaign at your university */
form#find_campaign select, form#find_campaign input#submit {
  font-size:120%;
}
#big_or {
  display:block;
  font-size:140%;
  padding:0 0 10px 30px;
}

/* quote on the bottom */
#quote {
  padding:20px;
  color:#222;  
  background:#fff url(images/quote.png) 20px 20px no-repeat;
  font-size:110%;
}
#quote p {
  margin:0;
  padding:0 0 0 40px;
  font-family: "Georgia", serif;
  font-style:italic;
}
#quote p.by {
  padding:10px 0 0 400px;
  font-size:80%;
  font-style:normal;
}
#quote p.by em {
  font-size:120%;
}

/* footer */
#footer {
  clear:both;
  margin:20px 0;
  border-top:1px solid #f5e2d2;
  font-size:80%;
  text-align:center;
  color:#6e422d;
}