/* USED TO DEFINE GLOBAL FONT-FAMILY */
body, p, table, th, td, p, span, li, h1, h2, a, input, textarea, select
{
	font-family: Tahoma, Arial;
}

body
{
	margin: 0px;
}

#header
{
	margin: 10px 0px 20px 0px;
}

/***** BODY CELLS *****/
.leftcol
{
	vertical-align: top;
	background-color: #EAEAEA;
	width: 303px;
	padding-bottom: 6px;
	padding-top: 20px;
}

.spacercol
{
	width: 19px;
}

.maincol
{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 644px;
}
/***** END BODY CELLS *****/

/***** NAV *****/
#nav
{
 padding: 0px 10px 0px 20px;
 margin-bottom: 10px;
 height: 227px;
}

#nav div
{
	margin: 0px;
	margin-bottom: 8px;
}

#nav div.lastitem
{
	margin-bottom: 0px;
}

#nav a
{
	width: 260px;
	color: #474747;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover
{
	color: #853C11;
	text-decoration: underline;
}
/***** END NAV *****/

/***** HOME ONLY *****/
#homecontent
{
	margin-top: 10px;
	width: 100%;
	height: 244px;
	background-color: #781300;
}

#homecontent table
{
	margin: 10px;
	width: 90%;
}

#homecontent table td
{
	color: #FFFFFF;
	font-size: 80%;
	padding: 0px 5px;
}

#homecontent table td div.level2
{
	float: left;
	position: relative;
	padding: 0px 5px;
	margin: 0px;
	width: 130px;
}

div.level2 p
{
	margin: 0px;
	margin-bottom: 10px;
}

#homecontent a
{
	color: #FFFFFF;
}
/***** END HOME ONLY *****/

/***** INNER CONTENT *****/
.colborder
{
	border: solid 1px #C7C7C7;
}

#content
{
	padding: 10px;
	font-size: 80%;
	color: #000000;
	position: relative;
}

#content h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	color: #761400;
	text-transform: uppercase;
}

#content h2
{
	font-size: 100%;
	margin: 0px;
}

#content h3
{
	font-size: 100%;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

#content p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

#content a
{
	color: #CCCCCC;
}
/***** END INNER CONTENT *****/

/***** FOOTER *****/
#footer
{
	margin-top: 20px;
}

#footer div
{
	margin-bottom: 10px;
}

#footer_tile
{
	height: 20px;
	width: 966px;
	background-image: url(../images/structure/footer_tile.gif);
	background-repeat: repeat-y;
}

#footer_info
{
	font-size: 80%;
	height: 20px;
}

#footer_info div
{
	margin: 0px;
	position: relative;
	float: left;
	width: 483px;
	/*width: 100%;*/
	background-color: #CCD1D5;
	color: #FFFFFF;
}

#footer_info div p
{
	margin: 0px;
	padding: 2px 10px;
}

#footer_info div a
{
	color: #333333;
	text-decoration: none;
}
/***** END FOOTER *****/

#DirectoryContainer
{
	width: 624px;
	height: 395px;
	border: solid 2px #CE5B08;
	background-color: #781300;
	overflow: auto;
	position: absolute;
	top: 90px;
	color: #FFFFFF;
}

#ContainerPad
{
	padding: 10px;
}

#DirectoryContainerTbl td
{
	vertical-align: top;
}

#DirectoryTbl
{
	width: 100%;
}

#DirectoryTbl td
{
	font-size: 70%;
	padding: 5px;
	color: #FFFFFF;
}

.pagebody
{
	width: 394px;
	vertical-align: top;
	font-size: 70%;
	color: #FFFFFF;
}

.wide
{
	width: 600px !important;
}

.pagebody h1
{
	font-size: 70%;
	color: #FFF;
}

.pageimage
{
	width: 210px;
	text-align: right;
	vertical-align: top;
	padding-top: 8px;
}

#StoreInterestCbl td
{
	vertical-align: top;
}

.withline
{
	border-right: solid 1px #999999;
}

.data_table,
.form_table
{
	font-size: 100%;
	color: #FFFFFF;
}

.data_table td,
.data_table th
{
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #999999;
}

.calendar
{
	padding: 10px 0px;
	border-bottom: solid 1px #CCCCCC;
}

.deletebutton
{
	border: solid 1px #666666;
	background-color: #993333;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.listing div { margin-bottom: 10px; font-size: 130%; }
.listing a { color: #FFF !important; text-decoration: none;}
.listing h2 { color: #FFF; }