@charset "utf-8";
/* CSS Document */

#topBar { 
	display:none;
}
h1, #menuHome { 
	display:none;
}
#logo a { 
	display:none;
}
#content {
	margin-bottom:18px;
	padding:0;

}

#content ul#topNav { 
	display:none;
}

#content ul#secondaryNav {
	display:none;
}


#content ul#tertiaryNav {
	display:none;
}


/* COLUMN 1 (videoPlayer) */
.videoPlayer {
	display:none;
}


/* COLUMN 1 (CONTENT) 192515 09200C 21331B */
#column_1 h2.minusHeight, #column_1 #includeContainer.minusHeight {margin-top:-36px;}
.container #column_1 #content h2#pageTitle {
	font-size:3em;
	line-height:1.5em;
	margin-bottom:0.333em;

}

.container #column_1 #content #pageContent, .container #column_1 #content #includeContainer  {
	margin-bottom:36px;
}

/*.container #column_1 #content #pageContent img {margin-left:20px;}*/

.container #column_1 #content #pageContent h3, .container #column_1 #content #incPageContent h3 {
	font-size:1.5em;
	line-height:1em;
	margin-bottom:1em;
}

.container #column_1 #content #pageContent h4{
	font-size:1.333em;
	line-height:1.125em;
	margin-bottom:1.125em;
}

.container #column_1 #content #pageContent p {
	font-size:1.083em;
	line-height:1.385em;
	margin-bottom:1.385em;
	padding-right:30px;
}

.container #column_1 #content #pageContent ul {
	margin-left:16px;
	padding-right:30px;
}

/* COLUMN 1 (SITEMAP) */

#sitemap {
	display:none;
}


/* COLUMN 2 (SIDEBAR) 192515 09200C 21331B */
#column_2  {
	display:none;
}

li.icon, span.icon{
background: url(/images/sprite_docTypes.png) no-repeat;
display: block;
float:left;
margin: 0 5px 5px 0;
padding: 0 0 0 24px;
font-size: 12px;
}
li.Indent{
text-indent:-3000px;
}
li.xlsDoc{
background-position: 0 0px;
}
li.pptDoc{
background-position: 0 -50px;
}
li.docDoc{
background-position: 0 -100px;
}
li.pdfDoc{
background-position: 0 -150px;
}
li.flashDoc{
background-position: 0 -200px;
}
li.wwwDoc{
background-position: 0 -250px;
}
li.mp3Doc{
background-position: 0 -300px;
}
li.movDoc{
background-position: 0 -350px;
}
li.jpgDoc{
background-position: 0 -400px;
}


    .word {
    }
    span.size1 {
    color: #DBE6C5;
    font-size: 1.8em;
	line-height: 1.3em;
    }
    span.size2 {
    color: #DBE6C5;
    font-size:1.6em;
	line-height: 1.2em;
    }
    span.size3 {
    color: #DBE6C5;
    font-size: 1.4em;
	line-height: 1.2em;
    }
    span.size4 {
    color: #8F9D31;
    font-size: 1.4em;
	line-height: 1.0em;
    }
    span.size5 {
    color: #8F9D31;
    font-size: 1.4em;
	line-height: 1.3em;
    }
    span.size6 {
    color: #8F9D31;
    font-size: 1.2em;
	line-height: 1.2em;
    }
    span.size7 {
    color: #737F2E;
    font-size: 1.1em;
	line-height: 1.0em;
    }
    span.size8 {
    color: #737F2E;
    font-size: 1em;
	line-height: 1em;
    }
    span.size0 {
    color: #737F2E;
    font-size: .8em;
    }
	#tagCloud{
	font-size: 16px;
	clear:both;
	padding: 0 30px;
	}
	#tagCloud a{
	text-decoration:none;
	}
	#tagCloud a:hover{
	text-decoration: underline;
	}
 
/* - Doc Store - */
#categories a {
	text-decoration: none;
	font-size: 11px;
	color:#333333;
	cursor: pointer;
}
#categories ul{
margin: 0;
padding: 0;
}
#categories ul ul{
margin: 0 0 0 0;
}
#categories li {
	background-image:url(../admin/images/icons/folder.png);
	background-repeat:no-repeat;
	background-position: 0 1px;
	background-color:#FFF;
	padding: 0 0 0 20px;
	list-style:none;
	margin: 0;
}

#categories a.folder_done {
	color: #C7D92C;
}
table#table_filelist td{
font-size: 11px;
padding: 5px;
vertical-align:top;
text-align:left;
}
table#table_filelist th{
font-size: 11px;
padding: 5px;
background-image:url(/images/bg_docstore_header.jpg);

}
table#table_filelist th.padleft30{
padding-left: 32px;
}
table#table_filelist{
width: 379px;
text-align: left;
}

/* 
We can't use ":hover" preudo-class because we have
invisible file input above, so we have to simulate
hover effect with javascript. 
 */

</style>