/* THE BIG GUYS */
* {
  margin: 0;
  padding: 0;
}
/* -- Main Layout Elements --  */

body {
  background: #FFF url(../images/grain_dark_fade.jpg) repeat-x top left fixed;
  padding: 10px 0;
  font: normal normal .72em Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
  background-color: #FFF;
  z-index: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  width: 972px;
  border: 1px solid #CCC;
}

#sub-wrap {
  background-color: #FFF;
  overflow: hidden;/* Paul O Brien Fix for IE www.pmob.co.uk  */
  width: auto;
}

#header {
  height: 200px;
  width: 100%
 /* padding: 1px 1px 1px 1px;  */
}

#leftcolumn {
  display: inline;
  float: left;
  color: #333;
  margin: 10px 0;
  padding: 0px;
  width: 165px;
  height: 100%;
}

#content {
  background: transparent;
  display: inline;
  position: relative;
  padding: 10px;
  border-right: 1px solid #CCC;
  float: left;
  color: #333;
  margin: 0 10px;
  width: 580px;
}

#rightcolumn {
  background-color: #FFF;
  border-left: 0px solid #CCC;
  display: inline;
  position: relative;
  float: right;
  color: #333;
  margin: 0;
  width: 185px;
}

#footer {
  overflow: auto;/* Paul O Brien Fix for IE www.pmob.co.uk  */
  clear: both;
  color: #444;
  margin: 0px 0px 0px 0px;
  border-top: 2px solid #CCC;
}

.column1 {
  border: 0px solid #000000;
  text-align: left;
  padding-left: 40px;
  margin-right: 50px;
  float: left;
  width: 35.3%;
}

.column2 {
  border: 0px solid #000000;
  text-align: left;
  margin-left: 50px;
  float: left;
  width: 33.3%;
}

/* Paragrah ----------- */

#content p {
  line-height: 170%;
  padding-left: 3px;
  margin-bottom: 20px;
}

#footer p {
  font: normal normal 0.9em Verdana, Arial, Helvetica, sans-serif;
  padding: 12px 3px 3px 3px;
}

.info p {
  margin: 0;
}


/* Boxes ---------- */
.SubBannerBox {
  background: #933 url(../images/subbanner_bk.jpg) repeat-x;
  color: #FFF;
  font: bold 1.3em arial, sans-serif;
  margin-top: 0px;
  padding: 3px 0px;
  text-align: center;
}

.photoBox {
  border: 1px solid #C0C0C0;
  background: #F7F7F7 url(../images/grain_light.gif);
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: block;
  height: auto;
  width: auto;
}

#featureBox {
  border: 1px solid #C0C0C0;
  background-color: #E6E6FA;
  margin: 10px 5px 10px 5px;
  padding: 5px;
}

.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 75px;
  background-repeat: no-repeat;
  background-position: 10px center;
  line-height: 170%;
}

.info {
  color: #00529B;
  border-color: #84CEF2;
  font-family: Georgia;
  font-style: italic;
  background-color: #BDE5F8;
  background-image: url(../images/icon-information.jpg);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('success.png');
}

.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('warning.png');
}

.error {
  color: #D8000C;
  padding: 8px;
  font-weight: normal;
  background-color: #FFF2F2;
  background-image: url('error.png');
}

img.left {
  margin: 0 0 10px 10px !important;
}

img.right {
  margin: 0 10px 10px 0px !important;
}

img.middle {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.imgMiddle {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
}

img.floatright {
  float: right;
  margin: 0 0 10px 10px !important;
}

img.floatleft {
  float: left;
  margin: 0 10px 10px 0px !important;
}

.right {
  text-align: right !important;
}

.middle {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
  display: block;
}

.borderless {
  border: 0px;
  text-decoration: none;
}

.thumbnail {
  border: 2px solid #D3D3D3;
  padding: 1px;
}
/* -- LINKS -- */

#content a {
  color: #7F0000;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dotted #CCC;
}

#content a:focus,
#content a:hover,
#content a:active {
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 1px;
  border-bottom: 1px solid #7F0000;
}

#rightcolumn a {
  color: #7F0000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dotted #7F0000;
}

