/** created by Positive New Media **/
/** www.positivenewmedia.co.uk **/

/*set styles for all headings*/
h1, h2, h4, h5, h6 {
padding: 0px 0px 5px 0px;
margin: 0px 0px 5px 0px;
}

/*set style for paragraphs*/
p {
padding: 0px 0px 5px 0px;
margin: 0px 0px 5px 0px;
}
#wrapper #maincopy table td {
	padding-right: 10px;
}


/* general body css */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 0px;
margin: 0px;
}

/*set style for nav links*/
#nav a:link, #nav a:visited {
text-decoration: none;
color: #ECCCDF;
}

/*set style for nav over and active states*/
#nav a:hover, #nav a:active {
/*text-decoration: overline;*/
color: #FFFFFF;
}

/*set style for the nav active page link*/
#navcurrent {
color: #FFF;
/*text-decoration: overline;*/
}

/*set style for heading 1*/	
h1 {
font-size: 15px;
color: #92005A;
}

/*set style for heading 2*/	
h2 {
font-size: 11px;
color: #92005A;
}

/*set styles for bluelink*/
.bluelink, .bluelink a:link, .bluelink a:visited {
text-decoration: none;
color: #053A80;
}

/*set over state of bluelink to purple*/
.bluelink a:hover, .bluelink a:active {
text-decoration: none;
color: #92005A;
}

/*set styles for purplelink*/
.purplelink, .purplelink a:link, .purplelink a:visited {
text-decoration: none;
color: #92005A;
}

/*set over state of purplelink to blue*/
.purplelink a:hover, .purplelink a:active {
text-decoration: none;
color: #053A80;
}

/*set style for purple text*/	
.purpletext {
color: #92005A;
}

/*set style for blue text*/
.bluetext {
color: #053A80;
}

/*set style for the legal text*/
#smalltext {
font-size: 9px;
}

/* set common styles for input textfields and textarea*/
input, textarea {
background: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

/*set the textfield input width of the form to short*/
input.short {
width: 105px;
padding: 3px 2px;
border: 1px solid #053A80;
}

/*set the textfield input width of the form to medium*/
input.medium {
width: 200px;
padding: 3px 2px;
border: 1px solid #053A80;
}

/*set the textfield input width of the form to large*/
input.large {
width: 405px;
padding: 3px 2px;
border: 1px solid #053A80;
}

/*set the textarea width of the form to large*/
textarea.large {
width:405px;
padding: 3px 2px;
border: 1px solid #053A80;
}

/*set the style for the submit button*/
input.submitbutton {
/*height: 22px;*/
width: 80px;
background: #E5EDF8;
border: 2px solid #053A80;
}

a:link, a:visited, a:active {
text-decoration: none;
color: #053A80;
}

a:hover {
text-decoration: none;
color: #92005A;
}

/* added */

#breadcrumbs p { color: #000 !important; font-size: 10px; }
#breadcrumbs p a { color: #000 !important; }
#breadcrumbs p a:hover { text-decoration: underline !important; }
