@charset "utf-8";
* {
	padding:0;
	margin-left: 0px;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	font: 0.7125em Verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
	color: #555f6a;
	background: #f6f7f7 url() repeat-x 0 0;
	text-align:center;
}
img {
	border: 0;
}

.clearing {
	clear:both;
	font-size:0;
	line-height:0;
}
.skipnav {
	display: none;
}
#page-container2 {
	width:900px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 24px;
	text-align:left;
}


/*  -----{ typography }---------------------------  */


p {
	margin-bottom:1.1em;
}
h1 {
}
h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 120%;
	color: #fff;
	margin-bottom: 18px;
	text-transform: uppercase;
	margin-left: 5px;
}
h3 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 200%;
	margin-bottom: 0.7em;
	color: #c00;
	line-height: 120%;
}
h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 120%;
	color: #8aa5b1;
	margin-bottom: .8em;
	text-transform: uppercase;
}
h5 {
	margin-bottom: 1em;
}
h6 {
}
a {
	color: #555f6a;
	text-decoration:none;
}
a:hover {
	/*background: #dfeef6;*/
}
abbr {
	border: none;
}
sup {
	line-height: 100%;
}


#page-container2 #header #menu1 {
	padding-top: 10px;
	padding-right: 60px;
	float: right;
	width: 360px;
	margin-top: 0px;
	margin-right: 0px;
}

#page-container2 #header #menu1 ul {
	list-style: none;
	margin: 0;
	float: right;
}
#page-container2 #header #menu1 li {
	float: left;
	margin: 0 5px;
}

/* #content } */

#content2{
	float: left;
	width: 587px;
	margin: 24px 0 0 0;
	background: transparent url(../images/bg-content.gif) repeat-y 0 0;
}
#content2 p.caption {
	color: #8aa5b1;
	font-size: 90%;
	line-height: 1.3em;
	margin: -1.2em 0 1.4em 0;
}
#content2 h2 {
	margin-left: -24px;
	margin-right: -24px;
	background: transparent url(../images/bg-h2.gif) no-repeat 0 0;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	margin-top: 0px;
}
#content2 a {
	color: #AC5959;
	text-decoration: underline;
}
#content2 a:hover {
	color: #c00;
	text-decoration: none;
}
/* add links' parent tags to prevent this visited state from affecting all content links */
#content2 p a:visited, #content2 ul a:visited, #content2 dl a:visited {
	color: #900;
}
/* h3 links */

#content2 h3 a {
	text-decoration: none;
	background: transparent;
}

#content2 h3 a:hover {
	color: #fe9800;
}
/* h4 links */

#content2 h4 a {
	text-decoration: none;
	color: #8aa5b1;
	background: transparent;
}
#content2 h4 a:hover {
	color: #fe9800;
}
/* lists */

