/** Position **/
html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #333;
	background: #FFF url('../images/background-old01.gif') repeat-x 0 -50px;
	text-align: left;
}

#bodycontainer {
	width: 950px;
	margin: 0;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 950px;
}

#contentcontainer {
	margin-top: 100px;
}

#beforecontent,
#maincontent,
#aftercontent,
#bottom {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#lang {
	position: absolute;
	margin-left: 35% ; /*margin-left: 60%;*/
	bottom: 10px;
	right: 0;
}

#jflanguageselection {
        margin: 18px 0 0 0;
}

#beforecontent {
	height: 168px;
	overflow: hidden;
}

#inset {
	float: left;
	clear: both;
	margin-bottom: 3px;
}

#user1, #user2, #user3 {
margin-top: 0px;
	float: right;
}

#user1 {
	margin-right: 20px;
}

#user2 {
	margin-right: 100px;
}

#left {
	float: left;
	width: 300px;
	padding: 30px 0;
	background-color: #A0D73B;
	margin: -30px 30px 0 0;
	height: 100%;
}

#right {
	float: right;
	width: 300px;
	margin-top: 20px;
}

#maincontent {
	margin-top: 30px;
	font-size: 14px;
}

#component {
	width: 100%;
	float: left;
}

#aftercontent {
	margin: 50px 0;
	text-align: center;
}

#aftercontent td {
	text-align: center;
}

#bottom {
	border-top: 10px solid #031895; /*original color #057d7e*/
	border-bottom: 10px solid #FFF;
	padding: 5px 0;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	margin: 10px 0;
}

/** inset Styling **/
#beforecontent {
	color: #FFF;
	text-align: right;
}

#inset {
	color: #ffc000;
}

#beforecontent h3 {
	font-size: 15px;
	line-height: 1.3em;
        font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
}

#beforecontent a,
#beforecontent a:link,
#beforecontent a:visited {
	color: #FFFF33;
	text-decoration: none;
}

#beforecontent a:hover {
	color: #CD0006;
	text-decoration: none;
}

a img {
	border: 0;
}
/** Top Styling **/
#logo {
	position: absolute;
	left: 10px;
	bottom: 10px; /*original: 15px*/
}

.moduletable_menu ul,
.moduletable_menu li {
	margin: 0;
	padding: 0;
}

.moduletable_menu li  {
	list-style-type: none;
}

.moduletable_menu li a,
.moduletable_menu li a:visited {
	display: block;
	text-align: left;
	text-decoration: none;
	padding-left: 25px;
	color: #000;
}

.moduletable_menu li a:hover,
.moduletable_menu li#current a {
	color: #FFF;
	background-color: #449E0F;
}

#jflanguageselection ul.jflanguageselection li {
padding-right: 2px;
}

#jflanguageselection ul.jflanguageselection li a,
#jflanguageselection ul.jflanguageselection li a:link,
#jflanguageselection ul.jflanguageselection li a:visited,
#jflanguageselection ul.jflanguageselection li a:active {
text-decoration: underline;
color: #333;
font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li#active_language a {
text-decoration: none;
}


/** Bottom Styling **/
#bottom a,
#bottom a:link,
#bottom a:visited {
	color: #333;
	text-decoration: none;
}

#bottom a:hover {
	color: #000;
	text-decoration: none;
}

/** Content Styling **/
.contentheading,
.componentheading {
	font-size: 30px;
	line-height: 28px;
	text-align: right;
	padding: 10px 0 20px 0;
	text-indent: 30px;
}

.contentpaneopen {
	width: 100%;
}

/** Module Styling **/
#left .moduletable,
#right .moduletable {
	border-top: 1px dashed #FF9;
	text-align: left;
	width: 250px;
	padding-top: 15px;
	margin-top: 15px;
}

.moduletable h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: capitalize;
}

#user1, #user2 {
        font-size: 12px;
        color: #FFF;
        width: 280px;
}

.quote-name {
	color: #b5aa00;
}

.quote-blue {
	color: #0054ff;
}

.quote-red {
	color: #ff0000;
}

.moduletable-quote {
	font-size: 20px;
	line-height: 18px;
	background: #FFF url('../images/quote.gif') no-repeat 0 -20px;
	width: 300px;
	text-align: left;

	padding: 16px 0 0 40px;
	margin: 0 auto;
	margin-bottom: 10px;
}


/** Sitemap styling **/
.contentpaneopen ul li {
	text-align: left;
}

/* Temporary styling for Community Builder sign-up*/
#cbIconsTop {
margin-bottom: 10px;
}

#cbIconsBottom {
visibility: hidden;
}
