@charset "utf-8";
/* CSS Document */

body {
	background:white url(/images/swirlsbg.png) top center no-repeat;
	margin:0px;
	padding:0px;
	text-align:center;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:16px;
	overflow-x:hidden;
}
/**** DROP DOWN MENU */
#menu {
	border:0px solid black;
	position:absolute;
	left:80px;
	top:102px;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index:3;
}
#sddm ul {
	display:inline;
}
#sddm li {
	margin: 0;
	padding:0px 0px 0px 20px;
	list-style: none;
	float:left;
	display:inline;
	font-weight:bold;
}
#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	width:auto;
	color: #666;
	text-align: center;
	text-decoration: none
}
#sddm li a:hover {
}
#sddm div {
	background:#edf1f3 url(/images/dropdownbg.jpg) repeat-x;
	margin:8px 0px 0px -13px;
	padding:5px;
	min-width:150px;
	position: absolute;
	visibility: hidden;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding:5px 10px;
	color:#666;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font:normal 12px arial;
}
#sddm li div a:hover {
	min-width:129px;
	color:#fff;
	background-color:#9eb9c4;
	clear:both;
}
/**** HEADERS */
h1.front {
	font:normal 18px verdana;
	color:#116cb3;
	margin-bottom:3px;
}
h2.front {
	font:bold 13px verdana;
	color:#116cb3;
	margin:20px 0px 3px 0px;
}
h2.awards {
	font:bold 14px verdana;
	color:#116cb3;
	margin:3px 0px 3px 0px;
}
h1 {
	font:normal 17px verdana;
	color:#116cb3;
}
h2 {
	font:bold 13px arial;
	color:#116cb3;
}
h3 {
	font:bold 12px arial;
	color:#666666;
	line-height:16px;
}
li {
/*margin-bottom:10px;*/
}
a {
	text-decoration:none;
	color:#dda21f;
}
a img {
	border:0px;
}
a:hover {
	color:#116cb3;
	text-decoration:underline;
}
a:hover img {
	filter:alpha(opacity=50);
	opacity:0.5;
}
#frame {
	width:1009px;
	margin:0 auto;
	background:transparent url(/images/containerbg.png) top left repeat-y;
}
#container {
	width:938px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background-color:white;
}
#header {
	width:938px;
	height:139px;
	background:url(/images/headerbg.png) top left no-repeat;
}
#footer {
	width:1009px;
	height:65px;
	margin:0 auto;
	text-align:left;
	background:url(/images/footer.png) no-repeat;
}
#footer ul {
	margin:0px;
	padding:0px;
	color:#84959d;
}
#footer li {
	display:inline;
}
#footer a {
	font:bold 10px verdana;
	text-decoration:none;
	color:#84959d;
}
#footer a:hover {
	color:#dda21f;
	text-decoration:underline;
}
#footer_menu {
	position:absolute;
	padding:60px 10px 40px 60px;
	width:900px;
}
#copyright {
	font:normal 10px verdana;
	color:#84959d;
}
/* THREE COLUMNS IN THE FRONT PAGE */
#column-01 {
	border-right:1px solid #f2f2f3;
	width:230px; /* 280px */
	margin-top:25px;
	padding:0px 25px;
	min-height:400px;
	float:left
}
#column-02 {
	border-right:1px solid #f2f2f3;
	width:240px; /* 290px */
	margin-top:25px;
	padding:0px 25px;
	min-height:400px;
	float:left
}
#column-03 {
	width:310px; /* 360px */
	margin-top:25px;
	padding:0px 25px;
	min-height:400px;
	float:left
}
/* NEWS & EVENTS */
dl#news dt, dl#events dt {
	font-weight:bold;
}
dl#news dd, dl#events dd {
	margin:0px 0px 15px 0px;
}
dl#news dd a, dl#events dd a {
	color:#7c6565;
}
/* NEWSLIST */
#newslist dt {
	width:100px;
	float:left;
}
#newslist dd {
	width:490px;
	margin-left:100px;
	margin-bottom:10px;
}
#newlist a {
	color:#333;
}
#sub_menu {
	width:180px;
	min-height:400px;
	padding:20px 0px 0px 15px;
	background:url(/images/submenubg.png) top left no-repeat;
	float:left;
	border:0px solid black;
}
#sub_menu a.selected {
	color:#5797c8;
	text-decoration:underline;
}
#sub_menu ul {
	margin:0px;
	padding-left:15px;
}
#sub_menu ul li {
	font:normal 12px Arial;
	list-style:none url(/images/arrow2.gif) outside;
	margin:12px 0px 12px 0px;
}
#sub_menu ul li a {
	color:#777;
	text-decoration:none;
}
#sub_menu ul li a:hover {
	color:#dda220;
}
#sub_menu ul li a.title {
	text-transform:uppercase;
	font-weight:bold;
}
#sub_menu ul li.second {
	margin-top:25px;
}
#right_column {
	border:0px solid black;
	width:741px;
	float:right;
}
#sub_content {
	padding:20px;
}
/***********************/
/****** Management ****/
/***********************/
#management dt {
	width:130px;
	float:left;
}
#management dd {
	width:490px;
	margin-left:160px;
}
/***********************/
/****** Forms ****/
/***********************/
span.required {
	color:red;
}
fieldset {
	border:2px solid #e0e8eb;
	width:460px;
}
fieldset legend {
	font:bold 13px arial;
	color:#666;
	padding:5px 10px;
}
fieldset dt {
	clear:both;
	width:33%;
	float:left;
	text-align:right;
}
fieldset dd {
	float:left;
	width:66%;
	margin:0 0 0.5em 0.25em;
}
fieldset dd input[type=text], fieldset dd textarea {
}
fieldset select {
	font:normal 11px arial;
}
form dd .warning {
	font:bold 11px arial;
	color:#cc0000;
}
/***********************/
/****** Brochures ****/
/***********************/
/*
.brochures {
	background-image: url(/images/shape_brochure_background.gif);
	background-repeat: no-repeat;
	padding:8px 15px 6px 15px;
	height: 95px;
	width: 337px;
}

td.brochures_title{
	vertical-align:top;
	padding-top:10px;
	font:bold 11px arial;
	color:#454646;
}

a.brochures_title{
	font:bold 11px arial;
	color:#333;
}

a.brochures_title:hover{
	font:bold 11px arial;
	color:#cc6600;
}*/

