
/****************************************************************/
/* 1.	NON LAYOUT */
/****************************************************************/
/* 1A.  HEADINGS */
/****************************************************************/

h1 {

	padding: 0px;
	background: transparent;
    border-bottom: #60037C 1px solid;
    font-size: large;
    color: #60037C;

}
h2 {
    color: #0066AA;
    font-size: medium;
}
h3 {
    color: #0596C7;
    font-size: small;
}
h4 {
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: small;
}
p.desc {

}
p.author {

}
p.enq {
    color: #60037C;
    font-style: italic;
    border-top: #0066AA 1px dotted;
}
div.map {
    width: 550px;
    height: 500px;
}

/****************************************************************/
/* 1B.  HYPERLINKS */
/****************************************************************/

img.thumb {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
img.thumbLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;

}
a {
	color: #0066AA;
	text-decoration: none;
}
a img {
	border: 0px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.button {
	background: transparent;
    border: #D5EAFF 1px solid;
	padding: 3px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
a.button:hover {
	background: transparent;
    border: #0084FF 1px solid;
    color: #590085;
	text-decoration: underline;
}

/****************************************************************/
/* 1C.  OTHER */
/****************************************************************/

div.linkconblock {
    clear: both;
}
div.linkcon {
    float: left;
    width: 155px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #0066AA;
    color: #FFFFFF;
    padding-bottom: 3px;
}
div.linkcon:hover {
    background: #1F2D2E;
}
div.linkcontxt {
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
}
div.linkcon a {
    color: #FFFFFF;
}
div.linkcontxt span.desc {
    color: #FFFFFF;
    font-weight: normal;
    font-size: x-small;
}

/****************************************************************/
/* 2.	PAGE LAYOUT */
/****************************************************************/

div.spacer {
    clear: both;
}
div.spacerhr {
    clear:both;
    border-bottom: #B2D3E5 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
}
span.menudivider {
    display: none;
    font-size: xx-small;
}

/****************************************************************/
/* 2A.  PAGE HOLDER */
/****************************************************************/

html, body {
    background: #1F2D2E;
    margin: 0px;
    padding: 0px;
}

body, div, p, td {
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #000000;
}

div#pageholder {
    margin: auto auto;
    width: 770px;
}


/****************************************************************/
/* 2C. HEADER */
/****************************************************************/

div#accessibilitybar {
    background: transparent;
    text-align: right;
    color: #FFFFFF;
    padding: 5px;
}
div#accessibilitybar a {
    color: #FFFFFF;
    text-decoration: none;
}
div#accessibilitybar a:hover {
    color: #0066AA;
    text-decoration: underline;
}


div#gtebar {
    background: #006CAA url("../../pics/design/gtp.gif") no-repeat top left;
    text-align: left;
    color: #FFFFFF;
    min-height: 24px;
    padding: 3px;
	padding-left: 25px;
	padding-right: 5px;
	font-size: large;
	font-weight: bold;
}
div#gtebar .gtebartitle {
    color: #FFFFFF;
    font-size: large;
	font-weight: bold;
    width: 300px;
    float:left;
}
div#gtebar .gtebarlinks {
    color: #1F2D2E;
    width: 300px;
    float:right;
    text-align:right;
    padding-top: 4px;
}
div#gtebar a {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#gtebar a:hover {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #1F2D2E;

}


/****************************************************************/
/* 2B.  PRE CONTENT  */
/****************************************************************/


div#showbar {
    padding: 5px;
    margin: 0px;
    background: transparent url("../../pics/banner/0.jpg") no-repeat top left;
    font-size: xx-large;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    padding-top: 80px;

}

div#mainmenu {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    background: #0066AA;
}
div#mainmenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
}
div#mainmenu ul li {
    display: block;
    float: left;
}
div#mainmenu a {
    background: transparent;
    padding: 1px 8px 0px 0px;
    color: #FFFFFF;
    text-decoration: none;
}
div#mainmenu a.on {
    font-weight: bold;
}
div#mainmenu a:hover {
    background: #FFFFFF;
    padding: 3px 8px 3px 0px;
    color: #0066AA;
    text-decoration: none;
}


div#breadcrumbs {
    border-bottom: #B2D3E5 1px solid;
    background: #FFFFFF;
    font-size: x-small;
    padding: 5px;
}

/****************************************************************/
/* 2C.  MIDDLE SECTION  */
/****************************************************************/



div#mainpanel {
    background: #FFFFFF;
    padding: 5px;
}

div#leftpanel {
    width: 24%;
    float: left;
    padding: 5px;
}
div#contentpanel {
    width: 73%;
    float: right;
    padding: 5px;
    border-left: #B2D3E5 1px solid;
}

/*
div#submenu {
	width: 155px;
	float:left;
    background: transparent;
    padding-left: 15px;
    padding-top: 5px;
}
*/
div#leftpanel ul {
    margin: 0px;
    padding: 0px;
}
div#leftpanel ul li {
    list-style: none;
}
div#leftpanel ul li a {
    color: #0066AA;
    display: block;
    width: 170px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 10px;
    background: transparent;
    font-weight: bold;
}
div#leftpanel ul li a:hover {
    color: #FF0000;
    text-decoration: underline;
}



/****************************************************************/
/* 2C.  FOOTER */
/****************************************************************/

div#footerbar {
    color: #FFFFFF;
}
div#copyright {
    width: 50%;
    float: left;
    font-size: xx-small;
	color: #FFFFFF;
}
div#fwd {
    width: 50%;
    float: right;
    text-align: right;
    font-size: xx-small;
    color: #0066AA;
}
div#fwd a {
    color: #0066AA;
    text-decoration: none;
}
div#fwd a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}



div#fwdLinks h3 {
    background: #B2D3E5;
    color: #0066AA;
    padding: 5px;
    margin: 0px;
}
div#fwdLinks p {
    margin-top: 5px;
}
div#fwdLinks p a {
    font-style: italic;
}


div#staffList div.staffMember img {
    float:left;
    border:#B2D3E5 1px solid;
    margin-bottom:5px;
    margin-right:5px;
}



/****************************************************************/
/* 5. fwdCONTACT */
/****************************************************************/
div.fwdContactSet {
    padding-left: 5px;
}
div.fwdContactLabel {
    width: 140px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
    height: 17px;
}
div.fwdContactInput {
    padding-bottom: 2px;
}
div.fwdContactInput input {
    width: 200px;
    border: #0066AA 1px solid;
}
div.fwdContactInput select, div.fwdContactInput textarea {
    border: #0066AA 1px solid;
}
div.fwdContactForm fieldset {
    background: #D8E9F2;
    border: 0px;
    margin-bottom: 5px;
}
div.fwdContactForm fieldset legend {
    visibility: hidden;
}
span.fwdContactRequired {
    color: #FF0000;
}
div.fwdContactInput input.fwdContactBtn {
    width: 60px;
    border: #0066AA 1px solid;
    background-color: #FFFFFF;
    color: #000000;
}
div.fwdContactInput input.fwdContactBtn2 {
    width: 50px;
    border: #0066AA 1px solid;
    background-color: #FFFFFF;
    color: #0066AA;
    font-size: 10px;
}