* {
	border: 0;
	margin: 0;
	padding: 0;
	font: Arial, Verdana, Helvetica, sans-serif;
}

html {
     overflow: -moz-scrollbars-vertical;
}

:focus { 
	-moz-outline-style: none; 
}

#centerContent {
	float: left;
	min-height: 520px;
}

div#GlossaryContainer {
	float: left;
	width: 500px;
}

div#alphabet {
	background: #edebe5;
	float: left;
	margin-bottom: 15px;
	margin-top: 13px;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
	width: 500px;
}

div#alphabet span {
	display: block;
	float: left;
	text-align: center;
	width: 19px;
}

div#alphabet span.glossaryEmpty {
	color: #dbd7cc;
}

div#alphabet a {
	color: #4d4b44;
	text-decoration: none;
}

div#alphabet a:hover {
	color: #AA1733;
}

div#alphabet a.current {
	color: #892034;
	font-weight: bold;
}

a.expandCollapse {
	float: left;
	margin-bottom: 17px;
	width: 150px;
}

div#glossary {
	color: #4d4b44;
	float: left;
	line-height: 125%;
	padding-right:10px;
}

div#glossary div.entry {
float:left;
margin-top:5px;
padding:2px 0;
position:relative;
width:519px;
}

div#glossary div.entry.highlighted {
	background: #f6f5f2;
	border-bottom: solid 1px #eae9e1;
	border-top: solid 1px #eae9e1;
	
}
div#glossary div.entry span.term{
       color: #4d4b44;
        padding-left: 25px;
        text-decoration: none;
}
div#glossary div.entry a.term {
        background: url('../images/plus.png') no-repeat 5px center;
        color: #4d4b44;
        padding-left: 25px;
        text-decoration: none;
} 

div#glossary div.entry a.term.opened {
        background: url('../images/minus.png') no-repeat 5px center;
        font-weight: bold;
} 

div#glossary div.entry a:hover {
	color: #AA1733;
}



div#glossary div.entry p {
	margin: 0;
	padding-left: 25px;
}

div#glossary div.definition table {
	margin-left: 25px;
	padding-left: 25px;
}
div#glossary div.definition1 {
margin-bottom:10px;
margin-left:-20px;
margin-top:10px;
padding-left:25px;
width:449px;
}

#icons {
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    left: 44px;
    position: absolute;
    text-align: center;
    top: 210px;
}
#icons .manta {
    float: left;
}
#icons .twitter {
    float: left;
	margin-left: 10px;
}
#icons .linkedin {
    float: left;
	margin-left: 10px;
}
/* Icons
*********************************/
#icons-wrapper {
    float: right;
    height: 70px;
    margin: 10px 0 0;
    position: relative;
    width: auto;
}
#icon-aim,
#icon-msn,
#icon-yahoo,
#icon-gtalk
 {
	width: 120px;
	height: 35px;
	position: relative;
	margin: 0;
	padding: 0;
}

#icon-aim {
	top: 0;
	left: 0;
	float: left;
	background: url("../images/social-media/aol-instant-messenger.png") 10px 0 no-repeat;
}

#icon-msn {
	top: 0;
	right: 0;
		float: left;
	background: url("../images/social-media/msn-messenger.png") 10px 0 no-repeat;
}

#icon-gtalk {
	bottom: 0;
	left: 0;
		float: left;
	background: url("../images/social-media/google-talk.png") 10px 0 no-repeat;
}
#icon-yahoo {
	bottom: 0;
	left: 0;
		float: left;
	background: url("../images/social-media/yahoo.png") 10px 0 no-repeat;
}
