eaf/* -------------------------- STYLE ELEMENTS -------------------------- */


li.service_area {
	margin-left: 20px;
}

.small_blue {
	font-size: 10px;
	color: #3E41AF;
	font-weight: bold;

}

.green {
	background-color: #33CC00;
	padding: 2px;
	color: black;
}

.grandchildren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E9F7FC;
	border: 1px solid #3337D2;
}

.xsmall {
	font-size: 10px;
}

.small {
	font-size: 11px;
}

.small_bold {
	font-size: 11px;
	font-weight: bold;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.footer {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}

.greyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
}

.homeCategory {
	font-size: 15px;
	padding: 3px 0px 5px 0px;
}

.majorCategory {
	font-size: 15px;
	padding: 3px 0px 5px 2em;
	text-indent: -1em;
}

.leaf_item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding-left: 1em;
	padding-top:4px;
	text-indent: -1em;
}

.serif {
	font-family: "Times New Roman", Times, serif;
}

.bordered {
	border: 1px solid #3337D2;
	padding: 3px;
}

.promotion {
	font-family: "Times New Roman", Times, serif;
	background-color: #33CC00;
	font-size: 15px;
	color: #FFFFFF;
	padding: 3px;
	text-align: justify;
}

.howto p {
	margin-top: 0px;
	margin-bottom: 5px;
}


.item h1 {
	color: #0033CC;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 2px;
	font-size: 22px;
}

.item .blue {
	color: #0033CC;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}

.item h2 {
	background-color: #0033CC;
	color: white;
	text-transform: capitalize;
	margin: 2px;
	padding: 2px;
	font-size: 14px;
}

/* -------------------------- LISTS -----------------------------------*/
ul.menuList {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -1em;
}

/* -------------------------- FORM ELEMENTS -------------------------- */

input {
	border: 1px solid #3337D2;
	color: #0033CC;
}

.post_input input[type=text] {
	border: 1px solid #666666;
	color: #0033CC;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.post_input_spanning input[type=text] {
	border: 1px solid #666666;
	color: #0033CC;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.post_input_spanning textarea {
	border: 1px solid #666666;
	color: #0033CC;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


select {
	border: 1px solid #666666;
	color: #0033CC;
}

textarea {
	border: 1px solid #3337D2;
	color: #0033CC;
}

.input_submit {
	border: 1px solid #3337D2;
	background-color:#E9F7FC;
	color: #000;
}
.alphabetical {
	list-style-type: upper-alpha;
}

#newItem h1 {
	color: #0033CC;
	font-family: "Times New Roman", Times, serif;
	padding: 2px;
}


#newItem h2 {
	background-color: #0033CC;
	color: white;
	text-transform: capitalize;
	padding: 2px;
	font-size: 14px;
}

#newItem.blue {
	color: #0033CC;
	font-size: 16px;
	font-weight: bold;
}

#newItem p {
	color: #000000;
}

