@charset "utf-8";
/* CSS Document */

/* ===== [ TEXT FORMATTING ] ======== */


h1 {
	color:#b31b34;
	font-weight: bold;
	font-size: 150%;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	}
	
h2 {
	color:#000000;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
h3 {
	color:#b31b34;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px 0px 0px 0px;
	}

h3 a {
	color:#b31b34;
	text-decoration:none;
	}

h3 a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
h4 {
	color:#000000;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 2px;
	}

h5 {
	color:#000000;
	font-size: 100%;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	}

h6 {
	color:#b31b34;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

.bodycopy {
	color:#000000;
	font-size: 100%;
	line-height: 120%;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 0px;
	}
a {
	color:#386e89;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#b31b34;
	}

.listing {
	}
	
p.imagetitle {
	display:block;
	color:#000000;
	font-size: 80%;
	line-height: 100%;
	text-align:center;
	margin: 0px;
	padding: 0px;
	}


	
ul {
	margin: 0;
    padding: 0;
	list-style: none;
	font-size: 100%;
	line-height: 120%;
		}
	
ul li  {
	background-image: url(newimages/bullet.gif); /* Replace bullet.gif with your img */
    background-position: left top; /* Position bullet */
    background-repeat: no-repeat;
    padding: 0px 0px 0px 15px; /* Add padding so text doesn't cover bullet img */
	margin: 0px 0px 12px 0px;
}

	
		
ul.inset {
	padding: 6px 0px 0px 0px;
	list-style-type:none;
	}

ul.level2 li {
	padding: 0px 0px 0px 20px;
	background:none;
	list-style-position: outside;
	list-style-image:url(newimages/dash.gif);
	}

ul.numberList li {
	background: none; /* Replace bullet.gif with your img */
    padding: 10px 0px 8px 0px; /* Add padding so text doesn't cover bullet img */
	margin: 0px 0px 0px 20px;
	list-style-position:outside;
	list-style-type:decimal;
	}

.box {
	border:solid 1px #ABA384;
	padding: 3px 6px 0px 6px;
	margin: 8px 0px 20px 0px;	
	}
	
.bodycopyredbold {
	color:#b31b34;
	font-weight: bold;
	font-size: 30px;
}

.bodycopyred {
	color:#b31b34;
	}

.disclaimer {
	font-size:80%;
	}

.employ { color: #006666; font-weight: bold; font-size: 10pt; font-family: Verdana; cursor: pointer; margin-bottom: 6px;
}

	
/* ===== [ HOME PAGE STYLES ] ======== */
p.links  {
	font-size: 90%;
	line-height: 110%;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
	
	

.disclaimer {
	font-size:60%;
	}

.employ { color: #006666; font-weight: bold; font-size: 10pt; font-family: Verdana; cursor: pointer; margin-bottom: 6px;
}

/* ===== [ FORM ELEMENTS ] ========= */
input.fieldNormal  {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #8a8262;
    }
	
input.fieldHighlighted  {
	background-color: #FFCC00;
	border-style: solid;
	border-width: 1px;
	border-color: #b31b34;
   }

/* ===== [ MAJOR LAYOUT CONTAINERS ] ======== */

body  {
	background-image: url(newimages/interface/back.jpg);
	background-repeat: repeat;
	background-color: #eedab9;
	font-size: 90%;
	line-height: 110%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}



.pagecontent {
padding-left:20px;
}

.table {
position:relative;
	}


/* ---=== END rounded border ===--- */

	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.displayinline{
	display:inline;
}


