body a{
	color:#000;
}
img {
	border:hidden;
}
p.img_text {
	float:left;
	width:260px;
	margin-left:15px;
}
.video_container {
	float:none;
	padding-left: 30px;
	padding-top: 25px;
	background:url(./images/vid_bg.png) no-repeat;
	height:350px;
	width:585px;
}
#top {
	position: relative;
	background: url(./images/topline.png);
	height: 10px;
	z-index: 2;
	margin-bottom: -15px;
}

#container {
	background-color: #ffffff;
	margin-top: 100px;
	margin: auto;
	width: 960px;
	padding-bottom:0px;
	margin-bottom: 0px;
	top: -12px;
}

#header{
	height: 250px;
}

#rednav {
	float: right;
	height: 50px;
	width: 380px;
	margin-right: 40px;
}
#nav {
	height: 30px;
}
ul#top_navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#top_navigation li {
	margin: 0;
	padding: 0;
}
ul#top_navigation li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	position: absolute;
	top: 0;
}
ul#top_navigation li a.redone {
	background: url('./images/home_redcard_org.png') no-repeat;
	left: 0;
	height: 65px;
	width: 125px;
}
ul#top_navigation li a.redtwo {
	background: url('./images/about_redcard_org.png') no-repeat;
	left: 75px;
	height: 65px;
	width: 125px;
}
ul#top_navigation li a.redthree {
	background: url('./images/contact_redcard_org.png') no-repeat;
	left: 150px;
	height: 65px;
	width: 125px;
}
ul#top_navigation li a.redfour {
	background: url('./images/report_redcard_org.png') no-repeat;
	left: 235px;
	height: 65px;
	width: 125px;
}
ul#top_navigation li a.redfive {
	background: url('./images/donate_redcard_org.png') no-repeat;
	left: 320px;
	height: 65px;
	width: 125px;
}
ul#top_navigation li a:hover {
	padding: 0 0 8px 0;
	top: 8px;
}
ul#top_navigation li a:active.redone {
	background: url('./images/home_redcard_active.png') no-repeat;
	left: 0;
	height: 65px;
	width: 125px;
	list-style: none;
}
ul#top_navigation li a:active.redtwo {
	background: url('./images/about_redcard_active.png') no-repeat;
	left: 75px;
	height: 65px;
	width: 125px;
	list-style: none;
}
ul#top_navigation li a:active.redthree {
	background: url('./images/contact_redcard_active.png') no-repeat;
	left: 150px;
	height: 65px;
	width: 125px;
	list-style: none;
}
ul#top_navigation li a:active.redfour {
	background: url('./images/report_redcard_active.png') no-repeat;
	left: 235px;
	height: 65px;
	width: 125px;
	list-style: none;
}
ul#top_navigation li a:active.redfive {
	background: url('./images/donate_redcard_active.png') no-repeat;
	left: 320px;
	height: 65px;
	width: 125px;
	list-style: none;
}
.clear {
	clear: both;
}
#foot_container {

	margin-left: auto;
	margin-right:auto;
	font-size: 12px;
	color:#FFF;
	column-count: 3;
	width: 960px;
	padding-right: 10px;
}
#foot_container a {
	color:#FFF;
	text-decoration: none;
}
#foot_container a:hover {
	color:#FFF;
}
/*  Footer column container */
.colleft {
	float:left;
	width:100%;
	position:relative;
	padding:5px 0 0;
}
.left_col{
	float:left;
	position:relative;
}
.right_col {
	/*float:left;*/
	position:relative;
	overflow:hidden;
	width: 200px;
}
ul#social{
	font-weight:800;
	list-style-type:none;
	padding-top:5px;
}
ul#social li{
	width:32px;

	display: inline;
}
ul#social img{
	margin-bottom: -10px;
}
.left_col {
	/*width: 50%;*/
	left: 0;
}
.left_col p {
	text-align:left !important;
}
.right_col {
	/*width:21%;*/
	left: 35%;
}
#footerimage {
	background: #1c1a1c;
	clear: both;
	height: 110px;
	width:100%;
	color: #ffffff;
	border-top:1px solid #D0D0D0;
}
#footerimage p {
	text-align:left;
}
#footer {
	border-top:1px solid #CCC;
}
#footer ul{
	list-style: none;
	margin:0;
}
#footer p{
	margin:0;
}
fieldset {
	border-color:#CCCCCC;
	border-style:solid none solid none;
	border-width:1px 0 1px;
	margin:10px 0 0;
	padding:0 0 5px 15px;
}
legend{
	font-weight:bold;
	padding:7px;
}
input[type="button"], input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	background-color:#000000;
	border-color:-moz-use-text-color
	-moz-use-text-color rgba(0, 0, 0, 0.25);
	border-style:none none solid;
	border-width:0 0 0px;
	color:#FFFFFF;
	cursor:pointer;
	margin:3px;
	padding:4px 6px 3px;
	text-decoration:none;
}
input[type="button"]:hover,input[type="submit"]:hover {
	background:#444444;
	color:#FFFFFF;
}
input[type="button"], input[type="reset"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	background-color:#000000;
	border-color:-moz-use-text-color
	-moz-use-text-color rgba(0, 0, 0, 0.25);
	border-style:none none solid;
	border-width:0 0 0px;
	color:#FFFFFF;
	cursor:pointer;
	margin:3px;
	padding:4px 6px 3px;
	text-decoration:none;
}
input[type="button"]:hover, input[type="reset"]:hover {
	background:#444444;
	color:#FFFFFF;
}
input[type="text"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	font-family:"Trebuchet MS","Helvetica",sans-serif;
	font-size:0.9em;
	height:16px;
	padding:4px 2px 2px 10px;
	width:130px;
	color:#363636;
	background:#FBFBFB;
	border:1px solid #E5E5E5;
}
#content input[type="text"]{
	-moz-box-shadow:0 4px 18px #C8C8C8;
	background:#FBFBFB;
	border:1px solid #BBB;
	color:#363636;
	font-size:20px;
	height:29px;
	padding:3px;
	width:220px;
}
input#footersubmit{
	background: red;
	width: 50px;
	padding-left: 1px;
}
td {
	width:200px;
	padding: 0 0 8px 0px;
}
td input,td select,td textarea{
	margin-left:50px;
}
#content textarea,#content input{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
#content textarea{
	-moz-box-shadow:0 4px 18px #C8C8C8;
	padding:4px;
	width:220px;
	height:75px;
	font-size:15px;
	color:#363636;
	background:#FBFBFB;
	border:1px solid #BBB;
	font-family:Arial,sans-serif;
}
/* Form help */
#footercomments{
	margin-bottom: 20px;
}
/* These are for the label errors */
label.error  {
	margin:8px 0 0 13px;
	background: white;
}
label[for="footercomments"], label[for="footeremail"], label[for="nlemail"], label[for="incidtime"].error, label[for="inciddate"].error, label[for="email"].error  {
	color:#BF2329 !important;
	position:absolute !important;
	width:200px !important;
}
label[for="footercomments"] {
	margin-left: -264px !important;
	margin-top: 70px !important;
	padding-top:2px !important;
	background:none;
}
label[for="footeremail"] {
	margin-top:30px !important;
	margin-left:-144px !important;
	padding-top:2px !important;
	background:none;
}
label[for="nlemail"] {
	margin-top:30px !important;
	margin-left:-144px !important;
	padding-top:2px !important;
	font-size:10px !important;
	background:none;
}
.box2last{margin-left: -84px !important; margin-top: 55px !important;}
.centre_col_a{width:88px;padding-right:60px;}
#returnhome {
	margin-top:-40px;
	font-size:20px;
	color:black;
}
#returnhome a{color:black;text-decoration:none;}
#returnhome a:hover{color:#525151;}
