.float-right {
    float: right;
    margin-left: 2em;
}

.boxed-centered {
    margin-bottom: 2em;
    margin-top: 2em;
    border: solid 1px #888;
    text-align: center;
    padding: 1em;
	margin-left: auto;
	margin-right: auto;
}

.boxed {
    margin-bottom: 2em;
    margin-top: 2em;
    border: solid 1px #888;
    padding: 1em;
	margin-left: auto;
	margin-right: auto;
}

.green-bgd {
	background-color: #bfa;
}

.width-80 {
	width: 80%;
}

.center-text {
	text-align: center;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

li>ul {
	margin-bottom: 0;
}

/* RIGHT COLUMN MENU */
#rightmenu {
	padding: 0em 1em;
	color: black;
    border: solid 1px #888;
}

#rightmenu div {
    clear: both;
}

#rightmenu ul {
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0em;
	margin-bottom: 0em;
}

#rightmenu ul li {
	position: relative;
}

#rightmenu ul li a {
	display: block;
	color: #444;
}

#rightmenu ul li a:hover {
	background-color: #0d4;
	color: #fff;
}

#rightmenu ul li.active, #menu ul li.active a, #menu ul li.active a:hover {
	background-color: #86a;
	color: #fff;
	font-weight: bold;
}
















/* FORMS */
fieldset {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
}

legend {
	margin-left: 1em;
	color: #444;
	font-weight: bold;

	border: 1px solid #444;
	background-color: #ccc;
	padding: .2em;
}

label {
	float: left;
	width: 13em;
	margin-right: 1em;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 95%;
	padding-bottom: 0.7em;
}

fieldset.horiz ol li {
	float: none;
	clear: none;
	display: inline;
	margin-right: 2em;
}

fieldset.horiz label {
	float: none;
	width: auto;
	margin: 0 0.3em 0.7em 0em;
	text-align: left;
}

textarea:focus, input:focus, select:focus {
	border: 3px solid #900;
	background-color: #FFFF9D;
}

.attn {
	font-weight: bold;
	color: red;
}

/* Django error messages show up in a <ul> */
.attn ul {
	list-style: none;
}



/* Quote form specific CSS */
.quote-col1 {
	width: 30%;
}
.quote-col2 {
	width: 30%;
}
.quote-col3 {
	width: 40%;
}

/* News Items */
.newsitem {
	border-bottom: dotted 1px #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsitem p {
	padding: 10px 0 10px 0;
}

.newsitem #title {
	font-size: large;
	font-weight: bold;
}

.newsitem #desc {
	padding: 10px;
}


/* misc */
.employee {
	margin-top: 1em;
}

.employeesep {
	border-bottom: 2px groove black;
	width: 50%;
}