#rightcolumn a:focus,
#rightcolumn a:hover,
#rightcolumn a:active {
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 1px;
  border-bottom: 1px solid #7F0000;
}

#rightcolumn-box a {
  color: #7F0000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px dotted #7F0000;
}

#rightcolumn-box a:focus,
#rightcolumn-box a:hover,
#rightcolumn-box a:active {
  color: #7F0000;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 1px;
  border-bottom: 1px solid #7F0000;
}

.xlink {
  padding-left: 13px;
  margin-left: 1px;
  background:url(images/external_link.gif) top left no-repeat;
  color: #990033;
}

#featureBox a {
  text-decoration: none;
  border: 0px;
}


/* -- FORMS -- */

form, p, ul, ol {
  margin: 0 0 1.5em;
}

input {
  font-family: arial, tahoma, verdana, sans-serif;
  margin: 2px 0;
}

fieldset, img {
  border: none;
}

label {
  display: block;
  padding: 5px 0;
}

label br {
  clear: left;
}

/* -- TYPOGRAPHY -- */

.feed-date {
  vertical-align: middle;
  font: 136% Georgia, verdana, sans-serif;
  color: #7F0000;
}

#breadcrumb {
  margin-top: 8px;
  font: normal bold 12px/16px Arial, Helvetica, sans-serif;
}

#breadcrumb span {
  font-style: italic;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 10px 0;
  color: #444;
  padding-bottom: .1em;
}

h1 {
  font-size: 156%;
  padding: 6px 6px 3px 0;
  border-bottom: 1px dotted #7F0000;
}

h2 {
  font-size: 136%;
  color: #3399CC;
}

h3 {
  font-size: 126%;
}

h4 {
  font-size: 116%;
}

h5 {
  font-size: 106%;
}

h6 {
  font-size: 96%;
}

.highlight {
  color: #E17000;
}

.error {
  color: #c00;
  font-weight: bold;
}

.success {
  color: #390;
  font-weight: bold;
}

.caption {
  color: #6B6B6B;
  font-size: 11px;
}

.date {
  font: bold 82% arial;
  color: #bbb;
  display: block;
  letter-spacing: 1px;
}

.small {
  font-size: 9px;
}
/* -- CONTENT LISTS -- */

#content ul {
  margin: 2px 0px 18px 35px;
  padding: 0px;
}

#content ul li {
  list-style: square;
  margin: 0px 0px 6px 0px;
  padding: 0px;
}

#content li ul {
  list-style: square;
  margin: 8px 0px 8px 16px;
  padding: 0px;
}

#content ol {
  margin: 8px 0px 0px 24px;
  padding: 0px;
}

#content ol li {
  margin: 0px 0px 11px 0px;
  padding: 0px;
}

dl {
  margin: 0 0 1em 0;
}

dt {
  font-weight: bold;
  margin-top: 1.3em;
}

dl dl {
  margin: 0 0 1.5em 30px;
}
/* -- GENERAL -- */

hr {
  margin: 5px 0;
  background: #EFEFEF;
  height: 1px;
  color: #f2f2f2;
  border-bottom: 1px groove #D0D0D0;
}

