@import url("parts/forms.css");
@import url("parts/links.css");

#content .formarea {
	width: 540px;	
}

html.narrow #content .formarea {
	width: 440px;	
}


/* CONTENT */

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

a.external {
	background-image:url("../pics/bullet_arrow_2.gif");
	background-position:0px 5px;
	padding-left:10px;
	background-repeat: no-repeat;
}

hr.divider {
	display: block;
	height: 1px;
	color: #DBE1EB;
	background-color: #DBE1EB;
	border-width: 0px;
	margin: 0px;
}

#body-box {
	background:url("../pics/body_bg_sub_directory.gif");
	background-repeat:repeat-y;
}

#content-box {
	position:relative;
	width:873px;
	clear:both;
}

#content {
	float:left;

	width:595px;

	margin:0;
	padding:0;

	padding-top:15px;
	margin-left:20px;
	-margin-left:10px;
	padding-right:20px;
}

#content h1 {
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}

#content ul li {
	clear:both;

	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #DBE1EB;
}

#content ul li a {
	display:inline;
	
	background-image:url("../pics/bullet_arrow.gif");
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	
  /* text-decoration:none; */
}

#content ul li ul {
	-margin-top:-10px;
	border:0;
}

#content ul li ul li {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	padding-left:30px;
	border:0;
}

/* NARROW LAYOUT MODE */

html.narrow #body-box {
	background-position:0px 0px;	
	background-image:url("../pics/body_bg_sub_directory_narrow.gif");
}

html.narrow #content-box {
	width:777px;
}

html.narrow #content {
	width:499px;
}

div.image-right,
divi.image-right {
	float: right;
}
