/**
 * Layout
 */
body {
    color:#296d82;
    font: normal 12px tahoma, verdana, sans-serif;
}

h1, h2 {
    color:#296d82;
    margin-bottom: 10px;
}

h1 { font-size:28px; }
h2 { font-size:18px; }

a, a:hover, a:visited {
    color:#296d82;
    text-decoration:underline;
}

p {
    margin-bottom:15px;
}

em {
    font-style:italic;
}

strong {
    font-weight:bold;
}

ul {
    margin-left:15px;
    margin-bottom:15px;
}

ul li {
    list-style: disc outside;
    margin: 5px;
}

table {
    margin-bottom:15px;
    
}

td, th {
    padding:10px;
}

center {
    text-align:center;
}

td.desc {
    font-weight:bold;
    vertical-align:top;
}

.vacancy .desc {
    width:120px;
}

.vacancy th {
    font-weight:bold;
    font-size:14px;
    text-decoration:underline;
}

.contentImg {
    position:relative;
    float:right;
    margin:0px 0px 15px 15px;
}

a.noDecoration {
    text-decoration:none;
}

/**
 * Structure
 */
html {
    background: #ffcc99 url('/public/img/background-beach.jpg') no-repeat fixed top center;
}
body {
    text-align: center;
}

div#container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#container, div#top,
div#content-top, div#content-bottom {
    width: 750px;
}

div#top {
    position:relative;
}

div#content {
    width:700px;
}

div#content {
    background-color:#fff;
    padding:15px 25px;
    /*min-height:385px;*/
}

* html div#content {
    /*height:385px;*/
}

/**
 * Clear floats
 */
.clear { clear:both; }

/**
 * Rounded box
 */
#content-top {
    background: url('/public/img/content-top.png') no-repeat;
    height:10px;
}

#content-bottom { 
    background: url('/public/img/content-bottom.png') no-repeat;
    height:20px;
    margin-bottom:30px;
    text-align:right;
}

#content-bottom a {
    text-decoration:underline;
    color:#ffffff;
    font-size:10px;
}

/**
 * Forms
 */
form label {
    display:block;
    float:left;
    width:100px;
    text-align:right;
    margin: 5px 0 0;
}

form input, form textarea {
	width:auto;
    margin:5px 0 0 10px;
}

textarea {
    overflow:auto;
}

form br {
	clear:left;
}

ul.error {
    color:red;
}

/**
 * Menu
 */

ul#menu {
    position:absolute;
    bottom:0px;
    right:0px;
    margin:0px;
}
ul#menu li a {
    float:left;
    width:80px;
    height:22px;
    padding-top:28px;
    display: block;
    color:#fff;
    text-decoration: none;
    text-align:center;
}

ul#menu, ul#menu li	{
    list-style-type: none;
	display: inline;
}

ul#menu a.selected {
    color:#0080da;
	background-image:url('/public/img/menu-circle.png');
    background-repeat:no-repeat;
}
/*
 * These are standard sIFR styles... do not modify 
 */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

