/*-----------------------------------------------------------------------------
Primary Gator Tough Wooden Buildings Style Sheet

version:   1.0
author:    Brit Mansell - with inspiration from Paul Boag (http://www.boagworld.com)
email:     brit@isoaxis.com
website:   http://www.isoaxis.com
-----------------------------------------------------------------------------*/


/* =Reset Styles - Thank you Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	font: 0.6251em/1 Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

td
{
    padding: 4px 6px;
}

strong
{
    font-weight: bold;
}

/* =General  */

body
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}

*
{
    font-family: Georgia, "Times New Roman", Times, serif;
}

p
{
    text-align: justify;
}

h1, h2
{
    margin: 10px 0 10px 0;
    padding: 0;
	line-height: 30px;
	font-weight: bold;
}

h1
{
    font-size: 200%;
}

h2
{
    font-size: 150%;
}

input[type=submit]
{
    /*background: url("/Images/buttonBG.gif") repeat-x;*/
    padding: 2px 10px 0px 10px;
    margin: 0 0 4px 0;
    *margin: 0 0 2px 0;
    overflow: visible;
    width: auto;
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid black;
}

.button
{
    /*background: url("/Images/buttonBG.gif") repeat-x;*/
    padding: 2px 10px 0px 10px;
    margin: 0 0 4px 0;
    *margin: 0 0 2px 0;
    overflow: visible;
    width: auto;
    font-family: 'Courier New', Courier, monospace;
    border: 1px solid black;
}

textarea
{
    font-size: 92%;
}

ol
{
    margin-left: 20px;
}