/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*  

    COLOUR SCHEME

    color: #3B3B40      *** Black                 ***
    color: #BDC9E7      *** Blue                  ***
    color: #DEE5F1      *** Light Blue            ***
    color: #CFAB8F      *** Sandy                 ***
    color: #857B88      *** Purple                ***

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header {
    background:#ffffff;
    margin-left:auto;
	margin-right:auto;
	width:980px;
    }

#top-information {
/*	height:4.5em; */
    height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#FFFFFF;
	font-size:.85em;
	position:relative;
	width:980px;
	}
	
#logo {
	position:absolute;
	top:.5em;
	left:15px;
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:2.8em;
	padding:.1em 0 .2em 0;
	font-variant:small-caps;
	}
	
#logohome {
	position:absolute;
	top:.5em;
	left:15px;
	}
	
#logo a {
	color:#F29400;
	text-decoration:none;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}

#subheading{
	font-size:1.1em;
	font-weight:bold;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu_top {
    background:#3B3B40;
/*	margin-left:auto; 
	margin-right:auto; */ 
	width:980px;
	height:44px;
	position:relative; 
    }

#menu_top a.StaticSelectedStyle:link,
#menu_top a.StaticSelectedStyle:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
/*  border-right-style: solid;
    border-right-width: thin;
    border-right-color: #dee5f1; */
/*	background:url(../images/bg_menu_tab.png) repeat-x 0 0;	*/
    }

#menu_top a.StaticHoverStyle:link,
#menu_top a.StaticHoverStyle:visited {
	color:#ffffff;
	text-decoration:underline;	
	background: url(../images/bg_menu_tab.png) repeat-x 0 0;		
    }

#menu_top a:link, #menu_top a:visited {
/*	width: 100px; */
	padding: 10px 10px 10px 10px; 
/*	float: left; */
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none; 
	color: #dee5f1;
/*  border-right-style: solid;
    border-right-width: thin;
    border-right-color: #dee5f1; */
	letter-spacing: 1px; 
}    

/* #menu_top img { float: left; } */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN IMAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background:#ffffff;
	position:relative;
    top: 0px;
    left: 0px;
    }
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
    }

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#BDC9E7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
    width:948px;
	border:1px solid #BDC9E7;       
 	position:relative;
	}

#content-main-two-column
{
    width: 720px;
    float: left;
    border-right-style: dashed;    
    border-right-width: thin;      
    border-right-color: #BDC9E7;   
    }

#content-side-two-column {
	float:right;
	width:210px;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:948px;
	border:1px solid #BDC9E7;
	position:relative;
	}

#content-main-three-column {
	width:460px;
	float:left;
	margin-left:25px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:210px;
	font-size:.9em;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	padding:0;
	margin:20px 0 10px 0;
	}

#three-column-side1 {
    float: left;
    width: 30%;
    border-right-style: dashed;
    border-right-width: thin;
    border-right-color: #BDC9E7;
    }

#three-column-side2 {
	float:right;
	width:30%;
    }

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%;
	border-right-style: dashed;
    border-right-width: thin;
    border-right-color: #BDC9E7;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
 	color:#666666;	
    }

p   {
	margin:10px 0;
    }
	
p.no-padding-no-margin {
	padding:0;
	margin:0;
    }
	
hr  {
	color: #BDC9E7;
	background-color: #BDC9E7;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
    }
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
    }

blockquote p {
	margin:2px 0;
    }
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
    }

fieldset {
	padding:15px;
    }
	
legend {
	color:#BDC9E7;
	padding:5px 3px 10px 3px;	
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	color:#3B3B40
    }

h1  { 
	margin-bottom:0;
    }

h1, h2 {
	margin-top:0px;
    }

h2  {
	font-size:1.3em;
    }

h2.dark {
    color:#857B88;
    }    

h3  {
	font-size:1.1em;
    }

h3.small {
	font-size:1.2em;
    }

h4  {
	font-size:1.1em;
    }

h5  {
	font-size:1.1em;
    }

h6  {
	font-size:1em;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#3B3B40;
	text-decoration:none;
    }

a:visited {
 	color:#3B3B40;	
	text-decoration:none;
    }

