﻿
/*-----------------------------------------------
ChapterWeb - Base Styles
Author:		Matson & Isom Technology Consulting
			www.mitcs.com
Version:	2006.08.08.0919
----------------------------------------------- */

/*-------------------------------------------------------------
	+Base Styles
-------------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #C4E8F9;
	text-align: center;
	font-size: x-small; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4
{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h2
{
	color: #7a9db7;
	margin: 0 0 15px 10px;
	font-size: 200%;
}

h3
{
	clear: left;
	font-weight: normal;
	font-size: 160%;
	color: #7a9db7;
	border-bottom: dotted 1px #ccc;
}

h4
{
	font-weight: normal;
	padding-top: 15px;
	font-size: 140%;
}


a
{
	text-decoration: none;
	color: #725772;
}

a img 
{
	border: 0;
}

ul, li
{
	list-style: none;
}

p
{
	color: #333333;
	padding: 5px 20px 5px 20px;
}

/*-------------------------------------------------------------
	+Container Styles
-------------------------------------------------------------*/

#container
{
	width: 748px;
	text-align: left;
	margin: 35px auto;
	background-color: #FFF;
	border: 2px solid #59B3EF;
}

/*-------------------------------------------------------------
	+Header Styles
-------------------------------------------------------------*/

#header
{
	position: relative;
	height: 164px;
	background: url(/_themes/p_fleurdelis/_images/header_background.jpg) no-repeat top;
}

#header h1
{
	text-indent: -9999px;
}

#photo
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 210px;
	height: 197px;
	background: url() no-repeat;
}

#home #mainBody
{
	width: 748px;
	float: left;
	padding: 0;
}

#home #mainBody h2, h3, h4
{
	margin: 10px 5px 0 20px;
	width: 400px;
}

#slideshow
{
	width: 748px;
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}

/*-------------------------------------------------------------
	+Intro Paragraph Styles
-------------------------------------------------------------*/

p.intro
{
	background: #9ab8ce url(/_themes/p_fleurdelis/_images/intro_bg.gif) repeat-x top;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 150%;
	color: #FFF;
	margin: 0 auto 20px auto;
	padding: 10px 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 150%;
	letter-spacing: -1px; 
}



/*-------------------------------------------------------------
	+SubPage Styles
-------------------------------------------------------------*/

#mainBody
{
	float: none;
	width: 700px;
	padding: 20px;
}

#subHeader
{
	position: relative;
	height: 89px;
	background: url(/_images/logo_sub.jpg) no-repeat;

}

#subHeader h1
{
	text-indent: -9999px;
}

#nav
{
	float: right;
	right: 30px;
	bottom: 0;
	clear: both;
	width: 100%;
	padding-top: 1px;
}

#nav li
{
	
	float: right;
	margin: 95px 0 0 2px;
	padding: 3px;
}

#nav li a
{
	color: #fff;
	font-size: 110%;
	padding: 3px 15px 1px 5px;
} 

#nav li a:hover
{
	color: #FFF;
	border-top: solid 2px #fff;
	padding-top: 1px;
}

#history li#l-history,
#contact li#l-contact,
#member li#l-member,
#social li#l-social,
#about  li#l-about,
#phil  li#l-phil
{
	border-top: solid 1px #fff;
}

#quote
{
	background: #fff url(/_themes/p_fleurdelis/_images/background_grad.gif) repeat-x top;
	width: 100%;
	height: 50px;
}

#extraText
{
	text-align: center;
	padding-bottom: 10px;
}


/*-------------------------------------------------------------
	+SubNav Styles
-------------------------------------------------------------*/

#subNav
{
	position: absolute;
	top: 17.5px;
	right: 0;
	width: 27em;
	font-size: 90%;
	text-align: center;
} 

#subNav li
{
	display: inline;
	padding: 0 0 0 5px;
}

#subNav a
{
	color: #725772;
	padding: 0 5px 0 0;
} 

#subNav a:hover
{
	color: #000;
}


/*-------------------------------------------------------------
	+Footer Styles
-------------------------------------------------------------*/

#footer
{
	background: url(/_themes/p_fleurdelis/_images/footer.jpg) no-repeat;
	clear: both;
	height: 3em;
	text-align: center;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footerContainer
{
	text-align: center;
	padding-top: 10px; 
	font-size: 90%;
}

#footerContainer li
{
	padding: 10px 40px 0 0;
	display: inline;
}

#footerContainer p
{
	padding-top: 5px;
}

#footerContainer a
{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footerContainer a:hover
{
	text-decoration: underline;
	font-weight: bold;
}