/* General Template */

body{
	background: #fff url('http://media.bishops.org.za/images/bg.png') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif, serif;
}
a {
   	color: #B99B11;
	font-weight: bold;
}
div#container{
	margin: 0 auto;
	width: 940px;
}

div#wrapper{
	background: url('http://media.bishops.org.za/images/wrapper-bg.png')  no-repeat;
	padding: 0 60px;
}


/* Header Styling */

div#header{
}

div#header-right{
	background: url('http://media.bishops.org.za/images/header-right.png') center center no-repeat;
	float: right;
	width: 543px;
	padding: 45px 60px 0 0;
	height: 77px;
	text-align: right;
	font-size: 11px;
}

div#header-logo{
	float: left;
	width: 337px;
	height: 122px;
	background: url('http://media.bishops.org.za/images/header-logo.png') center center no-repeat;
}

div#header-logo img{
	border: 0;
}

div#header-right input{
	border: 1px solid #295587;
	background: #173E69;
	font-size: 11px;
	color: #fff;
	padding: 3px;
	margin: 0 20px 0 0;
	font-size: 11px;
	width: 150px;
}

div#header-right ul{
	list-style: none;
	margin: 20px 15px 0 0;
	text-transform: uppercase;
}

div#header-right li{
	float: right;
	padding: 0 5px;
}

li.breaker{
	color: #244F7F;
}

div#header-right a, div#header-logo a{
	text-decoration: none;
	font-weight: bold;
	color: #B99B11;
}

div#header-right a:hover, div#header li.current a{
	color: #fff;
}

div#header-logo h1{
	position: absolute;
	left: -9999px;
}

/* Nav Bar Styling */

div#nav-bar{
	clear: both;
	height: 31px;
	font-size: 11px;
	padding: 0 57px 0 58px;
}

ul#nav, ul#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	
}

ul#nav ul li {
	float: left;
	width: 160px;
	background: none;
}

#nav li ul {
	position: absolute;
	width: 170px;
	left: -999em;
	margin: 9px 0 0;
	background: #153457;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

ul#nav a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
ul#subnav a{
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
}

ul#nav li{
	float: left;
	width: 93px;
	height: 23px;
	padding: 8px 0 0;
	background: url('http://media.bishops.org.za/images/spacer.png') right center no-repeat;
		
}

div.spacer{
	background: url('http://media.bishops.org.za/images/spacer.png') center center no-repeat;
	float: left;
	width: 2px;
	height: 31px;
}

/* Content Styling */

div#content{
	padding: 0 20px;
}

div#content a {
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

div#breadcrumb{
	color: #B49818;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
}

h1, h2{
	font-size: 24px;
	font-family: georgia;
	font-weight: normal;
	color: #143356;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 18px;
	text-align: center;
}

div.content-left{
	float: left;
	width: 770px;
	color: #424242;
	line-height: 16px;
	margin: 0 20px 0 0;
	padding: 0 0 5px 0;
}
div.short-content-left{
	float: left;
	width: 570px;
	color: #424242;
	line-height: 16px;
	margin: 0 20px 0 0;
}
div.content-right{
	float: left;
	width: 178px;
	padding: 5px;
}

div#print-page{
	text-align: right;
	color: #B99B11;
	background: url('http://media.bishops.org.za/images/print.png') center center no-repeat;
	size: 11px;
}

.clear{
	clear: both;
}

.arrow-right{
	background: url('http://media.bishops.org.za/images/arrow-right.png') center left no-repeat;
	padding-left: 15px;
	color: #B99B11;
	font-weight: bold;
}

.arrow-up{
	background: url('http://media.bishops.org.za/images/arrow-up.png') center left no-repeat;
	padding-left: 15px;
	color: #B99B11;
	font-weight: bold;
}

div#content hr{
	border: 0;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	color: #DADBDC;
	background: #DADBDC;
}

div#content img{
	float: right;
	border: 1px solid #CBCBCB;
	padding: 3px;
	margin: 3px;
}

div#content img td {
	float: none;
}

/* Right Box Styling */

div#right-box{
	background: #F4F4F4;
	border: 1px solid #E7E7E7;
}

div#right-box ul{
	margin: 0;
	padding: 0 25px 0;
	font-size: 11px;
	color: #B99B11;
}
div#right-box li{
	margin: 5px 0;
}

div#right-box li a{
	text-decoration: none;
	color: #B99B11;
	font-weight: bold;
}

/* Footer Styling */
div#footer{
	background: url('http://media.bishops.org.za/images/footer.png') top center no-repeat;
	height: 41px;
	padding-right: 120px;
	font-size: 11px;
	color: #4D739F;
	text-align: center;
}
div#footer a {
	color: #4D739F;	
	font-weight: bold;
}
div#footer p{
	margin: 0;
	padding: 5px 0 0;
}