.clear {
  clear: both;
  position: relative;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* -- Rigthcolumnbox -- */

.rightcolumn-box {
  border: 2px solid #C0C0C0 !important;
  background-color: #F8F8EC;
  padding: 8px;
  margin-top: 8px;
}

.rightcolumn-box h1, .rightcolumn-box h2, .rightcolumn-box h3, .rightcolumn-box h4, .rightcolumn-box h5, .rightcolumn-box h6 {
  padding: 0px 0px 5px 0px;
  margin: 0px;
  color: #000;
}

.rightcolumn-box p {
  font: normal normal .97em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

.rightcolumn-box ul {
  padding-left: .6em;
}
/* -- Left Column Weather Widget -- */

/*
.weatherWidget {
  border: 2px solid #C0C0C0;
  background-color: #F8F8EC;
  padding: 8px;
  margin-top: 8px;
}
*/
.weatherWidgetTime {
  font-size: 11px;
  text-decoration: none;
  color: #000;
}
/* -- Pagination Div -- */

.pagination {
  font: normal normal 12px/14px Verdana, Arial, sans-serif;
  background: #EFEFEF;
  color: #808080;
  padding: 4px 2px 4px 7px;
  border: 1px solid #808080;
  margin: 0 0 1.5em;
}

.pagination p {
  position: relative;
  text-align: right;
}

.pagination p a {
  text-decoration: none;
  background: #FFF;
  color: #808080;
  padding: 2px 5px;
  border: 1px solid #808080;
}
/* .pagination p a:visited, */

.pagination p a:hover, .pagination p .active {
  text-decoration: none;
  background: #FFF;
  color: #7E0001;
  padding: 2px 5px;
  border: 1px solid #7E0001;
}

.pagination p span {
  text-decoration: none;
  background: #FFF;
  padding: 2px 5px;
  border: 1px solid #CCC;
  color: #CCC;
}

.pagination h4 {
  margin-top: -1.45em;
  padding: 0;
  border: none;
}

table.linksTable {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 0.5em;
  border-top: 2px #888 solid;
  border-bottom: 2px #888 solid;
}

.linksTable table caption {
  font-variant: small-caps;
}

.linksTable table.full {
  width: 100%;
}

.linksTable table.fixed {
  table-layout: fixed;
}

.linksTable th, td {
  padding: 0.5em;
}

.linksTable thead th {
  color: #000;
  border-bottom: 2px #800 solid;
}

.linksTable tbody th {
  background: #e0e0e0;
  color: #333;
}

.linksTable tbody th [ scope = "row" ], .linksTable tbody th.sub {
  background: #f0f0f0;
  vertical-align: middle;
}

.linksTable tbody th {
  border-bottom: 1px solid #fff;
  text-align: left;
}

.linksTable tbody td {
  border-bottom: 1px solid #eee;
}

.linksTable tbody tr:hover th [ scope = "row" ], .linksTable tbody tr:hover tbody th.sub {
  background: #f0e8e8;
}

.linksTable tbody tr:hover td {
  background: #fff8f8;
}
/* -- TABLES - calendar

.calendar {
  width: 200px;
  font-size: 92%;
}

.calendar td {
  text-align: center;
  border: 1px solid #ddd;
}

.calendar th {
  text-align: center;
}

.calendar thead th {
  padding: 3px 2px;
}

.calendar tbody th, .calendar tbody th.sub {
  padding: 2px;
}
*/

/* navigation */
.vlist {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.vlist h2 {
	color: #444;
	font: bold 1.5em arial, sans-serif;
	line-height: 22px;
	margin: 0;
	padding-left: 12px;
    border-top: 1px solid #990033;
    border-bottom: 1px solid #990033;
}

.vlist ul {
	padding: 0;
	border-top: 1px solid #d7d7d7;
}

.vlist li {
	border-bottom: 1px solid #d7d7d7;
}

.vlist li a {
	font: bold 1.1em/1.4em arial, sans-serif;
	color: #444;
	display: block;
	padding: 4px 0 4px 8%;
	text-decoration: none;
	width: 92%;
}
.vlist li a:hover {
	background-color: #F0F0EB;
	color: #933;
}

.current {
	background-color: #F0F0EB;
	color:  #0066CC;
}

 /*
.vlist table {
	background-color: #e5e5e5;
	font: normal 1.0em arial, sans-serif;
	float: center;
	width: 160px;
	padding: 5px;
	margin-left: 10px;
}

*/


/*calendar   */

table {
	font-family: 'lucida grande', arial, sans-serif;
	border-collapse: collapse;
	width: 555px;
	align: center;
}
table p {
	padding: 5px;
}
th {
	padding: 0 0.5em;
	text-align: left;
	line-height: 25px;
	font-style: bold;
	background: #D5D9A7;
}
tr.calendar td {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #CCC;
}
td.date {
	width: 75px;
	background: #F7F7F7;
	border-bottom: 1px solid #CCC;
	padding: 2px 0.9em;
}
td.event {
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 2px 0.9em;
}
.center {
	font-family: verdana, sans-serif;
	font-size: .90em;
	text-align: center;
}


