* {
  word-wrap: break-word;
}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url(../images/bg-blue.png);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	color: #666;
}

a {
	color: #666;
}

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 4px 0;
}

div#wrapper {
	background-image: url(../images/glow-blue.png);
	background-repeat: no-repeat;
}

div#header {
	margin: 20px 0 10px 0;
	height: 70px;
}

div#header h1 {
	font-size: 24px;
	font-weight: normal;
	border: none;
	margin: 0px;
	line-height: 70px;
}

div#header a {
	color: #fff !important;
	text-decoration: none;   
	border: none;
}

div#menu {
	position: relative;
}

div#menu ul {
	list-style-type: none;
	position: absolute;
	right: -20px;
	top: 40px;
}

div#menu ul li {
	float: left;
	margin: 0;
}

div#menu ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

div#menu ul li:hover a,
div#menu ul li.active a {
	display: block;
	background-color: #215E95;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div#menu ul.submenu {
	top: 70px;
}

div#content {
	width: 965px;
}

div#content div.top {
	height: 10px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}

div#content div.middle {
	min-height: 450px;
	padding: 1px;
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
}

div#content div.bottom {
	height: 10px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
}

div#footer {
	margin-top: 10px;
	text-align: right;
	height: 40px;
	font-size: 11px;
	color: #666;
	margin-right: 25px;
}

.hidden {
	display: none;
}
 
div.margin_bottom {
  margin-bottom: 20px;
}

/* Themes */

/* red */
body.red {
  background-image: url(../images/bg-red.png) !important;
  background-repeat: repeat-x;
}

body.red div#wrapper {
  background-image: url(../images/glow-red.png) !important;
}

body.red div#menu ul li:hover a,
body.red div#menu ul li.active a {
  background-color: #681818 !important;
}

/* cyan */
body.cyan {
  background-image: url(../images/bg-cyan.png) !important;
  background-repeat: repeat-x;
}

body.cyan div#wrapper {
  background-image: url(../images/glow-cyan.png) !important;
}

body.cyan div#menu ul li:hover a,
body.cyan div#menu ul li.active a {
  background-color: #0f7477;
}

/* green */

body.green {
  background-image: url(../images/bg-green.png) !important;
  background-repeat: repeat-x;
}

body.green div#wrapper {
  background-image: url(../images/glow-green.png) !important;
}

body.green div#menu ul li:hover a,
body.green div#menu ul li.active a {
  background-color: #336343;
}

/* blue */
body.blue {
  background-image: url(../images/bg-blue.png) !important;
  background-repeat: repeat-x;
}

body.blue div#wrapper {
  background-image: url(../images/glow-blue.png) !important;
}

body.blue div#menu ul li:hover a,
body.blue div#menu ul li.active a {
  background-color: #215E95;
}

div[data-container=element] {
  float: left;
}
