/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
/*	background-color: #44A4E0; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font:Verdana;     
	color: #404040; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 90%;
	text-align: center;
	background-image: url(https://www.everydaywebdesign.com/images/web/backgroundTile.png); 
/*	background-image: url(../images/web/background.png); */
	background-repeat: repeat;
}

a{
	color: #223B6E;
	text-decoration: none;
}

a:link{
	color: #223B6E;
	text-decoration: none;
}

a:visited{
	color: #223B6E;
	text-decoration: none;
}

a:hover{
	color: #223B6E;
	text-decoration: underline;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #79BDFD; 
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 90%;
	font-weight:bold;
	color: #66B4FC;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

/*************************************************/
/** Layout Divs **********************************/
/*************************************************/
#outer
{
	width: 100%;
	background-image: url(https://www.everydaywebdesign.com/images/web/background.png); 
 	background-repeat:repeat-x;	
}
#wrapper{
	width: 1020px;
}

#header{
	height: 177px;
	width: 1020px;
	background-image: url(https://www.everydaywebdesign.com/images/web/header.png);
	background-position: center;
	background-repeat: no-repeat;
}

	#headerLeft{
		padding: 40px 50px 0px 20px;
		float: left;
		height: 125px;
		width: 400px;
		text-align: left;
	}
	
	#headerRight{
		padding: 30px 50px 0px 0px;
		float: right;
		height: 125px;
		width: 400px;
		text-align: right;
		clear: none;
	}
	
#navigation{
	height: 60px;
	width: 1020px;
/*	background-image: url(../images/web/content.png); */
	background-image: url(https://www.everydaywebdesign.com/images/web/nav.png);
	background-position: center;
	background-repeat: repeat-y;
/*	border: 1px solid #000000; */
}

	.navigationTable{
		border: 0px; 
		border-collapse: collapse;
		width: 1000px;
	}
	
	.navigationCell{
		padding: 0px 0px 0px 0px;
		height: 50px;
		width: 100px;
	}	

/* sub navigation for admin and members */

#subNavigation{
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	color: #223B6E;
	font-weight: bold;
}

	#subNavigation a{
		color: #223B6E;
		text-decoration: none;
	}
	
	#subNavigation a:link{
		color: #223B6E;
		text-decoration: none;
	}
	
	#subNavigation a:visited{
		color: #223B6E;
		text-decoration: none;
	}
	
	#subNavigation a:hover{
		color: #223B6E;
		text-decoration: underline;
	}

	.subNavigationTable{
		width: 100%;
		text-align: center;
	}
	
	.subNavigationCell{
		text-align: center;
	}

	
#content{
	min-height: 150px;
	width: 1020px;
	background-image: url(https://www.everydaywebdesign.com/images/web/content.png);
	background-position: center;
	background-repeat: repeat-y;
}

	#contentBreadCrumb{
		padding: 10px 40px 10px 40px; 
		text-align: left;
		font-size: 120%;
		font-weight: bold;
		color: #79BDFD;
	}
	
	#contentMain{
		padding: 10px 40px 10px 40px; 
		text-align: left;
		min-height: 300px;
	}

	#contentMain ul{
		list-style-type: disc;
		list-style-image: url(https://www.everydaywebdesign.com/images/web/dot.png)
	}

	#contentMain ul ul{
		list-style-type: circle;
	}

	#contentMain ul ul ul{
		list-style-type: none;
	}


		.contentBottomNavigationTable{
			width: 100%;
			text-align: center;
		}

		.contentBottomNavigationCell{
			text-align: center;
			vertical-align: top;
			padding: 25px 0px 0px 0px;
		}

#footer{
	height: 177px;
	width: 1020px;
	background-image: url(https://www.everydaywebdesign.com/images/web/footer.png);
	background-position: center;
	background-repeat: no-repeat;
}

#copyRight{
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

/*************************************************/
/** form tables **********************************/
/*************************************************/

.formTable{
	background-color: #F2F2F2;
	border: 2px solid #C0C0C0;
	text-align: left;
	min-width: 50%; 
}

