body, html {
    margin: 0px;
    background-image: url(images/bg.gif);
    background-position: center top;
    background-repeat: no-repeat;
    text-position: center;
    font-family: Verdana;
    font-size: 12px;
line-height:18px;
}

div.container {
    position: relative;
    text-position: left;
    margin: 0 auto;
    width: 961px;
    height: auto !important;
    min-height: 400px;
    height: 400px;
    overflow: auto;
}

div.left {
    float: left;
    margin-top: 20px;
    width: 211px;
}

div.middle {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 450px;
}

div.right {
    margin-top: 20px;
    float: right;
    width: 257px;
    height: auto !important;
    min-height: 100px;
    height: 100px;
    padding-top: 38px;
}

div.border {
    width: 257px;
    height: 130px;
    overflow: hidden;
}

div.content {
    margin-top: 38px;
}

div.content_right {
    width: 257px;
    background-color: #F8921D;
    color: #FFF;
    height: auto !important;
    min-height: 0px;
    height: 0px;
}

div.content_right_inner {
    width: 245px;
}

div.content_right_inner div.csc-default {
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}


div.logo {
    height: 130px;
    width: 211px;
    background-image: url(images/logo.png); 
    background-repeat: no-repeat;
}

div.header {
    height: 130px;
    width: 450px;
    background-image: url(images/header.png);
}

div.menu {
    width: 211px;
    margin-top: 38px;
}

div.menu li {
    background-image: url(images/list.png);
    background-repeat: no-repeat;
    background-position: 2px left;
    padding-left: 35px;
    line-height: 16px;
    vertical-align: top;
    margin: 0px;
    margin-bottom: 15px;
}

div.menu li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

div.menu li ul {
    margin-top: 3px;
}

div.menu li li a {
    font-size: 12px;
}

div.menu li li {
    background-image: url(images/bullet.png);
    background-position: 6px left;
    padding-left: 10px;
    margin-left: 2px;
    margin-bottom: 5px;
}

div.menu li a.active, div.menu li a:hover {
    text-decoration: none;
    color: #F8921D;
}


div.footer {
    float: left;
    clear: both;
    width: 731px;
    margin-top: 50px;
    margin-left: 230px;
    border-top: solid;
    border-width: 1px;
    border-color: #000;
    font-size: 10px;
    padding-top: 3px;
}


div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


div.hide {
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}


/* text styles */
h1,h2 {
    font-size: 20px;
line-height:26px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    color: #F18E1E;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}

p {
    margin: 0px;
    padding: 0px;
}

div.content_right h1 {
    color: #FFF;
    font-size: 15px; 
}

div.content_right h2 {
    font-size: 12px;
}

div.content a, div.content_right a {
    color: #000;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: #000;
    text-decoration: none;
}

div.content a:hover, div.content_right a:hover {
    border-bottom-style: solid;
    color: #000;
    border-color: #000;
}

div.content_right a {
    color: #FFF;
}

div.footer a {
    text-decoration: none;
    color: #000;
}

div.footer a:hover {
    text-decoration: underline;
}

.csc-mailform-field {
	vertical-align: top;
	text-align: right;
	margin-top: 10px;
}



