﻿/* 
IFCN 2011 CSS layout 
Date: 2011-08-03
Designer: Quick
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {display: block; border-width: 0;}

td img {display: block; border-width: 0;}

body {
	margin: 0px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	background: url("images/background.jpg") center bottom no-repeat fixed!important;
	color: #666666;
	font-size: 13px;
}

form {
	margin: 0px;
}

strong 
{
    color: #666666;
}

a
{
    font-weight: bold;
    color: #336699;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#wrapper {
	width: 984px;
	height: auto;
	min-height: 700px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#masthead {
	width: 984px;
	height: 165px;
	background-color: White;
	display: block;
	overflow: hidden;
}

#top_link 
{
    position: absolute;
    top: 103px;
    right: 27px;
    width: 300px;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #336699;
    display: block;
} 

#top_link a 
{
    font-weight: normal;
	color: #336699;
	text-decoration: none;
}

#top_link a:hover
{
	text-decoration: underline;
}

#search_box
{
    position: absolute;
    top: 130px;
    right: 27px;
    width: 242px;
    height: 22px;
    text-align: right;
    color: #336699;
    display: block;
} 

#menu_bar
{
	width: 984px;
	height: 32px;
	display: block;
	overflow: hidden;
}

#main_top
{
	width: 984px;
	height: 12px;
	background: url(images/body_top.png) no-repeat;
	overflow: hidden;
}

#home_top
{
	width: 984px;
	height: 293px;
	overflow: hidden;
}

.area_t2
{
}

#main
{
	width: 937px;
	padding: 20px 27px 20px 20px;
	min-height: 500px;
	background: url(images/body.png) repeat-y;
	overflow: hidden;
}

#main_bottom
{
	width: 984px;
	height: 24px;
	background: url(images/body_bottom.png) no-repeat;
	overflow: hidden;
}

#container {
	position: relative;
	height: auto;
	min-height: 300px;
	width: 100%;
}

#page_title 
{
    margin-top: 10px;
    width: 692px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 400;
    color: #336699;
    border-bottom: 2px solid #336699;
    display: block;
}

#page_details 
{
    width: 692px;
    margin-top: 20px;
}

#upcoming_conference {
    width: 100%;
    height: 24px;
    font-size: 18px;
    color: #31859B;
    display: block;
}

#conference_list {
	padding: 10px;
}

#marqueecontainer {
	position: relative;
	width: 240px; /*marquee width */
	height: 140px; /*marquee height */
	overflow: hidden;
}

#marqueecontainer a 
{
	color: #454545;
	text-decoration: none;
}

#marqueecontainer a:hover
{
	color: #005F83;
	text-decoration: underline;
}

#copyright_info 
{
    padding-left: 20px;
    width: 964px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
	background: url(images/body.png) repeat-y;
	color: #336699;
	overflow: hidden;
	display: block;
}

#copyright_info a 
{
    font-weight: normal;
	color: #336699;
	text-decoration: none;
}

#copyright_info a:hover
{
	text-decoration: underline;
}

#bottom_margin 
{
    width: 984px;
    height: 50px;
	overflow: hidden;
	display: block;
}


#realtime
{
     color: #eee; 
}

#h_title
{
    width: 320px;
    height: 20px;
    padding-top: 5px;
    border-bottom: 1px solid #336699;
    color: #336699;
}

#h_title a
{
    font-weight: 800;
}

#h_content
{
    width: 336px;
    min-height: 170px;
    padding-top: 12px;
    padding-bottom: 8px;
    color: #666;
}

hr {
	height: 1px;
	border: 0;
	color: #AAA;
	background-color: #AAA;
}

.links
{
    font-size: 13.4px;
    color: #333333;
    font-weight: normal;
}

.links a
{
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

.links a:hover
{
    text-decoration: none;
    color: #003366;
}

.links p
{
    margin-top: 23px;
    margin-bottom: 23px;
}

.btn1hover{}
a.btn1hover:visited { background: url(images/btn1_s1.jpg) no-repeat; } 
a.btn1hover:hover { background: url('../images/btn1_s2.jpg') no-repeat; } 

