/* Common */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

img.left {	
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;	
}

address {
	color: black;
	font-weight: normal;
	padding-left: 10px;
}

hr {
	height: 1px;
	border: 0;
	color: #333;
	background-color: #333;
	width: 100%;
}

hr.invisible {
	height: 1px;
	border: 0;
	border-color: white;
	color: white;
	background-color: white;
	width: 100%;
}

hr.header {
	height: 1px;
	border: 0;
	/*color: #333;
	background-color: #333;*/
	color: #FF9000;
	background-color: #FF9000;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}

hr.footnote {
	margin-top: 15px;
	height: 1px;
	border: 0;
	color: #333;
	background-color: #333;
	width: 15%;
}

hr.dashed {
	border: thin;
	color: white;
	background-color: white;
	width: 100%;
	border-style: dashed;
	border-color: #54AB00;
}

th {
	color: #54AB00;
	font-weight: bold;
	font-size: 14px;	
}

th.command {
	color: #54AB00;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}

td {
	vertical-align: top;
}


td.command {
	color: #54AB00;
	font-weight: bold;
	padding-top: 8px;
}

td.sectionHeader {
	font-weight: bold;
	padding-top: 10px;
}

.footnote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smallheader {
	/* color: #54AB00; */
	color: black;
	font-weight: bold;
}

.smallBody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.table_header {
	font-weight: bold;
}

h1 {
	font-weight: bold;
	color: #54AB00;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-align: justify;
}

.punch-line {
	font-weight: bold;
	color: #54AB00;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
}

.orange {
	color: #FF9000;
}

.green {
	color: #54AB00;
}

.green-bg {
	color: #85BC56;
}

#menu {
	margin: 0;
	padding: 0;
	/* background-color: #E2FFC6; */
	/*background-image: url("/faces/common/images/hexa_menu.jpg");*/
	background-image: url("../images/hexa_menu.jpg");
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 10px;
	height: 28px;	
	/* height: 38px; */
}

#options {
	margin: 0;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*padding: 10px;*/
	height: 28px;
	word-spacing: 50px;	
}

#menu ul {
	list-style: none;
	margin-left: 90px;
}

#options ul {
	list-style: none;
}

#menu ul li, #options li {
	display: inline;
}

#menu ul li a {
	color: white;
	text-decoration: none;
	float: left;
	padding: 5px 25px;
	background: transparent;
}

#menu ul li a:hover {
	color: #808080; /* #FF9000; */
	text-decoration: none;
	float: left;
	padding: 5px 25px;
	background: transparent;
}

#menu ul li a.dir {
	color: white;
	text-decoration: none;
	float: right;
	padding: 5px;
	margin-right:20px;
	background: transparent;
}

/* Site contents */
#content {	
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	padding-left: 65px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 65px;
	width: 950px;
}

#div_expand {
	display: none;
	background-color: #E2FFC6;
	border: thick;
}

#content #column-right {
	float: right;
	width: 500px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content h2 {
	color: #54AB00;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	padding-top: 25px;
	padding-bottom: 4px;
}

#content h3 {
	color: black;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 4px;
}

#content ul li {
	list-style: square;
}

#content ul li.clear{
	list-style: none;
	padding-top: 5px;
	color: black;
}

#content ol li {
	color: #54AB00;
	list-style: decimal;
	font-weight: bold;
}

#content ol li p, ul li p {
	color: black;
	font-weight: normal;
}
#content ul li h3 {
	color: black;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

#content p {
	padding-top: 4px;
	padding-bottom: 12px;
}

#content ul {
	padding-left: 15px;
}

#content ul.clear {
	padding-left: 0px;
}

#content ol {
	padding-left: 25px;
}

#content a {
	color: #54AB00;
	border-bottom-color: #68D000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content iframe, #content table {
	padding: 10px;
	border:thin;
	border-style: dotted;
}

#content table.simple {
	padding: 10px;
	border: none;
	width: 100%;
}

#content table.noborder {
	padding: 10px;
	border: none;
}


#content_intro {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 210px;
	align: top;	
	padding-top: 20px;
}

#content_intro  #conte_intro_description{
	margin: 0;
	padding-bottom: 15px;
}

#content_intro #content_small_description {
	float: left;
	width: 48%;
	align: top;
	color: black;
	font-weight: normal;
}

#content_intro #content_small_description h1 {
	text-align: center;	
}

#content_intro #content_small_description p {
	text-align: justify;
	padding-top: 20px;
}

#content_intro #content_small_separator {
	float: left;
	width: 4%;
	align: top;
}

#content_intro #content_small_separator h1 {
	text-align: center;	
}

/* Site footer */
#footer {
	background-image: url("../images/footer-bg.jpg");
	font-family: Verdana, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	text-align: center;
}

#footer a {
	color: white;
}