.formLabel{
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
}

.formCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.formNote{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	color: #990000;
}

.formSection{
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
	background-color: #C0C0C0;	
}

/***********************************************/
/* report table                                */
/***********************************************/

.reportTable{
	border-collapse: collapse;
	border: 2px solid #C0C0C0;
	text-align: left;
	width: 100%;
}

.reportHeader{
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background-position: center; 
	background-repeat: repeat-x;
	background-image: url(https://www.everydaywebdesign.com/images/web/gradientHeader.png);
	color: #223B6E;
}

.reportCellEven{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	background-color: #F2F2F2;
}

.reportCellOdd{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

/*************************************************/
/** portfolio tables *****************************/
/*************************************************/

.portfolioTable{
	background-color: #FFFFFF;
/*	border: 2px solid #C0C0C0; */
	text-align: left;
	width: 100%;
}

.portfolioImage{
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
}

.portfolioLabel{
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
}

.portfolioCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
/*	width: 60%; */
}

.portfolioHR{
	color: #79BDFD;
	width: 100%;
	text-align: center;
}

/*************************************************/
/** information tables ***************************/
/*************************************************/

.infoTable{
	border-collapse: collapse;
	border: 2px solid #C0C0C0;
	text-align: left;
	width: 100%;
}

.infoCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	background-color: #F2F2F2;
}

.infoHead{
	color: #223B6E;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: center;
	vertical-align: top;
	background-position: center; 
	background-repeat: repeat-x;
	background-image: url(https://www.everydaywebdesign.com/images/web/gradientHeader.png); 
}

/*************************************************/
/*  message tables                               */
/*************************************************/

.messageTable{
	background-color: #990000;
	border: 1px solid #990000;
	border-collapse: collapse;
}

.messageHead{
	color: #FFFFFF;
	text-align: left;
	background-color: #990000;
	padding: 3px 3px 3px 3px;
}

.messageCellEven{
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 3px;
}

.messageCellOdd{
	text-align: left;
	color: #000000;
	background-color: #FF9900;
	padding: 3px 3px 3px 3px;
}

/*************************************************/
/******************  navigation ******************/
/*************************************************/

/* Home */

#navigationUL_Home{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Home li a{
	display: block;
	width: 132px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonHome.png); 
}

#navigationUL_Home li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonHomeHover.png); 
}

/* Design */

#navigationUL_Design{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Design li a{
	display: block;
	width: 125px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonDesign.png); 
}

#navigationUL_Design li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonDesignHover.png); 
}

/* Program */

#navigationUL_Program{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Program li a{
	display: block;
	width: 125px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonProgram.png); 
}

#navigationUL_Program li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonProgramHover.png); 
}

/* Host */

#navigationUL_Host{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Host li a{
	display: block;
	width: 125px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonHost.png); 
}

#navigationUL_Host li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonHostHover.png); 
}

/* Portfolio */

#navigationUL_Portfolio{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Portfolio li a{
	display: block;
	width: 125px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonPortfolio.png); 
}

#navigationUL_Portfolio li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonPortfolioHover.png); 
}

/* Contact */

#navigationUL_Contact{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Contact li a{
	display: block;
	width: 125px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonContact.png); 
}

#navigationUL_Contact li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonContactHover.png); 
}

/* Quote */

#navigationUL_Quote{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Quote li a{
	display: block;
	width: 125px;
	height: 50px;
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonQuote.png); 
}

#navigationUL_Quote li a:hover{
	background-position: top left; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonQuoteHover.png); 
}

/* Faq */

#navigationUL_Faq{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navigationUL_Faq li a{
	display: block;
	width: 132px;
	height: 50px;
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonFaq.png); 
}

#navigationUL_Faq li a:hover{
	background-position: top right; 
	background-repeat: no-repeat; 
	background-image: url(https://www.everydaywebdesign.com/images/web/buttonFaqHover.png); 
}


.hiddenPic{
	display: none;
}

