/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
background-color : #006831;
background-image: url( ../images/bg_tile_page.gif );
background-repeat: repeat-x;
background-position: top;
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 : #006831;
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 : #000000;
}
a:active, a:hover {
color : #c8a530;
}
label {
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
margin-top : 1em;
}
span.required {
color : #000;
font-size : 0.9em;
}
/* ============  MAIN PAGE BLOCKS ================= */
div.border {
border : 1px solid red;
}
#mainblockfull {
width : 100%;
background-color: #ffffff;
}
#mainblockcentre {
background-color: #ffffff;
float : left;
width : 49.9%;
}
#mainblockside {
background-color: #ffffff;
float : left;
width : 560px;
}
#sidebarright, #sidebarlLeft {
float : left;
width : 195px;
}
#sidebarleft {
background : transparent;
}
#sidebarright {
background-color: #faefc8;
display:block;
}
#pagebodycontent {
background : #ffffff url(../images/bg_faux_columns.gif) repeat-y top;
border-top : 1px solid #ffffff;
margin : 0;
}
#banner {
	padding: 0;
	border-width: 0px 0;
	border-style: solid;
	border-color: #000;
}
#banner img {
	display: block;
	margin: 0 auto;
}
#footerbarunder {
background : #ffffff;
border-top : 1px dotted #c8a530;
color : #006831;
font-size : 1em;
padding : 0.5em 0 0.5em 1em;
}

/* ============ nav bar content =================== */

#navbarh {
background : #006831 url(../images/bg_navbarh1.gif) repeat-x top;
border-color : #ffffff;
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 : 1.1em;
letter-spacing : 1px;
padding : 0 20px 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 : #faefc8;
}
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 #faefc8;
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 {
display : block;
padding-bottom : 1px;
}
img.float-right {
display : block;
float : right;
margin : 14px 0 12px 12px;
}
img.float-left {
border : 5px solid #c8a530;
display : block;
float : left;
margin : 14px 12px 12px 0;
}
img.galleryleft {
border : 5px solid #c8a530;
float : left;
margin : 10px 10px 10px 0;
}
img.galleryright {
border : 5px solid #c8a530;
float : right;
margin : 10px 0px 10px 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 : #faefc8;
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:#faefc8;
	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*/
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;
}
