/* For the item lists on the index, catalog, and newItem logic pages. */
@import url('lib.list_items.css');

/**
 *	Basic Element Defitions
 */
body, html
{
	background-color: #ffffff;
	background-image: url('/site/images/background.png');
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1, h2, h3, h4 
{ 
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 7px 0px;
	line-height: 1;
}

h1 { font-size: 28px; }
h2 { font-size: 21px; }
h3 { font-size: 16px; }
h4 { font-size: 11px; }

img { border: 0px; }

small { font-size: 95%; }

input[type='text'],
textarea {
	padding: 2px;
	line-height: 1;
	border: 1px solid #999999;
	color: #555555;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}


/**
 *	General DOM ID Definitions
 */
#dBody { width: 780px; }

#dHeader { height: 146px; }

#dMain
{
	float: left;
	width: 605px;
}

#dMainBorder
{
	height: 100%;
	border-width: 10px 10px 30px 10px;
	border-color: #E8EFB9;
	border-style: solid;
	height: 100%;
}

#dMainContent
{
	border: 1px solid #B3AA8B;
	padding: 10px;
	height: 100%;
}

#imgHeader
{
	width: 780px;
	height: 146px;
}
#imgLadyBottom
{
	width: 175px;
	height: 130px;
}


/**
 * General Class Definitions
 */
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

h1.withUnderline, h2.withUnderline, h3.withUnderline, h4.withUnderline { border-bottom: 1px solid #DDDDDD; }

/**
 *	Side Menu Stuff
 */
#dSideMenu
{
	float: left;
	width: 175px;
	height: 500px;
}

#dSideMenuPadding { padding: 10px; }
a.sideMenu
{
	display: block;
	padding-left: 20px;
	text-indent: -10px;
	margin-bottom: 5px;
	line-height: 1;
	color: #C10951;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.sideMenu:hover { text-decoration: underline; }
a.sideMenu:visited { color: #C10951; }


/**
 *	Top Menu Stuff
 */
#dTopMenu 
{ 
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CDD1A3;
	background: url('/site/images/top_menu_background.png');
}

#dTopMenuPadding { padding: 3px; }

span.topMenu
{
	margin-left: 5px;
	margin-right: 10px;
	color: #FFFFFF;
}

a.topMenu, a.topMenu:visited 
{ 
	color: #FFFFFF;
	text-decoration: none; 
}

a.topMenu:hover
{
	color: #EAEFB9;
	text-decoration: underline;
}