@charset "UTF-8";
html, body {
				height: 100%;
			}
			
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family:  Arial, sans-serif;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	
	}
	
html>body #container {
    height: auto;
	}

#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
	border: 1px solid #ddd;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#page/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	
}
#header  {
	padding: 0px 0px 0 0px;
	height: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
} 
#header  h1  {
	margin: 0px 0px  0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/graphics/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 138px;
}

#header a{
	color:#ccc;
	text-decoration: none;
}
 
body#home a.home, 
body#leadership a.about, 
body#groups a.about, 
body#members a.about, 
body#join a.about,
body#apps a.apps, 
body#apps_running a.apps, 
body#performance a.apps, 
body#scaling a.apps, 
body#software a.software, 
body#papers a.papers,
body#ibm a.ibm, 
body#installed_sites a.installed_sites, 
body#news a.news,
body#archives a.news,
body#newsletter a.news,
body#bgwdays a.news,
body#currentevents a.events{
	color: #FFF;
	background-color: #7583ae;
	padding: 5px 10px 5px 10px;
}

#nav {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	background-color: #153170;
	border-top: 3px solid #424a5a;
	height: 25px;
}

#mainContent  {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
}

#content  {
	padding: 0px 35px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb {
	font-size: 10px;
	margin: 0px 0  0 -5px;
}

#content ul{
list-style: circle;
font-size: 1.0em;
	color:#444;
}
#content p {
	font-size: .9em;
	color:#444;
	line-height: 1.25em;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content h1{
	color:#5a6da5;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#content h2, #content h2 a{
	color:#555;
	font-size: .9em;
	color: #981e21;
}

#content  h3{
	color:#555;
	font-size: .8em;
	text-transform: uppercase;
}

#content .funding{
	color:#999;
	font-size: 1.1em;
	letter-spacing: .5px;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
}
#content .grant{
	color:#464646;
	font-size: 1.1em;
	letter-spacing: .5px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, sans-serif;
}

#content a:link {
	
	color: #981e21;
	text-decoration: none;
}
#content a:visited {
	
	color: #981e21;
	text-decoration: none;
}
 #content a:hover {
	
	color: #981e21;
	text-decoration: underline;
}

#center {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	width: 585px;
	float: left;
}

.eventbox{
width: 500px;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #ffffff;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #eeeeee;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #555555;
line-height: 17px;
font-family: "Trebuchet MS",Arial,sans-serif;
	/*width: 500px;
	margin: 0px 5px 0px 0px;
	background-color: #FFF;
	border-bottom: thin #eee solid;
	padding: 0px;
	color: #555;
	line-height: 17px;
	font-family: "Trebuchet MS", Arial, sans-serif;*/
}

.events_text{
	text-align: left;
	display: block;
	padding: 0px;
}

.events_title{
	text-align: left;
	font-size: 18px;
	padding: 0px;
	color: #000033;
	font-weight: bold;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.events_name{
	text-align: left;
	font-size: 14px;
	padding: 0px;
	color: #004963;
	font-weight: bold;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#related {
	float: right;
	width: 200px;
	color: #FFF;
	margin: 0px 5px 0px 5px;
	background-color: #FFFFFF;
	padding: 5px;
	clear: right;
	background-image: url(../images/graphics/box_bg.jpg);
	background-repeat: repeat-x;	
}

#related_side {
  margin: 35px 5px 20px 5px;
  float: right;
  width: 175px;
  background-color: #fff;
}
#related h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.15em;
	font-weight: bold;
	color: #444;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	
}
#related h3 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #dfe7ed;
	color: #153170;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	
}
#related h4 {
	margin: 0px;
	font-size: .95em;
	font-weight: bold;
	color: #7583ae;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family: "Arial Narrow", Arial, sans-serif;
	
}
#related h5 {
	margin: 0px;
	font-size: .85em;
	color: #555;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-family: "Arial Narrow", Arial, sans-serif;
	
}

#related p{
	
	font-size: .8em;
	line-height: 15px;
	color: #333333;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 8px 0px;
}
#related a:link {
	
	font-size: 12px;
	font-weight: normal;
	color: #33C;
	text-decoration: none;
}
#related a:visited {
	
	font-size: 12px;
	font-weight: normal;
	color: #33C;
	text-decoration: none;
}
 #related a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #33C;
	text-decoration: underline;
}

.relatedbox_side {
  background-color: #eee;
  margin:5px;
  padding:2px;
  color: #333333;
  text-align: center;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}

.name{
	text-align: left;
	font-size: 11px;
	color: #555;
	
}

.centerbox{
	width: 450px;
	margin: 5px;
	padding:3px;
	
}

.imgleft {
	float: left;
	width: 110px;
	padding: 10px;
	margin-left: 25px;
	vertical-align: top;
	text-align: center;
}

	
.txtright {
	width: 225px;
	margin-left: 175px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px dotted #ddd;
}
#event_rss p
{
font-size: .9em;
line-height: 1.em;	
}

#event_rss a
{
font-weight: bold;	
}
#event_rss ul, li
{
font-size: .9em;
line-height: 1.em;
padding: 0 0 5px 5px;	
}

#footerwrapper
{
margin:0 auto;
margin-top: -105px;
width: 900px;
font-size: .70em;
background:#FFF;
}

#footer  { 
	padding: 0 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: absolute;
	margin-bottom: 10px;
	bottom: 0;
	z-index: 100px;
	width:900px;
	text-align: left;
	
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
#bottomlinks{
background:#e7eff5;
font-family: "Arial Narrow", Arial, sans-serif;
	letter-spacing: 1px;
	
	color:#666;
	padding-left:10px;
	text-align: left; 
}

#bottomlinks a{
	color:#153170;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 2px 2px;
	text-align: left; 
}

#footerlinks a{
color: #153170;
padding: 10px 5px;
text-decoration: none;
text-align: left; 
}

#footerlinks p{
color: #888;
padding: 10px 5px;
text-decoration: none;
text-align: left; 
}

.clear {
	clear: both;
}

div#clearfoot {
clear: both;
height: 100px;
background: url(../images/graphics/spacer.gif) top center repeat-y;
}

#form table{
	border: 1px solid #999; 
	margin-bottom: 20px; 
	width:500px; 
	padding: 5px;
	}

#form td{
	border: 1px solid #ccc; 
	font-size:.8em;
	padding: 5px;
text-align:left;
	}
