/**********/
/** Init **/
/**********/

html, body, div, hr, img,
h1, h2, h3, h4, h5, h6, p, ul, li, a, span,
form, input, textarea,
table, td, tr {
         margin: 0px;
	 padding: 0px;
}

img {
   border: 0px;
}

div.float-fix {overflow:hidden;clear:both;height:0px;}

/****************/
/** Structural **/
/****************/
body {
        background-color: #e8e7e4;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

/**********/
/** Body **/
/**********/

div.container {
   width: 962px;
	padding-top: 210px;
	margin: 0 auto;
	overflow: display;
}

div.hr {
   width: 100%;
   height: 1px;
}

hr {
   border: 0px;
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.separator {
	border-top: 1px solid #d0d0d0;
	width: 100%;
	height: 16px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

/*****************/
/** Page Layout **/
/*****************/

div.fullColumn {
	margin-left: 33px;
       width: 894px;
}

div.contentTop {
	width: 962px;
	height: 4px;
	background-image: url("../images/content-top.gif");
	float: left;
}

div.content {
	width: 962px;
	background-image: url("../images/content-middle.gif");
	background-repeat: repeat-y;
	float: left;
	padding: 26px 0px 32px 33px;
	display:inline;
}

div.contentBottom {
	width: 962px;
	height: 4px;
	background-image: url("../images/content-bottom.gif");
	float: left;
	margin-bottom: 16px;
}

div.leftColumnImage {
	float: left;
	width: 338px;
}

div.rightColumn {
	width: 526px;
	padding-left: 32px;
	float: left;
}

div.rightColumnNav {
	width: 650px;
	float: left;
}

/***************/
/** Homeboxes **/
/***************/

div.homebox {
	width: 278px;
	margin-right: 32px;
	float: left;
display: inline;
cursor: pointer;
}

div.homebox p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 0px;
cursor: pointer;
}

/**********/
/** Text **/
/**********/

h1, h2, h3, h4, h5, h6, 
p, li, a, div, td,
form, input, select, textarea {
       font-family: Arial, Helvetica;
       font-size: 12px;
       color: #505050;
}

p, li {
   color: #505050;
}

h1 { 
   font-size: 28px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	text-transform: capitalize;
}

h2 {
   font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	text-transform: capitalize;
}

h3 {
       font-size: 14px;
	margin-bottom: 0px;
}

h4 {
   font-size: 12px;
	color: #000;
	margin: 8px 0px 0px 0px;
	font-weight: bold;
}	

p {
	line-height: 22px;
	margin-bottom: 22px;
}

a, a:link, a:visited, a:active {
       font-weight: bold;
       color: #c79029;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
   text-decoration: underline;
	cursor: pointer;
}
span {
	font-weight: normal;
	font-size: 10px;
}

li {
	list-style: inside;
line-height: 22px;
}

ul {
	margin-bottom: 22px;
}


/*********************/
/** Main Navigation **/
/*********************/

div.navigation {
	width: 948px;
       margin: 0px 0px 32px 0px;
	float: left;
	position: relative;
}

ul#navigation {
   list-style-type: none;
}

ul#navigation li {
	width: 128px;
	height: 41px;
	cursor: pointer;
	display: block;
	float: left;
}

ul#navigation li span{
	text-transform: lowercase;
}

/** Use padding to control font sizing! */

ul#navigation li a {
       width: 112px;
	height: 24px;
	color: #8f8f8f;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 9px 16px;
	display: block;
	text-transform: uppercase;
}

ul#navigation li a:hover {
       color: #ffffff;
	font-size: 12px;
	height: 24px;
	font-weight: bold;
	background-image: url('../images/nav_button_over.gif');
	background-repeat: no-repeat;	
	text-decoration: none;
}

ul#navigation .section a{
       color: #c79029;
	font-size: 12px;
	font-weight: bold;
}

ul#navigation .current a{
       color: #c79029;
	font-size: 12px;
	font-weight: bold;
}
 
/*******************/
/** Subnavigation **/
/*******************/

div.leftColumnNav {
	width: 247px;
       float: left;
}

ul#subnavigation {
      list-style: none;
      margin-bottom: 20px;
}
	ul#subnavigation ul {
       margin-left: 0px;
} 


ul#subnavigation li {
 	
       list-style: none;
       display: inline;		
}


ul#subnavigation a {
       width: 198px;
       border-top: 1px solid #cccccc; 
	background-repeat: no-repeat;
	height: 28px;
	padding: 8px 0px 0px 16px;
       display: block;
	text-decoration: none;
}

