body, html {
	/* font: 12px Verdana, Arial, Helvetica, sans-serif; */
	/* font: 12px Helvetica, Verdana, Arial, sans-serif; */
	font: 12px Helvetica Neue, Helvetica, verdana, Arial, sans-serif;
	height: 100%;
	background-color: #081B4E;
}

body {
	position: relative;
	padding: 0 5px 0 5px;
	margin: 0 auto;
	width: 760px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background-color: #FFFFFF; /*  #1f419a; */
	
	behavior: url('/public/stylesheets/csshover.htc');
}

/* GENERAL
   -------------------------------------------------- */
h1 {
	font-size: 16px;
}

h2 {
	margin-top: 1.5em;
	padding-bottom: 0.3em;
	font-size: 14px;
	border-bottom: 1px solid grey;
}

h3 {
	margin-top: 0px;
	margin-bottom: 1ex;
	font-size: 12px;
}

h4 {
	background-color: #1f419a;
	text-align: center;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	color: #FFFFFF;
	font-size: 14px;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img { border: 0; }


/* SITE LAYOUT
   -------------------------------------------------- */
#container {
	position: relative;
	padding-bottom: 100px;
	
	width: 760px;
	height: 100%;
	background-color: #FFFFFF;
}

#header {
	display: block;
	height: 80px;
	background: url('/public/images/backgrounds/header.jpg') top right no-repeat #1f419a;
}

#header #logo {
	margin: 9px;
	margin-left: 50px;
}

#container-wrapper {
	clear: both;
	position: relative;
}

#left-container {
	width: 150px;
}

#left-container p {
	margin-left: 1ex;
	margin-right: 1ex;
}
/*
#left-container a {
	display: block;
	
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ed1c24;
}
*/

#left-container #map {
	margin-left: 35px;
}

#right-container {
	position: relative;
	float: right;
	
	width: 600px;
}

#footer {
	position: absolute;
	display: block;
	
	padding-top: 40px; /* for the image */
	margin-left: 150px;
	width: 610px;
	
	bottom: 0px !important;
	bottom: -1px;

	text-align: center;
	background: url('/public/images/backgrounds/footer.jpg') top right no-repeat;
}

#footer a {
	margin: 10px;
	text-decoration: none;
	color: #000000;
}

/* CONTENTS
   -------------------------------------------------- */
#link-bar {
	display: block;
}

#link-bar a {
	/* display: -moz-inline-box;
    display: inline-block; */
	float: left;
	
	width: 140px;
	height: 25px;
	padding-top: 175px;
	margin-right: 10px;
	
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background-color: #330033;
}

#link-bar a.blue {
	background: url('/public/images/backgrounds/a-blue.jpg') no-repeat;
}

#link-bar a.red {
	background: url('/public/images/backgrounds/a-red.jpg') no-repeat;
}

#link-bar a.orange {
	background: url('/public/images/backgrounds/a-orange.jpg') no-repeat;
}

#link-bar a.yellow {
	background: url('/public/images/backgrounds/a-yellow.jpg') no-repeat;
}

/* brochure */
#brochure {
	position: relative;
	
	margin-top: 1em;
}

#brochure img {
	margin: 0 auto;
}


.content-home {
	float: left;
	width: 390px;
}

.news-list {
	float: right;
	width: 200px;
}

#search {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #dee1e7;
}

#search form {
	padding: 0px;
	margin: 0px;
	margin-left: 300px;
}

/* table on the training page */
table.training {
	margin: 1em auto 1em auto;
	height: 300px;
}

table tr td.left {
	width: 200px;
	background: url('/public/images/training/1.jpg') no-repeat top center;
}

table tr td.top-right {
	width: 200px;
	background: url('/public/images/training/2.jpg') no-repeat top center;
}

table tr td.bottom-right {
	width: 200px;
	background: url('/public/images/training/3.jpg') no-repeat bottom center;
}


/* COLORS
   -------------------------------------------------- */
.rsred {
	color: #e30d15;
}

.rsblue {
	color: #1f419a;
}

.red {
	color: #ba2d36;
}

.blue {
	color: #5693b0;
}

.largeblue {
	font-size: 14px;
	font-weight: bold;
	color: #1f419a;
}


/* NOTICES
   -------------------------------------------------- */
.notice, .success, .error {
	display: block;
	text-align: center;

    padding: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #666666;
}

.notice {
	background-color: #FFF4D9;
    border: 1px solid #FFE2AB;
}

.success {
	background-color: #CDE855;
    border: 1px solid #A7C520;
}

.error {
	background-color: #FEB19A;
    border: 1px solid #A62409;
}

/* GENERAL
   -------------------------------------------------- */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
