body {
	margin:0px 0px 0px 0px;
   	WIDTH: 100%;
   	height:100%;
   	padding: 0px 0px 0px 0px;
   	text-align: center;
	background-color: #f1f1f1;
   
	}

#fullcontainer { 
 /* adjust background colour*/
/* background-color:#4422FF; */
	}

#banner {
	background-image: url(../images/cms_banner4.jpg);
	width: 760px;
}

#breadcrumbs {
	background: url(../images/bread_bg1.gif) repeat-x top left;
	color:#333333;
	width: 760px;
	}

#container {
	background: url(../images/bg1.gif);
	background-repeat: repeat-y;
	}

/*#menuholder {
	margin: 20px 5px 0px 5px;
	background: #c9dff2;
	float: left;
	text-align: left;
	width: 140px;
	height: 240px;
	padding: 5px 10px 0px 10px;
	line-height: 120%;
	min-height: 200px;
	}*/
#menuholder {
	margin: 20px 10px 0px 0px;
	float: left;
	text-align: left;
	width: 160px;
	padding: 5px 10px 0px 10px;
	line-height: 120%;
	}

#main {
	width: 560px;
	float: left;
	color: #404040;
	background-color: #FFFFFF;
	font: 1.1em Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight: normal;
	_height:640px;
	min-height: 640px;
	padding: 4px 0px 18px 0px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footerholder {
	clear: both;
	bottom: 0 !important;
	text-align: center;
	width: 760px;
	margin: auto;
	border-top: 2px solid #2787a0;
	background: #ffffff;
	}

#footer {
	width: 754px;
	height: 90px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 10px 0px;
	margin: auto;
	text-align: left;
	}
h2
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	
	padding: 15px 0 0 5px;
	margin-left:1px;*/color:#135293;
	font-weight: normal;
	}


p.sectionheader {
	font: 18px  Helvetica, Trebuchet MS, Arial, sans-serif;
	color: #D4A546;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	}

p.sectionsubheader {
	font: 14px Helvetica, Trebuchet MS, Arial, sans-serif;
	color: #444;
	font-weight: bold;
	margin-bottom: 4px;
	}
/* ==================== links ==================== */

#main a, #main a:visited {
	color: #135293;
	text-decoration: none;
	font-weight: normal;
	}

#main a:hover {
	color: #135293;
	text-decoration: underline;
	}

#breadcrumbs a {
	color: #135293;
	text-decoration: none;
	}		

#breadcrumbs a:hover {
	color: #135293;
	text-decoration: underline;
	}	

.menu { /*Only the menu colour may be changed*/
	color: #006600;
	}

.menupadding {
	padding-bottom: 4px;
	}

.menu a, .menu a:visited{
	color: #135293;
	}

.menu a:hover{
	color: #135293;
	}

.block-menu {
    float: left;
}


/*#menuholder ul {
	list-style: none outside none;
}*/
.sidebar-links {
	text-transform: uppercase;
    margin-bottom: 10px;

}
.sidebar-links p {
    color: #616161;
    padding: 10px 20px;
}
.sidebar-links h2 {
	background: url(..images/sidebar_bg_heading_3col.png) no-repeat scroll 0 0;
	font-size: 120% !important;
	height: 23px;
	left: 106px;
	margin: 0 !important;
	padding: 5px 0 0 10px;
	/*position: absolute;
	top: 307px;
	width: 160px;
	background-position: left 30px;*/
}
.sidebar-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0px 0px 5px 0px;
}
.sidebar-links ul li {
    list-style: none outside none;
}
 .sidebar-links li span {
    display: block;
    padding: 0 5px;
}

.sidebar-links ul li a {
    background: url(../images/arrow_gray_circle.png) no-repeat scroll 95% 12px transparent;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding: 10px 5px 10px 2px;
    text-decoration: none;
}
.sidebar-links ul li a:link {
    color: #616161;
}
.sidebar-links ul li a:visited {
    color: #616161;
}
 .sidebar-links ul li a:hover {
    background-image: url(../images/arrow_black_circle.png);
    color: #000000;
}
.sidebar-links ul li a:active {
    background-image: url(../images/arrow_blue_circle.png);
    color: #000000;
    font-weight: bold;
}
.sidebar-links ul li.selected a {
    background-image: url(../images/arrow_blue_circle.png);
    color: #000000;
    font-weight: bold;
}
.sidebar-links ul li a.sub{
    background: url(../images/arrow_blue_circledn.png) no-repeat scroll 95% 12px transparent;
    color: #000000;
    font-weight: bold;
}

.sidebar-links ul li.sub-sub a {
	background: url(../images/arrow_bluedn.png) no-repeat scroll 0px 8px transparent;
    color: #000000;
    font-weight: bold;
}
/*.sidebar-links li.first a {
    border-top: 0 none !important;
}
.sidebar-links li.last a {
    border-bottom: 0 none;
}*/


