@charset "utf-8";
/* CSS Document */
#racLogo {
	padding-top:50px;
	text-align:center;
	z-index: -1;	
}

#nuLogo {
	padding-top:150px;
	text-align:center;
	z-index: 99;	
}

#cogLogo {
	position:relative;
	padding-top:120px;
	text-align:center;
	z-index: 10;	
}
#submit {
	outline: hidden;
	outline-style: hidden;
	outline-width: 0;
	background-image: url(../images/button_send_message.png);
	background: url(../images/button_send_message.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 288px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
	cursor: pointer;
	z-index: 10;
}

#submit:focus {
	outline: 0;
}

#confirmation {
	position: relative;
	background-color: #9ffb55;
	text-align: center;
	border: 1px solid #FFF;
	padding: 5px;
	width: 430px;		
}

#error {
	position: relative;
	background-color: #cf0000;
	text-align: center;
	border: 1px solid #FFF;
	width: 430px;
	padding: 5px;
	color: #FFF;
	margin-bottom: 10px;
}
.table {
	position:relative;
	left: 0px;
}
.row1 {
	position: relative;
	height: 100px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.row2 {
	position: relative;
	height: 100px;
	background-image: url(../images/lightlightbg.png);
	padding-left: 20px;
}

ul {
	list-style-type: none;
	padding-left: 7px;
	margin-left: -5px;
	overflow: visible;
	margin-top: -10px;
	/*list-style-image: url(../images/bullet.png);*/
}
ul li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-top: 10px;
}

#newsBox {
	position: relative;
	top: 91px;
	left: -20px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
	background:url(../images/invisible.gif);
}

h1{
	font-size: 18px;
	font-weight: bold;
}