/* CSS Document */

body
{
	background-image:url(../images/background.jpg); 
	background-repeat:repeat-x; 
	background-color:#2b2b2b; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin:0; 
	padding:0;
}

a
{
	color: #FFCC66;
	text-decoration: none;
}

a:hover
{
	color: #FFCC66;
	text-decoration: underline;
}

input, textarea, select
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

#leftnavigation
{
	width:200px; 
	margin-left:67px; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0; 
	padding:0;
	z-index: 0;
}

#header
{
	margin-left:84px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	z-index: 0;
	position: absolute;
	left: 205px;
	top: 0px;
}

#signon
{
	position: absolute;
	left: 76px;
	top: 485px;
	width: 173px;
	height: 96px;
	padding-left: 25px;
}

#search
{
	position: absolute;
	left: 76px;
	top: 320px;
	width: 143px;
	height: 96px;
	padding-left: 25px;
}

#info
{
	position: absolute;
	text-align: right;
	top: 642px;
	left: 302px;
	width: 680px;
	color: #666666;
	font-size: 10px;
}

#ads
{
	position: absolute;
	top: 24px;
	left: 306px;
	width: 468px;
	z-index: 1;
}

#signon	a
{
	color: #FFCC66;
	text-decoration: none;
}

#signon	a:hover
{
	color: #FFCC66;
	text-decoration: underline;
}

#navigationText
{
	position: absolute;
	left: 76px;
	top: 100px;
	width: 150px;
}

.navigationItem
{
	height: 29px;
	width: 198px;
	text-indent: 25px;
	padding-top: 7px;
}

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

.navigationItem:hover
{
	background-image:url(../images/nav_overlay.jpg);
	background-repeat: no-repeat;
}

#contentContainer
{
	position: absolute;
	left: 302px;
	top: 150px;
	width: 680px;
	height: 470px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow:auto;
}

#contentContainer h3
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

#contentContainer a
{
	text-decoration: none;
}

#contentContainer a:hover
{
	text-decoration: underline;
	color: #FFCC66;
}

.itemHover table
{
	padding-bottom: 10px;
}

.itemHover a
{
	text-decoration: none;
	color: #FFCC66;
}

.itemHover a:hover
{
	text-decoration: underline;
	color: #FFCC66;
}

.itemHover:hover
{
	background-color: #2f2f2f;
	color: #FF9900;
	border: #666666 1px solid;
	border-collapse: collapse;
}

.contentUL
{
	list-style-type: none;
	margin: 10px 0 0 20px; 
	padding: 0; 
}

.contentUL li
{
	margin: 5px 0 0 0;
}

hr
{
	border-collapse: collapse;
	border: #666666 thin;
}

.nestItem
{
	background-color: #2f2f2f;
	margin-bottom: 20px;
	border: #666666 1px solid;
	border-collapse: collapse;
}

.accent
{
	color: #FFFF33;
}

.catteryItem
{
	background-color: #2f2f2f;
	margin-bottom: 20px;
	border: #666666 1px solid;
	border-collapse: collapse;
}

.formItemMiddle
{
	display: inline;
	left: 200px;
	position: absolute;
}

#formStyle
{
	font-family: Verdana;
	font-size: 12px;
}
#formStyle input
{
	font-size: 11px;
}
#formStyle div
{
	padding-bottom: 10px;
}

.catteryNestItem
{
	display: inline;
	left: 300px;
	position: absolute;
}

.capitalize
{
	text-transform: capitalize;
}

.error
{
	color: #DD0000;
	font-weight: bold;
}

.green 
{
	color: #779801;
}

.footnote
{
	font-size: 10px;
	font-style: italic;
}

