@charset "iso-8859-1";

/*===============indicates calender main body text ============*/
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #AAAAAA; /*dk gray*/
	;
	color: #000000;
	background-image: url('images/swbc_bg1.jpg');
	background-repeat: repeat;
}
/*===============indicates Month box ============*/
#month {
	border-collapse: collapse;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
}

/*===============indicates boxs around all days and head============*/
#month th, #month td {
	border: 1px solid #000;
}

/*===============indicates color behind day text============*/
#month thead {
	background-color:AAAAAA;
}

/*===============indicates size of outside boxs around days============*/
#month td {
	width: 7em;
	height: 7em;
	padding: 0.2em;
	vertical-align: top;
	overflow: auto;
}

/*===============indicates size of inside boxs around days an text color============*/
td .day   {
	width: em;
	height: 6em;
	overflow:auto;
	margin-top: 0;
	color: #FFFFFF;
}

/*===============indicates current month weekend and wednesday box color============*/
#month tbody .weekend {
	background-color:#2e3192;
}

/*===============indicates previous month weekend box color============*/
#month tbody .next, #month tbody .previous {
	background-color:#666666;
}

/*===============indicates line on top of month name============*/
.rtop {
	display:block;
	background:#660000;
}
	
/*===============indicates line under month name============*/	
.rtop * {
	display: block;
	height: 5px;
	overflow: hidden;
	background:#2e3192;
}

/*===============indicates line on top of month name box 1============*/
.r1{margin: 0 0 0 5px;}

/*===============indicates line on top of month name box 2============*/
.r2{margin: 0 0 0 3px}

/*===============indicates line on top of month name box 3============*/
.r3{margin: 0 0 0 2px}

/*===============indicates line on top of month name box 4============*/
.r4{margin: 0%;
	height: 5px;
	padding: 0px;}

/*===============indicates month text #2d3091============*/
#container h1 {
	margin: 0 0 .5em .5em;
	color: #2e3192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

/*===============indicates writen day text #2d3091============*/
#month th {
	font: 1em  bold Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

/*===============indicates Start of main page format ============*/

.style1 {
font-size: x-large;
color: #000000;
}

h3 {
	font-size: 0.9em;
}
h4 {
	font-size: 0.9em;
}
.style2 {color: #2e3192}
.style6 {font-size: x-large; color: #2e3192; }
.style9 {
	font-size: medium;
	color: #000000;
}
.style10 {color: #000000}
.style11 {color: #F0F0F0}

p {margin-top: 0; }

/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 5px;
	width: 90%;
	background-repeat: repeat;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #AAAAAA;
}
/*=================== styles for top banner ========================*/
#banner1 {
	background-position: right top;
	padding: 10px;
	background-color: #AAAAAA;
	background-image: url('images/church-building.jpg');
	height: 200px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
}
#banner2{
	background-position: left top;
	padding: 10px;
	background-color: #AAAAAA;
	background-image: url('images/church-building.jpg');
	height: 200px;
	background-repeat: no-repeat;
	color: #000000;
	position: relative;
}


/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #AAAAAA;
	text-align: center;
	font-size: 0.9em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	color: inherit;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2d3091;
	border-bottom-color: #2d3091;
}
#topmenu ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #2d3091;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : blink;
	background: #AAAAAA;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #AAAAAA;
	color: #EE0000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-right: 280px;
	margin-left: 280px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url(images/swbc-bullet2.gif);
	margin: 2px;
	padding: 2px;
}
#content li li {
	padding: 2px 0;
	margin-left: 2px;
}

/* *****************************************************
Navigation Bar - Right hand side 
**************************************************** */
#rightnav {
	color: #000;
	padding: 0px;
	float: right;
	background-color: #AAAAAA;
	width: 200px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #2d3091;
	height: 619px;

}
#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightnav li {
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#rightnav ul li {
	text-decoration: none;
	margin-top: 0px;
}
#rightnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
#rightnav p {
	font-size: .8em;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

#leftnav {
	color: AAAAAA;
	padding: 0px;
	float: left;
	background-color: #AAAAAA;
	width: 200px;
	margin-left: 40px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	border: 2px solid #2d3091;
	height: 619px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}

/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid;
	clear: both;
	padding: 5px;
	background-color: inherit;
	text-align: center;
	border-bottom: 2px solid;
	border-bottom-color: #2d3091;
	border-top-color: #2d3091;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #2e3192; /*Blue*/
	;
	background-color: inherit;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
h6 {
	font-size: x-large;
	color: #000000;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
.smtxt {
	font-size:small;
}
