@charset "utf-8";
/* CSS Document */
*{
	font-family:"Times New Roman", Times, serif;
	color:#999;
	
}
li {
	color:#999;
}

.h32{
	color:#25a2dc;
	font-size:18px;
	font-weight:600;
	margin-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.h42{
	color:#C5D68F;
	font-size:15px;
	font-weight:bolder;
	text-decoration:underline;
	margin-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:left;
}
.subh42{
	color:#999;
	font-size:12px;
}

/*------------------------------LOGIN------------------------------- */
div.login{
	text-align:center;
	border:#999 2px double;
	margin-top:20px;
	margin-bottom:20px;
	width:350px;
	float: inherit;
	left:35%;
	
}

div#loginHead{
	padding:3px 0 3px 0;
	background:#999;
	color:#FFF;
	font-size:16px;
	font-weight:600;
}

div.loginContent{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/*-----------------------------END-LOGIN------------------------------- */

.add{
	color:#9C3;
	padding:5px;
	margin:2px;
	font-size:14px;
	font-weight:700;
}
div.add a{
	color:#9C3;
	text-decoration:none
}

div.add a:hover{
	color:#FFF;
	background-color:#9C3;
}

.tpNode{
	float:left;
	width:300px;
	margin-left:10px;
	margin-bottom:10px;
	border:1px #999 solid;
	height:auto;
}




.wrap-light-window{
	width:500px;
	padding-top:10px;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#header a{
	color:#009;
	text-decoration:none;
	font-weight:bold;
	outline:0;
	font-size:15px;	
}
/*
#mainContent a{
	color:#009;
	text-decoration:none;
	outline:0;
	font-size:15px;	
}
#mainContent a:hover{
	color:#009;
	text-decoration:underline;
}*/
#side-nav ul{
	list-style:none;
	color:#999;
	list-style-position:outside;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	display:block;
}

#side-nav{
	border-top:#B7CC81 1px solid;
	line-height:25px;
	letter-spacing:1px;
}

#side-nav li{
	border-bottom:#B7CC81 1px solid;
}
/*    listing table    */
.listing{
	color:#CCC;
	border:#EEE 1px solid;
	display:table;
	padding-left:1px;
	margin-left:1px;
	border-collapse:collapse;
}

.listing td{
	font-size:14px;
	padding:5px;
}

.listing tr:hover{
	background:#EEE;
	color:#FFF;
}

.listing a div{
	color:#666!IMPORTANT;
	text-decoration:underline!IMPORTANT;
}
.listing a:hover{
	color:#666!IMPORTANT;
	text-decoration:none!IMPORTANT;
}

.listing th{
	color:#25a2dc;
	font-weight:800;
	font-size:14px;
}
#tptable{
	border-left:#EFEFEF 1px;
	display:table;
	padding-left:1px;
	margin-left:1px;
}

#tpTable a{
	color:#999;
	text-decoration:underline;
}

#tpTable a:hover{
	color:#25a2dc;
	text-decoration:underline;
}

#news{
	overflow: hidden;
}

#news a {
	color:#999;
	text-decoration:underline;
}

#news a:hover{
	color:#25a2dc;
	text-decoration:underline;
}

#side-nav a{
	color:#B7CC81;
	font-size:16px;
	text-decoration:none;
	border:none;
	padding-left:5px;
}

#side-nav a:hover{
	color:#FFF;
	background:#B7CC81;
	font-size:16px;
	text-decoration:none;
	border:none;
	display:block;
}


#breadcrumb a{
	color:#999;
	text-decoration:none;
	font-weight:normal;
	border:none;
	font-size:14px;
}

#breadcrumb a:hover{
	color:#999;
	text-decoration:overline underline;
	font-weight:normal;
	border:none;
	font-size:14px;

}

.rowEven{
	color:#FFF;
	background-color:#999;
}
.rowOdd{
	color:#999;
	background-color:#FFF;
}

#career td a{
	color:#999;
	text-decoration:none;
	font-weight:normal;
	border:none;
}
#career td a:hover{
	color:#999;
	text-decoration:none;
	font-weight:normal;
	border:none;
}

.default{
	color:#999;
	font-size:14px;
}

.defaultBig{
	color:#999;
	font-size:16px;
	
}

.error{
	color:#F00;
	background-color:#FFF;
	border:#F00 1px solid;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.error-small{
	color:#F00;
	background-color:#FFF;
	border:#F00 1px solid;
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

.success{
	color:#9C0;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	border:#9C0 1px solid;
	font-weight:bold;
	text-align:center;
}
.success-small{
	color:#9C0;
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
	border:#9C0 1px solid;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

.l-image {
	float:left;
	padding:2px;
	background-color:#C5D68F;
	margin:6px;
	width:auto;
	height:auto;
}

.r-image {
	float:right;
	padding:2px;
	background-color:#C5D68F;
	margin:6px;
	width:auto;
	height:auto;
}

p {
	color:#999;
	text-align:justify;
	font-size:15px;	
}

.small-p {
	color:#999;
	text-align:justify;
	font-size:13px;	
}

.tblHeading{
	color:#25a2dc;
	font-weight:800;
	font-size:14px;
}

.headNoSpace{
	color:#25a2dc;
	font-weight:800;
	font-size:16px;
}

h1 {
	color:#25a2dc;
	
}

h2 {
	color:#25a2dc;
}

h3 {
	color:#25a2dc;
}
 
h4 {
	color:#25a2dc;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
	background-color: #FFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 242px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border-right-color:#666;
	border-right-style:dotted;
	border-right-width:1.5px;
	background:#FFF /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	padding-left: 5px;
	padding-right: 3px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
.twoColFixLtHdr #container #sidebar1 table tr td #news p {
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 table tr td #news p {
	text-align: justify;
}

/*------------------------------ PAGINATION ------------------------------------*/
.thispage{
	margin:0px 3px;
}

.paginator  {
	font-weight:bold;
	color:#444444;
	font-size:13px;
	padding:2px 6px;
	margin: 5px 2px;
	tex-align:center;
}

.paginator a{
	color:#444444;
	border: #DDDDDD 1px solid;
	background:#FFFFFF none ;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
}

.paginator a:hover {
	background:#444444;
	color:#FFF;
	text-decoration:none;
}
/*--------------------------------------------------------------------------------- */
.twoColFixLtHdr #footer {
	font-family:"Times New Roman";
	font-size:11px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	margin-left:10%;
	margin-right:10%;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a{
	text-decoration:none;
	padding:2px 8px;
	text-align:center;
	
}

#footer a:hover{
	text-decoration:none;
	color:#25A2DC;
}

#footer-links {
	text-align:center;
	font-size:13px;
}
#footer-links li{
	display:inline;
	list-style-position:inside;
	list-style-type:none;
	text-align:center;
	margin:0;
}

#footer-links a{
	display:compact;
	margin:0;
	border-right:1px solid #CCC;
}
#members{
	margin:20px;
}

.member-profile {
	margin: 15px 30px;
	font-size:16px;
	font-weight:600;
	text-align:center;
	float:left;
}

.go-social {
	margin: 50px 10px;
}
.media-icon{
	float:left;
	margin:2px;
	outline:none;
}
