/* CSS Document */
ul,ol,dl,dd,dt,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,a
{ margin:0; padding:0; border: 0;}
/*deal with the 3px padding between divs in IE*/
body { 
font-family: Verdana, sans-serif;
font-size: 12px;
}
body, html {
	width: 100%;
}
div {overflow: hidden;}
a img,:link img,:visited img { border:none; }
address { font-style:normal; }
:visited { text-decoration:none; }
ul,dl { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
.clearer {float: none; clear: both; line-height: 0; }
/**/
#beyondLogo {
	width: 100%;
	height: 120px;
	text-align: center;
	margin-top: 20px;
}
/**/
#flashMenu {
	width: 100%;
	height: 280px;
	margin-top: -60px;
	z-index: 1;
}
#flashMenu #textMenu {
	margin-top: 135px;
	text-align: center;
	background-color: #CCCCCC;
	padding: 20px;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 14px;
}
#flashMenu #textMenu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#flashMenu #textMenu a:hover {
	color: #333333;
}
/**/
#mapWrap {
	width: 790px;
	height: 560px;
	padding: 10px;
	margin: 30px auto 50px auto;
	background-color: #F5F5F5;
}
#map {
	width: 790px;
	height: 560px;
}
/**/
#content {
	width: 650px;
	padding: 10px;
	margin: 10px auto 0px auto;
	color: #555555;
	overflow: visible;
	background-color: #F5F5F5;
}
#content h3 {
	font-size: 20px;
	letter-spacing: 2px;
	color: #A7A9AC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 16px;
	letter-spacing: 2px;
	color: #A7A9AC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	margin-bottom: 10px;
	margin-top: 15px;
}
#content h4.headline { color: #598728; }

#content h5 {
	font-size: 14px;
	letter-spacing: 2px;
	color: #A7A9AC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	margin-top: 10px;
}
#content p {
	line-height: 160%;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#content p.extraMargin {
	margin-bottom: 30px;
}
#content p.note {
	color: #999999;
	font-size: 10px;
}
#content p.note a {
	color: #999999;
}
#content p.note a:hover {
	color: #598728;
}
#content a {
	color: #598728;
	text-decoration: underline;
}
#content a:hover {
	color: #A7A9AC;
}
#content .pdf {
	padding-left: 22px;
	background: url(images/pdf_icon.gif) center left no-repeat;
}
#content a.pdf {
	color: #598728;
	text-decoration: underline;
	font-size: 15px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold;
	padding-left: 22px;
	background: url(images/pdf_icon.gif) center left no-repeat;
}
#content a.pdf:hover {
	color: #A7A9AC;
}
#content ul {
	margin-bottom: 15px;
}
#content ul li {
	margin-left: 35px;
	margin-bottom: 5px;
	list-style-type: disc;
	color: #777777;
}
#content ul li ul{
	margin-top: 8px;
}
#content ul li ul li{
	list-style-type: square;
}
#content img {
	border: 10px solid #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}
/* hide from IE mac \*/
#content .right {
	display: block;
	float: right;
	position: relative;
	right: -200px;
	margin-left: -190px;
}
#content .right_div {
	display: block;
	float: right;
	position: relative;
	right: -100px;
}

#content .right_div form {
	line-height: 32px;
	vertical-align: middle;
}

#content .right_div form input {
	float: right;
	margin-top: 5px;
}

#content .right_div form textarea {
	width: 200px;
}

#content .left {
	display: block;
	float: left;
	position: relative;
	left: -200px;
	margin-right: -190px;
}
#content .center {
	border: 10px solid #DFDFDF;
	margin: 0px auto 5px auto;
	margin-left: auto;
	margin-right: auto;
}
/* end hiding from IE5 mac */
/**/
#content #teamTable {
	background-color: #FFFFFF;
	border: 5px solid #FBFBFB;
}
#content #teamTable td {
	padding: 8px;
}
#content #teamTable tr td.type {
	background-color: #F1F1F1;
	font-weight: bold;
	color: #999999;
}
#content #teamTable tr.alt td.type {
	background-color: #F5F5F5;
}
#content #teamTable tr td.name {
	background-color: #FFFFFF;
}
#content #teamTable tr.alt td.name {
	background-color: #F5F5F5;
}
#content #teamTable tr td.company {
	background-color: #F1F1F1;
	color: #999999;
}
#content #teamTable tr.alt td.company {
	background-color: #EEEEEE;
}
#content .green1 {
	color: #398b4b;
}
#content .green2 {
	color: #29b547;
}
#content .green3 {
	color: #287b4b;
}
/**/
#content #registerDiv {
	width: 231px;
	height: 36px;
	display: block;
	background-color: #999999;
	border: 15px solid #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
}
/* hide from IE mac \*/
#content #registerDiv.left {
	float: left;
	position: relative;
	left: -165px;
	margin-right: -155px;
}
#content #registerDiv.right {
	float: right;
	position: relative;
	right: -165px;
	margin-left: -155px;
}
/* end hiding from IE5 mac */
/**/
#content #registerLink, #content #whatsHappeningLink {
	width: 231px;
	height: 36px;
	overflow: hidden;
	display: block;
	position: relative;
	color: #FFFFFF;
}
#content #whatsHappeningLink {
	width: 296px;
}
#content #registerLink span, #content #whatsHappeningLink span {
	display: block;
	position: absolute; left: 0; top: 0; z-index: 1;
	width: 100%;
	height: 36px;
	background: url("images/btn_register_interest.jpg") bottom center no-repeat;
}
#content #registerLink:hover, #content #whatsHappeningLink:hover {
	color: #333333;
}
#content #registerLink:hover span, , #content #whatsHappeningLink:hover span {
	background-position: top center;
}
/**/
#content #footer {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	background: #F1F1F1;
	color: #AAAAAA;
	font-size: 10px;
}
#content #footer.noMargin {
	margin: 0;
}
#content #footer div {
	padding: 10px;
}
/**/
#content #footer .copyright {
	padding: 0;
	color: #CCCCCC;
}
#content #footer a {
	color: #90AC71;
	text-decoration: none;
}
#content #footer a:hover {
	color: #598728;
	text-decoration: underline;
}



#content ul.imageFloats {display: block; width: 680px; padding: 0px; margin: 0px; list-style-type: none;}
#content ul.imageFloats li {list-style-type: none; display: block; float: left; width: 155px; height: 195px; margin: 0px; padding: 0px; border: 0px; margin-right: 10px; text-align: center;}
#content ul.imageFloats li a img, #content ul.imageFloats li img.no_anchor {display: block; margin: 0px; padding: 0px; border: none; border-top: 1px solid #777777; border-bottom: 1px solid #777777; }
#content ul.imageFloats li a h4, #content ul.imageFloats li h4.no_anchor {display: block; width: auto; margin: 0px; padding: 0px; border: 0px; text-decoration: underline; line-height: 1.7; }
#content ul.imageFloats li h4.no_anchor { text-decoration: none; }
#content ul.imageFloats li a {margin: 0px; padding: 0px; border: 0px; }
#content ul.imageFloats li a:hover h4 { color: #598728; }

#commentForm label { width: 250px; }
#commentForm label.error { margin-left: 100px; color: red; }