/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/



A.banner          { 
	color: #ffffff; 
	text-decoration : none; 
}
A.banner:visited  { 
	color: #ffffff;
	text-decoration : none;  
}
A.banner:Active   { 
	color: #ffffff;
	text-decoration : none;  
}
A.banner:Hover    {
	color: #ffffff;
	text-decoration : none;
}



body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	background-color: #ffffff;
	
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#waSwan {
	background-image:url(../images/waSwan.gif);
	background-repeat:no-repeat;
}

#dateDisplay {
	background-image:url(../images/toolbar_date.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size: 10px;
	padding: 0px 0px 5px 15px;
}

#timeDisplay {
	width: 141px;
	height: 48px;
	background-image:url(../images/toolbar_memberToolsBackground.gif);
	background-repeat:no-repeat;
	font-size: 9px;
	padding: 0 10px;
	text-align:right;
	vertical-align:middle;
}

/*
------------------------------------------------------
Utility
------------------------------------------------------
*/

#selectService {
	background-image:url(../images/selectCciServiceBackground.gif);
	background-repeat:repeat-x;
	width:280px;
	height: 33px;
}

.selectCciService {
	width:250px;
	position:absolute;
	top: 10px;
	font-size:10px;
}

/*
------------------------------------------------------
Navigation
------------------------------------------------------
*/

#navigationEnd {
	background-image:url(../images/navigation/navigation_background.gif);
	background-repeat:repeat-x;
	text-align:right;
}

/*
------------------------------------------------------
Header
------------------------------------------------------
*/

#header {
	background-image: url(../images/home/header_background.gif);
	background-repeat:repeat-x;
}

#headerEnd {
	background-image: url(../images/home/header_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
}

#headerContainer {
	height:141px;
 	background-image: url(../images/home/headerPic.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 56px 10px 0 330px;
	
}

#headerTitle {
	text-align:right;
	}

/*
------------------------------------------------------
Tool Bar
------------------------------------------------------
*/


#toolbar {
	background-image:url(../images/home/toolbar_Background.gif);
	background-repeat:repeat-x;
}

#dateDisplay {
	background-image:url(../images/home/toolbar_date.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size: 10px;
	padding: 0px 0px 5px 15px;
}

#title {
	background-image:url(../images/home/toolbar_title.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size: 10px;
	padding: 0px 0px 5px 15px;
}


/*
------------------------------------------------------
Advertising
------------------------------------------------------
*/

.bannerAdvertising {
	padding: 1px 0px 3px 4px;
}



/*
------------------------------------------------------
Training, Events and Member Tools
------------------------------------------------------
*/

#eventsToolsContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/toolbar_doubleborder_bg.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

#events {
	padding: 3px 3px 3px 10px;
	margin: 0px 0px 0px 0px;
	font-size:9px;

}

#events a:link {
	color: #333333;
	text-decoration: none;
}
#events a:visited {
	color: #333333;
	text-decoration: none;
}
#events a:active {
	color: #333333;
	text-decoration: none;
}
#events a:hover {
	color: #3399cc;
	text-decoration: none;
}

.tools {
	padding: 5px 2px 5px 5px;
	font-size:9px;
}

.tools a:link {
	color: #3399cc;
	text-decoration: none;
}
.tools a:visited {
	color: #3399cc;
	text-decoration: none;
}
.tools a:active {
	color: #3399cc;
	text-decoration: none;
}
.tools a:hover {
	color: #000000;
	text-decoration: underline;
}

.siteSearch {
	margin: 2px 0px 2px 4px;
	width: 130px;
	font-size: 10px;
}

.searchButton {
	text-align:right;
	border: none;
	margin: 0px 0px 2px 4px
}

/*
------------------------------------------------------
Content
------------------------------------------------------
*/

#contentContainer {
	padding: 5px 5px 5px 15px;
}

/*
------------------------------------------------------
Content
------------------------------------------------------
*/

.homeContent {
	padding: 5px 10px 10px 10px;
}

/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

.footer {
	background-image:url(../images/footer_background.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	padding: 15px 5px 5px 10px;
}

.footer a:link {
	color: #333333;
	text-decoration: none;
}
.footer a:visited {
	color: #333333;
	text-decoration: none;
}
.footer a:active {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
------------------------------------------------------
Headings
------------------------------------------------------
*/

h1 {
	font-size: 120%;
	display:inline;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	display:inline;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	display:inline;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	display:inline;
	color: #333333;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	display:inline;
	color: #999999;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	display:inline;
	color: #CCCCCC;
	font-weight: bold;
}

h7 {
	font-size: 100%;
	display:inline;
	color: #FFFFFF;
	font-weight: bold;
}


/*
------------------------------------------------------
Links
------------------------------------------------------
*/

A          { 
	color: #2591c8; 
	text-decoration : none; 
}
A:visited  { 
	color: #2591c8;
	text-decoration : none;  
}
A:Active   { 
	color: #2591c8;
	text-decoration : none;  
}
A:Hover    {
	color: #000000;
	text-decoration : underline;
}

/* Standard Link */
/*
A          { 
	color: #3399cc; 
	text-decoration : none; 
}
A:visited  { 
	color: #3399cc;
	text-decoration : none;  
}
A:Active   { 
	color: #3399cc;
	text-decoration : none;  
}
A:Hover    {
	color: #000000;
	text-decoration : underline;
}
*/

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

select {
	font-size : 10px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	}

TD.formCaptions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

.formFields { FONT-SIZE: 11px; COLOR: #206696; FONT-FAMILY: "Trebuchet MS", sans-serif; BACKGROUND-COLOR: #f7f7f7 }


/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	color: #333333;
	height: 1px;
}


ol {
}

ul{
}

/*
------------------------------------------------------
DHTML Menus
------------------------------------------------------
*/

.SubMenuGroup 
{
 color:#000000;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 text-decoration:none;
 cursor:hand;
 font-size:11px;
}
  
 
.MenuItem {
	margin: 0px 0px 0px 3px;
	border-top: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 2px 5px 2px 8px;
	width: 132px;
	color: #ffffff;
	background-color: #9b9b9b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	cursor: hand;
	text-decoration: none;
  
}
 
.MenuItemOver {
	margin: 0px 0px 0px 3px;
	border-top: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 2px 5px 2px 8px;
	width: 132px;
	color: #ffffff;
	background-color: #9b9b9b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	cursor: hand;
	text-decoration: none;
  }
 

.SubMenuItem {
	margin: 0px 0px 0px 3px;
	border-top: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 2px 5px 2px 8px;
	width: 132px;
	color: #ffffff;
	background-color: #9b9b9b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	cursor: hand;
	text-decoration: none;
}
 
.SubMenuItemOver {
	margin: 0px 0px 0px 3px;
	border-top: 0px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 2px 5px 2px 8px;
	width: 132px;
	color: #006e93;
	background-color: #c1c1c1;
	background-image:url(../images/navigation/layer_background.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	cursor: hand;
	text-decoration: none;
  }
 
 
 
 

/*
------------------------------------------------------
Backgrounds
------------------------------------------------------
*/




