/*
 Common styles for screen, print and handheld media
 Site: Robothams
*/

* {
 margin: 0;
 padding: 0;
}

body {
 background: #fff;
 color: #000;
 font-family: "Lucida Sans", Verdana, Geneva, lucida, sans-serif;
 line-height: 1.3;
}

/* Links */
a:link {
 color: #93C44C;
}

a:visited {
 color: #93C44C;
}

a:hover {
 color: #FFFFFF;
}

a:active {
 color: #93C44C;
}

/* Images */
a img {
 border: 0;
}

img {
 margin: 0;
}

img.left {
 float: left;
 margin: 0 1em 1em 0;
}

img.right {
 float: right;
 margin: 0 0 1em 1em;
}

/* Headings */
h2, h3, h4, h5, h6 {
 margin: 1em 0 0.25em 0;
}

h1 {
 font-size: 2.18em;
 margin: 0;
 font-weight: normal;
}

h2 {
 font-size: 1.63em;
 color: #93C44C;
 font-weight: normal;
 margin: 1.75em 0 0.25em 0;
}

h3 {
 font-size: 1.17em;
}

h4, h5, h6 {
 font-size: 1em;
}

/* Paragraphs */
p {
 margin: 0 0 1.5em 0;
}

#content p {
 line-height: 1.8; 
}

#content p.subtitle {
 color: #93C44C;
 font-size: 1.27em;
 line-height: 1.4;
}

#content p.intro {
 font-size: 1.63em;
 line-height: 1.4; 
 margin-top: 1em;
  margin-bottom: 0.5em;
}

#content p.news-intro {
 font-size: 1.18em;
 line-height: 1.4;
}

/* Lists */
ul, ol {
 margin: 0 0 1em 2em;
}

li {
 margin-bottom: 0.25em;
 list-style: square;
}

li ul {
 margin-top: 0.5em;
 list-style: square; 
}

dl {
 margin: 0 0 1em 0;
}

dt {
 font-weight: bold;
}

dd {
 margin-bottom: 1em;
}

/* Tables */
table {
 border-collapse: collapse;
 font-size: 1em;
}

caption {
 font-weight: bold;
 padding-bottom: 0.25em;
 text-align: left;
}

th {
 text-align: center;
}

th, td {
 padding: 0.25em 0.25em 0.25em 0.5em;
}

/* Layout table for form */
table.form, table.form td, table.form th {
 border: 0;
 padding: 0.45em 0.5em 0.45em 0;
}

table.form th {
 font-weight: normal;
 text-align: left;
}

/* Forms */
input, select, textarea {
 font-family: "Lucida Sans", Verdana, Geneva, lucida, sans-serif;
 font-size: 1em;
}

fieldset {
 border: 1px solid #666;
 margin: 0.25em 0 1em 0;
 padding: 0.25em 15px 0.75em 15px;
}

legend {
 font-weight: bold;
 padding: 0.25em 4px;
 color: #CDCDCD;
}

label {
 color: #000;
 font-weight: normal;
}

/* Other styles */
hr, #to-content {
 display: none;
}

.clear {
 clear: both;
}

.top {
 vertical-align: top;
}

.center {
 text-align: center;
}