a:hover {
    color: #857B88;
    text-decoration: none;
    }

a:active {
	color:#857B88;
    }

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
    }

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
    }

#content-main-three-column a:visited,
#content-main-three-column a:link {
    color:#3B3B40;
    }    

#content-main-three-column a:hover {
    color:#F29400;
    text-decoration:underline;
    }

#content-main-two-column a:visited,
#content-main-two-column a:link {
    color:#3B3B40;
    }    

#content-main-two-column a:hover {
    color:#F29400;
    text-decoration:underline;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	background:#BDC9E7;
	position:relative;
	color:#FFFFFF;
	font-size: large;
	padding:.5em 20px .7em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#DEE5F1;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.TreeView {
    border-bottom:1px dotted #BDC9E7 !important;
    }

.TreeView div {
    margin-left:5px;
    }

.TreeView table {
    border-top:1px dotted #BDC9E7 !important;
    }

.TreeView div table {
    border-bottom:none !important;
    border-top:none !important;
    }

.TreeView table td {
    padding:2px 0;
    }

.LeafNodesStyle {
    
    }

.RootNodeStyle {
    
    }

/* ALL ELEMENTS */
.NodeStyle {

    }

.ParentNodeStyle {
    background:yellow;
    }
 
a.SelectedNodeStyle {
    background:#DEE5F1;
    display:block;
    padding:2px 0 2px 3px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
    }

ul.list-of-links {
	border-bottom:1px dotted #BDC9E7;
    }

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
    }

ul.list-of-links li{
	border-top:1px dotted #BDC9E7;
	background-image:url(../../images/list-bullet-01-link.gif);
    }

ul.list-of-links li.current {
	background-color:#DEE5F1;
    }

ul.no-lines,
ul.no-lines li {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.feature-area {
	background-color:#BDC9E7;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	padding:4px;
	margin-bottom:5px;
	display:block;
    }

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#main_footer {
/*	height: 200px; */
	height: 270px;
	width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;    
	background: #857b88;
	border: 6px solid #3B3B40;
	border-width: 6px 0 0 0;
    }
    
#main_footer li {
	background:none;
    }
    

#left_footer {
	width: 655px;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	color: #ffffff;
    }

.site_map {
	width: auto;
	margin: 0 12px 0 0;
	float: left;
    }

.site_map h3 a  {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #DEE5F1;
    }

.site_map a {
	font: 0.8em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
    }

#right_footer {
	width: 300px;
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 0;
    height: 74px;
}

#logos_footer {
	width: 290px;
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 0;
    }

#right_footer h3 {
	width: 300px;
	font: bold 1.8em Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFFFFF;
    }

#right_footer p {
	margin: 0 0 5px 0;
	font: 1.0em Arial, Helvetica, sans-serif;
	text-align: right;
	color: #DEE5F1;
    }

#right_footer a {
	color: #DEE5F1;
    }

#main_footer a:link,
#main_footer a:visited {
	text-decoration:none; 
    }

#main_footer a:hover {
	color:#000000;
	text-decoration:underline;
    }

#main_footer a:active {
	color:#FFFFFF;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#BDC9E7;
    }

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
    }
    
.alignRight {
    float: right;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORM CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.label {
	float: left;
	width: 150px;
	text-align: right;
	vertical-align: top;
	margin-right: 5px;
	padding: 0px 3px 3px 3px;
    }
	
.formSubmitted {
    font-weight:bold;
    }

.tableCellRightAlign {
    text-align: right;
    vertical-align: top;
    }

.selectDropDownText {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color:#666666;   
    }

.fieldRequiredMissing {
    color: red;
    }

.formSectionHeading {
      font-family:Tahoma, Arial, Helvetica, sans-serif;
      font-weight:bold;
      line-height:1.1em;
      margin:5px 0;
      font-size:1.1em;
      color:#F29400;
    }

.formSectionHeadingMissingFields {
      font-family:Tahoma, Arial, Helvetica, sans-serif;
      font-weight:bold;
      line-height:1.1em;
      margin:5px 0;
      font-size:1.1em;
      color:red;
    }