/* GENERAL STYLES */
/* GENERAL STYLES */
/************************************************************************
Colours:
 - beige: #e8d8b5;
 - orange: #d95929;
 - snippet grey: #272727;
 - snippet light grey: #303030;

Margins:
 Main content area
 - left: 14px;
 - right: 14px;
************************************************************************/

body
{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, Sans-Serif;
	color: White;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	font-size: 100.01% /* .01 to fix opera bug */;
}

body.mceContentBody
{
	background-color: Black;
}

div#main_frame
{
	background-color: Black;
	width: 985px; /* added one extra pixel for division purposes */
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 790px 20px;
	margin: 0px auto 0px auto;
}

div#main_container
{
	border-left: solid 1px #d95929;
	border-right: solid 1px #d95929;
	border-bottom: solid 1px #d95929;
}

h1
{
	font-family: Times New Roman, Times, Serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #e8d8b5;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-family: Times New Roman, Times, Serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #e8d8b5;
	padding: 0px;
	margin: 0px 0px 22px 0px;
}

p
{
	padding: 0em 0em 1em 0em;
	margin: 0px;
	line-height: 1.4em;
	color: White;
	font-size: 0.8em;
}

p a
{
	color: White;
}

p a:hover
{
	color: #d95929;
}

a.link_arrow
{
	background-image: url(../images/link_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	clear: both;
	color: #E8D8B5;
	display: block;
	float: left;
	font-family: Verdana,Arial,Helvetica,Trebuchet MS,Sans-Serif;
	font-size: 0.7em;
	padding-left: 10px;
	text-decoration: none;
}


/*** top menu - start ***/
div#top_menu
{
	width: 640px;
}

div#top_menu ul
{
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 10px 6px;
	font-size: 0.8em;
	border-bottom: solid 1px #d95929;
}

div#top_menu ul li
{
	display: inline;
	padding: 14px 5px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: #e8d8b5;
}

/* to stop the items moving, then add in a left hand black menu */
div#top_menu ul li
{
	border-left: solid 1px black;
}

div#top_menu ul li.selected
{
	border-left: solid 1px #d95929;
	color: #d95929;
}

/* remove the line if this is the first item */
div#top_menu ul li.first
{
	border-left: solid 1px black;
}

div#top_menu ul li a
{
	text-decoration: none;
	color: #e8d8b5;
}

div#top_menu ul li.selected a
{
	color: #d95929;
}

/* change the hover colour of the bullet */
div#top_menu ul li a:hover
{
	color: Yellow;
}

/*** top menu - end ***/

/*** top sub menu and floating menu - start ***/
div#top_sub_menu_container
{
}

div#top_sub_menu, div.float_menu
{
	width: 640px;
	border-bottom: solid 1px #d95929;
	background-color: #311409;
	background-repeat: repeat-y;
	background-image: url(../images/menu_background.gif);
	margin-bottom: 42px;
}

div#top_sub_menu #inner, div.float_menu .inner
{
	zborder: solid 1px green;
	padding: 0px 0px 8px 14px;
}

div#top_sub_menu ul, div.float_menu ul
{
	zbackground-color: Red;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
}

div#top_sub_menu ul li, div.float_menu ul li
{
	zbackground-color: Blue;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	width: 208px;
	list-style-type: none;
	color: #e8d8b5;
}

/* add the bullet to the link */
div#top_sub_menu ul li a, div.float_menu ul li a
{
	zbackground-color: Fuchsia;
	display: block;
	width: 188px;
	background-image: url(../images/cube_14x14_off.gif);
	background-position: 0 middle;
	background-repeat: no-repeat;
	padding-left: 19px;
	text-decoration: none;
	color: #e8d8b5;
}

div#top_sub_menu ul li.selected a, div.float_menu ul li.selected a
{
	color: #d95929;
	background-image: url(../images/cube_14x14_on.gif);
}

/* change the hover colour of the bullet */
div#top_sub_menu ul li a:hover, div.float_menu ul li a:hover
{
	color: Yellow;
	background-image: url(../images/cube_14x14_on.gif);
}

div#top_sub_menu ul li.selected a:hover, div.float_menu ul li.selected a:hover
{
	background-image: url(../images/cube_14x14_on.gif);
}

/* top sub menu filler, which is inserted if there is no top menu */
div#top_sub_menu_filler
{
	height: 75px;
}

/*** top sub menu and floating menu  - end ***/

/*** snippets - start ***/
div#snippet_column_right
{
	zbackground-color: green;
	width: 205px;
	float: right;
}
/*** snippets - end ***/

/*** news - start ***/
div#snippet_column_right .news
{
	margin: 0px 14px 0px 0px;
	padding: 0px;
	background-color: #272727;
}

div#snippet_column_right .news h3
{
	font-family: Times New Roman, Times, Serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #e8d8b5;
	padding: 5px 14px 5px 14px;
	margin: 0px;
}

div#snippet_column_right .news .header
{
	background-color: #303030;
	padding: 5px 14px 5px 14px;
}

div#snippet_column_right .news .header .title
{
	font-size: 0.8em;
	color: White;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border-style: none;
}

div#snippet_column_right .news .header .date
{
	color: #e8d8b5;
	font-size: 0.6em;
	padding: 0px;
	margin: 0px;
}

div#snippet_column_right .news .body
{
	padding: 5px 14px 10px 14px;
	margin: 0px;
	color: #e8d8b5;
	font-size: 0.7em;
}

/* redefine the background image for the arrow */
div#snippet_column_right .news .body a.link_arrow
{
	background-image: url(../images/link_arrow_news.png);
}

/* redefine the background image for the arrow */
div#snippet_column_right .news .header a.link_arrow
{
	background-image: url(../images/link_arrow_more_news.png);
}

/*** news - end ***/

/*** right menu - start ***/
div#right_menu
{
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 28px 0px;
	background-image: url(../images/right_menu_background.png);
	background-repeat: repeat-y;
	width: 205px;
	border-top: solid 1px #d95929;
	border-bottom: solid 1px #d95929;
}

div#right_menu ul
{
	zbackground-color: Red;
	margin: 0px 0px 0px 14px !important;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
}

div#right_menu ul li
{
	zbackground-color: Blue;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	width: 175px;
	list-style-type: none;
	color: #e8d8b5;
}

/* add the bullet to the link */
div#right_menu ul li a
{
	zbackground-color: Fuchsia;
	display: block;
	width: 156px;
	background-image: url(../images/cube_14x14_off.gif);
	background-position: 0 middle;
	background-repeat: no-repeat;
	padding-left: 19px;
	text-decoration: none;
	color: #e8d8b5;
}

div#right_menu ul li.selected a
{
	color: #d95929;
	background-image: url(../images/cube_14x14_on.gif);
}

/* change the hover colour of the bullet */
div#right_menu ul li a:hover
{
	color: Yellow;
	background-image: url(../images/cube_14x14_on.gif);
}

div#right_menu ul li.selected a:hover
{
	background-image: url(../images/cube_14x14_on.gif);
}
/*** right menu - end ***/

/*** main content - start ***/
div#content_main
{
	margin: 0px 0px 8px 14px;
	overflow: hidden;
	height: 100%;
}

.banner_box_container
{
	margin: 12px 14px 23px 0px;
}

.banner_box_container_home /* special home page version */
{
	margin: 12px 14px 7px 0px;
}

.banner_box
{
	border-top: solid 4px #e8d8b5;
	width: 100%;
	position: relative;
}

.banner_box img
{
	padding-bottom: 14px;
	background-image: url(../images/ribbon_strip.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-style: none;
}

.banner_box img.no_ribbon
{
	padding-bottom: 0px;
	background-image: none;
}

.banner_box table
{
	padding-bottom: 14px;
	background-image: url(../images/ribbon_strip.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#content_main .two_column_content .column_left
{
	float: left;
	width: 36%;
	margin-right: 25px;
}

div#content_main .two_column_content .column_right
{
	float: left;
	width: 36%;
}

div#content_main .three_column_content .column_left
{
	zbackground-color: Red;
	float: left;
	width: 265px;
	margin-right: 80px;
}

div#content_main .three_column_content .column_centre
{
	zbackground-color: green;
	float: left;
	width: 265px;
	margin-right: 80px;
}

div#content_main .three_column_content .column_right
{
	zbackground-color: blue;
	float: left;
	width: 265px;
}

body.mceContentBody p.title, div#content_main p.title
{
	font-family: Times New Roman, Times, Serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #e8d8b5;
	border-bottom: solid 1px #e8d8b5;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

body.mceContentBody p.title a, div#content_main p.title a
{
	color: #e8d8b5;
	text-decoration: none;
}

body.mceContentBody ul, div#content_main ul
{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

body.mceContentBody li, div#content_main li
{
	margin: 0px;
	margin-left: 15px;
	padding-bottom: 0.3em;
	font-size: 1em;
}

body.mceContentBody ul li, div#content_main ul li
{
	color: White;
	font-size: 0.8em;
	text-decoration: none;
}

body.mceContentBody ul li ul li, div#content_main ul li ul li
{
	font-size: 1em;
}

body.mceContentBody ul li a, div#content_main ul li a
{
	color: White;
	text-decoration: none;
}

/*** main content - end ***/

/*** strap line - start ***/
div.strap_line
{
	clear: both;
	color: #E8D8B5;
	display: block;
	font-family: Times New Roman,Times,Serif;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	margin: 0 14px 7px;
	padding: 30px 0 0;
	position: relative;
}

div.download_brochure
{
	display: block;
	float: right;
}
/*** strap line - end ***/

/*** footer - start ***/
div#footer_main
{
	margin: 0px 14px 14px 14px;
	color: White;
	font-size: 0.6em;
	padding-top: 10px;
	border-top: solid 1px #e8d8b5;
	overflow: hidden;
}

div#footer_main div#copyright
{
	float: left;
}

div#footer_main ul#footer_links
{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#footer_main ul#footer_links li
{
	display: inline;
	margin: 0px 4px;
	padding: 0px;
}
div#footer_main ul#footer_links li.last
{
	margin-right: 0px!important;
}

div#footer_main a
{
	color: White;
	text-decoration: none;
}

div#footer_main ul#footer_links li a
{
	color: #c0c0c0;
}
div#footer_main ul#footer_links li a:hover
{
	color: #d95929;
}

/*** footer - end ***/

/*** fade images - start ***/
a.fade
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

a.fade img
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

a.fade span
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

/*** fade images - end ***/

/*** home page styles - start ***/

/*** home page styles - end ***/
div#home_columns
{
}

div#home_columns div
{
	padding-top: 14px;
	background-position: left top;
	background-repeat: no-repeat;
}

div#home_columns .left
{
	float: left;
	width: 191px;
	margin-right: 25px;
	background-image: url(../images/ribbon_strip.png);
}

div#home_columns .centre
{
	float: left;
	width: 523px;
	margin-right: 25px;
	background-image: url(../images/ribbon_strip.png);
}

div#home_columns .right
{
	float: left;
	width: 191px;
	margin-right: 0px;
	background-image: url(../images/ribbon_strip.png);
}

div#home_columns p.title
{
	font-family: Times New Roman, Times, Serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #e8d8b5;
	border-bottom: solid 1px #e8d8b5;
	padding-top: 15px;
}

div#home_columns p.title a
{
	color: #e8d8b5;
	text-decoration: none;
}

div#home_columns p.body
{
	font-size: 0.8em;
	font-weight: normal;
	color: #e8d8b5;
}

/*** banner button - start ***/
div.banner_box div.banner_button
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.banner_button a
{
	display: block;
	position: relative;
}

div.banner_button img.fade
{
	position: absolute;
}
/*** banner button - end ***/
div#personnel_profiles
{
}

div#personnel_profiles .profile
{
	border-top: solid 1px #e8d8b5;
	margin-top: 20px;
	padding-top: 20px;
}

div#personnel_profiles .first
{
	border-top-style: none;
}

div#personnel_profiles div.photo
{
	zbackground-color: Red;
	float: left;
	width: 170px;
	margin-right: 20px;
}

div#personnel_profiles div.column_left
{
	zbackground-color: blue;
	float: left;
	width: 260px;
	margin-right: 20px;
}

div#personnel_profiles div.column_right
{
	zbackground-color: green;
	float: left;
	width: 260px;
}

div#personnel_profiles h4
{
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}

div#personnel_profiles h4 .position
{
	display: block;
	margin-top: 2px;
	font-size: 0.70em;
	font-weight: normal;
}

/*** DATA SHEETS - START ***/
div#snippet_column_right .data_sheets
{
	margin: 0px 14px 15px 0px;
	padding: 0px 0px 13px 0px;
	background-color: #272727; /*#3f3f3f;*/
}

div#snippet_column_right .data_sheets h3
{
	font-family: Times New Roman, Times, Serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #e8d8b5;
	background-color: #272727;
	background-image: url(/images/acrobat_icon.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding: 11px 0px 8px 43px;
	margin: 0px;
}

div#snippet_column_right .data_sheets li
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 5px 8px;
	background-color: #3f3f3f;
}

div#snippet_column_right .data_sheets a
{
	display: block;
	color: #e8d8b5;
	background-image: url(/images/data_sheet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, Trebuchet MS, Sans-Serif;
	font-size: 0.8em;
	text-decoration: none;
}

div#snippet_column_right .data_sheets a:hover
{
	color: #d95929;
	text-decoration: underline;
}
/*** DATA SHEETS - END ***/

/*** personnel - start ***/

/*** personnel - end ***/

.form_element
{
padding-bottom:5px;
width:660px;
}
.form_element label
{
width:100px;
display:block;
float:left;
font-family:Verdana,Arial,Helvetica,Trebuchet MS,Sans-Serif;
font-size: 0.8em;
font-weight: normal;
}
.form_element span
{
font-family:Verdana,Arial,Helvetica,Trebuchet MS,Sans-Serif;
font-size: 0.8em;
font-weight: normal;
padding-left:10px;
color:#E78C39 !important;
}
.event-description
{
width:660px;
}


/* EDITOR PROPERTIES */

/* EDITOR PROPERTIES */
