/* Global
------------------------------------------------------------------*/

/* Remove padding and margin, default font family and size */
* { 
	margin: 0;
	padding: 0;
	font-size: 12px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#333;
	background: #FFF;
}

/* Define bg image */
body {
	/* background-image: url(/images/bluebg.gif);
	background-repeat: repeat; */
}

/* 100% height */
html, body {
	height: 100%;
	background-image: url(/images/bluebg.gif);
	background-repeat: repeat;
}

/* Centered white box */
#mainContainer {
	margin: 0 auto;
	padding: 0 10px 0 20px;	
	width: 910px;
	border-left: 3px inset #1A5297; 
	border-right: 3px outset #1A5297; 
	height: auto;
}

/* Remove border around linked images */
img {
	border: 0;
}


img.main {
     max-height: 225px;  /*comment this out for fundraiser*/ 
    max-width: 325px;  /*comment this out for fundraiser*/
    border: 0;	
}


/* add border around announcement image 
#announcements img {
	border: #1A5297 3px solid;
	background: #1A5297;
}
*/

h3 { 
	margin: -5px -10px 10px -10px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/hrbg.gif);
	padding: 10px 10px 10px 10px;
}

h2  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color:#1A5297;
}

hr.format {	
  border:  0;
  text-align:  center;
  width:     80%;
  height:    1px;
  color:     #00365A;
  background-color:   #00365A;
  margin:	20px 0px 20px 0px;
}


hr.mystreetproject {	
  border:  0;
  height:    1px;
  color:     #00365A;
  background-color:   #00365A;
  margin:	10px 0px 10px 0px;
}


ul  {
  margin:	10px 0px 10px 20px;
}

ol  {
  margin:	10px 0px 10px 20px;
}


/* Homepage
------------------------------------------------------------------*/

#upcomingEvents {
	float:left;
	border: #1A5297 1px dotted;
	margin: 0 10px 0px 5px;
	padding: 5px 10px 10px 10px;
	width: 240px;
	height: 520px; 
}

#announcements {
	border: #1A5297 1px dotted;
	overflow: hidden;	
	margin: 0 10px 10px 0;
	padding: 5px 10px 10px 10px;
	width: 580px;
	height: 300 px;  /* Comment this out for fundraiser, height normally 300px, for fundraiser height is 360 */
}

#projectHighlight {
	margin: 0 0 0 0;
	padding: 5px 10px 10px 10px;
	width: 580px;
 	height: 128px; 
	border: #1A5297 1px dotted;
	overflow: hidden;
}



/* Links
------------------------------------------------------------------*/

a 		{	color: #1A5297;	}
a:visited 	{	text-decoration: underline;	}
a:hover 	{	color: #EC841C;	}


/* Main navigation
------------------------------------------------------------------*/

#navbarLogin  { 
	position: absolute;
	top: 8px; 
	left: 720px; 
	/*height: 50px;*/
	width: 200px; 
	/* z-index: -1;  */ 
	text-align: right;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: normal;
	font-size: 8pt;
	color:	#333;
}

#navbarLogin  a 				{ 	color: #333; text-decoration: underline; font-weight: bold; font-size: 8pt;}
#navbarLogin  a:visited 	    { 	color: #333; text-decoration: underline; font-weight: bold; font-size: 8pt;}
#navbarLogin  a:hover 		    { 	color: #333; text-decoration: underline; font-weight: bold; font-size: 8pt;}



#tagline  { 
	position: relative;
	top: 80px; 
	left: 200px; 
	/*height: 50px;*/
	width: 700px;
	/* z-index: -1;  */ 
	text-align: left;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
  	font-weight: bold;
	font-size: 11pt;
	font-style: none;
	color:  #1A5297;
	/*  color:	#8DA2C7;  */
}







#menu {
	border-top: 1px dotted #FF9900;
	border-bottom: 1px dotted #1A5297;
	width: 875px;
	height: 25px;
	background: #FFFFFF;
	margin: 10px 0 10px 0;
	padding: 0 10px 0 10px;
}

#menu ul {
  list-style: none;
  width: 130px;
  float: left;
  border-width: 0 0 0 0;  
  margin: 0;
  padding: 0;
  
}

#menu a, #menu h2 {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  display: block;
  text-decoration: none;
}

#menu h2 {    /*====  main menu items  ====*/
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background: #FFFFFF;
  padding: 5px 0px 5px 5px;
}

#menu ul ul a {    /*====  sub menu items with link  ====*/
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #1A5297;
	text-decoration: none;
	padding: 2px 2px 2px 8px;
}

#menu ul a:hover h2, #menu ul ul a:hover { /* grey on orange */
	color: #333;
	background: #FF9900;	
	/*background: #EC841C;*/
}

#menu ul li {  /*====  sub menu items with no link  ====*/
	position: relative;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	background: #1A5297;
	padding: 0 0 0 0;
}

#menu ul ul {
  position: absolute;
  z-index: 500;
  background: transparent;
/*  opacity: .9;
  filter:alpha(opacity=90);  IE's opacity*/   
}

#menu ul ul ul {
  position: absolute;

  top: 0;
  left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul  {
  display: none;
}


div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul  {
  display: block;
}




div.header  {
  width: 100%;
  height:auto;
  padding: 8px 0 0 0;
  margin: 0;
  color: black;
  clear: left;
}



div.footer  {
	margin: 0;
	bottom: 0;
	background: url(/images/footerbg.jpg) no-repeat bottom #FFFFFF;
	position: relative;
	width: 900px;
    clear:both;	
}

div.header{
	background-repeat: no-repeat;
	height: 100px; 
}



input, textarea, select {
	font-family:  Verdana;
	background-color:  #FFFFFF !important;
	font-size:  12px;
	color:  #003366;
	border :  1px solid #A0AED0 !important;
	padding :  1px 1px 1px 1px !important;
	margin :  5px 5px 5px 5px !important;

}

input.login  {
    width: 250px;
} 

img.right  { 
	float: right;
	margin-left: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}


div.eventdisplay  {
  width: 560px;
  height:auto;
  
}


div.content  {
  width: 850px;
  height:auto;
  padding: 0;
  margin: 0;
  clear: left;
  margin:0 auto;
}

div.contentLeft {
	float:left;
	margin: 0 10px 0px 5px;
	padding: 5px 10px 10px 10px;
	width: 410px;
}

div.contentRight {
	float:right;
	margin: 0 10px 0px 5px;
	padding: 5px 10px 10px 10px;
	width: 410px;
}


span.mmc {  font-size: 8pt;  color: #CCC;  }
span.mmc a {  font-size: 8pt;  color: #CCC;  text-decoration: none; }
span.mmc a:visited {  font-size: 8pt;  color: #CCC;  text-decoration: none; }
span.mmc a:hover {  font-size: 8pt;  color: #CCC;  text-decoration: none; }


table.subscribe {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.subscribe th {
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.subscribe td {
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

