/*

________________________________________
_________________________________________
________________________________________
*/


body  {
margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E6E7F4;
}


/*Main Container styles*/
.blueStyle #container, .greenStyle #container, #container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/*Advertisement banner in the header*/
.greenStyle #headerBanner, .blueStyle #headerBanner, #headerBanner {
	text-align:right;
	position:absolute;
	left:355px;
	top:22px;
	width:530px;
	height:90px;
	z-index:1;
	background-color: #FFFFFF;
	overflow: hidden;
} 

/*Menu order styles*/
.greenStyle #menuOrder, .blueStyle #menuOrder, #menuOrder {
	font-size: 9px;
	color: #FFFFFF;
}

/*Menu bar colum*/
.blueStyle #sidebar1, .greenStyle #sidebar1 {
	position: absolute;
	top: 174px;
	left: 0;
	width: 190px;  
}

/*Right Hand Colum*/
.blueStyle #sidebar2, .greenStyle #sidebar2 {
	position: absolute;
	top: 174px;
	right: 0;
	width: 160px;
	
}

/* Main Content Area*/
.blueStyle #mainContent, .greenStyle #mainContent {
	margin-top: 0px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/*Header Styles*/
#header { 
	height: 135px; 
	background: #fff; 
} 

#header h1 {
	margin: 0; 
	padding: 0px 0; 
	height: 135px;
	
}

#headerImg {
	/*background-image: url(../images/uploaded/header_logo.gif);*/
	background-repeat: no-repeat;	
	
}


/* Page Title Styles*/
 h1#pageTitle  {
	font-size: 22px;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}

#pageContent h3, .greenStyle #pageContent h3, .blueStyle #pageContent h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
#pageContent p, .greenStyle #pageContent h4, .blueStyle #pageContent h4 {
	font-size: 10px;
	line-height: 16px;
	color: #000000;	
}


.greenStyle #relatedContent h3, .blueStyle #relatedContent h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

.greenStyle #relatedContent h4, .blueStyle #relatedContent h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

/*Search Styles*/
 #search_bar {
	background-color: #FFFFFF;
	display: block;
	width: 187px;
	height: 32px;
	padding-top:10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
}

/* Green Page white block*/
 #white_bar {
	background-color: #FFFFFF;
	display: block;
	width: 160px;
	height: 32px;
		padding-top:10px;
}

/*Crum bar Styles*/
#crumb_bar {
	font-size: 11px;
	color: #000000;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}

#crumb_bar a, #crumb_bar a:visited {
	color: #000000;
	text-decoration: underline;
}

#crumb_bar a:hover {
	color: #2F8C2F;
	text-decoration: underline;
}

/* Chapter happenings */

.chapter_happenings_name {
	font-weight: bold;
	color: #000D8D;	
}
.chapter_happenings_author {
font-weight: bold;
	color: #000000;
}

/*Memeber Recommended */
.member_recommended_name {
font-weight: bold;
	color: #000D8D;
}
.member_recommended_author {
font-weight: bold;
	color: #000000;
}


/*Technical Article*/
.technical_article_date {
font-weight: bold;
	color: #000000;
}


/* Top menu for Both
________________________________________
_________________________________________
_______________________________________
*/
#menuTop ul#greenLinks, #menuTop ul#blueLinks {
	list-style:none;
	margin: 0px;
	padding:0px;
}
#menuTop ul#greenLinks li, #menuTop ul#blueLinks li {
	list-style:none;
	margin: 0px;
	padding:0px;
	float:left;
}
#menuTop ul#greenLinks li a, #menuTop ul#blueLinks li a {
	width: 88px;
	height:31px;
	font-size: 12px;
	text-align: center;
	color:#FFFFFF;
	display: block;
	background-color:#2F8C2F;
	text-decoration:none;
	padding: 6px  0px  2px  0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #555555;
	border-left-color: #71B871;
}
#menuTop ul#blueLinks li a {
	background-color:#000D8D;
}


#menuTop ul#greenLinks li a:hover {
	text-decoration:none;
	background-color:#71B871;
}

#menuTop ul#blueLinks li a:hover {
	text-decoration:none;
	background-color:#7880C2;
}


.alignGreen {
	padding-top: 12px;
	background-color:#CC3399;
	/*height:25px;*/
	
}

a.sideMenuBold {
	font-weight:bold;
}

.input500wide {
	width: 350px;
}


/* Comined Arrow Header styles*/
.greenStyle #arrow, .blueStyle #arrow {


}