/* global configurations */

html {
	overflow-y: scroll;
    scrollbar-base-color: #dcd3c2;
    scrollbar-arrow-color: #003E62;
	
}

.body_style {
	text-align: center;
    font-family: "Times New Roman", Times, serif;
	background: url(images/body_back.gif) center repeat-y;
    margin: 0px;
}

.body_style a {
	color: #A61E1E;
	text-decoration: none;
}

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

img#small_listing_gallery {
	width: 128px;
	height: 85px;
	margin: 10px;
	border: 1px solid #304d7a;
} 


ul#small_gallery {
	list-style: none;
	padding: 2px;
	margin: 0px;
}

ul#small_gallery li { display: inline;}

#container {
	position: relative;
	text-align: left;
	width: 924px;

	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 18px;	
	text-decoration: none;
	font-weight: normal;
    padding: 0px;
	margin: 0px auto 0px auto;
}

#container a {
	color: #2f3f7d;
	text-decoration: none;
}

#container a:hover {
	color: #000000;
	text-decoration: underline;
}
#header {
	display: block; 
    position: relative;
    width: 924px;
	height: 145px;
    overflow: hidden;
    background-color: #ffffff;
	background: url(images/header_back.jpg) top left no-repeat;
    border: 0px;
	margin-left: 0px;
	margin-top: 0px;	
	padding-left: 1px;
	padding-top: 0px;	
	padding-bottom: 0px;		
}

.menu {
    float: left;
    display: block;
	position: absolute;
	top: 112px; /* 120 pixels from the top of the page */
	left: 284px; /* 20 pixels from the left hand side */
    width: 640px;
    height: 34px;
    overflow: hidden;
}

.menu1
{
    float: left;
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/home.png) top left no-repeat;
    margin: 0px;
    width: 91px;
    height: 34px;
    overflow: hidden;
}

.menu1 a
{
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/home.png) top left no-repeat;
    overflow: hidden;
}

.menu1 a:hover
{
    background-position: 0px -34px;
}

.menu2
{
    float: left;
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/about.png) top left no-repeat;
    margin: 0px;
    padding: 0px;
    width: 108px;
    height: 34px;
    overflow: hidden;
}

.menu2 a
{
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/about.png) top left no-repeat;
    overflow: hidden;
}

.menu2 a:hover
{
    background-position: 0px -34px;
}

.menu3
{
    float: left;
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/sundays.png) top left no-repeat;
    margin: 0px;
    padding: 0px;
    width: 107px;
    height: 34px;
    overflow: hidden;
}

.menu3 a
{
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/sundays.png) top left no-repeat;
    overflow: hidden;
}

.menu3 a:hover
{
    background-position: 0px -34px;
}

.menu4
{
    float: left;
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/programs.png) top left no-repeat;
    margin: 0px;
    padding: 0px;
    width: 114px;
    height: 34px;
    overflow: hidden;
}

.menu4 a
{
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/programs.png) top left no-repeat;
    overflow: hidden;
}

.menu4 a:hover
{
    background-position: 0px -34px;
}

.menu5
{
    float: left;
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/rentals.png) top left no-repeat;
    margin: 0px;
    padding: 0px;
    width: 111px;
    height: 34px;
    overflow: hidden;
}

.menu5 a
{
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/rentals.png) top left no-repeat;
    overflow: hidden;
}

.menu5 a:hover
{
    background-position: 0px -34px;
}

.menu6
{
    float: left;
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/sermons.png) top left no-repeat;
    margin: 0px;
    padding: 0px;
    width: 109px;
    height: 34px;
    overflow: hidden;
}

.menu6 a
{
    display: block;
    background: url(http://www.stjohnsmoncton.ca/images/menu/sermons.png) top left no-repeat;
    overflow: hidden;
}

.menu6 a:hover
{
    background-position: 0px -34px;
}

.splash_block {
	position: relative;
	display: block;
	float: right;
	width: 180px;
	max-width: 180px;
	height: 500px;
	margin-top: -30px;
}

.submenu_block {
	position: relative;
	display: block;
	float: right;
	width: 180px;
	max-width: 180px;
	height: 500px;
	margin-top: 30px;
	padding-right: 10px;
	border-right: 1px solid #545454;
	background-color: #fff;
}

.submenu_title {
	display: block;
	width: 180px;
	height: 20px;
	font-family:  Times, serif;
	color: #545454;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 10px;
	border-bottom: 1px solid #545454;
}

.submenu_blurb {
	position: absolute;
	display: block;
	float: right;
	left: 55px;
	width: 125px;
	height: 48px;
	font-family:  Times, serif;
	color: #545454;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}

#submenu_img {
	display: block;
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 4px;
	border: 1px solid #545454;
	margin-bottom: 20px;
}

.section_title {
	position: relative;
	width: 440px;
	text-align: left;
	font-family:  Times, serif;
	color: #545454;
	font-size: 24px;
	text-decoration: none;
	font-style:italic; 
	font-weight: normal;
	margin-top: 10px;
	margin: 20px;	
}

.full_width {
	display: block;
	float: left;
	position: relative;
	text-align: left;
	width: 922px;
    padding: 0px;
	margin: 0px;
}

.main_content {
	position: relative;
	float: left;
	text-align: left;
	width: 420px;
	font-family:  Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 18px;	
	text-decoration: none;
	font-weight: normal;
    padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 20px;
}

.main_content a {
	color: #0000FF;
	text-decoration: underline;
}

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

.main_content ul { padding:0px; margin:0; width:100%;}
.main_content ul li { 
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #303030;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;;	
	padding-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top: 0px solid #c8c8c8;
	border-bottom: 0px solid #c8c8c8;	
	display: block; background: #fff top left; height:auto;}
	
.main_content ul#winter { padding:0px; margin:0; width:100%;}
.main_content ul#winter li { 
	text-align: left;
	font-family: arial;
	color: #303030;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;;	
	padding-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top: 0px solid #c8c8c8;
	border-bottom: 0px solid #c8c8c8;	
	display: block; background: #fff top left; height:auto;}
	
.quote {
	position: relative;
	display: block;
	text-align: left;
	width: 370px;
	font-family:  Times, serif;
	color: #000000;
	font-size: 13px;
	font-style: italic;
	line-height: 14px;	
	text-decoration: none;
	font-weight: normal;
    padding: 0px;
	margin-left: 20px;
}

/*  2 column configuration */

#maincontainer{
width: 924px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
min-height: 100%;
padding-top: 0px;

}

#contentwrapper{
float: left;
width: 100%;
background: transparent;
}

