/************ General default settings first ************/
* { margin: 0; padding: 0; }

h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, fieldset, address { margin: .5em 6px; } 
h1 { margin: 1em 66px .4em 66px; }
p { margin: .5em 6px 1em 6px; }

li, dd { margin-left: .5em; }

a:link, a:visited { color: #000066; font-weight: 700; text-decoration: none; }
a:hover, a:focus, a:active { color: #ff0000; font-weight: 700; text-decoration: underline; }

img { border: 0; }

/****** Getting consistent text sizes across browsers (IE5) ******/
body { font-size: 80%; } /* Resets 1em to 12px */
h1 { font-size: 187.5%; font-weight: 400; color: #555555; }
h2 { font-size: 150%; font-weight: 400; color: #ff3399; margin-bottom: 0; margin-top: 1em; }
h3 { font-size: 150%; font-weight: 400; color: #ff3399; margin-bottom: 0; }
h4 { font-size: 125%; font-weight: 700; color: #ff3399; }
h5 { font-size: 100%; font-weight: 700; }
h6 { font-size: 87.5%; font-weight: 700; }
/* Headers sized taking body font-size into account to give equivalent to 150%, 120%, 100%, 80%, 70%, 64%. */

body {
margin: 0; 
padding: 0;
text-align: center;
background-color: #dddddd;
font-family: Verdana, Geneva, Arial, Tahoma, sans-serif;
word-spacing: 0.1em;
color: #111111;
}

/************ layout stuff ****************/
#wrapper { 
width: 940px;
margin: 8px auto;
text-align: left; 
background-color: #ffffff;
border: solid 2px #cccccc;
}

#header {
background-image:    url("images/bits/header.jpg"); 
background-repeat: no-repeat; 
background-position: 0 2px;
background-color: #eeeeee;
height: 177px;
}
#header p {
font-size: 120%;
font-weight: 700;
color: #ff3399;
text-align: right; 
margin: 0;
padding-right: 16px;
padding-top: 3px; 
}
#header a:link, #header a:visited { color: #ff3399; }
#header a:hover, #header a:focus, #header a:active { color: #ff0000; }

.menu {
background-color: #eeeeee;
padding-left: 290px;
border-bottom: 5px solid #999999;
}
.menu ul { margin: 0; }
.menu li {
float:left; 
list-style: none; 
margin: 0 6px;
}
.menu a {
color: #ff3399; 
display: block;
padding: 3px 5px 4px 5px;
text-decoration: none;
text-align: center;
}
.menu a:visited { color: #ff3399; }
.menu a:hover, .menu a:focus, .menu a:active { color: #ffffff; background-color: #ff3399; }

#rightcolumn { 
float: right; 
width: 324px; 
}
#rightcolumn img { /* images to be 260 wide */
border: 1px solid #cccccc;
padding: 4px;
margin-top: .5em;
}
#rightcolumn p { margin-right: 66px; margin-bottom: 1.5em; }

#leftcolumn {
margin: 0 384px 0 60px;
line-height: 1.4;
}

#footer {
text-align: right;
font-size: 0.88em; 
margin: 24px 60px 0 60px;
border-top: 1px solid #999999;
padding-top: .5em;
}
#footer img { margin-left: .5em; }

/************* Bits and bobs *****************/
.clearboth { clear: both; }

.floatright { float: right; display: inline; }
.floatleft { float: left;  display: inline; }

.center { text-align: center; }

.pink { color: #ff3399; }
p .pink { font-weight: 700; }

hr {
margin: 24px;
border: 1px solid #ffcce5;
}

.small { font-size: 0.88em; }

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited { color: #ff3399; font-weight: 400; }
h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active { color: #ff0000; font-weight: 400; }

.quote { /* for testimonials */
background:   url("images/bits/quote-l-b.gif") no-repeat top left; 
padding: 5px 0 0 40px;
color: #999999;
font-weight: 700;
} 

.quote span { /* for testimonials */
background:   url("images/bits/quote-r-b.gif") no-repeat bottom right;
padding: 0 40px 5px 0;
min-height: 25px; /* to see full pic with one line of text */
text-align: justify;
color: #333333;
display: block;
}

.imageborder {
border: 1px solid #cccccc;
padding: 4px;
margin: .5em 0 1em 20px;
float: right;
}

#leftcolumn ul { margin: 0; padding: 0;  }
#leftcolumn li {
margin: 1em;
list-style: none;
padding: 0 0 0 18px;
background-image:  url("images/bits/bullet.gif");
background-repeat: no-repeat;
background-position: 0 5px;
}

.skip {
height: 0;
width: 0;
overflow: hidden;
}

/****** Form styling ******/
fieldset { 
border: none;
margin-top: 1.5em; 
margin-bottom: 0;
}

label {
display: block;
float: left;
width: 9em;
text-align: right;
margin-right: 1em;
color: #111111;
}

input, textarea { margin-bottom: 1em; margin-right: 1em; font-family: Helvetica, Arial, sans-serif; font-size: 1.2em; }
input:focus, textarea:focus { background-color: #ffeeff; }

#realname, #email, #comments, #tel { border: 1px solid #ff3399; padding: .1em .3em .3em .3em; }

textarea { width: 62%; }

.formbuttons { margin-left: 14em; }

.formbuttons input {
width: 7em;
background-color: #ffcfee;
border: 1px solid #ff3399;
font-weight: 700;
padding-top: .1em;
padding-bottom: .1em;
}
.formbuttons input:focus { background-color: #ffeeff; }
