/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
background-color : #66438a;
border : 5px solid #ffffff;
color : #000000;
font-family : 'trebuchet ms', sans-serif;
font-size : 76%;
margin : 2em auto;
padding : 0;
width : 755px;
}
/* ------------ relative font sizes --------------- */
h1 {
font-size : 2em;
}
h2 {
font-size : 1.6em;
margin-top : 0;
}
h3 {
font-size : 1.2em;
margin-top : 5px;
}
h4 {
font-size : 1.3em;
}
h5 {
font-size : 1.1em;
}
h6 {
font-size : 1em;
}
p, ol, ul, li {
font-size : 1em;
}
h1, h2, h3, h4, h5, h6 {
color : #330066;
font-family : 'trebuchet ms', sans-serif;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
margin-bottom : 0.2em;
}
h3.box {
background : #ffffff none repeat scroll 0 0;
border : 1px solid #330066;
color : #ffffff;
letter-spacing : 1px;
margin-top : 1em;
padding : 2px 4px;
text-align : center;
}
h3.boxAddress {
background : #ffffff none repeat scroll 0 0;
border : 1px solid #330066;
color : #338844;
letter-spacing : 1px;
margin-top : -10px;
padding : 2px 4px;
text-align : center;
}
h3.box a {
text-decoration : none;
}
h3.box a:link, h3.box a:visited {
color : #338844;
}
h3.box a:active, h3.box a:hover {
color : #336666;
}
h4.box {
margin-bottom : 0.6em;
}
h5, h6 {
margin-bottom : 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
margin-top : 0;
}
p {
margin : 1em 0 0;
}
/* ------------ misc elements --------------------- */
address {
display : inline;
font-style : normal;
font-weight : normal;
}
img {
border : medium none;
}
a {
font-weight : bold;
text-decoration : none;
}
a:link, a:visited {
color : #50356c;
}
a:active, a:hover {
color : #7a6288;
}
label {
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
margin-top : 1em;
}
span.required {
color : #cccccc;
font-size : 0.9em;
}
/* ============  MAIN PAGE BLOCKS ================= */
.pageLeftCol {
	width: 250px;
	float: left;
}
.pageRightCol {
	width: 250px;
	float:right;
}
div.border {
border : 1px solid red;
}
#mainblockfull {
width : 100%;
background :transparent;
}
#mainblockcentre {
background : transparent;
float : left;
width : 49.9%;
}
#mainblockside {
background : transparent;
float : left;
width : 560px;
}
#sidebarright, #sidebarlLeft {
float : left;
width : 195px;
}
#sidebarleft {
background : transparent;
}
#sidebarright {
background-color: #e7e2ea;
display:block;
}
#pagebodycontent {
background : #e7e2ea url(../images/bg_faux_columns_1_2.gif) repeat-y top;
border-top : 1px solid #e7e2ea;
margin : 0;
}
#banner {
background : #865c95;
border-bottom : 1px solid #e7e2ea;
padding : 10px;
}
#banner img {
display : block;
}
#footerbarunder {
background : #ffffff;
border-top : 1px solid #e7e2ea;
color : #6f4f7b;
font-size : 1em;
padding : 0.5em 0 0.5em 1em;
}

/* ============ nav bar content =================== */