.sidebar-links ul ul {
    margin-top: -1px;
    padding: 2px 10px;

}
.sidebar-links ul ul li.selected a{
    margin-top: -1px;
    padding: 5px 10px;
	border-top: none;
	background: url(../images/arrow_blue.png) no-repeat scroll 0px 8px transparent;
}
 .sidebar-links ul ul li a:hover{
  /* margin-top: -1px;background: url(../images/arrow_gray.png) no-repeat scroll 0px 12px transparent;
    padding: 10px 10px;*/
	background: url(../images/arrow_black.png) no-repeat scroll 0px 8px transparent;
}
 .sidebar-links ul ul li a:active{
   /*margin-top: -1px;
    padding: 10px 10px;*/
	COLOR: #135293;
	background: url(../images/arrow_blue.png) no-repeat scroll 0px 15px transparent;
}
.sidebar-links ul ul ul li a{
    margin-top: -1px;
    padding: 5px 10px;
	border-bottom: none;
	text-transform: none;
	background: url(../images/arrow_gray.png) no-repeat scroll 0px 8px transparent;
}
.sidebar-links ul ul ul li a:hover{
    /*margin-top: -1px;background: url(../images/arrow_gray.png) no-repeat scroll 0px 12px transparent;
    padding: 10px 10px;*/
	background: url(../images/arrow_black.png) no-repeat scroll 0px 8px transparent;
}
.sidebar-links ul ul ul li a:active{
   /* margin-top: -1px;
    padding: 10px 10px;*/
	background: url(../images/arrow_blue.png) no-repeat scroll 0px 8px transparent;
}
.sidebar-links li.selected ul a {
    font-weight: normal;
    margin-top: -5px 0px 3px 0px;
	border: none;
    /*padding: 2px 10px;*/
	background: url(../images/arrow_gray.png) no-repeat scroll 0px 15px transparent;
}
.sidebar-links li.selected ul li.selected a {
    color: #000000 !important;
    font-weight: bold;
	background: url(../images/arrow_blue.png) no-repeat scroll 0px 15px transparent;
}

.level_1{TEXT-TRANSFORM: uppercase;}
.level_2{TEXT-TRANSFORM: none;}

.first-item {BORDER-TOP: #C9DFF2 6px solid;}
.last-item {BORDER-BOTTOM: #cacaca 1px solid;}

.feature {
    /*background: url(../images/gradient_blue.png) repeat-x scroll 0 0 transparent;*/
    border: 1px solid #C9DFF2;
	background-image: url(../images/side-top.png);
	background-repeat: no-repeat;
	height: 180px;
	min-height: 200px;
	margin-left: 10px;
}

.feature .p1{
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	TEXT-TRANSFORM: uppercase;
}

.side-content{
	width: 100px;
	height: 110px;
	float: right;
	padding-left: 5px;
	background-color: #135293;
	padding-top: 5px;
	margin-top: 20px;
}

.side-content a{
		color: #ffffff;
		text-decoration: none;
}
.side-content a:visited {
	font-weight: bold;
	text-decoration: none;
	}

.side-content a:hover {
	text-decoration: underline;
	}

.side-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
.side-content ul li{
	background: url(../images/arrowo_2.gif);
	/**/background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
}

.old-content{
	
	width: 200px;
	height: 160px;
	min-height: 160px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 20px;
	border: 1px solid #eaeaea;
	background-image: url(../images/branding_right.png);
	background-repeat: no-repeat;
	/*display: inline;clear: left;*/
}

.old-content .p1{
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	TEXT-TRANSFORM: uppercase;
}
.old-content a{
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}
.old-content a:visited {
	text-decoration: none;
	color: #333300;
	}

.old-content a:hover {
	text-decoration: underline;
	}

.old-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
.old-content ul li{
	background: url(../images/arr.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;/**/
	padding-left: 10px;
}



/*  Images 
---------------------------------------------------------*/
 div.figure {
  float: right; 
  width: 25%; 
  border: thin gold solid; 
  margin: 0.5em; 
  padding: 0.5em; 
}
div.figure p {
  text-align: center; 
  font-style: italic; 
  font-size: smaller; 
  text-indent: 0; 
} 

.picture { 
	/*background-color: #F9F9F9; 
	border: 1px solid #eeeeee; */
	padding: 3px; 
	font: 11px/1.4em Arial, sans-serif; 
} 
.picture img { 
	/*border: 1px solid #CCCCCC;*/ 
	vertical-align:top; 
	margin-bottom: 3px; 
	display:block;
} 
.right { 
	margin: 0.5em 0 0.5em 0.5em; 
	float:right; 
} 
.left { 
	float:left; 
}
.picture .left .left{
	margin: 0.5em 0 0.2em 0;
}
.picture .left .right{
	margin: 0.5em 0 0.2em 0;
}
.cap {
	color: #B28F47;
	font: 24px Helvetica, Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	}


/* =Misc
---------------------------------------------------------*/
#node-69 {
  background-color: #DFB946;
  border: 2px solid #339933;
  padding: 5px;
}

.line {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding-top: 10px;
}


#main table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#main table th
{
	font-weight: bold;
	padding: 0.2em;
}

#main table td
{
	padding: 0.2em;
	border-right: solid 1px #fff;
}

#main table tr.rowH
{
	color: #fff;
	background: #006192 url('../images/rh.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#main table tr.rowA
{
	background: #F8F8F8 url('../images/ra.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#main table tr.rowB
{
	background: #FDFDFD url('../images/rb.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#main table tr.rowC
{
	background: #F4F5EE url('../images/rc.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#main blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('../images/rb.gif') top left repeat-x;
}

#main blockquote p
{
	margin-bottom: 0em;
}

/* form elements */
#main form {
	margin: 10px 25px 10px 25px;
	padding: 10px 25px 25px 25px;
    background: #F3F4F5;
    border: 1px solid #E2E4E7;
	width: 417px;
}
#main form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #2C76A6;
}
#main label {
	font-weight: bold;
	color: #666666;
}
#main input, #main select, #main textarea {
	margin: 5px 0;
	padding: 7px 6px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#main input:focus, #main select:focus, #main textarea:focus {
	color: #19465D;
	background: #EEF8FB;
}
#name, #email, #message, #website {
	width: 400px;
}
#main input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #2C76A6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #86BBDF #245F86 #245F86 #86BBDF;
}
ol, ul {
	list-style: none;
}
.naventry { 
	font: 90% Verdana, Arial, Helvetica, sans-serif; 
	text-align: justify;
	}

