/* Included CSS Files */
@import url("reset.css");
@import url("home.css");
@import url("navigation.css");
@import url("RTE_Styles.css");
@import url("subpage.css");
@import url("forms.css");
@import url("SearchStyles.css");
@import url("reports.css");
@import url('https://fonts.googleapis.com/css?family=Kavivanar');

/* Default Styles */

@font-face {
    font-family: 'university_ornateregular';
    src: url('/CSS/fonts/university_ornate_regular-webfont.woff2') format('woff2'),
         url('/CSS/fonts/university_ornate_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	margin: 0;
	position: relative;
}

a {
	color: #113B73;
}

p {
	padding: .25em 0;
}

.full {
	width: 100%;
	height: auto;
}

h1 {
/*
	font-family: "university_ornateregular";

	font-family: "Times New Roman", "serif";
	font-weight: bold;
*/
	color: #4A4B4E;
	padding: 0;
	text-align: left;
	line-height: normal;
	font-size: 3em;
}

h2 {
	font-size: 1.75em;
	color: #4A4B4E;
	padding: .5em 0;
	text-align: left;
	line-height: normal;
}

h3 {
	font-size: 1.25em;
	color: #4A4B4E;
	padding: 0 0 .25em 0;
	text-align: left;
	font-weight: bold;
	line-height: normal;
}

button {
	cursor: pointer;
	outline: none;
}

button:disabled {
	cursor: none;
	background: #555;
	outline: none;
}

.SectionTitle {
	display: none;
}

/*********************************/
/*
/*  Main sections of the site.
/*  100% wide
/*
/*********************************/

header, footer {
	height: auto;
	width: 100%;
	z-index: 100;
	position: relative;
}

header {
/*

	background: url(/Images/HeaderBG.png) repeat-x;
	position: fixed;

*/

	background: #05214D ;


}

#SiteHolder {
	position: absolute;
	height: auto;
	width: 100%;
/*	
	top: 12em;

*/
	
	padding: 2rem 0 7rem 0;
}

footer {
	position: fixed;
	background: #05214D;
	bottom: 0;
}

/*

footer {
	position: fixed;
	background: url(/Images/FooterBG.png) top center repeat-x;
	bottom: 0;
}



*/

/*********************************/
/*
/*  Container sections of the site.
/*  1100px max-wide
/*
/*********************************/

#HeaderContainer, #FooterContainer, #Copyright {
	width: 100%;
	min-height: 1em;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

#HeaderContainer {
	width: 100%;
	min-height: 1em;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}







#HeaderContainer {
	height: auto;
}

#FooterContainer {
	width: 99%;
	margin: 2em auto 1em auto;
	height: auto;
}

/*********************************/
/*
/*  Master CSS Styles
/*
/*********************************/

#LogoHolder {
	width: 22%;
	height: auto;
	position: relative;
	cursor: pointer;
	margin-left: 2em;
	z-index: 15;
	float: left;
}

#LogoHolder2020 {
	width: 15%;
	height: auto;
	position: relative;
	cursor: pointer;
	margin-left: 2em;
	z-index: 15;
	float: left;
	background: #FFF;
	padding: .5rem .25rem;
}

#UCCLogoHolder {
	width: 65%;
	height: auto;
	position: relative;
	cursor: pointer;
	z-index: 15;
	float: right;
	display: block;
	background: #FFF;
	padding: .75rem .5rem;
	margin-top: -1.25rem;
	margin-right: 2em;
}



#LogoHolder2020 img, #UCCLogoHolder img {
	position: relative;
	z-index: 15;
	width: 100%;
	height: auto;
}






/* ChurchTrack Logo */
#CTLogoHolder {
	width: 15%;
	height: auto;
	position: relative;
	cursor: pointer;
	margin-left: 0;
	z-index: 15;
	float: left;
	display: none;
}

#LogoHolder img, #CTLogoHolder img {
	position: relative;
	z-index: 15;
	width: 100%;
	height: auto;
}

#Slogan {
	position: relative;
	width: auto;
	margin: 3em auto 0 auto;
	color: #FFF;
	background: rgba(255,0,0,0.0);
	text-align: center;
/*

	color: #113B73;

*/

}

.Header {
	letter-spacing: .02em;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

.HeaderCaption {
	padding: 0;
	font-size: 1.125em;
	font-style: italic;
}

#Address {
	position: relative;
	width: 20%;
	float: right;
	margin: 2em 0 0 0;
	background: rgba(0,123,0,0.00);
	text-align: center;
}

.AddressText {
	color: #FFF;
	font-weight: bold;
}

#Phone, .Phone {
	color: #FFF;
}

#SiteSearch {
	position: relative;
	width: 25%;
	float: left;
	margin: 1em 0 0 0;
	color: #113B73;
	font-weight: bold;
	background: rgba(0,123,212,0.00);
	text-align: right;
}

#SiteSearch input {
	width: 70%;
	border: solid thin #113B73;
}

#SiteSearch button {
	background: #113B73;
	color: #FFF;
	border: none;
}

.SHButton {
	text-decoration: none;
	border-radius: .5em;
	background: #05214D;
	color: #FFF;
	transition: .5s;
	border: 0;
	width: auto;
	padding: 0 1em;
	line-height: 3em;
	font-size: 1em;
	margin: 0 0 0 0;
 }

#Copyright {
	text-align: center;
	color: #FFF;
	margin: 1em auto;
	background: rgba(176,7,10,0.00);
}

#Copyright a {
	text-decoration: none;
	color: #FFF;
}

#SocialIcon {
	position: absolute;
	width: 30px;
	height: auto;
	right: 0em;
	top: 0;
}

#SocialIcon img {
	width: 100%;
	height: auto;
}

#siteseal {
	text-align: center;
	margin-top: 1em;
}

#siteseal img {
	width: auto;
	margin: 0 auto;
}
