/*******************************************************************************
        Body
*******************************************************************************/

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #C5D8FB;
}

/*******************************************************************************
        General text properties
*******************************************************************************/

body,table{
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

p{
	margin: 0px;
	padding: 0px;
}
a{
	color: #FF0000;
}
/*******************************************************************************
        Container
*******************************************************************************/

#container {
    width: 990px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #000;
    border-top: none;
    background-color: #fff;
}

/*******************************************************************************
        Header
*******************************************************************************/

#header {
    margin: 0;
    height: 104px;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
}

#header h1{
    padding: 200px;
}
/*******************************************************************************
        Menu
*******************************************************************************/

#menu {
    height: 50px;
    background-image: url('images/menubg.jpg');
    background-repeat: repeat-x;
    border-bottom: 5px solid #ff0000;
}

#menu ul {
    margin:  0 0 0 20px;
    padding: 0;
    list-style: none;
    border-left: 1px solid #D5E5FF;
    overflow: hidden;
}

* html #menu ul {
    overflow: visible;
    height: 1px;
}
#menu ul li {
    display: inline;
    float: left;
    border-right: 1px solid #D5E5FF;
    
}

#menu ul li.current a {
    color: #000;   
}
#menu ul li a {
    display: block;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

* html #menu ul li a {
    height: 1px;
    width: 1px;
    white-space: nowrap;
}

#menu ul li a:hover {
    color: #000;   
}

#menu .pair {
    float: right;
    margin-right: 5px;
    margin-top: 12px;
}

#menu .pair img {
    border: none;
    padding-left: 3px;    
}

/*******************************************************************************
        Content
*******************************************************************************/

#content {
	overflow: hidden;
    background-image: url('images/contentbg.jpg');
    background-repeat: no-repeat;
    padding: 10px 10px 10px 210px;
}

* html #content{
	overflow: visible;
	height: 1px;
}

#content img{
	margin: 0px 5px;
}

#content_outer {
    background-image: url('images/bottom_logo.gif');
    background-repeat: no-repeat;
    background-position: 50px 100%;
    min-height: 460px;
}

* html #content_outer {
    height: 460px;
}

/*******************************************************************************
        Address
*******************************************************************************/

#address {
	position: absolute;
	top: 390px;
	left: auto;
	width: 169px;
	padding: 0 15px;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	
}

/*******************************************************************************
        Footer
*******************************************************************************/

#footer {
    height: 50px;
    background-image: url('images/footerbg.jpg');
    background-repeat: repeat-x;
    text-align: center;
    color: #000;
    font-family: arial;
    padding-left: 180px;
	padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
}

#footer #top_link {
	float: right;
    text-align: right;
    color: #000;
    font-family: verdana;
    padding-right: 15px;
    font-size: 8pt;
}

/*******************************************************************************
	Mailform
*******************************************************************************/

.csc-mailform {
	border: 0;
	width: 600px;
}

.csc-mailform label {
	width: 150px;
	float: left;
	font-weight: bold;
}

.csc-mailform .csc-form-labelcell {
	font-weight: bold;
	vertical-align: top;
}

input.csc-mailform-submit {
	margin-left: 150px;
}