/*EWA styles*/

body {
	font-size: 75%;
	margin: 0;
	padding: 0;
}
.header {
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
}
ol, ul {
	padding: 0;
	margin: 0;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	padding: 1em 0 .5em 0;
	font-weight: bold;
}
.articleHeadline {
	color: #31639c;
}
a:link, a:visited {
	color: #31639c;
	font-weight: normal;
}
a:hover, a:active {
	color: #B5BF9E;
}

.header h1 {
	font-size: 1.5em;
}
.header img {
}
.header a {
	font-size: 1.5em;
	text-decoration: none;
}
#navL {
	width: 130px;
	color: #706B47;
	font-size: 90%;
	margin-top: 50px;
}
#navL a:link, #navL a:visited {
	color: #333;
	text-decoration: none;
}
#navL a:hover, #navL a:active {
	color: #31639c;
}
#navL ul a.current  {
	color: #31639c;
	font-weight: bold;
}
#navL ul {
	margin: 0;
	padding: 0;
	margin-left: .5em;
	padding-left: .5em;
}
#navL ul ul li {
	margin-top: -.5em;
}
#navL .level2 {
}
#headerBottom {
}
#headerBottom .sideMargin {
	background: url(images/address.gif) no-repeat 0 10px;
	height: 70px;
}

.google {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 140px;
}
.google label {
	font-size: 90%;
}
#q {
	width: 120px;
}
.breadcrumb {
	padding: 10px;
	margin-left: 150px;
	margin-top: -70px;
	border-bottom: 1px solid #BCCCC1;
}
#contentWrapper {
}
#content {
	float: left;
	padding: 1%;
	width: 75%;
	margin: 0;
}
.caption {
	padding: .5em 0;
}
.sidebar {
	float: right;
	font-size: 90%;
}
#footer {
	font-size: 90%;
}
.sidebar, .oneColumnRight, .rightColumn {
	padding: 0;
}
.leftColumn, .sidebarLeft {
	padding: 0;
	padding-right: 2em;
}
.greeting {
	font-size: 90%;
	padding: 5px 0 0 5px;
	background: #fff;
}
#footer {
	border: none;
}

/*User Circuit styles*/

#userEditForm #reset {
	float: right;
}

#userEditForm .instruction {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 1em 0;
}
#userEditForm .addEditImage {
	display: none;
}

