body
	{ 
	margin: 0;
	padding: 0;
	background-color: #fff; 
	color: #000;
	font-family : Arial, Helvetica, Sans-serif;
	font-size: 100%;	
	}

img {border: none;} 

/* main page containers */

.controls
	{
    display: none; 	
    }

#pagewrapper
	{
    margin: 0 auto;
    padding: 0;
	}

#header
	{
	display : block;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #036; 
	height: 100%;
	min-height: 110px;
	}

#header h1
	{
	color: #036;
	font-size: .1em;
	margin:0;
	padding:0;
	}

#header a#skiptocontent
	{
	color:#fff;
	float: right;
	margin: 5px 25px; 
	font-size: .8em;
	}

#header a:hover#skiptocontent
	{
	text-decoration: underline;
	}
	
	
#header a#headerlogout
	{
	color:#fff;
	float: right;
	margin: 5px 25px; 
	font-size: .8em;
	}

#header a:hover#headerlogout
	{
	text-decoration: underline;
	}

#logo
	{
	margin: 0;
	padding: 9px 0 9px 9px;
	width: 71%;
	float:left;
	}

#search
	{
	margin: 37px 0 0;
	padding: 0; 
	width: 27%;
	float : right;
	}

#search input.button 
	{ 
	width: 5em; 
	margin-left: 7px;
	background: #0E4174; 
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	border-top: none;
	border-bottom: 3px solid #000; 
	border-right: 3px solid #000; 
	border-left: none;
	}
	
#logout {
	font-size:1.2em;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
	text-decoration:underline;
}
/*  Nav section before Jan 2011 changes
#nav 
	{
	margin-top: -11px;
	padding: 0;
	float: left;
	width: 100%;
	border-top: 8px solid #c90;
	background: #fff url("/images/navbackground.gif") repeat-x bottom;
	font-size: .8em;
	font-weight:bold;
	}

#nav ul 
	{
	margin: 0;
	padding: 5px 0 0 17px;
	list-style: none;
	}

#nav li 
	{
	float: left;
	margin: 0;
	padding: 5px 20px 4px;
	-moz-border-radius: .5em .5em 0 0;
	}

#nav #member  
	{
	float: right;
	margin: 0;
	padding: 5px 20px 4px;
	-moz-border-radius: .5em .5em 0 0;
	}

#nav #currentmember 
	{
	float: right;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background:#fff;
	}
	
#nav #current 
	{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background:#fff;
	}
*/

#nav
	{
	float: left;
	margin-top: -11px;
	padding: 0;	
	width: 100%;
	border-top: 8px solid #7A0300;	
	
	background: #fff url("/images/navbackground.gif") repeat-x bottom;
	background: #847cb7;
	
	/* Gradient  */
	/*background: #847cb7;
  background: -moz-linear-gradient(top, #847cb7, #4a2efc);
 	background: -webkit-gradient(linear,
              left top, left bottom, from(#847cb7), to(#4a2efc));
  filter: progid:DXImageTransform.Microsoft.Gradient(
              StartColorStr='#847cb7', EndColorStr='#4a2efc', GradientType=0);
	*/
	
	font: bold .9em Verdana, Geneva, sans-serifem sans-serif;
	
	}
	
#nav ul 
	{
	margin: 0;
	padding: 5px 0 0 17px;
	list-style: none;
	}
	
#nav li 
	{
	/*
	float: left;
	margin: 0;
	padding: 5px 20px 4px;
	-moz-border-radius: .5em .5em 0 0;
	*/
	
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 30px 8px 30px;
	margin: 1px 2px 1px 3px;
	font: bold .9em Verdana, Geneva, sans-serifem sans-serif;
	/*background-color: #354d74;*/
	background-color: #036;
	list-style: none;
	border-left: solid 1px #ccc;
	border-bottom: 0px;
	border-top: solid 1px #bbb;
	border-right: solid 1px #999;
	cursor: pointer;
	color: #000;
	/*
	background-image: url(../tabimages/tabback4.png);
	*/
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius: 6px 6px 0px 0px;
	/*
  -khtml-user-select: none; 
	-moz-user-select: none; */
	}
	
#nav #current 
	{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background:#fff;
	
	}

#nav #member  
	{
	float: right;
	/*margin: 0;
	padding: 5px 20px 4px;
	-moz-border-radius: .5em .5em 0 0;
	*/
	}

#nav #currentmember 
	{
	float: right;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background:#fff;
	}

#nav a  {border-bottom-width: 0; background: none; color:#fff;}

/* Added by Wing 1/27/2016 */
#nav #membernew {
	float: right;
	margin-right: 20px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	margin: 0;
	list-style: none;
	padding: 0;
	background: #eeeeee;
}

#membernew:hover .dropdown-menu {
	display: block;
}

