@import url(sIFR-screen.css);
@import url(calendar.css);

/* Defaults */

* {
	margin:0;
	padding:0;
}

html {

}

body {
	font-size: 62.5%;
	position: relative;
	text-align: center;
	z-index: 1;
}

a {
	text-decoration: none;
}

hr {
	display: none;
}

.clearFix {
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, input, select {
        font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sa
ns-serif;
        color:#222;
}

ul, ol {
  margin-left: 3em;
  margin-bottom: 15px;
}

/* Containers */
/* ===== */
body {
    background: #fff url(/images/page_background.gif) repeat-x 0 0;
}

div.container, div#header, div#navigation, div#content, div#footer p {
	position: relative;
	width: 755px;
	margin: 0 auto;	
	text-align: left;
	z-index: 1;
}

div#header {	
	height: 90px;
	background: transparent url(/images/trees_background_90.gif) no-repeat top right;
}

h1 {
	position: relative;
	top: 12px;
	width: 271px;
	height: 64px;
	background: transparent url(/images/logo_header.gif) no-repeat;
	text-indent: -9999px;
	z-index: 1;
}

h2 {
	line-height: 1em;
}

/* ===== Header */

div#header p {
	position: absolute;
	right: 0;
	bottom: 10px;
}

div#header p select {
	width: 175px;
}
div#header h2 {
	text-indent: -9999px;
}

/* ===== Footer */
 
div#footer {
	height: 30px;
	background: transparent url(/images/footer_background.gif) repeat-x;
}

div#footer p {
	padding-top: 10px;
}

/* ===== Main Content */

div#main {
  margin: 25px 0 0 0;
  float: left;
  width: 500px;
}

div#main.full {
  width: 100%;
}

div#sidebar {
  margin: 25px 20px 20px 0;
  float: left;
  background-color: #e6f0ef; /*  #dbe4e1;  #c3cbe0; */
  border: 1px solid #999;
}
div#sidebar-pad {
  border: 5px solid #fff;
  padding: 0 10px;
  width: 190px;
}

div#content {
  font-size: 1.2em;
  line-height: 1.3em;
}

ul.go-bullets {
  list-style-type: none;
  margin-left: 1.5em;
}
ul.go-bullets li {
  padding: 0 0 2px 18px;
  background: transparent url(/images/icons/bullet_go.gif) no-repeat;
}

span.title {
  font-size: 1.2em;
  font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

p.clear {
  clear: both;
}

div#main h2 {
    font: 2.3em "Gill Sans", arial, sans-serif;
    padding-bottom: 10px;
    color: #333;
}

div#main h3 {
    clear: left;
    font: 1.9em "Gill Sans", arial, sans-serif;
    padding: 0 0 5px 0;
    margin: 20px 0 10px 0;
    color: #333;
    border-bottom: 1px solid #999;
}

div#main h4 {
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
}


div#sidebar h3 {
        font: 1.3em "Gill Sans", arial, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        padding-bottom: 5px;
        border-bottom: 1px solid #999;
        margin: 10px 0;
        line-height: 1em;
}

div.ministry {
  clear: both;
}

div.ministry img {
  margin-bottom: 15px;
}

div.ministry p, div.ministry h4 {
  margin-left: 120px;
  clear: none;
}

div.ministry ul {
  margin-left: 160px;
}

a {
	font-weight: bold;
}

a {
	color: #061641;
	text-decoration: none;
}

.right {
	text-align: right;
}

h3 span.right {
	text-transform: none;
	float: right;
	font: 0.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#333;
}

.floatLeft {
	float:left;
}
.left {
  float: left;
}

.u {
  text-decoration: underline;
}
/* Image Styles */

img.inline {
	float: left;
	padding: 4px;
	margin: 0 10px 5px 0;
	border: 1px solid #999;
}

img.body-left {
	float: left;
	margin: 0 10px 5px 0;
}

img.icon {
	vertical-align: -4px;
	padding-right: 5px;
}

/* Events Table */

table.events th {
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

table.events {
	clear: left;
	width: 225px;
	font-size: 1em;
	line-height: 1.2em;	
}

table.events caption {
	font-weight: bold;
	text-align: left;
	padding: 5px 0;
	caption-side: top;
}

/* Navigation */

div#navigation {
        background-color: #061641;
        height: 30px;
        z-index: 100;
}

#nav, #nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
}

#nav a {
        padding: 8px 25px;
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 14px;
        font-weight: normal;
}

#nav li {
        float: left;
        border-left: 1px solid #fff;
}

#nav li ul {
        position: absolute;
        width: 150px;
        left: -999em;
        background-color: #f4f5f9;
        border-left: 1px solid #c3cbe0;
        border-right: 1px solid #c3cbe0;
        margin-right: 1px;
}

#nav li ul li {
        border: none;
        width: 150px;
        height: auto;
        border-bottom: 2px solid #c3cbe0;
}

#nav li:hover ul, #nav li.sfhover ul {
        left: auto;
}

#nav li:hover, #nav li.sfhover {
    background: #092262;
} 

#nav li.current a {
        background: #c3cbe0 url(/images/nav-current.gif) repeat-x;
        color: #000;
}

#nav li.current li a {
    background: none;
}

#nav li.last {
        border-right: 1px solid #fff;
}

#nav li ul a {
  font-size: 1.1em;
  color: #061641;
  padding: 5px 5px;
}

#nav li ul li:hover, #nav ul li.sfhover {
        background-color: #c3cbe0;
        border-bottom: 2px solid #061641;
}

/* Messages */

.message {
    display: block;
    position: relative;
    border-top: 1px solid #999;
    padding: 10px 15px;
}

.message p {
    margin: 0;
}

.message ul {
    list-style: none;
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 0.9em;
}

.message ul a {
    font-weight: normal;
}
