/* CSS Document for Pauanglican website */

/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #FFFFFF;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* the hyperlinks */
a {
	color: #458023;
	text-decoration: underline;
}
a:hover {
	color: #265b00;
}

/* site specific styling */

/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	

/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	color: #676767;
	padding-top: 3px;
}

#topbar a {
		text-decoration: none;
		padding: 0 5px 0 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #676767;
}

#topbar a:hover {
		color: #000000;
		text-decoration : underline;
}

/* the header that contains the big image */
#header {
	width: 740px;
	height: 185px;
	background:   url(../images/common/mhead.jpg) no-repeat top left;
	position: relative;
}

/* the big title text in the header */
#header h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	top: 60px;
	left: 20px;
	display : none;
}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 740px;
	text-align: center;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image:  url(../images/common/gradient1.jpg);
}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 0px;
	background: #FFFFFF url(../images/common/coreleftback.gif) repeat-y top left;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 165px;
	height: auto;
	background: #EEE;
	float: left;
}

/* the corecenter contains the center part of the core */
#corecenter {
	width: 565px;
	height: auto;
	float: right;
	background-color: #FFFFFF;
}

#corecenter h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #3e6717;
	padding: 10px 0 0 10px;
	margin-bottom : 10px;
}

#corecenter h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #3e6717;
	padding: 10px 0 0 10px;
	margin-bottom : 10px;
}

#corecenter p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: Black;
}
	
#corecenter ul, #corecenter ol {
	padding: 5px 20px 20px 20px;
	width: auto;
}

#corecenter ul li {
	list-style: disc;
	line-height: 20px;
	padding-left: 5px;
	margin-left: 10px;
}

#corecenter ol li {
	list-style: decimal;
	line-height: 20px;
	padding-left: 5px;
	margin-left: 15px;
}

#corecenter li a {
	text-decoration: none;
	color: #458023;
	display: block;
	height: auto;
	padding: 4px;
	margin-right: 10px;
}

#corecenter li a:hover {
	background: #a6c384;
	color: #000000;
}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: auto;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	background:  url(../images/common/gradient1.jpg) repeat-x;
}

#footer p {
	color: #FFFFFF;
	padding-right: 20px;
}

#footer a {
	color: #FFFFFF;
}

.sdmenu {
	width: 165px;
	font-family: Sans-Serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: #eee url(../images/common/bottom.gif) no-repeat  right bottom;
	color: #FFF;
	padding-top: 10px;
}

.sdmenu .titlemenu, .sdmenu .titlehidden {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	color: white;
	background: #FFF url(../images/common/title.gif) repeat-x;
	cursor: pointer;
}

.sdmenu .menu1 {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	color: white;
	background: #FFF url(../images/common/title.gif) repeat-x;
}


.sdmenu .titlemenu {
   border-bottom: 1px solid #DDD;
}


.sdmenu .menu1 a, .sdmenu .menu1 a:hover {
   color: white;
	text-decoration: none;
}

.sdmenu .arrow, .sdmenu .titlemenusingle {
	margin-left: 10px;
   margin-right: 7px;
}

.sdmenu .titlehidden {
	border-bottom: none;
}

.sdmenu #top {
	/*Alternative top style - NB set to no-repeat if full width*/
	background:  url(../images/common/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
	padding: 5px 15px 5px 10px;
	background: #EEEEEE;
	display: block;
	border-bottom: 1px solid #DDD;
	color: #066;
	text-decoration: none;
}

.sdmenu .submenu a:hover {
	background: #2C627C url(../images/common/linkarrow.gif) no-repeat right center;
	color: #FFF;
}
