﻿
html
{
	height: 100%;
	bottom: 0;
}

a, a.hover, a.visited
{
	text-decoration: none;
}

a
{
color: #c51919;
}

a.hover
{
color: #FF0000;
}

a.visited
{
color: #333333;
}



body
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	font-size: 100%; /*	background: #FF0000; */
	color: #555555;
}

#page{
	text-align: left;
	width: 924px;
	margin: 0 auto;
	padding: 0;
}

* html #container
{
	height: 100%;
}

#epiphany_logo
{
	background: url(../Content/Images/epiphany_logo.jpg) 0 0 no-repeat;
	width: 134px;
	height: 114px;
	float: left;
	margin-bottom: 20px;
}

#email_signup
{
	padding-top: 70px;
	float: right;
}


.titleBar
{
	background-color: #EBEBEB;
}


.windowMargin
{
	margin-right: 20px;
}

.window
{
	border: 1px solid; /*	border-style:solid non;*/
	width: 100%;
	border-color: #E8E8E8;
}

.windowContents
{
	margin: 20px;
}

.windowTitleBar
{
	background-color: #EEEEEE;
	height: 32px;
	color: #000000;
}
.windowTitleBarDark
{
	background: url(../Content/Images/title_bar_black.png) 0 0;
	height: 32px;
	color: #FFFFFF;
}

.titleBarContents
{
	padding: 9px 0 0 9px;
}

.arrowButton
{
	background: url(../Content/Images/arrow_button.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	float: left;
	padding-right: 10px;
}

.arrowButtonDark
{
	background: url(../Content/Images/arrow_button_black.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	float: left;
	padding-right: 10px;
}

.readMoreButton
{
	background: url(../Content/Images/button_read_more.jpg) 0 0 no-repeat;
	width: 102px;
	height: 24px;
	border: none;
	padding: 0px;
	float: right;
}

.goButton
{
	background: url(../Content/Images/go_button.jpg) 0 0 no-repeat;
	width: 31px;
	height: 21px;
	border: none;
	padding: 0px;
}

#header
{
	padding-top: 5px;
}

#header_nav
{
	background-color: #00FF00;
	background: url(../Content/Images/menu_bar.jpg) 0 0 no-repeat;
	width: 924px;
	height: 40px;
	padding: 0;
}
#header_nav li
{
	margin-top: 6px;
	text-align: center;
	line-height: 1.1;
	list-style: none;
	color: #444444; /*	background: url(images/navbutton.png) 0 0 no-repeat;*/
	width: 89px;
	height: 40px;
	font-size: 11px;
	font-weight: bolder;
	float: left;
	cursor: pointer;
}
#header_nav .selected
{
	color: #c1090f;
}
#header_nav li:hover
{
	color: #c1090f;
}


/* TOP NAV */
.top-nav
{
	height: 40px;
	line-height: 32px;
	/* background: #3B5998; */
	background: url(../content/images/title_bar.png) 0 0 no-repeat;
	padding: 0 10px;
	font-size: 95%;
}
.top-nav ul, .top-nav ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-nav ul li
{
	float: left;
	display: block;
	width: 100px;
	text-align: center;
	height: 40px;
	border-right: thin solid #333333;
}
.top-nav ul li a:link, .top-nav ul li a:visited
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display: block;
}
.top-nav ul li a:hover
{
	color: #c4161c;
	text-decoration: underline;
}
.top-nav ul li ul li
{
	float: none;
	display: block;
}
.top-nav ul li ul li a:link, .top-nav ul li ul li a:visited
{
	color: #444;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	clear: both;
	border-bottom: solid 1px #DEDEDE;
}
.top-nav ul li ul li a:hover
{
	color: #c4161c;
	background: #EBEFF7;
}
.sub-menu
{
	position: absolute;
	width: 100px;
	background: #FFF;
	padding: 10px;
	border: solid 1px #2E4B88;
	border-top: none;
	display: none;
	line-height: 26px;
	z-index: 1000;
}
.sub-sub-menu
{
	position: relative;
	left: 100px;
	width: 100px;
	top: -28px;
	background: #FFF;
	padding: 10px;
	border: solid 1px #2E4B88;
	display: none;
	line-height: 26px;
	z-index: 1000;
}

/* END TOP NAV */


#footer_logos
{
	border: 1px solid;
	border-style: solid none solid;
	width: 924px;
	height: 49px;
	border-color: #E7E7E8;

}

h1
{
	color: #c51919;
	font-size: 20px;
	min-height: 30px;
	font-weight: normal;
}

h2
{
	color: #403535;
	font-size: 14px;
	min-height: 30px;
	font-weight: bolder;
}

h3
{
	color: #403535;
	font-size: 12px;
	min-height: 30px;
	font-weight: bolder;
}


#main_content
{
	margin-top: 10px;
}

#main_content a, a.hover, a.visited
{
	color: #c51919;
	
}

#login_area a, a.hover, a.visited
{
	color: #4e4e4e;
	
}









/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
}

#logindisplay a:link
{
	text-decoration: underline;
}

#logindisplay a:visited
{
	text-decoration: underline;
}

#logindisplay a:hover
{
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.blogPosts li
{
	margin: 25px 0;
}

.blogPosts li h3 
{
	color: #403535;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 5px;
}

.gallery
{
	margin-top: 20px;
}

.gallerycell

{   float: left;
	border: thin;
	margin: 1px;
	padding: 2px;
	width: 64px;
	height: 64px;
	background-color:#CCCCCC;
	text-align: center;
	
}

#main_content #contentlist li

{
padding: 10px;
padding-left: 45px;
margin-left: 25px;
padding: 5px;
list-style-type: disc;
}

