﻿/*========== Page settings, Global Reset ==========*/

*
 {	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, sans-serif !important;
	font-size: 12px;
	border:0px;
	line-height:16px;
 }

body
 {	font-size: 12px;
	text-align: left;
	margin: 0px;
	height:auto;
	width:auto;
 }

#container
 {	height:auto;
	width:auto;
	background: none;
 }

.hide
 {	
    display: none;
 }

/*========== Header Images & Navigation ==========*/

#header, #nav
{
    display:none;
}

/*========== Page Content ==========*/

#content
{
    width: auto;
    float:none;
    min-height: 0px;
    height:auto !important;
    background: none;
    padding:0px;
    margin:0px;
    font-size:12px;
}

body#home #content
{
    background: url(../images/content_home.gif) no-repeat;
}

#content h1
{
    color:#000;
    font-size:16px;
    margin:0px 0px 10px 0px;
}

#content h2
{
    color:#000;
    font-size:14px;
    margin:8px 0px 4px 0px;
}

#content p
{
    margin:7px 0px;
    font-size:12px;
    line-height:normal;
}

#content p.standout
{
    color:#000;
    font-size:13px;
    margin:12px 0px;
    font-weight:bold;
}

#content a
{
    color:#000;
    text-decoration:underline;
}

#content ul
{
    margin-left:30px;
}

#content ul li
{
    list-style-image: none;
}

#content table#contact_details
{
    width:auto;
    margin:15px 0px 0px 0px;
}

#content table#contact_details th
{
    color:#000;
}

#content table#contact_details tr td
{
    padding:3px 25px 3px 0px;
    margin:0px;
}

/*========== Footer ==========*/

#footer
{
    background-image: none;
    height:auto;
    font-size:10px;
    border-top:1px solid #e3e3e3;
    margin-top:20px;
    width:auto;
}

body#home #footer
{
    background-image: none;
}

#footer p
{
    padding: 0px;
}