body {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    background: #fff;
    color: #2b2b6d;
    font: 76% Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
    font-size: 13px;
}

.clear {
    clear: both;
}

.wrap {
    position: relative;
    margin: auto;
    text-align: left;
}

#content {
    margin: auto;
    width: 800px;
    background: #fff;
}

#content .wrap {
    width: 760px;
}

h1.boxBlue {
    margin: 20px auto 10px auto;
    padding: 10px;
    background: #35377f;
    text-align: center;
    display: block;
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
}

div.boxLightBlue {
    margin: 10px auto 0px auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #e3eef9;
}

div.boxLightBlue a {
    color: #ee3a43;
}

#contentLeft {
    float: left;
    display: inline-block;
    width: 180px;
    background: #e5eff9;
    font-size: 12px;
    text-align: left;
}

#contentLeft h1 {
    margin: 0px;
    padding: 0px 0px 0px 28px;
    text-align: left;
    font-size: 14px;
    display: block;
    height: 26px;
    line-height: 26px;
    background: #b8d4f0;
}

#contentLeft .wrap {
    padding-left: 14px;
    padding-right: 10px;
    width: 126px;
    _width: 180px;
}

#contentRight {
    float: right;
    display: inline-block;
    width: 615px;
}

#contentRight h1 {
    margin: 0px;
    padding: 0px;
    text-indent: 20px;
    text-align: left;
    font-size: 14px;
    display: block;
    height: 26px;
    line-height: 26px;
    background: #b8d4f0;
}

#contentRight .wrap {
    padding-left: 20px;
    padding-right: 44px;
    width: 551px;
    _width: 615px;
}

#contentRight .table {
    display: table;
}

#contentRight .table-header {
    font-weight: bold;
}

#contentRight .table-cell {
    float: left;
    display: inline-block;
    width: auto;
}

#contentRight .table-line {
    margin: 20px 0px;
}

/* CONTACT US / INQUIRY FORM */

#contactform
{
	float:left;
	text-align:left;
}

#contactform div.row
{
	width:600px;
}

#contactform div.label
{
	float:left;
	width:150px;
}

#contactform div.field
{
	float:right;
	width:450px;
}

#contactform div
{
	padding-top:2px;
}

.error
{
	font-weight: bold;
	color: red;
}

.wizardbutton
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	height:50px;
	width:100px;
}

.section
{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	border-top-style: dashed;
}

.textbox
{
	border: 1px solid silver;
	height: 18px;
	padding-top: 5px;
	padding-left: 5px;
	width:300px;
}
.textmode
{
	height:150px;
	width:300px;
}

.small
{
	font-size: 10px;
}	

.italic
{
	font-style: italic;
}
