/* CSS for CELIMO Website */

html {
	font-size: 100%; /* IE hack */
}

body{
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;	
}

h1 {
	font-size: 1.333em;
}

h2 {
	font-size: 1.2em;
}

a img{
	border: 0;
}

#wrap{
	width: 83em;
	margin: 1em auto 0 auto;
	border: 0;
}

#margin{
	float: left;
	width: 12.5em;
}

#logo{
    padding: 4.75em 0 0 0;
    overflow: hidden;
    background-image: url("images/celimoLogo.jpg");
    background-repeat: no-repeat;
	width: 11.667em;
    height: 0em !important;
    height /**/:4.75em;
	margin: 0 auto 19em auto;
}

#margin p {
	color: #003366;
}

#main{
	float: left;
	width: 70.333em;
	border-left: 0.083em dotted #cccccc;
	border-right: 0.083em dotted #cccccc;
}

#menu{
	float: left;
	width: 70em;
	height: 2.583em;
	margin: 1em 0 1em 0;
}

#left{
	float: left;
	width: 50em;
	margin: 0 0 1em 0;
	text-align: right;
}

#leftHeader{
	height: 19.667em;
	width: 49.083em;
	margin: 0;
	padding: 0;
}

#content{
	text-align: left;
	margin: 0 auto 0 auto;
	height: 27em;
	overflow: auto;
}

#content h1 {
	color: #003366;
	font-weight: bold;
	margin: 1.4em 0.75em 0 0.75em;
	padding: 0;
}

#content h2 {
	color: #003366;
	font-weight: bold;
	margin: 1.5em 0.833em 0 0.833em;
}

#content p{
	margin: 0 1em 1.5em 1em;
}

#memberListIndex{
	list-style:none;
	margin: 0 1em 0 1em;
	padding: 0;
	text-indent: 0;
	height: 4em;
}

#memberListIndex li{
	float: left;
	width: 11.5em;
}

#memberListIndex a{
	color: #666666;
	text-decoration: none;
}

#memberList{
	list-style:none;
	margin: 0 1em 0 1em;
	padding: 0;
	text-indent: 0;
	height: 9em;
}

#memberList li{
	float: left;
	width: 11.5em;
}

#memberList a{
	color: #666666;
	text-decoration: none;
}
	
.memberFlag {
	border: 0;
	vertical-align: middle;
	margin: 0.167em;
}

#right{
	float: left;
	width: 19.75em;
	border-left: 0.083em dotted #cccccc;
	margin: 0 0 0 0;
	padding: 0;
}

#rightHeader {
	background: #336699;
	color: #ffcc00;
	height: 19.667em;
	margin: 0;
	padding: 0;
}

#rightHeader p {
	margin: 0 0 0 1em;
	padding: 10em 0 0 0;
	font-size: 1.20em;
	line-height: 1.5;
}


.rightBox{
	margin: 1em 0.5em 1em 0.5em;
	background: #cccccc;
	border: 0.083em solid #003366;;
	padding: 0;
}

.rightBox h2{
	display: block;
	width: 100%;
	height: 1.5em;
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
	text-indent: 1em;
	background: url(images/index/fadeBG.jpg) repeat-x top;
	background-color: #003366;
	color: #ffffff;

}

.rightBox p{
	margin: 1em;
}

.rightBox a {
	color: #003366;
	text-decoration: none;
}

.rightBox ul{
	margin: 1em;
	padding-left: 1em;
}

.rightBox li{
	/*list-style-image: url(images/bullet.gif);*/
	list-style-type: square;
	color: #ffcc00;
}
.rightBox li a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}


#footer{
	clear: both;
	height: 2.5em;
	width: 68.33em;
	margin: 1em auto 0 auto;
	background: #336699;
	color: #ffffff;	
}

#footer p {
	font-size: 0.833em;
	line-height: 3;
	margin: 0 0 0 2em;
}

#footer a{
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 3em;
}

.memberLine{
	color: #336699;
	background: #336699;
	height: 0.083em;
	width: 95%;
	border: 0;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}