/* Basic HTML Element Style */
body {
	background-color: #F8EFE0;
	font: 13px verdana, tahoma, arial, sans-serif;
	color: #134A82;
	margin: 0pt;
}
p {
	text-align: left;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
}
h1 {
	font: italic 28px georgia, 'times new roman', sans-serif;
	/* margin: 0px; */
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 550;
}
/* h2 {
	font: bold 10px verdana, tahoma, arial, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: double 4px #078;
} */
h2 {
	font: bold 18px georgia, 'times new roman', sans-serif;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 0px;
}
h3 {
	font: bold italic 16px georgia, 'times new roman', sans-serif;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 0px;
}
h4 {
	font: bold italic normal 14px verdana, tahoma, arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
h5 {
	font: italic normal 12px verdana, tahoma, arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
.address {
	font-size: 13px;
	color: #134A82;
	font-face: verdana, tahoma, arial, sans-serif;
	/*line-height: 18pt;*/
	text-align: center;
	font-style: italic;
}
.teaser {
	font-size: 14px;
	color: #134A82;
	font-face: verdana, tahoma, arial, sans-serif;
}
.teaser a {
	color: #134A82;
	text-decoration: none;
}
.infoBlocks {
	border: #A2B9CE 2px solid;
	background-color: #F8EFE0;
	text-align: center;
}

/*Structural elements */
#container {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#USCJ {
	position: relative;
	bottom: 10px;
	left: 10px;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
	color: #333333;
}
#sidebar p, ul, li {
	margin-top: 4px;
	margin-bottom: 4px;
}
#sidebar ul {
	margin-left: 5px;
	list-style: none;
}
#sidebar ul ul {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	list-style: none;
}
#sidebar a {
	text-decoration: none;
	color: #134A82;
}
#sidebar a:hover {
	color: #A2B9CE;
}

#navList {
	/*width: 800px;*/
	/* list-style-type: square; */
	/*margin-top: 30px;*/
	padding: 5px;
	border-top: solid 1px #078;
	text-align: center;
}

#navBar {
	width: 190px;
	padding: 0 5px 0 5px;
	margin: 10px 10px 10px 0;
	border: double 4px #134A82; /* dark blue */
	background-color: #A2B9CE; /* light blue */
	float: left;
	font-size: 12px;
	color: #333333;
}
#navBar p {
	margin-top: 4px;
	margin-bottom: 4px;
}
#navBar a {
	text-decoration: none;
	color: #333333;
}
#navBar a:hover {
	color: #E5C598;
}
#navBar2 {
	float: left;
	margin: 0px 10px 0px 0;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList {
	margin-top: 25px;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

/* OFFICE-STYLE FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 font-size: 11px;
 margin: 0;
 padding: 1px;
 width: 170px;
 list-style: none;
 /*background-color: #F0F0F8;*/
 background-color: #D1DEE9;
 background-image: url(../Images/listmenu_o.jpg);
 background-position: left;
 background-repeat: repeat-y;
 /*border: 1px solid #654;*/
 border: 1px solid #134A82;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 170px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
}

/* Links inside the menu */
.menulist li a {
 display: block;
 padding: 3px 4px 3px 18px;
 /*color: #000;*/
 color: #134A82;
 text-decoration: none;
 border: 1px solid transparent;
 margin: 0;

}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #46A;
 padding: 2px 5px 4px 17px;
 border: 1px solid #ADF;
 margin: 0;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #68C;
 border: 1px solid #CDE;
 margin: 0;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically appended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */

/* for tabs on Religious School page */
/* http://css.maxdesign.com.au/listamatic/horizontal05.htm */
#navcontainer {
	width: 600px;
	float: right;
	text-align: right;
	margin-bottom: 12px;
}
#navtabs
{
padding: 3px 0;
margin-left: 20px;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navtabs li
{
list-style: none;
/*margin: 0;*/
margin-left: 10px;
display: inline;
}

#navtabs li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#navtabs li a:link { color: #448; }
#navtabs li a:visited { color: #667; }

#navtabs li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#navtabs li a#current
{
background: white;
border-bottom: 1px solid white;
}

