body 
{
	margin: 0;
	padding: 0;
	
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
    background-image: url(images/bg-fade.jpg); /** Link to the image you created **/    background-repeat: repeat-y; /** Repeats the image vertically **/    background-position: center; /** Centers the Background image **/    background-color: #fbfbfb; /** Website BG colour (matches canvas colour in Step 1) **/

}



body .noBg
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}




form
{
	margin: 0px;
	color: #666666;
}




h2, h1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-style: italic;*/
	font-size: 160%;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin: 0px;
	padding: 0px;
	color: #0067b4;

	
}


h3 
{
	letter-spacing: 2px;
	font-size: 11px;
    color: #535353;
}

input
{
	border: solid 1px #00902a;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	margin-right: 0px;
}

select
{
	border: solid 1px #00902a;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}

.button
{
	border: solid 1px;
	background: #b6dab6;
	color: #000;
	margin-bottom: 10px;
	margin-left: 5px;
}

/* for go button */
.button_inline
{
	border: solid 1px;
	background: #90c690;
	color: #ffffff;
	margin-left: 2px;
}


.buttonRed
{
	border: solid 1px;
	background: red;
	color: #ffffff;
}

.heading 
{
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
        color: #535353;
}

.headingRed 
{
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
        color: red;
}

#validateMsg
{
	color: red;
	display: none;
}



p, blockquote, ul, ol 
{
	line-height: 18px;
	text-align: justify;
}

blockquote 
{
      background: url(../../images/img05.gif) repeat-y;
	padding-left: 20px;
	
}

a 
{
	color: #00902a;
}

img
{
	border-style: none;
}

a:hover 
{
	text-decoration: none;
}

/* Header */

#header 
{
	width: 100%;
	height: 155px;
}

#header h1, #header h2 
{
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header #logo 
{
	float: left;
	padding: 0px;
	font-size: 36px;
	height: 130px;
}

#header #logo2 
{
	float: right;
	padding: 0px;
	font-size: 36px;
	height: 130px;
}

#header h2 
{
	float: right;
	padding: 0px 0px 0 0;
	font-size: 22px;
}

/* ticker */

#ticker {
	height: 21px;
	width: 100%;
	margin: 0px;
	
	border-top: 2px solid #000;
	clear: both;
	POSITION: relative;
	/*border-bottom: 0px solid #0086ce;*/
	border-bottom: 1px solid #dedede;
	
	background: #fff url(images/fade.png) repeat-x;
	overflow: hidden;
	
}

#ticker DIV {
	WHITE-SPACE: nowrap; 
	POSITION: absolute;
	padding: 3px 0 0 0;
	
	
}
/* Menu */

h2.head{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	POSITION: relative;
	background: #b6dab6;
	height: 16px;
	border: 1px solid #707070;
	border-bottom: 1px solid #009933; /*#ffcc99; */
	font-style: normal;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}

.cluster{

	margin: 0px 0px 15px 0px;	
	POSITION: relative;
	/*background: #dcecff url(images/fade2e.png) repeat-x bottom; */
	/* background: #e8f3e8 ; */
	background: #f8fee2;
	
}

.inner_cluster{
	padding: 0px;
	border-bottom: 1px solid #adadad; 
	border-left: 1px solid #adadad; 
	border-right: 1px solid #adadad; 
	
/*
	border-bottom: 2px solid #c7e4ff; 
	border-left: 2px solid  #c7e4ff; 
	border-right: 2px solid  #c7e4ff; 
*/
	/*background: #fff url(images/fade1.png) repeat-x; */
	
}

.tclmenu{
	position: absolute;
	left: -0px;
	top: -0px;
	width: 8px;
	z-index: 2; 
   	background: url(images/tclmenu.gif) no-repeat; 
	}
	
.tcrmenu{
	position: absolute;
	right: -0px;
	top: -0px;
	width: 8px;
	z-index: 2; 
   	background: url(images/tcrmenu.gif) no-repeat;
   	
	}


.element { 
	padding: 10px 3px 5px 7px;
		margin: 0px;
}

.leftnav { 
	padding: 7px 0px 7px 5px;
	margin: 0px 0px 0px 0px;
}

	
.leftnav li {
	list-style-type: none;
	display: block;
	margin-bottom: 3px;
	background: url(images/button.gif) no-repeat;
}

.leftnav li a:link, .leftnav li a:visited {
	background-color: inherit;
	
	display: block; 
	height: 18px;
	padding: 0px 0px 0px 23px;
	color: #000;
}

.leftnav li a:hover, ul#leftnav li a:active {
	background: url(images/button_on.gif) no-repeat;
	display: block;
	height: 18px;
	padding: 0px 0px 0px 23px;
	background-position: 0 0;
}



/* Tab */
#tabArea
{
	width: 100%;
}

/* Menu Dropdown 
#menuDropDown
{
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#nav, #nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 7px 20px 0 30px;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#nav .topLevel
{
	padding-top: 17px;
	text-transform: uppercase;
}

.subMenu
{
	float: left; 
	width: 100%;
}
.indent
{
	color: #336699;
	margin-left: -10px;
}
#nav a:hover
{
	color: #FFFFFF;
}

#nav li 
{
	float: left;
	white-space: nowrap;
}

#nav li ul 
{
	position: absolute;
	z-index: 999999999999;
	background: #535353;
	width: 20em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul 
{
	left: auto;
}
*/
/* Content */

#main_content
{
	width: 1000px;
	padding:1px;    margin: 0px auto;
}

#content 
{
	
	background: #FFFFFF;
}

