a img									{border: 0px;}
a.clean, a.veryclean	{text-decoration: none;}
a:hover.clean					{text-decoration: underline;}

.inactive, .inactive *, .inactive a {color: #777;}
.camel				{text-transform: capitalize;}
.upper				{text-transform: uppercase;}
.lower				{text-transform: lowercase;}

.strong				{font-weight: bold;}
.sml					{font-size: 90%;}

.white				{color: white;}
.grey					{color: #484848;}
.pink, h1, h2	{color: #e28151;}


/*---- global styles ----*/

* {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #3c3c3c;
}

body {
	font-size: 70%;
}

p {
	line-height: 1.3em;
	margin: 10px 0px;
}

hr {
	color: #bfbfbf;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: normal 160% Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h2 {
	font: bolder 120%/1.2em Tahoma, Verdana, Helvetica, sans-serif;
	margin: 5px 0px;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-size: 100%;
}

textarea {
	overflow: auto;
}

/*---- folded corners ----*/

div.corner_dark, div.corner_light, div.corner_pink {
	background-position: top right;
	background-repeat: no-repeat;
}

div.corner_dark		{background-image: url('images/corner_dark.gif');}
div.corner_light	{background-image: url('images/corner_light.gif');}
div.corner_pink		{background-image: url('images/corner_pink.gif');}

/*---- home page-specific styles ----*/

div#hp_picture {
	background-color: #f6d9ca;
	border-right: 1px solid white;
	width: 192px;
}

div#hp_content {
	width: 387px;
}

div#hp_news_outer {
	background-image: url('images/hp_news_bg.gif');
	background-repeat: repeat-y;
	border-top: 1px solid white;
	width: 580px;
}

div.hp_news {
	border-right: 1px solid white;
	width: 192px;
}

div.hp_news div {
	margin: 5px 20px 5px 10px;
}

div.hp_news p {
	color: white;
}

.hp_headline {
	color: #6d6d6d;
	text-transform: uppercase;
}

div#hp_content div, div#page_content div {
	margin: 10px;
}

div#hp_quote {
	float: left;
	margin-top: 30px;
	text-align: right;
	width: 295px;

}

div#hp_quote div {
	color: #fef6ee;
	line-height: 1.1em;
}

div.quote {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 120%;
}

div.author {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 85%;
	padding-top: 5px;
}

/*---- follow-on page-specific styles ----*/

div#page_left {
	border-right: 1px solid white;
	width: 192px;
}

div#page_content {
	width: 387px;
}

div.page_doc {
	border-bottom: 1px solid white;
	margin: 0px 8px;
	padding: 4px 0px;
}

div.page_doc_title {
	padding: 2px 0px;
	text-transform: uppercase;
}

/*---- top nav-specific styles ----*/

div#topnav ul.toplevel li, div#topnav ul.toplevel li div, div#toplinks ul.toplevel li, div#toplinks ul.toplevel li div {
	display: inline;
}

div#topnav ul.toplevel, div#toplinks ul.toplevel {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#topnav ul.toplevel li div, div#toplinks ul.toplevel li div {
	border-right: 1px solid white;
	padding: 0px 8px;
}

div#topnav ul.toplevel li div a, div#toplinks ul.toplevel li div a {
	text-transform: uppercase;
	font-weight: bolder;
}

div#topnav ul.toplevel li div a.current {
	color: #f6d9ca;
}

div#toplinks {
	margin: 2px 0px 0px 8px;
}

/*---- sub nav-specific styles ----*/

div#page_left div {
	margin: 10px 15px;
}

div#page_left ul.toplevel {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#page_left ul.toplevel li div {
	margin: 0px 8px;
	padding: 4px 0px;
	border-bottom: 1px solid #dfdfdf;
}

div#page_left ul li div a {
	color: #484848;
	font-weight: bolder;
	text-transform: uppercase;
}

div#page_left ul.toplevel li div a.current {
	color: white;
}

/*---- admin nav-specific styles ----*/

div#admincontent {
	width: 500px;
}

div#adminnav {
	border: 1px solid #b7b7b7;
	border-width: 1px 1px 0px 0px;
	margin-right: 20px;
	width: 150px;
}

div#adminnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#adminnav ul li div {
	background-color: #e6e6e6;
	border-top: 1px solid white;
	border-bottom: 1px solid #9f9f9f;
	padding: 2px 8px;
	width: 150px;
}

div#adminnav ul li div a {
	text-transform: uppercase;
	font-weight: bolder;
}

div#adminnav ul li div.active, div#adminnav ul li div.actual {
	background-color: #c6c6c6;
	border-top-color: #ddd;
}

div#adminnav ul li div.actual a {
	color: white;
}

.frm_label {
	clear: both;
	float: left;
	width: 80px;
}

.frm_input {
	float: left;
	width: 260px;
}

.frm_input input, .frm_input textarea {
	width: 250px;
}

/*---- survey form styles ----*/

div.survey {
	clear: both;
	float: left;
	width: 325px;
}

div.question {
	font-weight: bold;
}

div.multibox {
	clear: none;
	float: left;
	width: 160px;
}

div.long {
	width: 320px;
}

.survey_submit {
	background-color: #6d6d6d;
	border: 1px solid white;
	color: white;
	padding: 2px 18px;
	text-transform: uppercase;
}

input.survey_submit {
	padding: 0px;
}

/*---- search results page styles ----*/

div.search_header {
	background-color: #ccc;
	border: 1px solid white;
	padding: 2px 16px;
	width: 290px;
}

div.search_results {
	background-color: #ddd;
	border: 1px solid white;
	border-top-width: 0px;
	padding-top: -10px;
	padding: 2px 16px;
	width: 290px;
}
