/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
font-family: Verdana, "lucida console", sans-serif;
font-size: small;
}
#container {	margin: 0px auto;
	padding: 0px;
	width: 800px; 
	overflow: hidden;
    color:black;
	}
#container #head{
	margin: 0px auto;
	padding: 0px;
	width: 800px; 
	height:128px;
    background-image:url('../image/header.png');
    background-position:top left;
    background-repeat:no-repeat;	
}
#container #foot{
	background-image:url('../image/bottom_curved.png');
    background-position:bottom left;
	width: 800px; 
	height:78px;
}
#content{
    background-image:url('../image/middle.png');
    background-position:top center;
    background-repeat:repeat-y;
	margin-bottom:-20px;
	min-height:600px;
}
#content #people{
	display:inline;
	float:left;
    background-image:url('../image/people.png');
	margin-left:50px;
	width:321px;
	height:271px;
}
#content p{
	display:inline;
	float:right;
	width:365px;
	margin-right:60px;
	margin-bottom:10px;
}
#content em{
	font-weight:bold;
	font-style:normal;
}
#container #foot ul,#container #foot h2 {
	margin:0px 75px 0px 360px;
}
#content img{
	margin-left:360px;
	margin-bottom:50px;
}
#content .head{
font-weight:bold;
line-height:1.1;
padding-bottom:5px;
}
#content .head em{
font-style:normal;
font-weight:normal;
color:red;
}
#content #body{
margin-left:75px;
margin-bottom:78px;
display:block;
}
#content #body h1{
width:100%;
}
h1{
color:red;
text-transform: uppercase;
margin-bottom:5px;
}
#content .item,#content .venueitem{
display:block;
min-height:60px;
margin-bottom:25px;
margin-right:50px;
width:700px;
}
#content .item h2{
color:black;
float:left;
width:545px;
font-size:normal;
margin:0 0 5px 5px;
}
#content .item p{
float:none;
display:block;
width:500px;
margin-left:130px;
}
#content .venueitem p{
float:none;
display:block;
width:650px;
}

#content .item img{
	vertical-align: top;
	float:left;
	width:114px;
	height:77px;
	margin-right:10px;
	margin-top:5px;
	margin-left:auto;
	margin-bottom:auto;
}
#menu{
	text-align:right;
	margin-right:50px;
	color:gray;
	text-decoration:none;
	font-weight:bold;
	padding-top:1em;	
}
#menu a{
	color:gray;
	text-decoration:none;
	font-weight:bold;
}
.speaker{
	margin-left:75px;
}

#content #summary {
	height:310px;
}
#content #venuesummary {
	height:167px;
}
#content h6 {
	margin-left:50px;
	margin-right:50px;
}
#venue{
	display:inline;
	float:left;
    background-image:url('../image/venue.jpg');
	margin-left:50px;
	width:245px;
	height:137px;
}

.venueitem ul{
float:left;
padding-left:50px;
margin-bottom:10px;
}
.venueitem #menzies{
margin:auto;
}
a{
color:red;
}

.contact-form
{
	margin-left: auto;
	margin-right: auto;
	width: 618px;
	padding-left: 80px;
	padding-top: 30px;
	height: 500px;
}

.contact-form h1, .register-form h1
{
	color: #333333;
	text-decoration: none;
	margin-bottom: 20px;
}

.contact-form span
{
	float: left;
	text-align: left;
	width: 80px;
	margin-bottom: 13px;
}

.contact-form input[type="text"]
{
	width: 240px;
	margin-bottom: 13px;
}

.contact-form textarea
{
	width: 240px;
	height: 140px;
}

.contact-form .validator-mesg
{
	float: none;
}

.register-form
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font-size: small;
}

.register-form input[type="text"]
{
	margin-bottom: 10px;
}

.register-form #fname
{
	display: inline;	
}

.register-form #fname label, .register-form #job-comp-add label, .register-form #contact-nos #tel, 
.register-form #EmailLbl, .register-form #state label, .register-form #phone, 
#CardInfoPanel #CAmountLbl, #CardInfoPanel #CLbl
{
	width: 90px;
	float: left;
	text-align: left;
}

.register-form #state select
{
	margin-right: 18px;
}

.register-form #job-comp-add input[type="text"]
{
	display: block;
}

.register-form #contact-nos input
{
	width: 115px;
}

.register-form #lname label, .register-form #pcode label, .register-form #ExpLbl,
.register-form #contact-nos #fax, .register-form #contact-nos #mob
{
	padding: 0 20px;	
}

#RegInfoLbl, #PayMethodLbl
{
	line-height: 2.2em;	
	font-weight: bold;
}

#RegTypeRadList td, #PayMethodRadList td
{
	border:0px none black;
	padding-bottom: 10px;
	padding-right: 20px;
}

#IssuerRadList td
{
	padding-bottom:10px;
	padding-right:6px;	
}

#CardInfoPanel #CNameLbl
{
	padding-right: 20px;	
}

#lname label, #fax, #mob, #pcode label, #CNameLbl, #ExpLbl
{
	vertical-align: top;	
}
#EmailValidator, #EmailFormValidator, #NameValidator, #EmailValidator, #EmailFormValidator, #InquiryValidator
{
	vertical-align: middle;	
}

#SuccessLbl
{
	width: 250px;
	display: block;
}
.item table{
margin-right:75px;
}
.status
{
	padding-top: 30px;
	height: 500px;	
}
.item table tr th{
color:white;
background-color:black;
font-weight:bold;
padding:5px;
border:2px solid black;
}
.item table tr td{
padding:5px;
border:2px solid black;
}
.time{
width:75px;
text-align:right;
border:2px solid black;
}
.topic{
width:250px;
border:2px solid black;
}
.social .time,.social .topic, .social td{
color:white;
background-color:gray;
padding:5px;
}

.registration_heading
{
    color:#333333;
    display:block;
    font-weight:bold;
}

#main_form label{ font-weight: normal; }

#content div #credit_cards_img{ margin: 0px; }

.small-padding-top{ padding-top: 5px; }

.xlarge-padding-bottom{ padding-bottom: 40px; }

.red-border{ border: solid 1px red; }

.green-button
{
    background-color:#96BC3A;
    border:1px solid gray;
    color:#FFFFFF;
    width:80px;
}

.dark-grey{ color:#333333; }
