@charset "utf-8";
/* CSS Document */
body	{
	margin: 0;
}

#wrapTemplate	{
	margin: 0 auto;
	width: 1100px;
	overflow:hidden;
	/*border: solid 1px #FF0000;*/
}

#wrapContent	{
	margin: 0 auto;
	width: 900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
	/*border: solid 1px #00FF00;*/
}

#wrapContentLeft	{
	margin-top: 10px;
	float:left;
	width: 600px;
	/*border: solid 1px #0000FF;*/
}

#wrapContentRight	{
	margin-top: 10px;
	float:right;
	width: 294px;
	/*overflow:hidden;*/
	/*border: solid 1px #9933FF;*/
}


.bgHeader	{
	background:url(images/bg_header.jpg);
	height: 569px;
	overflow:hidden;
	/*border: solid 1px #9933FF;*/
}

.bgHeaderSmall	{
	background:url(images/bg_header_small.jpg);
	height: 435px;
	overflow:hidden;
	/*border: solid 1px #9933FF;*/
}

.menu	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top: 170px;
	margin-right: 100px;
	text-transform:uppercase;
}


.menu ul{
	list-style:none;
	float:right;
	/*border: solid 1px #FF0000;*/
	
}

.menu li{
	float:left;
	padding-left: 15px;
	padding-right: 10px;
	border-left: solid 2px #be1b17;
}

.menu li a{
	text-decoration:none;
	color:#686658;
}

.flashHeader	{
	margin-top: 230px;
	margin-left: 118.5px;
	width: 874px;
	height: 267px;
	/*border: solid 1px #993399;*/
}

.flashHeaderSmall	{
	margin-top: 205px;
	margin-left: 130px;
	width: 850px;
	height: 140px;
	/*border: solid 1px #993399;*/
}

.newsPost	{
	background:url(images/bg_news-post.jpg) no-repeat;
	height: 360px;
}

.newsPost a	{	
	color:#be1b17;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	/*background:url(images/img_arrow.gif) no-repeat;*/
}

.newsPostContent	{ /* font format inherited from wrapContent */
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	color: #ccc;
	overflow:hidden;
	/*border: solid 1px #FF0000;*/
}

.newsPostContent p img {
	float:right;
	margin-left: 10px;
}

.newsPostContent h1	{
	font-size: 19px;
	color:#fff;
}

.newsPostTile	{
	background:url(images/bg_news-post-tile-middle.jpg) repeat-y;
	/*overflow:hidden;*/
	/*min-height: 400px;*/
	/*border: solid 1px #FF0000;*/
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.newsPostTile a	{
	color:#be1b17;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
.newsPostTile a.readmorelink
{
  background-color:#BE1B17;
  color:#FFFFFF;
}
.smallPost	{
	float:left;
	background:url(images/bg_small-post.jpg) no-repeat;
	width: 295px;
	height: 271px;
}

.smallPost	a	{	
	color:#be1b17;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	/*background:url(images/img_arrow.gif) no-repeat;*/
}

.smallPostContent	{ /* font format inherited from wrapContent */
	margin-top:25px;
	/*padding-top: 25px;*/
	padding-left: 25px;
	padding-right: 19px;
	color: #ccc;
	/*border: solid 1px #FF0000;*/
}

.smallPostTwitterDate	{
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	color:#be1b17;
	background-color:#0d0d0d;
	padding-left: 10px;
	line-height: 15px;
	/*border: solid 1px #FF0000;*/
}

.smallPostTwitterInfo	{
	font-size:11px;
	line-height: 15px;
}

.speakersPost	{
	background:url(images/bg_speakers-post.jpg) no-repeat;
	height: 359px;
	/*border: solid 1px #FF0000;*/
}

.speakersPostContent	{
	/*margin-top:20px;
	margin-left:20px;*/
	padding-top:20px;
	padding-left:20px;
}


.speakersPostFlash	{
	margin-top:10px;
	margin-left:15px;
	background-color:#827e66;
	width: 265px;
	height: 270px;
}

#footer	{
	margin-top: 10px;
	padding-top: 40px;
	background:url(images/bg_footer.jpg) repeat-x;
	background-color: #1c1c1c;
	height: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	/*border: solid 1px #FF0000;*/
}

#wrapFooter	{
	margin: 0px auto 0 auto;
	width: 900px;
	/*border: solid 1px #FF0000;*/
}

.footerContent	{
	padding-left: 20px;
	border-left: 1px #CCCCCC dotted;
	float:left;
	width: 220px;
	/*border: solid 1px #fff600;*/
}

.footerContent ul	{
	margin-top: 0;
	list-style: none;
	text-indent: -45px;
	font-weight:bold;
}

.footerContent a	{
	color:#999;
	text-decoration:none;
}

.footerContent a:hover	{
	color:#fff;
	text-decoration:none;
}

.bdr-1{border:1px solid #FF0000;}
.bdr-2{border:1px solid #00FF00;}
.bdr-3{border:1px solid #0000FF;}

.singletopTitle
{

}
.singletopTitle  a
{
background-color:#CC0000;
color:#FFFFFF;
font-size:20px;
text-decoration:none;
padding:3px 3px 2px 3px;
font-family:verdana;
}