@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	font-style: normal;
	background-color: #333;
}
h1, h2, h3, h4, h5,h6 ,{
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 1em 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
	color: #000000;
	line-height: 2em;
	font-weight: normal;
	margin-bottom: 1.2em;
	background-image: url(../images/bg_side.png);
	background-repeat: repeat-x;
	background-position: bottom;
	letter-spacing: 0.1em;
}

* html h1 {
	margin-top: 0;
} 

h2 {
	font-size: 1.2em;
	color: #000;
	}
h3 {
	font-size: 1.1em;
	color: #990000;
}
h4 {
	font-size: 1em;
	color: #000000;
}
h5 {
	font-size: 1em;
	color: #000000;
}
h6 {
	font-size: 1em;
	color: #fff;
}
p {
	font-size: 0.80em;
	line-height: 1.5;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active, a:focus {
outline: 0
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	border: 5px solid #FFFFFF;
} 
.twoColFixRtHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
} 

* html .twoColFixRtHdr #header {
	margin-left: 10px;
	margin-right: 0;
}

#date {
	position: absolute;
	left: 700px;
	top: 0px;
}


/* twitter */
#twitter {
	position: absolute;
	left: 695px;
	top: -6px;
}
#twitter   a {
	margin: 0px;
	padding: 0px;
	background: none;
	color: none;
	border: 0;
}


/* main nvigation menu */	
.twoColFixRtHdr #nav {
	height: 30px;
	background-color: #F8F8F8;
	/*margin-bottom: 15px;*/
	margin-top: 1px;
	padding-left: 10px;
	position: relative;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-right: 10px;
}

* html .twoColFixRtHdr #nav {
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	float: left;
	position: relative;
	}
#nav li a:link, #nav li a:visited {
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	margin-right: 0.5em;
	line-height: 1em;
	padding-top: 0.8em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	color: #990000;
}
#nav li a:hover, #nav li a:active {
	background: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	font-weight: normal;
}
#nav li a.current, #nav li a.current:hover, #nav li a.current:hover {
	background: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	cursor: default;
	color: #000;
}


#nav li ul{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
#nav li>ul{
	top: auto;
	left: auto;
}
#nav li:hover ul{
	display: block;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 15px 10px 0 10px;
} 

.twoColFixRtHdr #media {
	margin-bottom: 5px;
}

.twoColFixRtHdr #speakers {
	height: 245px;
	position: relative;
	width: 600px;
	padding-top: 10px;
}
.twoColFixRtHdr #events {
	height: 230px;
	margin-top: 40px;
}

/* removed .twoColFixRtHdr  #sidebar */

.twoColFixRtHdr #links img, #sponsor img{
	border: 3px solid #FFFFFF;
	margin: 3px;
}


	
.twoColFixRtHdr #links a:hover img, #sponsor a:hover img{
	border: 3px solid #ccc;
}
.twoColFixRtHdr   #quickfind {
}
.twoColFixRtHdr #linkSpeakers {
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
}
.twoColFixRtHdr #footer {
	background-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

* html .twoColFixRtHdr #footer {
	margin-left: 10px;
	margin-right: 0;
	margin-top: 5px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.75em;
	font-style: normal;
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitebox         {
	border-bottom:1px solid #e5e5e5;
	background:#fff;
	margin-bottom:10px;
	padding: 20px;
}

.border   {
	background-color: #F8F8F8;
	padding: 5px;
	float: left;
}
.note      {
	font-size: 0.65em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

/* sponsor highlight sidebar */
.highlight {
	outline: 1px solid #111;
	border-top: 1px solid #555;
	margin-bottom:10px;
	padding: 20px;
	background-color: #202020;
	background-image: url(../images/sponsor/highlight_bg.png);
	background-repeat: no-repeat;
}
.highlight h6{
	border-top: 1px solid #444;
	border-bottom: 1px solid #111;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 3px;
	letter-spacing: 1px;
}
.highlight p {
	color: #999;
}
#highlight img {
	margin: 0px;
	border: none;
}
#highlight .more {
	margin-top:1em;
	height:20px;
	line-height:20px;
}
#highlight .more a {
	float:left;
	height:20px;
	line-height:20px;
	background:#D9D9D9;
	font-weight:normal;
	padding:0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#highlight .more a:hover {
	text-decoration: none;
	background-color: #CCC;
	color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #f1f1f1;
}

/* news excerpt list */	
	
ul.news,  
ul.news li{
	margin:0;
	padding:0;
	list-style:none;
}
ul.news{
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-color: #FFFFFF;
}	
ul.news li{
	border-bottom:1px solid #e5e5e5;
	background:#f8f8f8;
	margin-bottom:1px;
	margin-top: 1px;
	padding-top: 1em;
	padding-right: 30px;
	padding-bottom: 1em;
	padding-left: 30px;
			}	
ul.news li p{
	margin:.5em 0;
			}	
ul.news  li  h1{
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}				
ul.news li p.info{
	font-size:0.7em;
	margin:0 0 1em 0;
	border-bottom:1px solid #e5e5e5;
	color: #000000;
	}				
ul.news li .more{
	margin-top:1em;
	height:24px;
	line-height:24px;			
	}	
ul.news li .more a{
	float:left;
	height:24px;
	line-height:24px;
	background:#fff;
	font-weight:normal;
	border-bottom:2px solid #f1f1f1;
	padding:0 10px;
	}	
ul.news li .more a:hover{
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #f8f8f8;
	text-decoration: none;
	}	
			
/* footer list */												
#footer a{
	color:#fff;
	text-decoration:underline;
	}					

	ul#footerNav{
	float:right;
	margin:1em 0;
	padding:0;
	font-size: .75em;
	color: #000000;
	}
#footerNav li{
	display:inline;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	font-weight: bold;
	}	
#footerNav li a{
	color:#000000;
	text-decoration:none;
	font-weight: normal;
		}					
#footer li a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
p.info {
	font-size:0.7em;
	margin:0 0 1em 0;
	border-bottom:1px solid #e5e5e5;
	color: #000000;
}


.marginrt {
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.twoColFixRtHdr #subMenu {
	margin-bottom: 15px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}


/* m247 Adjustments
-------------------------------------------------- */
td#maincontentsubcell {
	padding: 0 30px;
}

td#rightnavcell {
	background: #fff url(../images/bg_side.png) repeat;
	border-left: 15px solid #fff;
	margin: 0;
	padding: 15px 15px 150px 15px;
	width: 290px;
}

input#topnav_10649_usernameinput.qlogin-input {
	margin-bottom: 2px;
}

input#topnav_10649_usernameinput.qlogin-input,
input#topnav_10649_passwordinput.qlogin-input {
	width: 196px;
	height: 20px;
}

div#login_welcome ul {
	padding-left: 15px;
	margin: 10px 0;
}

div#login_welcome ul li {
	font: 11px Arial, Helvetica, sans-serif;
}

div#powered_by.gray {
	color: #fff;
	text-align: center;
}

div#powered_by.gray a:link,
div#powered_by.gray a:visited,
div#powered_by.gray a:active {
	color: #fff;
	text-decoration: underline;
}

div#powered_by.gray a:hover {
	text-decoration: none;
}

