/* START centering CSS */
body {
	text-align:center;
	background: #FFF;
}
/* END centering size CSS */

/* START font size CSS */
body {
	font-size:80%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 22px;
} /* for IE/Win */
/* Set other elements using ems 
(where 1em = 10px, 2em = 20px */
/* END font size CSS */



/* LAYOUT */
#banner {
	height: 252px;
	background-position: center top;
	width: 100%;
	background-repeat: no-repeat;
}

#top_wrap {
	background: #FFFFFF url(../images/content_top.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
}
#content_wrap {
	margin: 0px;
	width: 100%;
	background: url(../images/connect2010_09.jpg) repeat-x center bottom;
}
#content-main {
	padding: 80px 0px 35px;
	margin: 0px auto;
	width: 850px;
}
#bottom_wrap {
	background-color: #6893a6;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#left {
	float: left;
	width: 255px;
	margin-right: 15px;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}
#middle {
	float: left;
	width: 275px;
	margin-right: 15px;
	text-align: left;
}
#right {
	float: left;
	width: 260px;
	text-align: left;
	padding-top: 20px;
	padding-left: 15px;
}
#second {
	float: left;
	padding-right: 15px;
	width: 550px;
}
#videos {
	float: left;
	width: 550px;
}
#footer {
	background-color: #6893a6;
	margin: -10px auto 0px;
	width: 850px;
	padding: 0px;
	font-size: 11px;
	color: #FFF;
	line-height: normal;
}
#bottom {
	height: 200px;
	/*background-image: url(../images/connect2010_12.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin: -13px 0px 0px;
	padding: 0px;
	clear: none;
}
#content-main img {
	border: 5px solid #DEDEDE;
	padding: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
h1 {



	margin: 0px;
	padding: 0px;
	font-size: 22px;
}

/*////////////////// LINKS AND BUTTONS /////////////////////////////////*/
.button  a:link, .button a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 5px;
	border: 1px solid #aaa;
	text-decoration: none;
	color: #000;
	line-height: 30px;
	margin-left: 0;
}
.button  a:hover, .button a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 5px;
	border: 1px solid #aaa;
	text-decoration: none;
	color: #000;
	line-height: 30px;
	background-color: #EEEDEF;
}
a:link, a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover, a:active {
	text-decoration:none;
	color:#666;
}
#footer a:link,#footer a:visited {
	text-decoration:underline;
	color:#FFF;
}
#footer a:hover,#footer a:active {
	text-decoration:none;
	color:#666;
}
em a:link, em a:visited {
	text-decoration:none;
	color:#666;
}
em a:hover, em a:active {text-decoration:none; color:#000;
}
/*////////////////// END OF LINKS AND BUTTONS /////////////////////////////////*/

/*///////////////// MAIN MENU ///////////////// */

#content-sub {
	width: 220px;
	margin-top: 10px;
	padding-top: 2px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 19px;	/*background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bg_sidebar-top.gif);*/
	margin-left: 10px;
}
#content-sub ul { /*background: url(../images/bg_sidebar-bottom.gif) no-repeat 0 100%; margin: 0; padding: 0 2px 2px 2px;*/
	margin: 0px;
	padding: 0px;
}
	#content-sub ul li {
	list-style: none;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 199px 15px;
}
	#content-sub ul li strong { display: block; font-size: 12px; }
	#content-sub ul li a {
	font-size: 10px;
	color: #000;
	padding: 10px;
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #c9c9c9;
	text-decoration: none;
}
	#content-sub ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 202px 14px;
}
	#content-sub ul li a:hover strong {
	color: #aaa;
}