.brochures .container {
	background:#fafbfc url(/images/brochure-box.gif) top left repeat-x;
	width:330px;
	min-height:111px;
	float:left;
	margin:0px 5px 5px 0px;
}
.brochures .image {
	float:left;
	margin:10px;
	padding-right:10px;
	border-right:1px solid white;
}
.brochures .details {
	padding-top:10px;
	width:170px;
	margin:10px;
	float:left;
}
.brochures a {
	color:#555;
}
.brochures a:hover {
	color:#dda21f;
}
.brochures .footer {
	background:#fafbfc url(/images/brochure-box-footer.gif) top left repeat-x;
	width:330px;
}
/* Quick Box Brochures */
.sidebox a {
	font:normal 11px verdana;
	color:#666;
}
.quick-brochure {
	text-align:left;
	vertical-align:middle;
}
.quick-brochure a {
	font:normal 11px verdana;
	color:#0096d7;
}
/* Quotes */
#quotes blockquote {
	margin:0px 0px 10px 0px;
	font-style:italic;
}
#quotes .quotee {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
}
/**** BLOG */
#sidebar {
	width:180px;
	min-height:400px;
	padding:20px 0px 0px 15px;
	background:url(/images/submenubg.png) top left no-repeat;
	float:left;
	border:0px solid black;
}
#sidebar ul {
	margin:0px;
	padding:0px;
}
#sidebar ul li {
	font:normal 12px Arial;
	list-style:none;
	margin:12px 0px 0px 0px;
}
/********************/
/***** POSTS  *****/
/********************/
.post {
	background:white;
	position:relative;
	border-top:2px solid #dfdfdf;
	width:auto;
	padding:20px;
	margin-bottom:10px;
	font:normal 11px verdana;
	line-height:14px;
}
.post .first_post {
	background:#e9e9e9;
}
.post h2 {
	margin:3px 0px;
}
.post h2 a {
	font:normal 18px arial;
	color:#666;
	text-decoration:none;
}
.post h2 a:hover {
	color:#dda21f;
}
.post .posted_date {
	text-align:left;
	font:normal 9px verdana;
	color:#91a9b3;
}
.post img {
	border:2px solid #9a9a9a;
	margin:10px;
}
.post .header_left {
	border:0px solid black;
	width:370px;
	float:left;
}
.post .header_right {
	float:right;
	margin:8px 10px;
}
.post .footer {
	position:relative;
}
.post .footer .category {
	float:left;
	font:normal 9px verdana;
	color:#91a9b3;
}
.post .footer .category a {
	font:normal 9px verdana;
	color:#0099cc;
	text-decoration:none;
}
.post .footer .no_of_comments {
	float:right;
	height:15px;
	width:80px;
	text-align:left;
	background:transparent url(images/icn_comments.gif) left no-repeat;
	padding-left:18px;
	margin:0px 10px;
}
.post .footer .no_of_comments a {
	font:normal 9px verdana;
	color:#ff9900;
	text-decoration:none;
}
p.backtop {
	text-align:right;
	font-size:11px;
}
/* QCODO */
/* QDataGrid */
table.datagrid th {
	background-color:#f1f5f5;
}
table.datagrid {
	border:1px solid #f1f5f5;
}
/* QCalendar */
	div.calendar {
	width: 200px;
	border: 1px solid #337;
	background-color: #ccf;
}
div.calendar div.navigator {
	background-color: #337;
	overflow: auto;
	_height: 100%;
	color: #fff;
	padding: 2px 6px 2px 6px;
}
div.calendar div.navigator div.left {
	float: left;
}
div.calendar div.navigator div.month {
	float: left;
	width: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
div.calendar div.navigator div.year {
	float: right;
}
div.calendar div.navigator div.year span {
	font-size: 11px;
	font-weight: bold;
	margin-left: 6px;
	margin-right: 6px;
}
div.calendar div.navigator a {
	color: #fff;
	text-decoration: none;
}
div.calendar div.navigator a:hover {
	text-decoration: underline;
}
div.calendar table {
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
div.calendar th {
	text-align: center;
	border: 0;
	padding: 4px 2px 4px 2px;
	font-weight: bold;
	font-size: 10px;
}
div.calendar td {
	text-align: center;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: black;
	padding: 0;
}
div.calendar td.lastRow {
	border-width: 0;
}
div.calendar td a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px 6px 2px 6px;
}
div.calendar td.today {
	background-color: #bbd;
}
div.calendar td.nonMonth a {
	color: #aaf;
}
div.calendar td.selected {
	background-color: #c9a;
	font-weight: bold;
}
div.calendar td a:hover {
	background-color: #eef;
	color: #000;
}
div.calendar div.options {
	text-align: center;
	background-color: #337;
}
div.calendar div.options a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
div.calendar div.options a:hover {
	text-decoration: underline;
}
/**
	 * Styles for Custom Render Functions as defined in QControl.class.php
	 */

div.renderWithName {
	padding: 4px 0 4px 0;
	overflow: auto;
	height: 100%;
	border:0px solid black;
}
div.renderWithName div.left {
	float: left;
	width: 110px;
	text-align:right;
	margin-right:10px;
}
div.renderWithName div.required {
}
.fileupload img {
	float:left;
}
div.renderWithName div.left span.instructions {
	text-transform:lowercase;
}
div.renderWithName div.right {
}
div.renderWithName div.right span.error {
	margin-left:10px;
	color:red;
	font-size:10px;
}
div#formActions {
	background-color: #eee;
	padding:10px 10px 10px 110px;
	height: 20px;
	margin-top: 18px;
}
div#formActions div#save {
	float: left;
}
div#formActions div#cancel {
	margin-left: 10px;
	float: left;
}
div#formActions div#delete {
	float: right;
}
/* QFileAsset */
	div.fileassetDbox {
	border: 4px solid #333;
	background-color: #fff;
	padding: 20px;
	width: 400px;
	overflow: auto;
}
div.fileassetDbox h1 {
	margin: 0;
}
div.fileassetDbox input {
	padding: 3px;
	margin-right: 5px;
}
/* QDialogBox */
	div.dialogbox {
	border: 4px solid #333;
	background-color: #fff;
	padding: 20px;
	width: 400px;
	overflow: auto;
}


div.new{ /* new icon */
	color:red;
	font-style:italic;
	
}

.new{
	color:red;
	font-weight:bold;
}
.elearning
{
	float: right;
	padding: 5px;
}

dl#support dt{
	margin:0px;
	padding:0px;
}

dl#support dd{
	margin:0px 0px 20px 0px;
	padding:0px;
}

dl#support dt a{
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
}