#membernew ul {
	padding: 3px 5px 8px 5px;
	margin: 0;
}

#membernew .dropdown-menu li {
	padding: 10px 0;
	margin: 2px;
	text-align: center;
	width: 170px;
	-moz-border-radius:0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-radius: 0px;
}

#membernew a {
	display: block;
}

/* Added by Wing 1/27/2016 */


#mission
	{
	display : block;
	clear: both;
	margin: 0;
    padding: 3px 25px;
    background: #fff url("/images/missionbackground.gif") repeat-x top;
	color: #036;
	font-size: .8em;
	}

#contentwrap
	{
	margin: 20px;
	width: 93%;
	float: left;
	font-size: .8em;
	line-height: 1.55em;
	}

#contentwrap h2
	{
	margin: 3px;
	font-size: 1.6em;
	color: #7A0300;
	}
	
#contentwrap legend {
	font-size: 1.4em;
	font-family: Georgia, sans-serif; 
	}

#contentwrap h3
	{
	font-size: 1.25em;
	font-family: Georgia, sans-serif; 
	}

#contentwrap h4
	{
	font-size: 1.2em;
	color: #036;
	font-family: Tahoma, sans-serif; 
	}

#contentwrap h5
	{
	float: left;
	margin: 15px 30px 0 0;
	font-size: 1em;	
	font-weight: normal;
	}
	
#contentwrap h6
	{
	margin: 3px;
	font-size: 1.3em;
	color: #7A0300;
	}

#contentwrap img
	{
	vertical-align: middle;
	}

.homesection
	{
	float: left;
	width: 21%;	
	}

.homesection div
	{
	margin: 0;
	padding: 15px 5px;
	background-color: #ccc;	
	-moz-border-radius: .5em;
	}

.homesectionnews
	{
	float: left;
	width: 50%;	
	}

.homesectionnews div
	{
	margin: 0;
	padding: 15px 5px;
	border: 1px solid #ccc;	
	-moz-border-radius: .5em;
	}

/*
.homesectionnews div img
	{
	width: 42%;
	}
*/

.homesection img, .homesectionnews img
	{
	float:left;	
	margin-right: 5px;
	}

.homesection ul
	{
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
	}

.homesection h3
	{
	margin-top: 0;
	font-size: .9em;
	font-weight: normal;
	color: #036;
	}

.homesection p
	{
	margin-top: 25px;
	margin-left: 10px;
	}

#footernav 
	{
	margin-top: -11px;
	padding: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	/*background: #fff url("/images/navbackground.gif") repeat-x bottom;*/
	background: #847CB7;
	font-size: .8em;
	font-weight: bold;
	}

#footernav ul 
	{
	margin: 0;
	padding: 2px 17px 0 0;
	list-style: none;
	background: #847CB7;
	}

#footernav li 
	{
	float: right;
	margin: 0;
	padding: 5px 15px 4px;
	-moz-border-radius: .5em .5em 0 0;
	}

#footer
	{
	display : block;
	clear: both;
	margin: 0;
	padding: 15px 25px;
	/*background: #fff url("/images/footerbackground.gif") repeat-x top;*/
	background: #fff;
	color:#666;
	font-size: .7em;
	text-align: right;
	}

#footer p
	{
	margin: 4px;
	}

#breadcrumbs
	{
	display : block;
	clear: both;
	margin: 0;
    padding: 2px 25px;
    background: #fff url("/images/breadcrumbsbackground.gif") repeat-x top;
	color:#666;
	font-size: .7em;
	}

#breadcrumbs img
	{
	margin-right: 5px;
	vertical-align: middle;
	}

#navleft
	{
	margin: 0px;
	padding: 0;
	width: 175px;
	float: left; 	
	color: #b1b1b1;
	
	list-style: none;
	border-left: solid 1px #7A0300;
	border-bottom: solid 3px #7A0300;
	border-top: solid 1px #7A0300;
	border-right: solid 3px #7A0300;
	cursor: pointer;
	-moz-border-radius: .5em;
	}

