/* headers */
h1 { font-family: Arial,Helvetica,sans-serif; font-size: 11pt; /*font-size: 32px;*/ font-weight:bold; color: #333; padding:0px; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px;}
h2 { font-family: Arial,Helvetica,sans-serif; font-size: 10pt; font-weight:bold; color: #333; padding:0px; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px;}
h3 { font-family: Arial,Helvetica,sans-serif; font-size: 8pt; font-weight:bold; color: #333; padding:0px; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px;}

/* body content */
td { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #333; }
p { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #333; line-height: 1.5em; }
td.maincontent {font-size:11px; font-weight:normal; line-height:16px; padding-left: 5px; }
td.maincontent-outer { padding-top: 20px; }

/* links */
a { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #00539b; text-decoration: underline;}
a:link {  text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
a:hover { text-decoration: underline;}

a.more { font-family: Arial,Helvetica,sans-serif; font-size: 8pt; color: #333; text-decoration: none;}
a.more:link {  text-decoration: none;}
a.more:visited { text-decoration: none;}
a.more:active { text-decoration: none;}
a.more:hover { text-decoration: none; color: #00539b;}

/* footer nav */
.footertext { font-family: Arial,Helvetica,sans-serif; font-size: 8pt; font-weight: bold; color: #333;}
.subfootertext { font-family: Arial,Helvetica,sans-serif; font-size: 8pt; font-weight: bold; color: #999999;}

/* Site */
body { background-color: #eee; }

table ul li {
    color: #00539b;
    font-style: italic;
}



.header {
    background: url(../images/header.gif) no-repeat 0 0;
    height: 97px;
    width: 980px;
}
.header .logo {
    background: url(../images/logo-inframation.gif) no-repeat 0 0;
    height: 59px;
    width: 175px;
    float: left;
    margin-left: 25px;
    margin-top: 31px;
}
.header .header-nav {
    list-style: none;
    float: right;
    margin: 20px 0 0;
    padding: 0;
}
.header .header-nav li {
    float: left;
	background: url(../images/menu-divider.gif) no-repeat 100% 20%;
	font-style: normal;
}
.header .header-nav li a { 
    color: #00539b;
    text-transform: uppercase;
	font-weight: bold;
	padding: 0 15px;
	font-size: 12px;
	text-decoration: underline;
}
.header .header-nav li a:hover { 
	text-decoration: none;
}
.header .header-nav li.last {
	background: none;
}
.header p {
    float: right;
	clear: right;
    font-style: italic;
    font-size: 18px;
    margin: 15px 20px 0 0;	
	width: 675px;
}
.header span {
    color: #d33c00;
    font-style: normal;
}


.left-navigation {
    position: relative;
    left: -5px
}
.flash-holder img {
	position: relative; left: 3px;
}
.flash-holder object {
    position: relative;
    left: 3px;
    top: 2px;
}

.main-page-title {
	font-size: 32px;
	padding-bottom: 10px;
	color: #d33c00;
}
.test {
    padding-top: 20px;
}

.content-container {
    padding-top: 5px;
}
.conference-details {
    background: url(../images/bg-register.gif) no-repeat 0 0;
	height: 100px;
}
.details-left {
    float: left;
    width: 296px;
    margin: 10px 0 0 20px;
}
.details-left p {
    margin: 5px 0;
}
.details-left span {
    color: #d33c00;
    font-weight: bold;
    text-transform: uppercase;
}
.details-right {
	float: left;
	margin-top: 20px;
}
.details-right a {
    background: url(../images/register-btn.gif) no-repeat 0 0;
    width: 178px;
    height: 30px;
	text-indent: -9999px;
	display: block;
}
.details-right p {
    font-style: italic;
    font-size: 14px;
}
.details-right p span {
    color: #00539b;
    font-weight: bold;
    font-size: 16px;
}

.right-sidebar {
    padding-top: 20px;
	background-color: #e6e6e6;
}
.right-sidebar em {
    font-size: 11px;
    line-height: 1.3em;
}
.content-container .right-sidebar a {
    font-size: 11px;
    text-decoration: underline;
}
.content-container .right-sidebar a:hover {
	text-decoration: none;
}


/* Footer */
.footer {
    background: url(../images/footer.gif) no-repeat 4px 0;
    height: 44px;
	font-weight: bold;
}


/* IE */
.ie .footer {
    background: url(../images/footer.gif) no-repeat 0 0;
}
.ie .flash-holder object {
    top: 0;
}