ul#subnavigation a:hover {
	color: #ffffff;
	background-image: url('../images/subnav-over.jpg');
}

ul#subnavigation .current a{
	color: #ffffff;
	background-image: url('../images/subnav-on.jpg');
}


/************/
/** Footer **/
/************/

div.footer {
	width: 100%;
	margin-top: 44px;
	background-image: url('../images/bevel.gif');
	background-repeat: repeat-x;
	background-color: #c9c8c3;
}

div.footerContainer {
       margin: 0 auto;
       width: 896px;
       padding-top: 32px;
       padding-bottom: 16px;
}

div.footerColumnLeft {
	width: 400px;
	float: left;
}

div.footerColumnMiddle {
	width: 325px;
	float: left;
}



div.footer p{
	font-family: Arial, Helvetica;
	font-size: 10px;
	line-height: 16px;   
	font-weight: normal;
        color: #ffffff;
	text-align: left;
}
div.footerColumnRight {
	width: 170px;
	float: left;
	text-align:right;
}

/******************/
/**   Added JD   **/
/******************/

#user_contact_form {
       font-family: Arial, Helvetica;
       font-size: 12px;
       color: #505050;
}

#user_contact_form div.field_container  {
  float: left;
}

#user_contact_form .field_title {
  float: left;
  width: 150px;
}

#user_contact_form fieldset {
  border: none;
}

#user_contact_form .title {
  float: left;
  width: 350px;
  padding-bottom: 10px;
}

#user_contact_form div.field_value {
  width: 370px;
  clear:right;
}

#user_contact_form div.field_value textarea, input{
  width: 340px;
  clear:right;
  padding: 3px;
}

#user_contact_form div.field_value select{
  width: 350px;
  clear:right;
  padding: 3px;
}


#user_contact_form div.Actions {
  margin-left: 150px;
  margin-bottom: 29px;
  width: 300px;
  display:inline;
}

#user_contact_form .action {
  width: 70px;
}

#user_contact_form .required {
  float: left;
  font-size: 10px;
  color:#f00;
}

#user_contact_form span {
    color:#c68f28;
    font-size:12px;
}

/* GALLERY ADDING CELL SPACING
*
*********************************/

#ImageGallery table td
{
padding-right: 10px ! important;
}


/* STAF IFRAME
*
*******************************/

iframe
{
   border: collapse;
   border: none;
   padding: none;
}

#enquiryForm {
       font-family: Arial, Helvetica;
       font-size: 12px;
       color: #505050;
}

/* CYCLE ITEMS
*
*********************************/

ul#cycleItems {
	min-height: 330px;
	list-style:none;
	margin-bottom: 0px;
}

ul#cycleItems li {
   width: 338px;;
   list-style: none;
}

ul#addRotator {
	min-height: 214px;
	list-style:none;
	margin-bottom: 0px;
}

ul#addRotator li {
   width: 214px;;
   list-style: none;
}


/* LOGIN FORM
*
*********************************/
#MemberLoginForm_LoginForm_action_dologin {
  width:75px;
}

#MemberLoginForm_LoginForm_Email {
  width:200px;
}

#MemberLoginForm_LoginForm_Password  {
  width:200px;
}

#Email {
  width: 70px;
  height: 50px;
}

#Password {
  width: 70px;
}

#MemberLoginForm_LoginForm_Remember {
  width:10px;
  margin-top:12px;
}

fieldset {
  border:none;
}

/************************
SITEMAP
************************/
#sitemap-list {padding:0px; margin:0; list-style:none; font-weight:bold; line-height:150%;} /*1st level list*/
#sitemap-list li {padding:10px; margin-top:10px; font-size:13px; background:#f0f0f0;list-style:none;} /*1st level items*/
 
#sitemap-list ul {margin:5px 10px 5px 10px; padding:5px 10px; font-weight:normal; background:#f8f8f8;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:11px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 10px;  background:#fff;} /*3rd level lists*/
#sitemap-list li li li {font-size:11px; font-weight:normal;} /*3rd level items*/

/********************
	Talks
********************/
.talksTable{
	 width: 650px;
	 margin:16px 0 32px 0;
}
.talksTable td {
	 vertical-align:top;
	 border-color: #c79029;
    border-width: 0 0 1px 0;
    border-style: solid;
	 padding: 12px 6px 0px 6px;
}
p.footnote {
	font-size:10px;
}
