/* ----------------------------------------------------
   C O M M O N
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

ul, ol, li {
	list-style: none;
}

img {
	border: none;
}


/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	height: 100%;
}


/* ----------------------------------------------------
   C O N T A I N E R   &   W R A P P E R
------------------------------------------------------*/
#wrap {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px;
}

#main{
	width:100%;
}
#main-content {
  overflow:auto;
  padding-bottom:50px; /* this needs to be bigger than footer height*/
}

#container {
	float: left;
	display: inline;
	padding: 10px 0 10px 0;
	width: 950px;
}

.footer {
	position: relative;
	height: 50px;
	clear: both;
	padding-top: 20px;
} 

footer{
	background-color: #2A3F54;
}
footer .text-muted{color:#FFF;}
#login-container{
	padding-bottom: 20px;
	background: #fff;
	border:none;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	margin-top:20px;
}


/* ----------------------------------------------------
   H E A D E R
------------------------------------------------------*/

#header {
	background: url(../images/header.png) #ffffff left top no-repeat;
	float: left;
	height: 135px;
	position: relative;
	width: 100%;
}

#header h1.logo {
	font-size: 10px;
	position: absolute; left: 238px; top: 38px;
	text-indent: -500em;
}

#header h1.logo a {
	display: block;
	height: 45px;
	overflow: hidden;
	width: 390px;
}

#header p.contact {
	color: #888888;
	font-size: 10px;
	line-height: 13px;
	position: absolute; left: 260px; top: 110px;
}

#header p.contact a {
	color: #000000;
}

#header p.contact a:hover {
	text-decoration: underline;
}


/* ----------------------------------------------------
   T O P M E N U
------------------------------------------------------*/

#topmenu {
	background: url(../images/topmenu.png) #336699 left top no-repeat;
	float: left;
	height: 50px;
	position: relative;
	width: 100%;
}

#topmenu ul {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: absolute; left: 24px; top: 9px;
}

#topmenu ul li {
	float: left;
	line-height: 30px;
	position: relative;
}

#topmenu ul li a {
	color: #ffffff;
	display: block;
	height: 26px;
	padding: 0 13px 0 13px;
	text-decoration: none;
}

#topmenu ul li a:hover {
	background-color: #363636;
	color: #986698;
	text-decoration: none;
}

#topmenu ul li a.drop {
}

#topmenu ul ul {
	background-color: #336699;
	border: solid 1px #204c79;
	display: none;
	margin: 0;
	position: absolute; left: 0; top: 9px;
	width: 170px;
}

#topmenu ul ul li {
	border: none;
}

#topmenu ul ul li a {
	width: 144px; /* 170 - 2*13 padding */ 
}

#topmenu ul ul li a:hover {
	background-color: #225588;
}

#topmenu li:hover ul,
#topmenu li.over ul {
	display: block;
}

#flags {
	position: absolute; left: 792px; top: 8px;
}

#flags img {
	border: solid 1px #eaeaea;
	margin: 0 2px 0 2px;
}


/* ----------------------------------------------------
   M A I N
------------------------------------------------------*/

#main {
	background: url(../images/main.png) #ffffff left top repeat-y;
	float: left;
	width: 100%;
}

.navbar-default{
	background: #2A3F54;
	border:none;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a{
	color:#FFF;
}
.navbar-default .navbar-nav > li > a:hover {
	color:#2A3F54;
	background:#FFF;
}
.navbar{
	border:none;
}


/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

.wht-content {
	background: #fff;
	border:none;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#contents ul li {
	list-style-type: done;
}

/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	background: url(../images/footer.png) #565656 left top no-repeat;
	float: left;
	height: 50px;
	width: 100%;
}

#footer p {
	display: inline;
	color: #a5a5a5;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.meta {
	float: left;
	line-height: 19px;
	margin: 4px 0 0 25px;
}

#footer span.meta {
	margin: 0 6px 0 8px;
}

#footer p.copyright {
	float: right;
	margin: 40px 30px 0 0;
}

#footer span.white {
	color: #ffffff;
}

/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/


/* --- DIVS --- */

.clear {
	clear: both;
}


/* --- HEADERS --- */

#contents h1,#login-container h1 {
	background: url(../images/contents_h1.png) left bottom repeat-x;
	color: #73879C;
	font: small-caps normal 24px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#login-container h1 {
	margin-bottom:20px;
}

#contents h2 {
	color: #161616;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 30px 0 25px 0;
	text-transform: uppercase;
}
/*
#contents h3 {
	color: #262626;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 20px 0 20px 0;
}
*/

/* --- PARAGHRAPHS --- */

#contents p {
}
/* --- ANCHORS --- */

#contents a {
	color: #00747e;
}

/* --- IMAGES --- */

#contents img.left {
	float: left;
	margin: 5px 10px 0 0;
}

#contents img.right {
	float: right;
	margin: 5px 0 0 10px;
}

#contents img.bordered {
	background-color: #ffffff;
	border: solid 1px #b5b5b5;
	padding: 4px;
}

#contents img.bordered-left {
	background-color: #ffffff;
	border: solid 1px #b5b5b5;
	float: left;
	margin: 5px 15px 5px 0;
	padding: 4px;
}

#contents img.bordered-right {
	background-color: #ffffff;
	border: solid 1px #b5b5b5;
	float: right;
	margin: 5px 0 5px 15px;
	padding: 4px;
}


/* --- MISC --- */

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.underline {
	text-decoration: underline;
}
#sidebar-right {
	display: inline;
	float: right;
	margin-right: 10px;
	padding: 15px 10px 0 5px;
	width: 200px;
	text-align: center;	
}

.btn-group-lg > .btn, .btn-lg{
	border-radius:2px;
}