/* @group General styles */

body {
	margin: 0;
	background-color: #fffeff;
	text-transform: none;
	font: small Verdana, "Lucida Grande", Lucida, sans-serif;
	word-spacing: 2px;
	color: #424242;
}

a{
	color: #9E005D;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight:100;
	padding-top: 1em;
	margin: 0;
}


h2 {
	font-size: 18px;
	font-weight:200;
	color: #555;
	border-bottom: 1px solid #bebebe;
	

}

h3 {
	color: #888;
	border-bottom: 1px solid #333;
	font-size: 18px;
	font-weight:100;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
}

h4{
	color: #333;
	font-size: 14px;
	font-weight: 100;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 0px;
	border-bottom: 1px solid #dadada;
	clear: left;
}

h6 {
	font-size: 12px;
	font-weight:100;
	line-height: 1.2;
	margin-right: 2%;
	margin-left: 2%;
}

/*p {
	font-size: 12px;
	margin: 5px 2%;
}*/

/*img {
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	opacity: 0.4;
}*/

table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	font-size: 14px;
}

td {
	padding-right: 10px;
	font-size: 12px; 
	vertical-align: top;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding-bottom: 10px;
}

tr {
	left: 0;
	padding-left: 1px;
	margin-left: 1px;
}

ul{
	margin-top:0;
	padding-top:0;
	list-style-position: inside;
	list-style-image: none;
	padding-left: 10px;
}
ul.team{
	list-style-image: url(../images/bullet.png);
	list-style-position: inside;
	list-style-type: disc;
}

li {
	font-size: 12px;
	font-weight:100;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 4px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	clear: none;
}
/*ul {
	list-style-type: disc;
}*/

/*.aze{
	position: relative;
}*/

/* @end */

/* @group Page structure */

/* @group Header */

#header{
	width: 142px;
	height: 150px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 1;
	position: fixed;
	background: rgba(214,58,17,0) url(../images/background.png) no-repeat;
}

.logo{
	padding: 0;
	position: absolute;
	width: 120px;
	height: 120px;
	top: 25px;
	background-color: rgba(254,255,254,0);
	background-image: none;
	left: 25px;
	color: rgba(254,255,254,0);
}


/* @end */

/* @group Sidebar */

#sidebar, .menubar{
	height: 100%;
	position: fixed;
	margin-top: 1px;
	top: 0;
	border-right: 1px solid #d5d5d5;
	left: 0;
	margin-left: 0;
	margin-right: 0;
	width: 140px;
	/*background: #f4f4f4 none no-repeat fixed 0 0;*/
	padding-left: 0;
}

.menu{
	margin-top: 180px;
	padding-left: 20px;
}
.menu li{
	list-style-image: none;
	list-style-type: none;
	letter-spacing: 0px;
	margin-bottom: 2px;
	opacity: 1;
}

.section, expand{
	letter-spacing: 2px;
	margin-bottom: 5px;
	opacity: 1;
	color: #9E005D;
	text-decoration: none;
}

.subsection, .acitem{
	border-left: 1px solid #d5d5d5;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 15px;
	margin-top: 10px;
	line-height: 17px;
}

.subsectionItem{
}

/*.menuItems{
	border-left: 1px solid #d5d5d5;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	left: 0;
}*/

/*.test{
	margin-left: 0;
	padding-left: 10px;
}*/

/* @end */
/* @group Content */

#content{
	padding-left: 0;
	top: 0;
	position: absolute;
	margin: 0;
	width: inherit;
	height: 100%;
	right: 150px;
	left: 200px;
}

#summaryTextBlock{
	letter-spacing: 0.1em;
	color: #989898;
	font: italic 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



.myRow{
	width: auto;
	height: auto;
	margin: auto;
	overflow: auto;
	float: left;
}

.separator{
	visibility: hidden;
	clear: left;
}

.miniLogo{
	width: 56px;
	height: 56px;
}

.cols{
	width: 100px;
}
.title{
	left: 60px;
	width: 600px;
	height: 90px;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 35px;
}

.module{

	letter-spacing: 2px;
	border-bottom: 1px solid #d5d5d5;
	margin-right: 30px;
}
.description{
	text-align: justify;
	word-spacing: 0;
}

#footer{
	font-size: 10px;
	color: #333;
	width: 100%;
	padding-bottom: 0px;
	padding: 0px;
	margin: 0px 0;
}

#footer p{
	padding: 2px;
	margin: 2px 0 0;
	clear: both;
	display: block;
	position: relative;
	top: 40px;
	width: 100%;
}
	
#nabble_content{
	display: block;
	position: absolute;
	top: 0;
	left: 168px;
	width: 750px;
}


#nabble_footer{
	border-top: 1px solid #333;
	color: #333;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	top: 0px;
}

.myCell{
	width: 250px;
	margin: 010px 10px 10px;
	text-align: justify;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: none;
	color: #424242;
}

img.myCell{
	width: 214px;
	height: 114px;
	color: rgba(254,255,254,0);
}

.myCellTitle{
	width: 250px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.myCellTitle{
}

/*.myCellText{
	width: 250px;
	margin: 010px 10px 50px;
	text-align: justify;
	border-top: 1px solid #c5c4c3;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}*/

/* @end */




/* @end */

/* @group Footer */


/* @end */



