
/******************************************************************************
* $Id:$
******************************************************************************/

/******************************************************************************
* defaults
******************************************************************************/

html
{
	background-color: #CCCCCC;
}

body
{
	font-family: times;
}

a
{
	
}

a:visited
{
	
}

a:hover
{
	
}

h1, h2, h3, h4, h5, h6
{
	color: #BD862A;
	font-variant: small-caps;
}

h1
{
	font-size: 138.5%;
}

table td
{
	border: 0;
}

/******************************************************************************
* forms
******************************************************************************/


/******************************************************************************
* header
******************************************************************************/

#hd
{
	background-color: #FFC20E;
	height: 110px;
	text-align: left;
}

#hd #stripe1
{
	height: 90px;
	top: 0;
}

#logo
{	
	width: 240px;
	height: 118px;
	z-index: 10;
	position: absolute;
	margin-top: 30px;
	margin-left: 60px; 
}

#lime
{	
	width: 95px;
	height: 67px;
	z-index: 10;
	position: absolute;
	margin-top: 110px;
	margin-left: 800px; 
}

#displayTitle
{
	padding-right: 3em;
	text-align: right;
	line-height: 100px;
	font-size: 182%;
	font-variant: small-caps;
	color: #000000;
}

#phone
{
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
}


/******************************************************************************
* body
******************************************************************************/

#bd
{
	background-color: #FFFFFF;
}

#bd #bodyContent
{
	padding: 50px 100px 25px 100px;	
}

#bd .content
{
	padding: 0.5em;
}

#sideNav
{
	padding: 50px 0 25px 0;
	min-height: 500px;
	background-color: #70090A;
	color: #FFFFFF;
	text-align: center;
}

/******************************************************************************
* nav
******************************************************************************/

.navBar
{
	height: 20px;
	padding-right: 30px;
	background-color: #000000;
	text-align: right;
	line-height: 20px;
	color: #FFFFFF;
}

.navBar ul
{
	display: inline;
	list-style: none;
}

.navBar ul li
{
	padding: 0 25px;
	display: inline;
	font-variant: small-caps;
}

.navBar a
{
	color: #FFFFFF;
	text-decoration: none;
}

.navBar a:visited
{
	
}

.navBar a:hover
{
	text-decoration: underline;
}

/******************************************************************************
* containers
******************************************************************************/

#panel .bd
{
	/* height: 250px; */
	/* min-height: 250px; */
	background: none;
	background-color: #FFFFFF;
	text-align: left;
	/* overflow: auto; */
}

/******************************************************************************
* footer
******************************************************************************/

#ft
{
	height: 50px;
	background-color: #FFC20E;
}

#ft .stripe2
{
	height: 30px
}

#ft .stripe2.content
{
	text-align: center;
	font-size: 77%;
	line-height: 28px;
}


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

