@charset "utf-8";

html, body {
    height: 100%;
}

html {
	margin-left: -1px;
	overflow-y: scroll;
}
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: #666;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d7d7d7;
	background-image: url(images/page_background.png);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}
.sponsor {
	width: 600px;
	margin-bottom: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
    min-height: 100%;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/header-background.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#navbar {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	/* border: 1px solid #9398A6; */
	background-image: url(images/menu-fade.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	margin-bottom: 20px;
}
#navbar ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

#navbar li {
	list-style-type: none;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#navbar a  {
	color: #FFF;
}
#navbar .firstli{
	border-left-style: none;
}



.oneColFixCtrHdr #mainContent {
	padding: 0px 30px 80px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	color: #FFFFFF;
	padding: 10px 20px;
	background-image: url(images/menu-fade.png);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
    bottom: 0;
	width:920px;
	/* border: 1px solid #9398A6; */
}
.oneColFixCtrHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	margin:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	font-size: 1.9em;
	letter-spacing: 0em;
	margin-bottom: 0.2em;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #AC0018;
	font-size: 1.5em;
	margin-top: 1.3em;
	margin-bottom: 0.2em;
}
li {
	list-style-image: url(images/bullet.png);
}

a {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
}
.highlighted {
	background-color: #F4F4FF;
}
.tablePink {
	background-color: #EDE4E8;
}
.tableBlue {
	background-color: #E3E3EE;
}
.smallerFont {
	font-size: 90%;
}
.callToAction {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 1.4em;
	margin-right: 400px;
}

.menu {
  border: solid 1px #BFBFBF;
  padding:10px 10px 15px 10px;
  background-color:white;
}

.menuItem {
  padding:4px 10px 4px 10px;
  border-bottom:solid 1px #dddddd;
}

.menuItem:hover {
  background-color:#f1f1f1;
}


.menuItem a {
  color:#666666;
  text-decoration:none;
}

#demo {
  background-color:#eeeeee;
  cursor:pointer;
  padding:5px 20px 5px 20px;
  margin: 30px 0;
  width: 425px;
}

#demo span {
  padding:3px 20px 0px 20px;
  cursor:pointer;
}

#demo span:hover {
  text-decoration:underline;
}

.imgborder {
	border: 1px solid #CCC;
	margin: 1.2em;
}

.imgframe {
	border:1px solid #CCC;
	padding:5px;
}

.clear {
	clear: both;
}
.intropanel {
	width: 860px;
	background-image: url(images/panel-background.png);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-bottom-style: solid;
	border-top-color: #AAA;
	border-bottom-color: #DDD;
}
.intropanel td {
	vertical-align: top;
}




p {
	line-height: 1.8em;
	margin-top: 0em;
	margin-bottom: 1em;
}
form p {
	margin: 0px;
	padding: 0px;
}

.blue {
	color: #284685;
	font-style: italic;
}
.address {
	vertical-align: top;
	text-align: right;
	color: #333333;
}
.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-weight: bold;
}

.address h1 {
	margin-top: 1.5em;
}
ul {
	line-height: 1.8em;
	margin-top: 0em;
	margin-bottom: 1em;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
	width: 300px;
}
.floatRight {
	float: right;
}



.imgright {
	float:right;
	border:1px solid #CCC;
	padding:5px;
	margin-left:40px;
}

.teamImage {
	float:left;
	border:1px solid #CCC;
	padding:5px;
	margin-right: 20px;
}

.showcase {
	margin:10px auto;
}
.showcase td {
	vertical-align:middle;
	text-align:center;
}.bfrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
}
.logo {
	border: 1px solid #ccc;
}
.format {
	font-size: .8em;
	color: #003366;
}

