body{
    font-family: "Arial Unicode MS", Verdana, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

p{ font-size: 0.75em; }


form p, table p{
    font-size: 1em;
}

input, select{
    border: 1px solid #000;
    box-shadow: 2px 2px 2px #888;
    width: 300px;
}

textarea{
    border: 1px solid #000;
    box-shadow: 2px 2px 2px #888;
    width: 300px;
}

input:focus{
    background-color:#ffffc0;
}

textarea:focus{
    background-color:#ffffc0;
    min-height: 75px;
}

select:focus{
    background-color:#ffffc0;
    color: #444;
}

input[type=submit]{
    color: #fff;
    background-color: #5a5655;
    border: 1px solid #000;
    box-shadow: 2px 2px 2px #888;
    border-radius: 5px;
}

input[type=button], input[type=reset]{
    color: #5a5655;
    background-color: #ccc;
    border: 1px solid #000;
    box-shadow: 2px 2px 2px #888;
    border-radius: 5px;
}

hr{ color: #000; height: 1px; border: 0; }

a:link{ text-decoration: none; color: #0000cc; }
a:visited{ text-decoration: none; color: #0000cc; }
a:hover{ text-decoration: underline; color: #0000cc; }

h1{ 
    font-size: 1.75em;
    color: #648D32;
}

h1.mainHead{ 
    font-family: Baskerville,Times,'Times New Roman',serif;
    font-size: 3em;
    font-variant: small-caps;
    font-weight: bold;
    color: #652212;
    padding: 0px;
    margin: 0px;
}

h2{ 
    font-size: 1.5em;
    color: #97914f;
    margin: 3px 0px 3px 0px;
    padding: 0px;
}

h2.subHead{
    font-family: georgia,serif;
    font-size: 1.1em;
    color: #648D32;
    text-align: right;
    letter-spacing: 0;
    line-height: 1.429em;
    padding-right: 40px;
    margin-top: -10px;
}

h2 em.subText{
    font-family: Baskerville,Times,'Times New Roman',serif;
    font-size: 0.75em;
    display: block;
    margin: -5px 0px 0px 40px;
}

h3{ 
    font-size: 1.25em;
}

h4{ 
    font-size: 1.2em;
}

h5{ 
    font-size: 1.1em;
    font-weight: bold;
}

h6{ 
    font-size: 1em;
    font-weight: bold;
}

.content-header{
    width: 1000px;
    display: block;
    clear: both;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
}

.content-section{
    width: 476px;
    padding: 0px 5px 5px 5px;
    margin: 0px 5px 0px 5px;
}

.content-section-left{
    display: inline;
    float: left;
    border-left: 2px solid #0b3e6f;
}

.content-section-right{
    display: inline;
    float: right;
}

.content-section p, .content-header p{
    font-size: 1em;
}

.content-section h2{
    border-bottom: 2px solid #97914F;
}

.client-section{
    width: 970px;
    text-align: right;
    display: inline;
    float: left;
    padding: 3px;
}

.client-section-details{
    background-color: #fff;
    text-align: center;
    margin-bottom: 5px;
    box-shadow: 2px 2px 2px #888;
    border-radius: 8px;
}

.buttonset{
    font-size: 0.6em;
}

.slides{
    box-shadow: 2px 2px 2px #888;
}

.bg-full{
    background-image:url(../images/main/content-bg.gif);
    background-repeat: repeat-x;
}

.formerror{
    background: #ffdddd;
}

.formrequired{
    color: #3b5e2b;
}

label.error{
    color: red;
    width: auto;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    display: block;
}

.captcha{
    width: 100px;
}

.content-mini-detail{
    width: 330px;
    display: inline;
    float: left;
}

.content-mini-detail-full{
    width: 660px;
    padding-top: 10px;
    text-align: center;
    display: block;
    clear: both;
}

.content-mini-detail-msc{
    width: 330px;
    padding-top: 10px;
    text-align: center;
    display: block;
    clear: both;
}

a.linkbutton{
    color: #f0f0f0;
    text-decoration: none;
}

.preview{
    display: none;
}

#content-bg{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header-bg{
    background-image:url(../css/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png);
    background-repeat: repeat;
    width: 100%;
    display: block;
    border-bottom: 3px solid #0b3e6f;
}

#header{
    width: 1002px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

#header-name{
    width: 425px;
    height: 35px;
    display: inline;
    float: left;
    padding: 0px 0px 0px 10px;
}

#header-links{
    height: 40px;
    width: 535px;
    display: inline;
    float: left;
}

#header-links a{
    width: 125px;
    color: #f0f0f0;
    text-decoration: none;
    border: 1px solid #000;
    margin: 12px 3px 0px 3px;
    box-shadow: 2px 2px 2px #888;
    border-radius: 8px;
}

#content {
    width: 1002px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#slideshow-container{
    display: inline;
    float: left;
    text-align: center;
    margin-left: 26px;
    width: 440px;
    height: 300px;
}

#content-mini{
    width: 95%;
    margin-left: auto; 
    margin-right: auto;
}

#content-mini input[type=submit], input[type=reset]{
    font-size: 0.9em;
}

#formMsg{
    width: 95%;
    font-size: 0.75em;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
}

#content-nav{
    display: inline;
    float: left;
    width: 185px;
    margin: 3px 0px 3px 3px;
}

#content-details{
    display: inline;
    float: left;
    width: 818px;
    margin: 3px 0px 3px 3px;
}

#ajax-form{
    margin: 0px;
    background-color: #eee;
}

#footer{
    font-size: 0.75em;
    width: 945px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    color: #000;
    text-align: right;
}