#contentcolumn{
margin-left: 264px; /*Set left margin to LeftColumnWidth*/
padding-left: 40px;
background: transparent;
}

#leftcolumn{
float: left;
width: 284px; /*Width of left column*/
margin-left: -924px; /*Set left margin to -(MainContainerWidth)*/
height: 100%;
background: transparent;

}

#centercolumn{
float: left;
width: 440px;
margin-left: -630px; /*Set left margin to LeftColumnWidth*/
background: transparent;
}

#rightcolumn{
float: right;
width: 190px;
height: 100%;
margin-left: 724px; /*Set left margin to LeftColumnWidth*/
background: transparent;
}


.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background: transparent;
}


#splash_contentcolumn{
width: 640px;
margin-left: 284px; /*Set left margin to LeftColumnWidth*/
padding-left: 0px;
background: #fff;
}

#splash_leftcolumn{
float: left;
width: 284px; /*Width of left column*/
margin-left: -924px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;
}

.splash_innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

#people_img_block_left {
	display: block;
	float: left;
	margin: 0px;		
	padding: 0px;	
	padding-bottom: 25px;
	text-indent: 10px;
}

#people_img {
    background-color: #ffffff;
    border: 1px solid #2f3f92;
	margin: 10px;		
	padding: 0px;	
}

#slideshow {
	display: block;
	float: right;
	margin: 0px;		
	padding: 0px;	
	margin-top: 0px;
	margin-bottom: 5px;	
    border: 1px solid #BBB2A1;		
}

#fadeshow1 {
	position: relative;
	display: block;
	width: 640px;
	height: 284px;
	margin-top: 0px;	
    border-bottom: 1px solid #000000;	
	margin-left: 0px;	
	padding-left: 0px;
	margin-bottom: 10px;	
}

.splashcontent {
	position: relative;
	display: block;
	float: left;
	margin-left: 0px;	
	padding-left: 0px;

}


#myslides {
	width: 346px;
	height: 231px;
	display: block;
	position: relative;
	float: right;
	overflow: hidden;
    padding: 0;
    margin:  0;
	top: 0px;
} 

#myslides img {
    padding: 0px;
    border: 1px solid #BBB2A1;	
    width: 326px;
}



#footer {
	display: inline-block;
	text-align: center;
	width: 924px;
	height: 20px;
	background: #787878;
	border-top: 1px solid #000;	
    padding-top: 10px;
    padding-bottom: 10px;
	margin-top: 0px;
	font-family: Times, roman;
	color: #c8c8c8;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-weight: regular;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px; 
	list-style-image: url(your custom bullet);
	color: #333333;
	font-size: 12;
	font-weight: normal;
	margin-left: 10px; 
	padding-left: 10px; 
	line-height: 1.3em;
} 

.scrollArea {
	width: 230 px; 
	height: 100 px;
	padding-left: 0px;
	padding-right: 0px; 
	border-color: #FFFFFF;
	border-width: 1px; 
	border-style: solid;
	float: left; 
	overflow: auto;
}

#leftbox_box {
	position: relative;
	display: block;
	background-image: url(images/new_left_box.jpg);		
	width: 284px;
	height: 284px;
	border-bottom: 1px solid #595959;
	border-right: 1px solid #595959;
	border-left: 1px solid #595959;	
}

#leftbox_box ul { padding:0px; margin:0; width:284px;}
#leftbox_box ul li { 
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #c8c8c8;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: -1px;;	
	padding-left: 25px;
	margin-bottom: 10px;
	border-top: 1px solid #545454;
	border-bottom: 1px solid #545454;	
	display: block; background: url(images/left_box_band2.png) top left; height:24px;}

#leftbox_box ul li a {	font-size: 14px; font-weight: bold; color: #fff; text-decoration: none;}	
	
#leftbox_box ul li a:hover { font-size: 14px; font-weight: bold; color: #e3eaf2; text-decoration: underline; }		
	
#leftbox_box3 {
	padding-top: 15px;
	position: relative;
	display: block;
	float: left;	
	max-width: 262px;

}
.top_leftbox_content {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
    padding: 0px;
	padding-left: 0px;
	padding-top: 2px;
}

.top_leftbox_content a
{
	text-decoration: none;
	color: #dcd3c2;
}

.top_leftbox_content a:hover
{
	text-decoration: underline;
	color: #dcd3c2;
}

.leftbox_content {
	text-align: left;
	background: transparent;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	line-height: 14px;	
	text-decoration: none;
	font-weight: normal;
    padding: 5px;
	padding-left: 45px;
	border-left: 1px solid #545454;
	margin-top: 0px;
}

.leftbox_content a
{
	text-decoration: none;
	color: #dcd3c2;
}

.leftbox_content a:hover
{
	text-decoration: underline;
	color: #dcd3c2;
}

#leftbox_header {
	position: relative;
	display: block;
	float: left;
	margin-top: -0px;	
 	margin: 0px;	
	padding: 0px;

}
