
/* CSS Document */

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img 
{
	margin : 0;
	padding : 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists 
table { border-collapse : collapse; border-spacing : 0; } */

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e1e1c7 ;
}

a {
	color:#003366;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#ef4023;
	padding-left:10px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#009cb8;
	padding-left:10px;
}
h3 {
	color:#df771c;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#ffd65d;
	padding-left:10px;
}

div#wrapper {
	width:800px;
	margin:0 auto;
	background:url(new_images/bg_shadow1.jpg) top right repeat-y;
	padding:0 10px;
}
div#date
{
	padding:10px;
	height:20px;
}
div#menu {
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:551px;
}

div#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	font-weight:bold;
}
div#menu ul li {
	float:left;
	display:block;
}	
div#menu ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding: 5px 8px 5px 8px;
}
div#menu ul li a:hover {
	text-decoration:underline;
}

div#menu ul li.selected {
	background:url(new_images/tab_right.jpg) top right no-repeat;
}
div#menu ul li.selected a {
	background:url(/socialmediaaustralia/new_images/tab_left.jpg) top left no-repeat;
	color:#fff;
}

div#leftCol {
	width:249px;
	float:right;
}
div#leftCol p {
	font-size:11px;
	padding:0px 10px 0px 10px;
}
div#leftCol ul li {
	list-style:none;
	background: url(/socialmediaaustralia/new_images/ul_list2.png) top left no-repeat;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	font-size:14px;
}
div#mainContent {
	width:551px;
	padding-top:10px;
}
div#mainContent ul li {
	list-style:none;
	background: url(/socialmediaaustralia/new_images/ul_list2.png) top left no-repeat;
	width:90%;
	margin-top:5px;
}
div#mainContent p {
	margin-top:8px;
	padding-right:30px;
	padding-left:10px;
}

div#mainContent table#table_pricing {
	margin-top:10px;
}
div#mainContent table#table_pricing td {
	padding:5px;
}
div#mainContent table#table_pricing td a {
	color:#990000;
}
div#mainContent table#table_pricing td a:hover {
	color:#990000;
	text-decoration:none;
}

div#mainContent table.agenda {
border-top:1px solid #000000;
}

div#mainContent table.agenda td {
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #000000;
}
div#mainContent table.agenda ul li{
	width:350px;
}
div#padding
{
	height:250px;
}
/*div#mainContent-bottom {
	background:url(/socialmedia/new_images/bottom.jpg) top left no-repeat;
	width:517px;
	height:50px;
}*/
div#offer {
	float:right;
	width:150px;
	border:2px solid #990000;
	padding:10px;
	color:#990000;
	margin:0 0 15px 15px;
}


div#hotel {
	float:right;
	width:200px;
	padding:5px;
	margin:10px 0 5px 10px;
	border:1px dashed #000000;
	background:#ededed;
}

div#hotel p.first {
	margin-top:0px;
}

div.keynote
{
	background:#eeece5;
	width:531px;
	margin-left:10px;
}

div.keynote-img
{
	margin-right:5px;	
}
div.keynote p
{
	padding-left:10px;
}
div.keynote ul li 
{
	list-style:none;
	background: url(/socialmediaaustralia/new_images/ul_list.png) center left no-repeat;
}

.greenBoldText {
	color:#498949;
	font-weight:bold;
}
.redText {color:#da2128}
.bluetext {color: #009cd8}
.orangeText {color:#f5821f;}
.greyNormalText {color:#666666;}
.greyText {
	font-size:10px;
	color:#666666;
}
.clear {
	clear:both;
	}

div.hr {height:1px; background:#000000; margin:8px 0 0 25px; width:495px;} 

div#footer
{
	margin:0 auto;
	padding:0 10px;
	width:800px;	
}