#navbarh {
background : #6f4f7b url(../images/bg_navbarh1.gif) repeat-x top;
border-color : #e7e2ea;
border-style : solid;
border-width : 1px 0;
padding : 0.2em;
}
#navbarh ul {
margin : 0;
padding : 0.5em 0 0.5em 5px;
}
#navbarh ul li {
display : inline;
font-size : 1em;
letter-spacing : 1px;
padding : 0 21px 0 0;
}
#navbarh ul li a {
font-weight : bold;
text-decoration : none;
}
#navbarh a:link, #navbarh a:visited {
color : #ffffff;
}
#navbarh a:active, #navbarh a:hover {
color : #330066;
}
ul.box {
list-style-image : none;
list-style-position : outside;
list-style-type : none;
margin : 0 0 0 1px;
}
ul.box li {
background : transparent url(../images/icon_document.gif) no-repeat scroll 0 0.6em;
padding : 0.5em 0 0 19px;
}
ul.box li a {
text-decoration : none;
}
ul.box li a:link, ul.box li a:visited {
color : #336666;
}
ul.box li a:active, ul.box li a:hover {
color : #338844;
}
ul.box h4 {
font-size : 1.1em;
}
table.data-table {
background : #dbe5dd none repeat scroll 0 0;
width : 300px;
}
table.data-table td {
border-bottom : 3px solid #ffffff;
border-right : 3px solid #ffffff;
padding : 4px 6px;
}
p.menu-desc {
color : #cc3300;
}
ul.list {
list-style-image : none;
list-style-position : outside;
list-style-type : none;
margin : 1em 0 0 10px;
}
ul.list li {
background : transparent url(../images/buller_arrow_green.gif) no-repeat scroll 0 0.7em;
padding : 0.3em 0 0 10px;
}
p.address {
border-bottom : 1px solid #e7e2ea;
color : #376633;
font-size : 1.3em;
font-weight : bold;
margin-top : 0;
padding-bottom : 1em;
}
p.boxAddressText {
color:#000000;
font-size : 1.em;
margin-top : 0;
padding-bottom : 1em;
}
img.main-image {
border-bottom : 1px solid #e7e2ea;
display : block;
padding-bottom : 1px;
}
img.float-right {
display : block;
float : right;
margin : 14px 0 12px 12px;
}
img.float-left {
border : 5px solid #dbe5dd;
display : block;
float : left;
margin : 14px 12px 12px 0;
}
h3.headerbar {
border-color : #ffffff #cccccc #cccccc;
border-style : solid;
border-width : 0 0 1px;
padding : 0;
}
div#downloadHeaderBar {
	height:1.5em;
	background-color: red;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #008ebb;
	padding: 2px 0 1px 2px;
	font-size:0.9em;
	font-weight: bold;
	color:#fff;
}
div.image-strip {
width : 100%;
}
div.image-strip img {
display : block;
margin : 1em auto 0;
}
div.hr {
border-top : 1px solid #cccccc;
margin : 1em 0;
}
div.hr hr {
display : none;
}
p.newsarticledate {
color : #acacac;
font-family : 'lucida console', courier, monospace;
font-size : 0.9em;
font-style : normal;
font-variant : normal;
font-weight : normal;
line-height : normal;
margin : 0 0 1em;
}
div.usermessage {
background : #f9f9f9 none repeat scroll 0 0;
border : 1px solid #eeeeee;
color : #cc3300;
font-family : 'ludica console', courier, monospace;
font-size : 0.9em;
font-style : normal;
font-variant : normal;
font-weight : normal;
line-height : normal;
margin-bottom : 1em;
padding : 0.2em;
}
table.tabularDataDefault {
border-collapse : collapse;
margin-top : 5px;
}
table.tabularDataDefault tr td, table.tabularDataDefault tr th {
border : 1px solid #cccccc;
font-weight : normal;
padding : 0.2em;
}
table.tabularDataDefault tr.divider td {
background : #eeeeee none repeat scroll 0 0;
font-size : 5px;
line-height : 5px;
}
table.tableLibrary {
border-collapse : collapse;
float : right;
margin-left : 5px;
margin-top : 11px;
width : 40%;
}
table.tableLibrary tr td, table.tableLibrary tr {
background-color : #e7e2ea;
border : 1px solid #66438a;
font-weight : normal;
padding : 0.2em;
}
table.tableLibrary th {
background-color : #66438a;
border : 1px solid #66438a;
color : #ffffff;
font-weight : normal;
padding : 0.2em;
}
table.tableLibrary tr.divider td {
background : #eeeeee none repeat scroll 0 0;
font-size : 5px;
line-height : 5px;
}
/*Consultation Box*/
.documentsBox {
	width: 522px;
	float: left; 
	background-color:#e7e2ea;
	border-width: 2px;
	border-style: solid;
	border-color: #66438a;
	padding:3px 5px 5px 5px;
	margin:12px 0 10px 0;
}

.documentsBox h3 {
	border-bottom: 0 solid #4db0cf;
	padding-bottom: 5px;
	background-color: #66438a;
	color: white;
	padding-left: 5px;

}
/*End of Consultation Box*/

/* ------------ gallery --------------------------- */
.thumb {
	float: left;
	width: 120px;
	height: 120px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}