/* Posts */

#posts 
{
	float: left;
	width: 550px;
	margin: 10px 20px 20px 20px;
}

/* Links */

#leftmenu
{
   float: left;
   width: 180px;
   margin-left: 10px;
   margin-top: 10px;
}

#links ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul 
{
	padding: 5px 0 30px 0;
}

#links li li 
{
	padding: 1px 10px;
}

#links li a 
{
	text-decoration: none;
}

#links li a:hover 
{
	text-decoration: underline;
}

#links li i 
{
	font-style: normal;
	font-size: 9px;
}

#links li h2 
{
	font-size: 14px;
}

/* Right Col */

#rightmenu 
{
	float: right;
	width: 180px;
	margin-top: 10px; 
	margin-right: 10px;
	
}

#usernamehere{
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	
}


/*feature*/


.feature 
{
	padding: 15px;
    background: #fff url(images/fade2.png) bottom repeat-x;
	border: solid 2px #00902a;
}

.featureA
{
	padding: 15px;
    background: #fff url(images/fade2a.png) bottom repeat-x;
	border: solid 2px #0099ff;
}

.featureB 
{
	padding: 15px;
    background: #fff url(images/fade2b.png) bottom repeat-x;
	border: solid 2px #330099;
}

.featureC
{
	padding: 15px;
    background: #fff url(images/fade2c.png) bottom repeat-x;
	border: solid 2px #990066;
}

.featureD 
{
	padding: 15px;
    background: #fff url(images/fade2d.png) bottom repeat-x;
	border: solid 2px #cc0000;
}

.featureE 
{
	padding: 15px;
    background: #fff url(images/fade2e.png) bottom repeat-x;
	border: solid 2px #ff6600;
}

.featureF 
{
	padding: 15px;
    background: #fff url(images/fade2f.png) bottom repeat-x;
	border: solid 2px #ffff00;
}

.featureG 
{
	padding: 15px;
    background: #fff url(images/fade2g.png) bottom repeat-x;
	border: solid 2px #003300;
}


/* Footer */

#footer 
{
	height: 20px;
	padding: 5px;
	clear: both;
	
	/* background: #fff url(images/ftbg.png) repeat-x; */
	/* background: #003300; */
	padding-right: 20px;
	border-top: solid 2px #ffcc99;
	/* border-bottom: solid 2px #000; */
}

#footer p 
{
	text-align: right;
	color: #707070;
}

#footerAd
{
	clear: both;
	width: 100%;
	text-align: center;
	color: #999999;
}

/* Document Viewer */

#docViewer 
{
	width: 100%;
	margin: 0px auto 20px auto;
	background: #FFFFFF;
}

#docHeaderWrapper
{
        background: #f0f0f0; 
        padding-top: 5px; 
        padding-bottom: 5px; 
        border-bottom: solid 1px #999999;
}

.docTitle
{
	width: 100%;
	font-weight: bold;
	color: #535353;
       	padding-top: 5px; 
        padding-left: 15px; 
        padding-right: 15px;
}

#docHeader
{
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
}
#docCategory
{
	width: 100%;
}
.categoryItem
{
	float: left;
	white-space: nowrap;
	border: solid 1px #cccccc;
	background: #FFFFCC;
	font-weight: bold;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 3px;
	height: 15px;
}

#docBody
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#docAttachments
{
        background: #f0f0f0; 
        height: 60px; 
        margin-top: 0px; 
        border-bottom: solid 1px #999999;
}

#attachTitle
{
	font-weight: bold;
	margin-top: 5px;
	margin-left: 15px;
}

#attach
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.col
{
	width: 480px;
	float:left;
}

.col1
{
	padding-top: 3px;
	width: 135px;
	float:left;
}

.col2
{
	padding-top: 3px;
	width: 345px; 
	float:left;
	border: 0px #000 solid;
}

.width3Col
{
	width: 920px;
}

/* Folder */

#folderArea
{
        background: #f0f0f0; 
	width: 100%;
        height: 60px; 
        padding-top: 20px; 
	padding-left: 20px;
        border-bottom: solid 1px #999999;
}

/* Add Object */

.addBox
{
	background: #f0f0f0;
	border-bottom: solid 1px #cccccc;
	position:  absolute;
	width: 500px;;
	height: 100px;
}
#username
{
	color: #000000;
	font-weight: bold;
}

/* post date formatting */

.postDate{
	color: #808080;
	/* font-weight: bold; */

}

/* FORUM */
.forum_layout
{
width: 100%;
height: 60px;
border: solid 1px #535353;
padding-left: 10px;
background: #ffffff;
}
.forum_header
{
background: #f0f0f0;
font-weight: bold;
}
.forum_header td
{
height: 20px;
}
.forum_list td
{
height: 20px;
}
.cat_header
{
background: #0067b4;
font-weight: bold;
font-size: 14px;
color: #ffffff;
}
.post_header
{
background: #535353;
font-weight: bold;
font-size: 12px;
color: #ffffff;
}
.post_header2
{
background:#0067b4;
font-weight: bold;
font-size: 14px;
color: #ffffff;
border-bottom: solid 1px #535353;
}
.forum_post
{
height: 20px;
}
.forum_post_subject
{
color: #000000;
font-weight: bold;
font-size: 11px;
}
.forum_post_left
{
background: #f0f0f0;
padding: 10px;
}
.forum_post_right
{
background: #ffffff;
padding: 10px;
}
.forum_display_name
{
font-weight: bold;
font-size: 14px;
color: #000000;
}
