﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	text-align: center; /* this is important if you have center alignment in body tag */
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64.5%;
	color: #65615c;
}

/* ensure outline when a focusable item has focus */
:focus {
  outline: 1px dotted red;
  /*border: 1px solid red;*/
}


body:focus
{
  outline: none;
  border: none;
}

div:focus
{
  outline: red dotted 1px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	line-height: 1.5em;
}

img {
	border: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p a, p a:link, p a:active, p a:visited {
	color: #910535;
}

a, a:link, a:active, a:visited{
	color: #910535;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:hover {
	color: #a51c4b;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	/*color: #b7a78f;*/
	color: #870036;
	line-height: 1em;
	padding: 0 0 10px 0;
	background: url(../images/formdivider.gif) repeat-x bottom;
	clear:both;
	margin-bottom: 10px;
}

.home_title {
	width: 545px;
	float: left;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	/*color: #b7a78f;*/
	color: #870036;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #65615c;
}

h3 a:hover {
	color: #a51c4b;
}



h4 {
	font-size: 1em;
	font-weight: bold;
	color: #65615c;
}

.spacer {
	height: 14px;
}


/* CLEAR STYLES
----------------------------------------------- */

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}


.float {
	float: left;
}




/* CONTAINER STYLES
----------------------------------------------- */


#main_container {
	width: 950px;
	margin: 0px auto 0px;
	margin: 0px auto; /* auto = centre align page */
	background-color: #fff;
	text-align: left;
}

#site_container {
	padding: 20px 16px 10px 16px;
	margin: 0px 0;
	background: url(../images/main_tile_bg.gif) 0px 0 repeat-y;
	clear: both;
	
	width: 950px;
	voice-family: "\"}\"";
    voice-family: inherit;
	width: 918px; /* Modern Browser */
}

#foot_container {
	width: 950px;
	height: 12px;
	background-image:url(../images/border_bottom.gif);
	margin: 0;
}

#foot_nav {
	width: 500px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 0 10px 20px;
	/*color: #cccccc;*/
	color: Black;
	float:left;
	text-align:left;
	display:inline;
}

#foot_nav a {
	/*color:#cccccc;*/
	color: Black;
	font-weight:normal;
}

#foot_nav a:hover {
	color: #848484;
	font-weight:normal;
}

#icon_nav {
	width: 300px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px 20px 10px 0;
	color: #848484;
	float:right;
	text-align:right;
	display:inline;
}

#icon_nav a {
	color:#cccccc;
	font-weight:normal;
}

#icon_nav a:hover {
	color: #848484;
	font-weight:normal;
}




/* HEADER STYLES
----------------------------------------------- */

#headcontainer {
	height: 85px;
	width: 918px;
}

#logo {
	float:left;
}

#top_nav {
	width: 300px;
	margin-top: 10px;
}

#top_right_nav  {
	float:right;
	width:400px;
}

#top_right_nav p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 40px;
	text-align:right;
	margin-right:5px;
	color: #000;
}

#top_right_nav p a  {
	color: #000;
	font-weight:normal;
}

/* SEARCH -------------------------------- */


#search label {
	display: block;
	width: 0px;
	height: 0px;
	float: left;
	margin: 0px;
	font-size: 0px;
	overflow: hidden;
	text-indent: -5000px;
}

#input-div input {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	background: none;
	width:110px;
	
}

.search {
	padding-top: 0px;
}

.searchBtn {
	border: 0px;
}

#container-search {
	padding-left: 10px;
	margin-right: 4px;
	float:right;	
	background-image: url(../images/search_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	
	width: 150px; /* ie 5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 140px; /* Modern Browser */
}

#input-div {
	padding-top:2px;
	float:left;
}

#button-div {
	float:right;
}

/* Ordered lists -------------------------------- */

ol {
    margin: 0 0 30px 30px;
}

ol li {
    font-size: 1.2em;
    color: #000;
    line-height: 1.5em;
}

#mobileredirect
{
  background: #ff0000;
  font-size: 30px;
  padding: 20px;
  color:White;
  font-weight: bold;
  margin-bottom: 15px;
}
