/***********************************************/
/* compuLog.css                                          */
/* Template CoLog Portal   index.htm      */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: url(images/bgGrad.png) fixed;
}

/******* hyperlink styles *******/

a:link, a:visited{
	color: #4E669E;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}

/************** header tag styles **************/

h1 {
font: bold 120% Arial, sans-serif;
color: #333366;
text-decoration: none;
text-indent: 5pt;
padding-left: 6px;
padding-right: 6px;
}

h2{
	font: bold 114% Arial, sans-serif;
	color: #333366;
	text-indent: 5pt;
	padding-left: 6px;
	padding-right: 6px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #4D483C;
}

input{
font-family: Arial,sans-serif;
}
/***********************************************/

/* Layout Divs and Styles                              */
/***********************************************/


#header{
	position:absolute;
	left: 2%;
	width:96%;
	top: 5px;
	z-index: 1;
}

#main{
	position:absolute;
	left: 2%;
	width:96%;
	top: 232px;
	z-index: 1;
}

/*********   PageLeft          *********/

#leftpanel{ 
	position:absolute;
	width:25%;
	top: 0px;
	left: 0px;
	z-index: 1;
	border-left-color: #DCFD97;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #DCFD97;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #94BEE9;
	border-right-color: #2D608A;
	border-bottom-color: #3C81B9;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#tlPageLeft {
	position:absolute;
	z-index: 100;
	width: 8px;
	height: 8px;
	left: -2px;
	top: -1px;
	margin: 0;
	padding: 0;
}

#trPageLeft {
	position:absolute;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	top: -1px;
	width: 8px;
	height: 8px;
}

#top{
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 0.2px;
	width: 40px;
	height: 20px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 0.2px;
}


/* PageCell DIVs                             */


#welcome{
	position:absolute;
	width:70%;
	left: 30%;
	z-index: 1;
	background-color: #DDEEFF;
	top: 0px;
	border-bottom-color: #333366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#tl {
	position:absolute;
	z-index: 100;
	width: 8px;
	height: 8px;
	left: -1px;
	top: -1px;
	margin: 0;
	padding: 0;
}

#tr {
	position:absolute;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	top: -1px;
	width: 8px;
	height: 8px;
}


/* PageCell SubLayerStyles                    */
/***********************************************/


.subLayer{
	position:absolute;
	width:70%;
	z-index: 10;
	background-color: #DDEEFF;
	top: 0px;
	left: 30%;
	visibility: hidden;
}

.tlSubLayer {
	position:absolute;
	z-index: 100;
	left: -1px;
	top: -1px;
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
}

.trSubLayer {
	position:absolute;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	top: -1px;
	width: 8px;
	height: 8px;
}

.closeSubLayer{
	position:absolute;
	right: 10px;
	top: 10px;
	width:20px;
	height:20px;
	z-index: 20;
	background-color: #F2F1EE;
	border-bottom-color: #6D6754;
	border-bottom-style: solid;
	border-bottom-width: 0.2px;
	border-right-color: #6D6754;
	border-right-style: solid;
	border-right-width: 0.2px;
}

