body {
    font-family: times;
    font-size: 12px;
    color: #333;
    background: url('../images/bg2.gif') center #A88E67 repeat-y;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

a {
    color: #000;
}

.smallLink {
	font-family: arial;
    font-size: 11px;
    color: #0d2d5a;
}

#container {
    width: 944px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

#headerImg {
    width: 944px;
}

* html #headerImg {
    margin-left: 1px;
}

#headerImg p {
    margin: 0px;
    padding: 0px;
    padding-top: 82px;
    padding-left: 10px;
    text-align: left;
    vertical-align: bottom;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

#topBanner {
    width: 944px;
    height: 111px;
    background: url('../images/top_bar.jpg') no-repeat;
    text-align: right;
    vertical-align: bottom;
}

* html #topBanner {
    margin-left: 1px;
}

#topBanner ul {
    margin: 0px;
    padding: 0px;
    padding-top: 88px !important;
    list-style-type: none;
}

#topBanner ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#topBanner ul li a {
    padding: 6px;
    background: #C50000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-left: -4px;
    padding-bottom: 8px;
    text-decoration: none;
}

#topBanner ul li a:hover {
    background: #0d2d5a;
}

#mainNav {
    position: relative;
    width: 944px;
    height: 30px;
    background: #0d2d5a;
}

* html #mainNav {
    margin-left: 1px;
}

#mainNav ul {
	list-style: none;
	margin: 0px;
	padding-top: 5px !important;
	padding: 0px;
}

* html #mainNav ul {
	margin-top: 7px !important;
}

#mainNav ul li {
	/*display: in-line;
	padding: 0px 6px 0px 6px;
	margin: 0px;
	float: left;*/
        position: relative;
	display: inline;
	background: #0d2d5a;
	padding: 7px;
        margin-left: 14px;
        padding-bottom: 9px;
}

* html #mainNav ul li {
	margin-bottom: 0px;
        padding-bottom: 7px;
}

#mainNav ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
    color: #fff;
}

#mainNav ul li:hover {
	background: #C50000;
}

* html #mainNav ul li.over {
	background: #C50000;
}

#mainNav ul li ul {
	display: none;
	background: #C50000;
	/*border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;*/
	position: absolute;
	top: 1em;
	left: 0px;
	padding: 4px;
}

* html #mainNav ul li ul {
	top: 24px;
        left: 14px;
}

#mainNav ul li ul li {
	display: block;
	background: #C50000;
	color: #fff;
        width: 120px;
        margin-left: 0px;
}

#mainNav ul li ul li:hover {
	background: #0d2d5a;
}

* html #mainNav ul li ul li.over {
	background: #0d2d5a;
}

#mainNav ul li ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#mainNav ul li ul li a:hover {
        text-decoration: none;
}

* html #mainNav ul li ul li a:hover {
        text-decoration: none;
	color: #000;
}

#mainNav ul li > ul {
	top: 28px;
	left: 0px;
}

#mainNav ul li:hover ul, #mainNav ul li.over ul {
	display: block;
}

#bodyContent {
    position: relative;
    padding: 0px;
    margin: 0px;
}

#content {
	font-family: arial;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 700px;
    padding: 16px;
}

#leftBar {
	font-family: arial;
	font-size:11px;
    position: absolute;
    top: 0px;
    left: 728px;
    width: 196px;
    padding: 10px;
    color: #fff;
}

/* table {
    width: 90%;
    border: 1px solid #333;
}*/

table thead tr {
    background: #ddd;
}

table thead th {
    font-size: 14px;
    font-weight: bold;
}

.scrollable {
    width: 100%;
    height: 400px;
    overflow: auto;
}

#devotionSearchBox {
    position: relative;
    border: 1px solid #ddd;
    width: 250px;
}

#devotionSearchBox div {
    position: absolute;
    top: -12px;
    left: 6px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    padding: 2px;
}

#devotionSearchBox form {
    padding-top: 16px !important;
    padding: 6px;
}

* html #devotionSearchBox form {
	margin-top: 16px;
}

#video {
	width: 462px;
	padding: 1em 1em .5em;
	float: right;
	margin-left: 1em;
	background-color: #ddd;
}

#video p {
	margin-left: 1em;
	margin-right: 1em;
}

p.link-download {
	margin: 1.5em 0;
}

p.link-download a {
	background: #eee url("../images/download.png") no-repeat 6px center;
	padding: 6px 8px 6px 26px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
}

