/* CSS Document */

body	{
	background-color: #dcdddf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #606265;
}

a:link	{
	color: #57688a;
}

a:visited	{
	color: #57688a;
}

a:hover	{
	color: #6280bd;
}

h1	{
	font-size: 13px;
	font-weight: bold;
}

#container	{
	width: 950px;
}

#container2	{
	width: 1000px;
}

#nav	{
	background-color: #a19161;
	height: 27px;
}

#main	{
	background-color: #ffffff;
	height: 195px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#rightnav	{
	background-color: #a19161;
	padding: 0px;
	
}


/* Featured boxes */
.border {
	border: #a19161 solid .1em;
	
}

.featured	{
	background-color: #ffff33;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 5px 0; 
	}

.highlight	{
	color: #000000; 
	
}
	
	

.gray_bg	{
	background-image: url(images/gray_bg.gif);
	background-repeat: repeat-y;
}

.white	{
	color: #ffffff;
}

.footer	{
	font-size: 9px;
}

li	{
	padding-bottom: 15px;
}

.rightcol	{
	background-color: #ffffff;
}

.subhead	{
	font-weight: bold;
	color: #99002e;
}

/* Nav List Styles */

li.leftnav	{
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
}

li.leftnav2	{
	background-color: #99002e;
	padding-bottom: 0px;
	font-size: 10px;
	letter-spacing: .04em;
}

#navlist {
width: 200px;
padding-top: 5px;
padding-bottom: 0px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 1em;
/*background-color: #99002e;*/
background-color: #fd0351;
}

#navlist li {
margin: 0;
line-height: 11px;
border-top: #a19161 solid thin;
}

#navlist a {
display: block;
padding: 3px 0px 3px 5px;
/*background-color: #FEFCC4; */
/*background-image:  url(images/nav1.jpg);*/
background-repeat: no-repeat;
background-position: 0% 50%;
}

#navlist a:link, #navlist a:visited {
color: #ffffff;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
color: #ffffff;
background-color:#c7143d;
}

		.itemTitle {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 14px;
			font-weight: bold;
			font-variant: small-caps;
			background-color: #CCCCCC;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #999999;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #999999;
			border-left-style: none;
			border-right-style: none;
			border-collapse:collapse;
		}
		
.strike	{
	text-decoration:line-through;
}		

#featuredWrap {width:500px; text-align:center;}
#featuredTop {background:url(images/featuredTop.gif) no-repeat; height:34px;}
#featuredBody {background:url(images/featuredBack.gif) no-repeat; height:200px;}
