body {
	position: relative;
	width: 100%;
	min-width: 20em;
}

html {
	 -webkit-font-smoothing: antialiased;
}

body, table, div, td, tr, input, h1, h2, h3, h4, h5, form, p {
	margin: 0;
	padding: 0;
}

body, input, textarea {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 0.85em;
}
body.login { 
  background: url('../img/bg.jpg') top center fixed;
  background-size: cover;
}

#logologin { width: 100%; text-align: center; padding: 20px 0px 40px 0px; }
#logologin img { width: 250px; height: auto; }

#logo {
	padding: 4px 0 0 0;
}
#login-wrapper .box { border-radius: 5px; }

#header {
	color: #fff;
}

#header a {
	color: #fff;
	text-decoration: underline;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}

.header-top {
	background: #2c2c2c;
	padding: 6px 25px 2px;
}

.header-middle {
	background-color: #f1f1f1;
	padding: 0 10px;
	height: 62px;
}

#header p {
	margin: 0 0 5px 0;
}

#header span {
	color: #6e7d87;
}

#page-wrapper {
}

.page {
	
}

#page-content {
	padding: 10px;
	color: #333;
}

#page-header {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 25px;
	margin-left: 1%;
	margin-right: 1%;
}

/* Navigation */
#toggle {
	float:right;
	margin:0;
	margin-top: 10px;
	overflow:hidden;
	color: #442228;
	font-size: 2em;
	cursor: pointer;
}
#nav {
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 62px;
	float: right;
}

#nav li {
	display: block;
	float: right;
	padding: 5px 10px;
	text-align: left;
	position: relative;
	height: 24px;
	font-size: 13px;
}

#nav li:hover, #nav li.current {
	border-top: 0;
	border-bottom: 0;
	color: #442228;
}

#nav li a {
	color: #958385;
	padding: 10px ;
	font-size: 14px;
	text-decoration: none;
}
#nav li.current a {
color: #442228;
 
}


#nav li a:hover {
	text-decoration: none;
	color: #442228;
}

/* responsive nav */

/** standard */
@media screen and (min-width:60em)
{
	#toggle {
		display:none;
	}
	
}

/** tablet */
@media screen and (max-width:60em)
{
		
	#nav ul {
		display: none;
		position: absolute;
		right: -4px;
		margin-top: 62px;
		z-index: 100000134;
		background-color: #f1f1f1;
	}

	#nav li {
	    float: none;
		padding: 5px;
	}
	#nav li a { margin: 4px; padding-right: 5px; }
	
	#nav ul.visible {
		display: block;
	}
	#toggle {
		display: block;
		margin-top: 10px;
	}

	
}

/** phone */
@media screen and (max-width:48em)
{
}


/* end responsive nav */


/* sub levels link hover */

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}

.boxtitle {
	border-bottom: 1px solid #dcdcdc;
	color: #aaaaaa;
	margin: 0;
	padding: 0p;
	margin-bottom: 15px;
	min-height: 33px;
}

.boxtitle h1 {
	font-size: 20px;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 3px;
	display: inline-block;
	padding-bottom: 8px;
	line-height: 1em;
}

.boxcontent .actionbar {
	margin-top: 0px;
}
