/*
===========================================================
	GENERAL STUFF
===========================================================
*/

@import "/styles/cahestyle.css";

body
	{
		background-image: url(/images/redswoop.png);
	}

a:link {color:#990000; text-decoration: none; font-weight: bold;}
a:visited {color:#663311; text-decoration: none; font-weight: bold;}
a:active {color:#996633; text-decoration: none; font-weight: bold;}
a:hover {color:#fff; text-decoration: none; font-weight: bold; background: #663311;}

#navbar a:link {color:#990000; text-decoration: none; font-weight: bold;}
#navbar a:visited {color:#663311; text-decoration: none; font-weight: bold;}
#navbar a:active {color:#996633; text-decoration: none; font-weight: bold;}
#navbar a:hover {color:#fff; text-decoration: none; font-weight: bold; background: #663311;}

#cahe_header
	{
		background-image: url(/images/kidsnaps_banner.png);
		background-position: center;
		oldheight: 65px;
		height: 122px;
		padding: 0px;
		margin: 0px;
	}

.nmsu_banner_logo
	{
		display: none;
	}

div#navbar { border-right: 0px solid #990000; }

#local_links {

	border: 1px solid #990000;
	background: #cc6666;
	background: #ffeeee;
}

#global_links {
	display: none;
}

.breadcrumb_trail
{
	border: 1px solid #990000;
	background: #cc6666;
	background: #ffeeee;
	display: none;
}

hr	{
		color: #990000;
		background-color: #990000;
		height: 1px;
		border: 0;
	}

h1
	{
		color: #990000;
		border-bottom: 1px solid #990000;
	}

h2
	{
		color: #990000;
		border-bottom: 1px solid #cc6666;
	}
	

h3
	{
		color: #cc6666;
		border-bottom: 1px solid #cc6666;
	}
	
#content p.question {
	font-weight: bold;
}

#content p.answer {
	margin-left: 80px;
}

#content p.answer_category
{
	margin-left: 60px;
	font-weight: bold;
}

#content .resource
{

	margin: 20px;
	padding: 20px;
	border: 1px solid #999;
	background: #eee;
	color: #000;

}

#content .comment_header
{
	border: 1px solid #000;
	background: #666;
	color: #FFF;
	font-size: 120%;
	margin-bottom: 0px;
	padding: 5px;
}

#content .comment_header a
{
	color: #fff;
	font-size: 65%;
	text-decoration: underline;
}

#content .comment
{
	border: 1px solid #000;
	border-top: 0px solid #fff;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}