.thumb img {
	margin: 0 auto;
	display: block;
	border: none;
}
.contentsubnavContainer {
	background-color:#f1f8d6;
	margin-bottom: 0;
	padding: 0.5em;
}
.contentsubnav {
	padding: 0;
	color: #000;
}
.contentsubnav .left {
	float: left;
}
.contentsubnav .right {
	float: right;
	width: 380px;
	text-align: right;
}
.contentsubnav .right form {
	display: inline;
}
.contentsubnav label {
	color: #000;
	margin: 0 2px 4px 0;	
}
.contentsubnav p {
	margin-top: 0;
}
.contentsubnav a:link, .contentsubnav a:hover, .contentsubnav a:visited {
	color:#829116;
}
ul.hNavContext {
	padding: 0; 
	margin: 0 0 0 2px;
	list-style: none;
}
ul.hNavContext li {
	display: inline;
	padding: 0 16px 0 8px;
	margin: 0;
}
ul.galPrevNext {
	padding: 15px 0 10px 0; 
	margin: 0;
}
ul.galPrevNext li {
	display: inline;
	padding: 0 16px 0 10px;
	margin: 0;
	white-space: normal;
}
.galPrevNext a:link, .galPrevNext a:hover, .galPrevNext a:visited {
	color:#829116;
}
/*ul.gallerycatlist {
	margin: 1em 0 0 0;
	padding: 0;
	padding-left: 0px;
	list-style: none;
	background: #fff;	
}
ul.gallerycatlist li {
	padding: 0;
	clear: both;
	background: #F4F4F4;
	margin-bottom: 20px;
}*/
.gallerycatlist {
	padding-top:10px;
	background-color:#f1f8d6;
	border-right:1px dotted #727F16;
	border-top:1px dotted #727F16;
	border-left:1px dotted #727F16;
}
ul.gallerylist {
	margin: 0 0 15px 0;
	padding:  0;
	padding-left: 0px;
	list-style: none;	
	/*border-style: dotted solid;*/
	border-right:1px dotted #727F16;
	border-bottom:1px dotted #727F16;
	border-left:1px dotted #727F16;
	/*border-color: #D9DBE1;*/
}

ul.gallerylist li {
	margin: 0;
	padding: 0.6em 0 0.6em 28px;
	background: #dbe2ba url(../images/icon-thumbs.png) no-repeat 5px .8em;
	border-width: 0 0 1px 0;
	border-style: dotted solid;
	border-color: #D9DBE1;
	margin-bottom: 0;
}
.gallerylist a:link, .gallerylist a:hover, .gallerylist a:visited {
	color:#727f16;
}
.galleryCatHeader {
	margin: 0;
}
.galleryCatHeader h4 {
	color: #727f16;
	margin:0 0 10px 5px;
}
.galleryCatHeader img {
	display: block;
	float: left;
	margin: 0 10px 10px 5px;
	border: 1px solid #000;
}
.galleryCatHeader p {
	line-height: 1.6em;
	font-size: 0.9em;
}
/*#galleryLargeImage {
	margin:1em 0 1em 0;
	border:1px solid #FF0000;	
}*/
/*#gallery li{
	list-style:none;
	list-style-image:none;
}*/
/*Test Gallery*/
#gallery {
	/*background-color: #444;*/
	/*background-color: #d6e186;*/
	padding: 10px;
}
#gallery ul {
	list-style: none;
	list-style-image:none;	
}
#gallery ul li {
	display: inline;
}
#gallery li a:hover {
	color: #91a01f;
}
h3.galCatHead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	border-bottom:1px dashed #b8b891;
	padding:0 0 0.3em 0;
}
.downloadContainer {
	float:left;
	margin:0 1em 0 1em;
}
.downloadContainer p {
	margin:0 0 0.7em 0;
}
.downloadContainer a:link, .downloadContainer a:active, .downloadContainer a:visited {
	text-decoration:none;
}
	
.clearAll {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: hidden;
	height: 0;
}	
	
	
a.qdk:link, a.qdk:visited, a.qdk:active {
color : #91af97;
text-decoration : underline;
}
a.qdk:hover {
color : #336666;
text-decoration : underline;
}
.sig {
background : #ffffff none repeat scroll 0 0;
color : #91af97;
font-family : arial, helvetica, sans-serif;
font-size : 0.8em;
font-style : normal;
font-variant : normal;
font-weight : normal;
line-height : normal;
margin : 0;
padding-bottom : 10px;
}
