/*
    Coded by Steven Bower and Jackson Walker (cc) 2009
    TurnWheel Designs http://turnwheel.com/
*/


* {
    padding: 0;
    margin: 0;
}

/* Main Element Overrides */
body {
    background: #FFF url(images/background.jpg) no-repeat fixed;
    font-family: "Palatino Linotype", "Lucida Bright", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
a {
    color: #23438F;
    text-decoration: none;
}
a:hover {
    color: #0094CF;
}
img, a img {
    border: 0;
}
p {
    padding: 10px 25px 10px 25px;
    font-size: 14px;
}
h1 {
    font-size: 16px;
    letter-spacing:-1px;
    font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
    font-size: 20px;
    padding: 10px 25px 10px 25px;
    letter-spacing:-1px;
    font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}
em {
    font-size: 18px;
}
input {
    margin-top: 2px;
    border: 1px solid #334671;
    background: #FFF;
    width: 341px;
    font-size: 14px;
    color: #000;
    padding: 4px;
}
textarea {
    background: #FFF;
    border: 1px solid #334671;
    font-size: 14px;
    color: #000;
    padding: 4px;
}
small {
    padding: 0 0 0 25px;
}
label {
    cursor: pointer;
    letter-spacing:-1px;
    font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

/* Layout Definitions */
#wrapper {
    background: url(images/content_bg.png);
    margin: 20px auto;
    width: 922px;
}
#header {
    padding-top: 15px;
    width: 922px;
    text-align: center;
}
#faux {
    margin: 10px 0px;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 100%;
}
#leftcolumn { 
    display: inline;
    color: #333;
    padding-right: 30px;
    width: 195px;
    float: right;
}
#rightcolumn { 
    text-align: justify;
    float: left;
    color: #333;
    padding-left: 20px;
    width: 670px;
    display: inline;
    position: relative;
}
#footer {
    clear: both;
    font-size: 16px;
    padding: 25px 50px 25px 50px;
    color: #6F3122;
    font-weight: bold;
    text-align: center;
}
#heading {
    font-size: 20px;
    padding: 25px 50px 15px 46px;
    word-spacing: length;
    font-family: "Palatino Linotype", "Lucida Bright", Arial, Helvetica, sans-serif;
}
#heading2 {
    padding: 0 50px 25px 46px;
    font-size: 16px;
    word-spacing: length;
    font-family: "Palatino Linotype", "Lucida Bright", Arial, Helvetica, sans-serif;
}
#form {
    margin: 50px;
    border: 1px solid;
    padding: 10px 0 25px 50px;
    background: #C5D6DD;
}

.menu {
    color: #07286F;
    text-align: center;
    font-size: 16px;
}
.menu2 {
    color: #07286F;
    text-align: center;
    font-size: 16px;
}
.menu2 li {
	display: inline;
	list-style-type: none;
}
.menu2 a {
	line-height: 2em;
	background: #DFCC99;
	padding: 3px;
	font-weight: bold;
}
.menu2 a:hover {
	background: #DBE7E5;
}
.pads {
    padding: 25px;
}
.clear {
    clear: both;
    background: none;
}
.leftbox {
    border: 2px solid #A02020;
    padding: 10px;
    color: #A02020;
    background: transparent url(images/boxbg.png);
}
.red {
    color: #6F3122;
}
.error {
    color: #FF0000;
}
#searchform input {
    margin-top: 2px;
    border: 1px solid #334671;
    background: #FFF;
    width: 200px;
    font-size: 13px;
    color: #000;
    padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar h2 {
    padding: 10px 0 10px 0;
}
input #searchsubmit {
	width: 100px;
}