#navleft div
	{
	margin: 0;
	padding: 15px 5px;
	background-color: #f1f1f1;	
	-moz-border-radius: .5em;
	
	/* Gradient  */
	 background: #f1f1f1;
  /* Mozilla: */
  background: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  /* Chrome, Safari:*/
  background: -webkit-gradient(linear,left top, left bottom, from(#ffffff), to(#f1f1f1));
  /* MSIE */
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#f1f1f1', GradientType=0);
  
	}

#navleft ul li
	{
	margin: 7px 0;
	list-style: none;
	/*
	list-style: disc;
	list-style-position: inside;
	*/
	}

#navleft ul li:nth-child(2n+1)
	{
	margin: 7px 0;
	list-style: none;
	/*
	list-style: disc;
	list-style-position: inside;
	*/
	background:#dddddd;
	}
	
#navleft ul	{
	list-style: none;
	margin-left:0;
	padding-left:0;
	}

#navleft p
	{
	color: #000;
	}

#mainright
	{
	margin-left: 200px; 
	clear: none;	
	}

#mainright ul ul
	{
	margin-bottom:35px;
	}

#itcrlogos a
	{
	margin: 10px;
	}

.registerbutton
	{
	display: block; 
	width: 130px;
	margin: 20px; 
	margin-left: auto; 
	margin-right: auto;
	padding: 5px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #7A0300; 
	background-color: #eee;
	-moz-border-radius: .5em;
	} 

.clear
	{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	} 


a {text-decoration: none;}
a img {border: none;}
a:link, a:visited {color: #036; border-bottom: 1px solid #036;}
html body a:hover {color: #369; background-color: #f4f2e4; border-bottom: 1px solid #369;}
a:active {color: #036; border-bottom: 1px solid #036;}
#header a {border-bottom-width: 0; background: none; color:#666;}
#footernav a {border-bottom-width: 0; background: none; color:#fff;}
#navleft a {border-bottom-width: 0; background: none; color: #369;}
#header a:hover, #footernav a:hover, #navleft a:hover {border-bottom-width: 0; background: none; color:#036;}
#nav a  {border-bottom-width: 0; background: none; color:#fff;}
#nav a:hover {border-bottom-width: 0; background: none; color:#a9a9a9;}
#nav #current a {color:#036;}
#nav #currentmember a {color:#036;}


#contentListLinks a {border-bottom-width: 0; background: none; color: #036;}
#contentListLinks a:hover {border-bottom-width: 0; background: none; color:#369;}

ol.withloweralpha { list-style-type: lower-alpha; }
ol.withroman { list-style-type: lower-roman; }	

#centerText 
	{
	text-align: center;
	}

.eventLink 
	{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	}

#calendarkeys
	{
	font-size:80%;
	width: 70%;	
	}

#calendarkeys p
	{
	clear: both;
	}

.calendarlinks a
	{
	border-bottom: none;
	}



div.agendaleftcolumn140
	{ 
	display: block;
	float: left;
	width: 140px;
	height: 100%;
	margin-bottom: 2px;	
	}
	
div.agendarightcolumn140
	{
	display: block;
	float: left;
	left: 140px;
	width: 80%;
	height: 100%;	
	}




div.agendaleftcolumn
	{ 
	display: block;
	float: left;
	width: 115px;
	height: 100%;
	margin-bottom: 2px;	
	}
	
div.agendarightcolumn
	{
	display: block;
	float: left;
	left: 115px;
	width: 80%;
	height: 100%;	
	}
	
.agendaclear
	{
	clear: both;
	display: block;
	height: 12px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	} 
	
.col1 {
	float:left;
	width:50%;
}

.col2 {
	float:right;
	width:50%;
}

.container
	{ 
	margin-bottom: 5px; 
	clear: both;
	}

 .container label 
	{ 
	text-align : left;  
 	width: 30%; 
	float : left;
	}

 .container input { text-align: left; }
 .container select { text-align: left; }
 .container textarea { text-align: left; } 
 
 
 .container2 { 
	margin-bottom: 5px; 
	clear: both;
	}
	
  .container2 label  { 
	text-align : left;  
 	width: 125px; 
	float : left;
	}

 .container2 input { text-align: left; }
 .container2 select { text-align: left; }
 .container2 textarea { text-align: left; } 
 
 
 .smBlueText	{ 
	font-size: 80%; 
	line-height: 12px; 
	font-family: Arial, Georgia, helvetica, verdana, Geneva, sans-serif; 
	color: #036;
	}
	
.strong {font-weight: bold;}	

.underlined {text-decoration: underline;}

/*/////////////////////
//  For Forum Admin  //
/////////////////////*/

.lightgreybgcolor {background-color: #EEE;}

.yellowbgcolor {background-color: #FFC;}

.headerblue {
	font-family: verdana, Arial, Georgia, Geneva, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 1em;
	color: #036;
	font-weight: bold;
	}
	
.maintextwhite
	{
	font-family: verdana, Arial, Georgia, Geneva, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 0.6875em;
	color: #FFF;
	}
	
.containerAdmin
	{ 
	margin-bottom: 5px; 
	}

 .containerAdmin label 
	{ 
	text-align : left;  
 	width: 10%; 
	float : left;
	}

 .containerAdmin input { text-align: left; }
 .containerAdmin select { text-align: left; }
 .containerAdmin textarea { text-align: left; } 
 
/*
* html .datagridclass {
 	float: left;
 	clear: none;
 	margin-top:-68%;
}
*/



