/*--------------------------------------*/
/*	 Style 3 CSS						*/
/*	 by Brian Oldfield					*/
/*	 http://www.schweitzerchapel.com	*/
/*--------------------------------------*/

/****************************************/
/****************************************/
/*			BASIC DEFINITIONS			*/
/****************************************/

html {
	margin: 0;
	/*padding: 25px 25px 25px 25px;*/
	padding-top: 25px;
    background-color: #000000;
}

body {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
    margin-right: auto;
	padding: 0;
    background-color: transparent;
}

ul {
	list-style: circle;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FFC500;
}



/****************************************/
/****************************************/

/* Division Definitions		*/
/* Page Dimentions			*/
/*	Body, Width: 1000 px	*/
/*	Body, Height: UNDIF 	*/
/*  Header, Height: UNDIF	*/
/*  Header, Width: 1000px	*/
/*  Navbar, Width: 200 px	*/
/*  Navbar, Height: UNDIF	*/
/*	Content, Width: 740px	*/
/*	Content, Height: UNDIF	*/

/****************************************/
/****************************************/
/*		CONTAINER DEFINITION		    */
/****************************************/
#container {
   	width: 1000px;
	margin-left: auto;
	margin-right: auto;
    background: #fff url(../images/background.png) repeat top left;
    min-height: 500px;
    position: relative;
    text-align: justify;
    
}
/****************************************/
/****************************************/



/****************************************/
/****************************************/
/*			HEADER DEFINITIONS			*/
/****************************************/

#container #header {
    width: 100%;
    height: 125px;
    position: relative;
    background-color: #3B4884;
}

#header #banner {
    width: 300px;    
    padding-top:20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header #banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/****************************************/
/****************************************/

/****************************************/
/****************************************/
/*		mainCONTAINER DEFINITIONS		*/
/****************************************/

#mainContainer {
    width: 85%;
	min-height: 300px;
    background-color: #C82300;
    height: 100%;
    background-color: transparent;
}

/*      mainNav DEFINITIONS         */
#mainContainer #mainNav {    
    width: 200px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    height: 100%;
}

#mainNav ul {
    list-style: none;
   	font: 13pt Arial, Arial, serif;	
    padding: 0;
    margin: 0;
}



#mainNav ul li {
    line-height: 1.9;
    padding-left: 15px;
}

#mainNav a {
	color: #000000;
	text-decoration: none;
}

/*	MAINNAVE <a:hover> DEFINITION		*/
#mainNav a:hover {
	color: #FFC500;
}
/****************************************/



/*      mainContent DEFINITIONS         */
#mainContainer > #mainContent{
    width: 760px;	
    margin-left: 200px;
    padding-left: 20px;
    padding-top: 10px;
	margin-top:0px;
    background-color: transparent;
    /*height: 80%;*/
}

/*		CONTENT <img> DEFINITION		*/
#mainContent img {
	display: block;
	margin-left: 175px;
	margin-right: auto;
	padding: 25px 25px 25px 25px;
}

/*		CONTENT <ul> DEFINITION			*/
#Content ul {
	list-style-type: none;
}



/*	ABOUT-CONTENT-IMGS <ul> DEFINITION	*/

#mainContent #About-Content-Imgs img {
    padding-bottom: 5px;
    margin: 0px;
}



#mainContent #About-Content-Imgs ul {
	margin: 0px;
    margin-top: -55px;
    float: right;
	list-style-type: none;
    text-align: center;
	line-height: .5;
}

/*	ABOUT-CONTENT-IMGS <li> DEFINITION	*/
#mainContent #About-Content-Imgs li {
	margin: 0px;
	padding: 0px;    
}

/*	YG-CONTENT-IMGS <ul> DEFINITION		*/
#mainContent #YG-Content-Imgs ul {
	list-style-type: none;
	width: 800px;
	float: right;
	text-align: center;
}

/*	YG-CONTENT-IMGS <li> DEFINITION		*/
#mainContent #YG-Content-Imgs li {
	float: right;
}
/*	YG-CONTENT-IMGS <img> DEFINITION		*/
#mainContent #YG-Content-Imgs img {
	padding: 50px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0px;
}

/****************************************/

/****************************************/
/*			FOOTER DEFINITION			*/
/****************************************/
#Footer {
	width: 650px;
	height: auto;
    margin-top: 50px;
	margin-left: auto;
	margin-right:auto;
    padding-top: 10px;
    padding-bottom:0;
    position: relative;    
    background-color: transparent;
}

/*			LINKS DEFINITION			*/
#Footer #Links {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	font: 80% Times New Roman, Times, serif;
}

#Links ul {
	list-style-type: none;
	text-align: center;
}

#Links li {
	display: inline;
	padding: 5px;
	line-height: 1.5;
}

#Links a {
	text-decoration: none;
	color: #000000;
}

#Links a:hover {
	color: #FFC500;
}



/*			CONTACT DEFINITION			*/
#Footer #Contact {
	width: 650px;
	height: auto;
	padding: 5px;
	text-align: center;
	position:relative;
	font: 80% Times New Roman, Times, serif;
}

/*		COPYWRITE DEFINITION			*/
#Footer #Copywrite {	
	width: 650px;
	height: auto;
	text-align: center;
	padding: 5px;
    padding-bottom: 0px;
	position:relative;
	font: 70% Times New Roman, Times, serif;
}
/****************************************/

/****************************************/
/*			FOOTER DEFINITION			*/
/****************************************/
/*                HOME                  */
#LinkPageHead {
	margin-top: 40px;
}

#ChristmasEve {
}

#ChristmasEve-Services {
	width: 400px;
	display: block;
	margin-left: 100px;
	margin-right: auto;
	border: solid;
	background-color: #006633;
}

#ChristmasEve-Services h3 {
	text-align: center;
	color: #FF0000;
}

#ChristmasEve-Services p {
	padding-left: 20px;
	text-align: center;
    color: #FFFFF1;
}

#Services {
	width: 400px;
	display: block;
	margin-left: 100px;
	margin-right: auto;
}

#Services h3 {
	text-align: center;
}

/*
#Services p {
	text-align: center;
}
*/