#content2 ol {
	margin: 0 0 1.1em 32px;
}
#content2 ul {
	margin-bottom: 1.1em;
	clear: left;
}
#content2 ul li {
	list-style: none;
	padding-left: 18px;
	background: transparent url(../images/icn-bullet.gif) no-repeat 5px .5em;
}
#content2 ul ul {
	margin-bottom: 0;
}
/* link lists with descriptions */
	
	#content2 ul.long-links li {
	margin-bottom: 1em;
	padding: 0;
	background-image: none;
}
#content2 ul.long-links li a, #content2 ul.long-links li a:visited {
	color: #555f6a;
	display: block;
	width: 507px;
	padding-left: 32px;
	text-decoration: none;
	background: transparent url(../images/icn-arrow.gif) no-repeat 0 .5em;
}
#content2 ul.long-links li a:hover {
	color: #555f6a;
	background-image: url(../images/icn-arrow-over.gif);
}
#content2 ul.long-links li a strong {
	display: block;
	width: auto;
	color: #c00;
}
#content2 ul.long-links li a:hover strong {
	color: #fe9800;
}
#content2 div.left ul.long-links li a, #content2 div.right ul.long-links li a {
	width: 228px;
}
/* link lists */
	
	#content2 ul.short-links li {
	padding: 0;
	background-image: none;
}
#content2 ul.short-links li a {
	display: block;
	width: 521px;
	padding-left: 18px;
	text-decoration: none;
	background: transparent url(../images/icn-arrow-small.gif) no-repeat 0 .4em;
}
#content2 ul.short-links li a:hover {
	background: transparent url(../images/icn-arrow-small-over.gif) no-repeat 0 .4em;
	color: #fe9800;
}
/* accomodate nested items and absent links */	
	#content2 ul.short-links li a.no-link {
	color: #555f6a;
}
#content2 ul.short-links li a.no-link:hover {
	color: #555f6a;
	background-image: url(../images/icn-arrow-small.gif);
}
#content2 ul.short-links li li a {
	width: 503px;
	margin-left: 18px;
}
#content2 div.left ul.short-links li a, #content2 div.right ul.short-links li a {
	width: 242px;
}
#content2 div.left ul.short-links li li a, #content2 div.right ul.short-links li li a {
	width: 224px;
}
#content2 ul.short-links li a .note, #content2 p .note {
	text-decoration: none;
	color: #f90;
}
/* single content column */
#page-container2 #content2 div.single2 {
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 30px;
	padding-left: 24px;
}
#page-container2 #content2 .single2 p {
text-align: justify;
}
	div.single2 div.left {
		float: left;
		width: 261px;
	}
	
	div.single2 div.right {
		float: right;
		width: 260px;
	}
	/*  -----{ nav }---------------------------  */


#nav {
	padding: 24px 10px 34px 10px;
	background: transparent url(../images/bg-nav.gif) no-repeat 0 100%;
}

/* tabular data */#page-container2 #content2 .single2 #swf {
	float: left;
}

/*  -----{ header }---------------------------  */

#header {
	height: 93px;
	text-align: right;
	width: auto;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 15px;
}

#end{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 36px;
	padding-top: 0px;
	background-color: transparent;
	background-image: url(../images/bg-single.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#page-container2 #content2 .single2 #image {
	float: right;
	margin-left: 10px;
}
#page-container2 #content2 .single2 #image_left {
	float: left;
	margin-right: 10px;
}
#page-container2 #content2 .single2 #image_center {
	float: none;
	text-align: center;
}

#page-container2 #content2 .single2 .title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}
/*contact detail table*/
table.contactDetails
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #006699 #006699 #006699 #006699 ;
	border-collapse: separate;
	background-color: white;
}

table.contactDetails th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: #006699 #006699 #006699 #006699 ;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.contactDetails td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: dotted dotted dotted dotted;
	border-color: #006699 #006699 #006699 #006699 ;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
p.goTop{
float:right; clear:right;
}
/* fo guang prayers */
img#prayerLogo{
display:none;
}
table#fgPrayer
{
font-size:125%; margin-top:2em; clear:both;
}
table#fgPrayer td#head{
line-height:100%;
}
table#fgPrayer td#content{
line-height:200%; padding-top:1em;
}
table#fgPrayer td#content #leftCol, table#fgPrayer td#content #rightCol
{
padding:0; margin:0;
}
table#fgPrayer td#content #leftCol .capital
{
font-size:130%;font-weight:bold; color:#FF8000;
}
#prayerTitle
{
color:#9933FF; font-weight:bold; font-size:150%;text-align:center; line-height:150%;
}
#prayerAuthor
{
font-weight:bold;text-align:center; line-height:200%;
}
/* fg prayer toolbar*/
#toolbar
{
float:right; clear:both;
}
#toolbar span
{margin-left:5px;}
#toolbar a
{
text-decoration:none;
}
#toolbar a:hover
{
text-decoration:none; font-weight:bold;
}