.naventry ul
{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 90%;
}

/* popular */
.popular h3{
	margin: 20px 0px 0px 10px;
	text-align: left;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	TEXT-TRANSFORM: uppercase;
}
.popular h2 {
	list-style: none;
	color: #33799B;
	border-top: 1px solid #EFEFEF;	
	border-bottom: 1px solid #EFEFEF;
    font-size: 14px;
	line-height: 1.5em;
	padding: 8px 5px 8px 20px;
	margin: 0;
	background: none;
}
.popular h2 span {
	color: #888;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	line-height: 1.7em;
}
.popular p{
	padding: 0;
	text-align: left;
	margin: 20px 0 0 10px;
	color: #330000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	TEXT-TRANSFORM: uppercase;
	line-height: 1.5em;
}
.popular .ending p {
	border-bottom: 1px solid #33799B;
	}
.popular ul {
	text-align: left;
	margin: 20px 15px 10px 8px;
    padding: 0;
/*	border-top: 1px solid #EFEFEF;*/
}
.popular ul li {
	list-style: none;
	color: #33799B;
	border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
	line-height: 1.5em;
	padding: 8px 5px 8px 20px;
	margin: 0;
	background: url(../images/document.gif) no-repeat 3px 11px;
}
/** html body .popular ul li { height: 1%; }*/
.popular ul li a:link,
.popular ul li a:visited {
   color: #33799B;
	padding-left: 0;
	font-weight: bold;
   text-transform: none;
}
.popular ul li span {
	color: #888;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.7em;
}
.popular ul li a:hover { color: #000; }
.popular ul li.last {border-bottom: none;}

.fltBox {
	width:460px;
	height: 160px;
	/*background:#fff;
	background-color:#FFF;
	padding:6px;*/

	/*border:1px solid gray;*/
}

.fltBox div:hover{
	background-color: #D5E3F9;	/*padding-right:30px;*/
}

.fltBox img{
	float: left;
	margin: 0 15px 10px 0;
	border: 1px dashed #eee;
	/*padding-right:30px;*/
}

.fltBox .ccdc img{
	margin: auto;
	border: 1px solid gold;
	/*padding-right:30px;*/
}

.event {
	float: left;
	width: 210px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}

.thumb_wrapper {
	width: 198px;
	height: 158px;
	padding: 6px;
	background:  url(../images/thumb_frame.png) no-repeat;
}

.event .thumb_wrapper img {
	width: 198px;
	height: 146px;
}

.messages {
	display: block;
	border: 1px solid #B8D3E5;
	margin: 0.5em 1em;
	background-color: #ffffFF;
}

.messages img{
	float: left;
	border: 1px dashed #eee;
	margin: 0 0.3em 0.1em 0;
	vertical-align: middle;
	padding:0px;
}

#staff {
	margin:20px 0px 20px 0px;
	text-align:right;
	height: 200px;
}

#staff h3{

	margin-top:10px;
	margin-bottom:-2px;	
	padding-top:10px;	
}
#staff p{
	padding: 0px;
	font-size:0.9em;
}

#staff #contact{
	padding: 10px 0px;
	font-size:0.8em;
}

.picture img { 
	/*border: 1px solid #CCCCCC;	display:block; 
	
	margin-bottom: 3px; */
vertical-align:middle; 
} 
.imgright { 
	margin: 1em 0 0 1em; 
	float:right; 
} 
.imgleft { 
	float:left; 
	margin: 1em 1em 0 0;
}
