/* 
================================================
 Container Styles for First Presbyterian Church
================================================
*/   

.container {
	width: 100%;
	background-color: Transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.container_content {
	background-color: Transparent;
}
/* Container Titles */
.h_welcome {
	background: url('h_welcome.gif') no-repeat;
    background-color: Transparent;
	height: 54px;
}
.h_visitor  
{   background: url('h_visitor.gif') no-repeat;
    background-color: Transparent;
    height: 54px;
}
.h_volunteer
{   background: url('h_volunteer.gif') no-repeat;
    background-color: Transparent;
    height: 54px;
}
.h_highlights
{   background: url('h_highlights.gif') no-repeat;
    background-color: Transparent;
    height: 54px;
}
.h_tidings
{   background: url('h_tidings.gif') no-repeat;
    background-color: Transparent;
    height: 54px;
}
.h_virtualtour
{   background: url('h_virtualtour.gif') no-repeat;
    background-color: Transparent;
    height: 54px;
}
.standard_ul
{   background: url('title_line.jpg') no-repeat;
    background-color: Transparent;
    height: 54px;
}
.container_title
{   font-family:  Times New Roman, Garamond, Georgia;
    background-color: Transparent;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.3em;
    padding-right: 5px;
}
.container_titleA
{   font-family:  Times New Roman, Garamond, Georgia;
    background-color: Transparent;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.3em;
    padding-right: 5px;
}
.container_titleB
{   font-family: Times New Roman, Garamond, Georgia;
    background-color: Transparent;
    font-size: 13pt;
    color: #73726E;
    font-style: italic;
    font-weight: bold;
    line-height: 1.3em;
    padding-right: 5px;
}
    
/* Picture Frame */

.pictureContent {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
}
.top
{   background-image: url('picture_frame_1x3.jpg');
}
.left
{   background-image: url('picture_frame_3x2.jpg');
}
.right
{   background-image: url('picture_frame_3x1.jpg');
}
.bottom
{   background-image: url('picture_frame_7x3.jpg');
}
/* End Picture Frame */

    