.related{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.management{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.council{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.members{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.activitytype{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.activityarea{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.benefits{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.joining{
	position:absolute;
	right: 2%;
	width:70%;
	height:100%;
	left: 30%;
	z-index: 10;
	background-color: #F2F1EE;
	top: 0px;
	visibility: hidden;
}

.closeBox{
	font-size: x-small;
	position:absolute;
	right: 10px;
	top: 30px;
	height:20px;
	z-index: 20;
	border-left-color: #DCFD97;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #DCFD97;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #CCE6FF;
	border-right-color: #2D608A;
	border-bottom-color: #3C81B9;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	padding-top: 6px;
	color: #4E669E;
}

/***********************************************/
/* End PageCell SubLayerStyles               */



/* text content styles                            */
/***********************************************/
.pageCell {
	font-size: small;
	margin-right: 6px;
	margin-left: 6px;
	text-align: justify;
}

.noScriptH1 {
	font-size: medium;
	font-weight: bold;
	color: #333366;
	margin-left: 4px;
	margin-right: 4px;
}

.noScriptH2 {
	font-size: small;
	margin-right: 6px;
	margin-left: 6px;
	font-weight: bold;
	color: #333366;
	list-style-position: outside;
	list-style-image: url(images/bulletPageCell.png);
	list-style-type: disc;
}

.noScriptList {
	font-size: small;
	margin-right: 6px;
	margin-left: 6px;
	color: #4E669E;
	list-style-position: outside;
	list-style-image: url(images/bulletPageCell.png);
	list-style-type: disc;
}

.pageLeftH1 {
	font-size: large;
	font-weight: bold;
	color: #333366;
	margin-left: 4px;
	margin-right: 4px;
}

.pageLeftH2 {
	font-size: small;
	margin-right: 6px;
	margin-left: 6px;
	font-weight: bold;
	color: #333366;
	list-style-position: outside;
	list-style-image: url(images/bulletPageLeft.png);
	list-style-type: disc;
}

.pageLeftList {
	font-size: small;
	margin-right: 6px;
	margin-left: 6px;
	color: #333366;
	list-style-position: outside;
	list-style-image: url(images/bulletPageLeft.png);
	list-style-type: disc;
	font-weight: bold;
}

.breadcrumbs {
	font-size: small;
	color: #999999;
	padding: 4px;
	border-top: 1px solid #333366;
	border-bottom: 1px solid #333366;
	margin-left: 10px;
}
.pageSmall {
	font-size: x-small;
	margin-right: 4px;
	margin-left: 4px;
	color: #333333;
}

.simple {
	font-size: x-small;
	font-weight: normal;
	margin-right: 4px;
	margin-left: 4px;
	color: #333333;
}


/************** Site Name and Neighbor Links *****************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #DCFD97;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 120%;
}


#neighborLinks{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: -10px;
	right: 0px;
	color: #B0AB99;
	z-index: 3;
}

#neighborLinks a{
	color: #DDEEFF;
}

#neighborLinks a:hover{
	text-decoration: underline;
	color: #FFA8A8;
}


/************* globalNavigation ****************/

#masthead{
	position: absolute;
	top: 122px;
	left: 2%;
	z-index: 4;
	width: 96%;
}

#globalNav{
	position: absolute;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url(images/globalBg.png);
	overflow: hidden;
}

#globalNav img{
	margin-bottom: -4px;

}

#gnl {
	position: absolute;
	top: 0px;
	left:-1px;
	z-index: 1;
}

#gnr {
	position: absolute;
	top: 0px;
	right:-1px;
	z-index: 1;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 2px 0px 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6D6754;
}

a.glink:hover{
	background-image:  url(images/glblnav_selected.png);
	color: #000000;
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNavigation  **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	height: 24px;
	padding: 0px 0px 0px 10px;
	color: #EFEBE8;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #EFEBE8;
	font-weight: bold;
}

.subglobalNav a:hover{
	color: #FF0000;
}

.subglobal1Nav{
	position: absolute;
	top: 84px;
	left: 0px;
	height: 24px;
	padding: 0px 0px 0px 10px;
	color: #DDDBD2;
	visibility: hidden;
}

.subglobal1Nav a:link, .subglobal1Nav a:visited {
	font-size: 80%;
	color: #DDEEFF;
	font-weight: bold;
}

.subglobal1Nav a:hover{
	color: #FF0000;
}

.subglobal2Nav{
	position: absolute;
	top: 84px;
	left: 7.5ex;
	height: 24px;
	padding: 0px 0px 0px 10px;
	color: #DDDBD2;
	visibility: hidden;
}

.subglobal2Nav a:link, .subglobal2Nav a:visited {
	font-size: 80%;
	color: #DDEEFF;
	font-weight: bold;
}

.subglobal2Nav a:hover{
	color: #FF0000;
}

.subglobal3Nav{
	position: absolute;
	top: 84px;
	left: 15ex;
	height: 24px;
	padding: 0px 0px 0px 10px;
	color: #DDDBD2;
	visibility: hidden;
}

.subglobal3Nav a:link, .subglobal3Nav a:visited {
	font-size: 80%;
	color: #DDEEFF;
	font-weight: bold;
}

.subglobal3Nav a:hover{
	color: #FF0000;
}

.subglobal4Nav{
	position: absolute;
	top: 84px;
	left: 22ex;
	height: 24px;
	padding: 0px 0px 0px 10px;
	color: #DDDBD2;
	visibility: hidden;
}

.subglobal4Nav a:link, .subglobal4Nav a:visited {
	font-size: 80%;
	color: #DDEEFF;
	font-weight: bold;
}

.subglobal4Nav a:hover{
	color: #FF0000;
}

.subglobal5Nav{
	position: absolute;
	top: 84px;
	left: 47ex;
	height: 24px;
	padding: 0px 0px 0px 10px;
	color: #DDDBD2;
	visibility: hidden;
}

.subglobal5Nav a:link, .subglobal5Nav a:visited {
	font-size: 80%;
	color: #DDEEFF;
	font-weight: bold;
}

.subglobal5Nav a:hover{
	color: #FF0000;
}

.subOffLow {
	background-image: url(../images/subOffLow.gif);
	background-repeat: repeat-x;
}

/*************** search  *****************/

#search{
	position: absolute;
	top: 60px;
	right: 2px;
	z-index: 100;
	width: 95%;
	text-align: right;
	overflow: hidden;
}

#search input{
	font-size: 70%;
	margin: 0px  0px 0px 10px;
	border: 1px solid #23668D;
 }

#search input.button {
	background-color: #DDEEFF;
	border: 1px solid #333366;
 }
#search input.button:hover {
	background-color: #F4FFDD;
	border: 1px solid #FF0000;
 }
 
.sponsor{
	font-size: small;
	font-weight: bold;
	color: #333366;
	text-align: center;
}

#footer{
	position: absolute;
	left: 0px;
	z-index: 100;
	width: 100%;
	text-align: right;
	border-top-color: #AA0000;
	border-top-style: solid;
	border-top-width: 1px;
	bottom: -50px;
	margin: 0px;
	font-size: small;
}

/********************* end **********************/
