@charset "utf-8";
/* 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:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#e1e1c7;
}

a {
	color:#003366;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#000000;
}
h3 {
	margin-top:10px;
	color:#f5821f;
	font-size:16px;
}
h4 {
	color:#f78f1e;
	font-size:18px;
}
h4 a{
	text-decoration:none;
	color:#f78f1e;
}
h4 a:hover{
	text-decoration:underline;
}
h5 {
	color:#000;
	font-size:18px;
	font-weight:100;
}

div#wrapper {
	width:800px;
	margin:0 auto;
	background:url(/ausengagement/images/bg_shadow.gif) top left repeat-y;
	padding:0 10px;
}

div#menu {
	height:38px;
	background:#00a1b1;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:580px;
}

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 {
	height:25px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:13px 10px 0 10px;
}
div#menu ul li a:hover {
	text-decoration:underline;
}

div#menu ul li.selected {
	background:url(/ausengagement/images/tab_right.jpg) top right no-repeat;
}
div#menu ul li.selected a {
	background:url(/ausengagement/images/tab_left.jpg) top left no-repeat;
	color:#000000;
}
div#leftCol {
	width:220px;
	float:right;
}
div#leftCol p {
	font-size:12px;
}
div#mainContent {
	padding:10px 230px 10px 10px;	
}
div#mainContent li {
	line-height:16px;
}
div#mainContent p {
	margin-top:8px;
}

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 {
	margin-bottom:20px;
	margin-top:10px;
	border-top:1px solid #000000;
}
div#mainContent table.agenda td {
	padding:5px;
	border-bottom:1px solid #000000;
}
div#mainContent table.agenda td p {
	margin:0 0 5px 0;
}
div#mainContent table.agenda td ul {
	margin-bottom:0;
	margin-top:5px;
}
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;
}
.quoteBlue{
	color:#00a1b1;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

div#box
{
	padding:10px 10px 0 10px;
}
div#box-top
{
	background:url(/ausengagement/images/box-top.png) center top no-repeat;
	height:31px;
}

div#box-bottom
{
	background:url(/ausengagement/images/box-bottom.png) center bottom no-repeat;
	height:32px;
}

div#box-sides
{
	background:url(/ausengagement/images/box-body.png) center center repeat-y;
}

div#conf_box
{
	padding:10px 20px 0 15px;
}
div#conf_box-top
{
	background:url(/ausengagement/images/pre-conf_top.png) center top no-repeat;
	height:30px;
}

div#conf_box-bottom
{
	background:url(/ausengagement/images/pre-conf_bottom.png) center bottom no-repeat;
	height:21px;
}

div#conf_box-sides
{
	background:url(/ausengagement/images/pre-conf_body.png) center center repeat-y;
}

div#blue_box
{
	padding:10px 10px 0 10px;
	float:right;
}
div#blue_box-top
{
	background:url(/ausengagement/images/bluebox-top.png) center top no-repeat;
	height:14px;
	float:right;
}

div#blue_box-bottom
{
	background:url(/ausengagement/images/bluebox-bottom.png) center bottom no-repeat;
	height:19px;
	float:right;
}

div#blue_box-sides
{
	background:url(/ausengagement/images/bluebox-body.png) center center repeat-y;
	float:right;
}


.greenBoldText {
	color:#498949;
	font-weight:bold;
}
.purpleText {color:#9c428e;}
.redText {color:#c63e60}
.bluetext {color: #00a1b1}
.orangeText {color:#f78f1e;}
.greyNormalText {color:#666666;}
.greyText {
	font-size:11px;
	color:#666666;
}
.clear {
	clear:both;
	}

div.hr {height:1px; background:#000; margin:8px 0;} 
