/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Style Sheet Template
~ Name:     pontroby-default
~ Designer: Jo Bailey - www.webpearldesign.com
~ Comments: Stylesheet for printing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*
{
padding: 0em;
margin: 0em;
}

body
{
	padding: 35px 0px 35px 0px;
	background-color: #838AA7;
	line-height:24px;
	
}

body,input
{
font-size:small;
font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
color: #333333;
}

p
{
line-height: 24px;
margin-bottom: 12px;
}

a
{
color: #663366;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

h3,h4
{
font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
display: inline;
font-weight: bold;
line-height:32px;
}

h3
{
font-size: 20px;
line-height:34px;
}

h4
{
	font-size: 18px;
	padding-right: 28px;
	line-height:26px; /*change bottom of heading - more room */
}

h5
{
font-size: 16px;
line-height:20px;
}


img
{
border: solid 1px #333366;
}

img.left
{
position: relative;
float: left;
margin: 1em 1.8em 1.8em 0em;
}

img.right
{
position: relative;
float: right;
margin: 1em 0em 1.8em 1.8em;
}
img.rightnoborder{
position: relative;
float: right;
margin: 1em 0em 1.8em 1.8em;
border:0;
}

img.flag
{
	float: right;
	border:0;
	padding: 4px;
}
ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

table {
	border-color: #838AA7;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-spacing: 0;    
	border-collapse: collapse;
	}
	
td, th
{
	border-color: #838AA7;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	vertical-align: top;
}

#outer
{
	z-index: 2;
	position: relative;
	width: 60%;
	border: 7px solid #fff;
	background: #FFFFF0 url(images/main.gif) repeat top left;
	margin: 0 auto;
	min-width: 600px; /* ie doesn't support this */
	max-width: 1100px; /* ie doesn't support this */
}

#header
{
position: relative;
width: 100%;
height: 9em;
background: #333366 url(images/header.gif) repeat top left;
border-bottom: 1px solid #292954;
margin-bottom:2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
font-weight: normal;
color: #fffff2;
font-size: 32px;
}

#headercontent h2
{
font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
font-size: 16px;
font-weight: normal;
color: #aaa;
}

#headerleft h2
{
font-size: 16px;
font-weight: normal;
color: #aaa;
text-align: right;
}
#headerleft a
{
text-decoration:none;
color:#aaa;
}
#menu
{
position: relative;
background: #7F8400 url('images/menubg.gif') repeat-x top left;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
font-size:16px;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}
#menu ul li a
{
padding: 0.5em 0.5em 0.9em 0.5em;
color: #fffff2;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
text-decoration: none;
}

#menubottom
{
background: #fff;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

#contentarea
{
padding-top: 1.3em;
font-size:16px;
font-weight:400;
}
#contentarea h3
{
font-family: Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif;
font-size: 24px;
display: inline;
font-weight:800;
margin-bottom: 12px;
}
#contentarea ul 
{
	margin-left: 1em;
}
#footer
{
	position: relative;
	height: 3.75em;
	clear: both;
	margin-top: 5em;
	font-size: 12px;
	text-align: center;
	background: #fffff0 url(images/main.gif) repeat top left;
	border-top: 1px solid #663366;
	font-weight:400;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 2em;
	padding-left: 0em;
	line-height:12px;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}
#footercentre
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border: none;
}
/*---------------------------------------------------------------------------------------------------------
				Forms
---------------------------------------------------------------------------------------------------------*/
form {
	margin: -5px;
}
/* IE7 only - workaround hack - valid CSS */
*:first-child+html form {
	display:inline;
	margin: 100px;
}
fieldset {
	border-width: 0px;
	margin: 0px;
}

input.email {
	margin-left: 1px;
	margin-top: 3px;
}
input.subject {
	margin-left: 21px;
	margin-top: 3px;
}
form.contactform {
	margin-top: 5px;
}
input.button {
	font-size:medium;
}
