/* @charset "utf-8";
 CSS Document */


body
{
	background-color: #d1e6ea;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #6d6d6d;
}
img
{
	border: 0;
}


#mainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 957px;
	margin-top: 10px;
	
}

.capitalize { text-transform: capitalize; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform:lowercase; }

/******************************** Header *************************************/
#header
{
	width: 957px;
	background: url(../images/headerBG.png) no-repeat;
	background-color:#d1e6ea;
	background-position: top;
	height: 115px;
	padding-top: 05px;
}

#headerBar
{
	margin-top: 10px;
	background-color: #fff;
	height: 110px;
}

#logo
{
	margin-right: 15px;
	float: left;
	margin-top: 10px;
	width: 177px;
	height: 89px;
}

#topNavigation
{
	background: #5e94a6 url(../images/top_nav_curve.png) no-repeat;
	min-height: 31px;
	_height:31px;
	margin-top: -8px;
	padding-left: 200px;
}

/******************************** Top Navigation *************************************/

.topNavigation_txt
{
	height: 20px;
	color: #90e6ea;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	font-size: 13px;
	padding-top: 08px;
	
}

.topNavigation_txt ul li a, .topNavigation_txt ul li a:link, .topNavigation_txt ul li a:visited
{
	
	color: #90e6ea;
}

.topNavigation_txt ul li a:active
{
	color: #FFF;
}



/******************************** Content Area *************************************/


#mainContent
{
	background-image:url(../images/mainContainerBG.gif);
	background-repeat:repeat-y;
}

#innerBodyContent
{
	float: right;
	width: 780px;
}

#innerBodyContent_center
{
	float: left;
	width: 600px;
}




/********************************  Side Bar *************************************/


#leftSideBar
{
	
	background-image:url(../images/leftSidebarBG.gif);
	background-repeat:repeat-y;
	word-wrap: break-word;
}

#leftContent
{
	float: left;
	width: 600px;
}


/* left menu  - start ***************************/

.menuLeftWrapper
{
	width: 177px;
	background-color: #7dadb6;
	font-family: arial;
}

.mnuLeft
{
	background-color: #93cbd6;
	border-right:solid 7px #7dadb6;
}

.mnuLeft ul
{
	color: #ffffff;
}

.mnuLeft ul li a, .mnuLeft ul li
{
	color: #ffffff;
	
}

.mnuLeft ul li a.mnuLeftActive
{
	color: #24627a;
	
}

.mnuLeft .title
{
	color:#24627a;
}



/******************************** Footer *************************************/



#footerNav a
{
	color: #90E6EA;
	text-decoration: none;
}

#footerNav a:hover
{
	text-decoration: underline;
}

#footer
{
	background: #d1e6ea url(../images/footerBG.gif) no-repeat;
	width: 957px;
	height: 31px;
	font-family: Arial;
	text-transform: lowercase; /* font-weight: bold; */
	font-size: 13px;
	clear: both;
	color: #81c4c8;
}


/************************************* THEMES ********************************************/



/****************** LEFT TOP MENU MODULES ********************************/

.leftSideBarModule
{
	padding-top:15px;
}

#leftSideBarModule_1
{
	background-image: url(../images/sideBarBlueBG.gif);
	background-repeat: repeat-y;
	min-height: 50px;
	padding-top: 03px;
}

.leftSideBarModuleHeader
{
	font-size: 14px;
	color: #3f8b9c;
	margin:0px 20px;
	_margin:0px 10px;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	vertical-align: text-top;
	min-height: 25px;
	_height:25px;
	width: 130px;
	#float:left;
	border-bottom: 1px dotted #999;
	
}

.editLinkText
{
	text-decoration: none;
	color: #aaaaaa;
	float: right;
	width: 28px;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 7px;
}

.editLinkIcon
{
	display: block;
	float: right;
	padding-top: 3px;
}

.leftSideBarModule_1_ul
{
	list-style-type: none;
	color: #FFF;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	font-size: 13px;
	font-weight: 400;
}

.leftSideBarModule_1_ul li
{
	margin-bottom: 06px;
	margin-left: -20px;
}

.leftSideBarModule_1_ul li a
{
	color: #fff;
	text-decoration: none;
}

.leftSideBarModule_1_ul li a:hover
{
	text-decoration: underline;
}

#leftSideBarModule_2 ul
{
	list-style-type: none;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:20px;
}

#leftSideBarModule_2_ul li
{
	padding-left: 10px;
	margin-bottom: 6px;
	width: 120px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#leftSideBarModule_3
{
	padding-bottom: 25px;
}

.leftSideBarModule_3_div_txt
{
	margin: 10px 27px 0px 20px;
	#margin-top:6px;
	border-bottom: 1px dotted #999;
	padding-bottom: 04px;
}

.leftSideBarGuestLabel
{
	display: block;
	clear: left;
	width: 80px;
	float: left;
}

.leftSideBarAttendingWrapper
{
	margin-top: 8px;
	display: block;
	color: #3f8b9c;
}




/****************** RIGHT TOP MENU MODULES ********************************/



.rightSideBarModule
{
	background-color: #cee6ea;
}

.rightSideBarModule .divider
{
	border-bottom:dotted 1px #3F8B9C;
}

.rightSideBarModule h3
{
	color: #9f553f;
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}

.rightSideBarModule_txt
{
	color: #508296;
}

.keyFeatures, .Help
{
	color:#3F8B9C;
}

.keyFeatures .title, .Help .title
{
	color:#3F8B9C;
}

