/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/* Layout */

html {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #ccc;
    background-image: url(/images/background_gradient.gif);
    background-repeat: repeat-x;
}

#container {
    padding: 30px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}

#header {
    /*margin-bottom: 95px;*/
	margin-bottom: 15px;
}

#footer {
    clear: both;
    /*position: fixed;*/
    bottom: 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

/* Menu */

#menu {
    position: absolute;
    font-size: 18px;
    color: #000;
    font-family: Verdana, Arial, sans-serif;
    list-style: none;
    list-style-position: inside;
    /*left: -243px;*/
    top: 215px;
    /*width: 243px;*/
	width: 120px;
    padding: 0;
    padding-left: 0;
    margin: 0;
    /*margin-left: 100%;*/
    z-index: 1;
}

#menu li {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 25px;
    text_decoration: none;
}

#menu li.selected {
    background-image: url(/images/menu_select.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.menu1 a:link {
    color: #000;
    text-decoration: none;
}

.menu1 a:visited {
    color: #000;
    text-decoration: none;
}

.menu1 a:active {
    color: #000;
    text-decoration: none;
}

.menu1 a:hover {
    text-decoration: underline;
}

#selector {
    position: relative;
    background-image: url(/images/menu_select.gif);
    background-repeat: no-repeat;
    background-position: left center;
    width: 243px;
    height: 45px;
    margin: 0;
    margin-left: 275px;
    z-index: 0;
	/* left: -283px;
	top: 45px;" */
}

/* Content */

#content {
    text-align: left;
    overflow: hidden;
    width: 800px;
}

#content_pane {
    width: 4200px;
}

.section {
    float: left;
    width: 600px;
    padding-left: 175px;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

.section img {
    border: none;
}

.section h1 {
    font-size: 13pt;
}

.section h2 {
    font-size: 11pt;
}

.section a {
    color: #000;
}

.section ul {
    margin-bottom: 30px;
    font-size: 10pt;
}

.section p {
    font-size: 10pt;
    margin-bottom: 30px;
}
