/*GLOBAL STYLES*/
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img
{
padding:0;
border:0;
margin:0;
}
/*BODY STYLES*/
body
{
background-color: #ececec;
font-size:0.9em;
font-family: Georgia, Arial, Helvetica, sans-serif;
color: #333333;
text-align:center;
padding:1em 0;
}
/*GLOBAL STYLES*/
.dynamictext p
{
margin:0;
padding:0;
}
a
{
color: #306869;
text-decoration:underline;
}
a:hover
{
color: #99cccd;
text-decoration: none;
}
h1,h2,h3,h4,h5,h6
{
clear:both;
margin:1.5em 0 0.5em 0;
}
h1
{
color: #306869;
font-size:1.7em;
}
h2
{
color:#99cccd;
font-size:1.4em;
}
h3
{
color:#306869;
font-size:1.2em;
}
blockquote
{
border:1px solid #99cccd;
padding:0.3em 1em 0.3em 4em;
background-color:#FFFFFF;
clear:both;
margin:1em 0;
}
blockquote.valid,blockquote.invalid
{
color:#FFFFFF;
border:0;
}
blockquote.valid a,blockquote.invalid a
{
color:#FFFFFF;
text-decoration:underline;
}
blockquote.valid
{
background-color:#00CC00;
}
blockquote.invalid
{
background-color:#FF0000;
}
.error
{
color:#FF0000;
}
.success
{
color:#00CC00;
}
ul.inline
{
list-style:none;
margin:0;
padding:0;
}
ul.inline span
{
float:left;
margin-right:5px;
}
ul.inline li
{
float:left;
padding:0px 5px 0px 5px;
border-left:1px solid #306869;
}
/*FORM STYLES*/
form fieldset
{
border:1px solid #DDDDDD;
padding:0.3em;
}
form legend
{
background-color:#FFFFFF;
color:#306869;
padding:0.2em;
}
form label
{
font-weight:bold;
display:block;
padding:0.6em 0 0.2em 0;
color:#306869;
}
form input,form select
{
border:1px solid #306869;
}
.textbox1
{
background-color: #FFFFFF;
width:100%;
height: 22px;
}
.imagebutton
{
float:right;
border:0;
margin-top:5px;
}
.button1
{
font-weight: bold;
background-color: #306869;
color:#FFFFFF;
}
textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background-color: #FFFFFF;
border:1px solid #306869;
width: 100%;
height: 200px;
}
select.wide
{
background-color: #FFFFFF;
border: 1px solid #306869;
width: 100%;
}
select.multiple1
{
width: 100%;
height: 140px;	
}
/*
NAVIGATION
*/
.menubuttons
{
width:100%;
}
.menubuttons ul
{
list-style:none;
margin:0;
padding:0;
}
.menubuttons li a
{
display:block;
background-color:transparent;
border-bottom: 1px solid #EEEEEE;
color:#99cccd;
padding:0.3em 0;
width:100%;
}
.menubuttons li a:hover
{
color:#306869;
}
.menubuttons li.active a
{
color:#306869;
font-weight:bold;
}
/*
PAGE CONTENT
*/
#accessibility
{
width:770px;
margin:0px auto;
text-align:right;
clear:both;
padding-bottom:10px;
font-size:12px;
}
#container
{
width:770px;
margin:0px auto;
text-align:left;
clear:both;
background-color:#FFFFFF;
background-image:url(../img/line1.gif);
background-repeat:repeat-y;
}
#header
{
position: relative;
width: 770px;
height: 173px;
clear:left;
background-image:url(../img/header1.jpg);
background-repeat:no-repeat;
}
#header h1
{
position:absolute;
top:75px;
left:250px;
}
#footer
{
position: relative;
clear: both;
width: 770px;
height: 116px;
background-image:url(../img/footer1.gif);
background-repeat:no-repeat;
}
#footer p
{
line-height:2em;
margin:0 0 0 32px;
}
#content
{
float:right;
width: 568px;
min-height:400px;
padding-bottom:20px;
}
* html #content
{
height:400px;
}
#left
{
width:171px;
float:left;
position:relative;
top:-106px;
left:11px;
}
#left ul
{
margin:0;
padding:0;
list-style:none;
}
#left li a
{
display:block;
width:100%;
height:35px;
background-image:url(../img/nav_bg1.gif);
color:#333333;
text-decoration:none;
}
#left li a span
{
position:relative;
top:5px;
left:5px;
}
#left li a:hover
{
color:#99cccd;
}
#left li.active a
{
background-image:none;
background-color:#306869;
color:#FFFFFF;
}
#leftphoto
{
width:151px;
float:left;
position:relative;
top:20px;
left:20px;
}
#right
{
width:173px;
float:right;
position:relative;
right:1px;
margin:0 0 20px 20px;
}
#contactdetails
{
clear:both;
float:left;
background-image:url(../img/bg2.gif);
background-repeat:repeat-x;
border:1px solid #99cccd;
margin-top:2em;
width:520px;
}
#contactdetails div
{
padding:1em;
}
.datatable
{
width:100%;
font-size:1em;
text-align:center;
border-collapse:collapse;
clear:both;
}
.datatable tr,.datatable td
{
border-bottom:1px solid #EEEEEE;
padding:0.2em;
}
.dataheadings
{
font-weight:bold;
background-color:#306869;
color:#FFFFFF;
}
.imagecaption
{
display:block;
padding:0.3em 0;
color:#306869;
}
.padder
{
padding:0 20px 30px 0;
float:left;
}