/* CSS Document */
/*
#DC1228		KK Red		220,18,40
#23238E		Royal Blue	35,35,142
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;outline:0;font-size:100%;}
img, abbr, acronym, fieldset {border:0;}
body {}
ol, ul {list-style:inside;}

body {
  min-width: 650px;  /* 2x LC width + RC width */
  background: #eee;  /* grey */
  color: #464646;
  font-size: 62.5%;  /* Resets 1em to 10px */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

a img {border: none; }

#wrapper {
  max-width: 959px;
  width: 959px;
  min-height: 610px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}

#access {
  float: right;
  list-style: none;
}
#access li {
  display: inline;
  padding-right: 8px;
}

#main {
  border: solid #fff;
  border-width: 2px;
  clear:both;
  background-color: #fff;
}

#header {
  height: 70px;
  clear: both;
  border: solid #DC1228;
  border-width:2px;
}

#logo {
  float: left;
}

#contact {
  float:right;
  font-size:1.8em;
  text-align:right;
  padding:4px;
  vertical-align:middle;
  color:#23238E;
}
#contact a {
  text-decoration:none;
  color:#23238E;
}
#contact a:hover {
  text-decoration:none;
  color:#DC1228;
}  

#navigation {
  margin: 0;
  background: #DC1228;
  height: 22px;
  line-height:22px;
  clear: both;
  font-size:1.4em;
  color: #fff;
  font-weight: bold;
  border-top: 4px solid;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-color:#DC1228;
/*  background:url(/images/arrow_right.gif) 10px 6px no-repeat; */
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
  display: inline;
  float:left;
  position:relative;
}
#navigation li a {
  color: #fff;
  display:block; 
  text-decoration:none;
  padding: 0 14px;
  background: transparent url("/images/menu_divider.gif") no-repeat center right;
}
#navigation li a:hover {
  color: #DC1228;
  	background-color: #fff;	            /* colour on hover (white) */
	background-image: none;
	border-right: 1px solid #fff;       /* keep width the same when moving margin-left -1px */
    margin-left: -1px;                  /* cover 'tick' to the left */
}

#container {
  padding-left: 200px;   /* LC width */
  padding-right: 250px;  /* RC width */
  font-size:1.3em;
  line-height:1.5em;
  border:solid #fff;
  border-width:10px;
  clear:both;  
}
#container .column {
  position: relative;
  float: left;
}

#center {
  width: 100%;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
  background:#f1f1ee;
  margin-bottom: 10px;
  min-height:400px;
}
#right {
  width: 250px;          /* RC width */
  margin-right: -250px;  /* RC width */
}

#footer {
  clear: both;
  background-color:#DC1228;
  color: #fff;
  padding: 0 10px;
  height:24px;
  line-height:24px;
}

#copyright {
text-align:right
}

/*** IE6 Fix ***/
* html #left {
  left: 200px;           /* RC width */
}

h1{
  color:#23238E;
  font-size:1.8em;
  font-weight:normal;
  padding:8px 0px 8px 0px;
  margin:0px;
  text-decoration:none;
}

h2{
  color:#23238E;
  font-size:1.4em;
  font-weight:normal;
  padding:4px 0px 4px 0px;
  margin:0px;
}

p{
  padding:0px;
  margin:5px 0 0 0;
}
