@import url("master.css");
@import url("header.css");
@import url("footer1.css");
@import url("mainmenu_internet_longMenu.css");

html,body {
	 height: 100%; 
}

#contentArea {
	width: 955px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.hide {
	display: none;
}


/* Main feature area  */
/* ------------------------------------------- */
#main{
	width: 955px;
	height: 1000px.px;
	top: 88px;
	left: 0px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#mainFeature{
	width: 810px;
	float: right;
	padding: 10px;
	height: 600px;
	font-family: 'Tw Cen MT', 'Trebuchet MS', 'Arial Narrow', Arial;
	font-size: 11px;
	background-image: url(../talk/images/globeBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}



/* Main feature area  */
/* ------------------------------------------- */
#secondary{
	width: 830px;
	height: 300px;
	left: 0px;
	padding-left: 125px;
}
#featuresArea{
	font-family: 'Tw Cen MT','Trebuchet MS','Arial Narrow',Arial;
	color: #333333;
	width: 400px;
	float: left;
	padding: 10px 10px 10px 25px;
	background-color: #B4D7F3;
}
#featuresArea h2{
	background-image: url(../home/images/lbl_events.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	width: 400px;
	height: 20px;
	margin-bottom: 8px;
	padding: 0px;
}
#featuresArea h3{
	color: #503C20;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#feature1, #feature2 {
	width: 385px;
	height: 80px;
	font-size: 11px;
	margin-bottom: 0px;
}
#featuresArea img{
	float: left;
	border: 1px solid #333333;
	margin-right: 10px;
}


#newsArea {
	width: 300px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#newsArea h2 {
	background-image: url(../home/images/lbl_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}
#newsArea ul {
	list-style-image: url(../home/images/triangleBullet.gif);
	list-style-position: inside;
	margin-top: 5px;
}
#newsArea li {
	height: 15px;
}
#newsArea a:link, #newsArea a:visited {
	text-decoration: none;
	color: #333333;
}
#newsArea a:hover {
	height: 15px;
	text-decoration: underline;
	color: #333333;
}

#linksArea {
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#linksArea h2 {
	background-image: url(../home/images/lbl_links.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	height: 20px;
	padding: 0px;
}
#linksArea ul {
	list-style-position: inside;
	margin-top: 5px;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
}
#linksArea li {
	height: 17px;
}
#linksArea a:visited, #linksArea a:link {
	text-decoration: none;
	color: #333333;
}
#linksArea a:hover {
	text-decoration: underline;
	color: #333333;
}

#verticalDivider {
	background-image: url(../home/images/verticalDivide.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	height: 200px;
	width: 2px;
	top: 510px;
	left: 540px;

}

#breadcrumbs {
}

