/* ---------------------- Dolphin nav ---------------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;		
}

ul{list-style:none}

.thrColFixHdr #container {
	width: 828px;
	margin: 0 auto;
	padding-top:1px;
	clear:both;
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/contentbg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.thrColFixHdr #header {
	height: 159px;
	width: 828px;
	padding: 0;	
	background-color: #FFFFFF;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
} 

.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColFixHdr #sidebar1
{
	padding-right: 10px;
	padding-left: 10px;
	min-height: 531px;
	float: left;
	background-image: url(images/left_column_bg.jpg);
	padding-bottom: 1px;
	width: 131px;
	padding-top: 1px;
	background-repeat: no-repeat;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 131px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/right_column_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:1px;
	padding-bottom:1px;
	min-height: 531px;
}

.thrColFixHdr #mainContent 
{
	margin-left: 157px;
	min-height: 531px;	
	width:494px;	
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;	
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
} 

.thrColFixHdr #footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
	padding-top: 5px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#apDiv1 {
	height:40px;
	z-index:1;
}

#dolphincontainer {
	position:relative;
	height:40px;
	color:#E0E0E0;
	background:#10375f;
	width:100%;
	z-index:1;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#dolphinnav {
	position:relative;
	height:33px;
	font-size:13px;
	font-weight:bold;
	z-index:1;
	background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 10px;
}

/* ---------------------- Sidebar Content ---------------------- */
#quicklinks 
{	
	height: 190px;
	width:125px;
}

#quicklinks_content 
{
	font-weight: bold;
	font-size: 11px;
	color: #fff8e5;
	line-height: 16px;
	font-family: Arial;
	width:125px;
}

#quicklinks_content a {
	font-weight: bold;
	font-size: 11px;
	color: #fff8e5;
	line-height: 16px;
	font-family: Arial;	
	text-decoration: underline;
}

#quicklinks_content a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #b0e2fe;	
	line-height: 16px;
	font-family: Arial;
	text-decoration: underline;
}

#community 
{
	padding-bottom: 10px;
	width:125px;
}

#news 
{	
	width:125px;
}

#login 
{
	width:125px;
}

.title_header {
	font-size: 20px; 
	color: #ffffff; 
	font-family: 'Trebuchet MS'; 
	text-decoration: none; 
	border-bottom: #ffffff 1px solid;	
}

#comm_img
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	background: url(images/community.jpg) no-repeat;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	width: 125px;
	height: 82px;
}

#logoimg
{	
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	background: url(images/quality_group_training_logo.gif) no-repeat;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	width: 118px;
	height: 94px;
}

/* ---------------------- News Content ---------------------- */
.notop {
	font-weight: normal;
	font-size: 10px;
	color: #fefaef;
	line-height: 12px;
	padding: 10px 0 5px 0;
	font-family: Arial;
	text-decoration: none;	
}

.notoph3 {
	font-weight: bold;
	font-size: 12px;	
	color: #fff8e5;	
	font-family: Arial;
	padding-top: 15px;
	text-decoration: underline;	
}

.more a {
	font-weight: bold;
	font-size: 10px;
	color: #b0e2fe;	
	font-family: Tahoma;
	text-decoration: none;	
}

.more a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #ffd565;	
	font-family: Tahoma;
	text-decoration: none;	
	
}

.notop_2 {
	font-weight: normal;
	font-size: 12px;
	color: #2c2b2b;
	line-height: 16px;
	padding: 0 0 0 0;
	font-family: Arial;
	text-decoration: none;	
}

.notoph3_2 {
	font-weight: bold;
	font-size: 14px;	
	color: #2c2b2b;	
	font-family: Arial;
	text-decoration: underline;	
}

.more_2 a {
	font-weight: bold;
	font-size: 11px;
	color: #036eab;
	line-height: 12px;
	font-family: Arial;
	text-decoration: underline;
}

.more_2 a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #d45027;
	line-height: 12px;
	font-family: Arial;
	text-decoration: underline;
}

.astrong 
{
	font-weight: bold;
	font-size: 11px;
	color: #036eab;
	line-height: 12px;
	font-family: Arial;
	text-decoration: underline;
}

.singlenews 
{
	font-weight: normal;
	font-size: 21px;
	color: #b84206;	
	font-family: 'Trebuchet MS';
	border-bottom: solid 1px #000000;
	
}

.newsdate 
{
	font-weight: bold;
	font-size: 12px;
	color: #003660;
	font-family: 'Trebuchet MS';
}

.author 
{
	font-weight: bold;
	font-size: 16px;
	color: #003660;
	font-family: 'Trebuchet MS';
	border-bottom: solid 1px #000000;
	padding-bottom: 10px;
}

#content_body_news {	
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 14px;
	color: #2c2b2b;	
	font-family: Arial;
}
/* ---------------------- Main Body Content ---------------------- */
#main_top { 
	border-bottom: #c0c0c0 1px solid; 
	width: 494px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 0px;
}

#main_top_left { 	
	float: left;
	width: 145px;
	text-align: left;	
	padding-right:5px;
}

#main_top_middle 
{	
	border-left: #c0c0c0 1px solid; 
	border-right: #c0c0c0 1px solid;
	width: 160px;	
	text-align: left;	
	height:325px;	
	padding-left:12px;	
	margin-left: 160px;
}

#main_top_right 
{	
	float: right;
	width: 145px;
	text-align: left;	
	padding-left:5px;	
		
}

.main_header {
	font-weight: normal;
	font-size: 21px;
	color: #b84206;	
	font-family: 'Trebuchet MS';
}

#main_bottom { 
	padding-top: 15px;
	padding-bottom: 25px;
	width: 494px;
	text-align: left;
}

.main_image
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.main_subheader {
	font-weight: normal;
	font-size: 18px;
	color: #b84206;	
	font-family: 'Trebuchet MS';
}

.content_links {
	font-weight: bold;
	font-size: 11px;
	color: #036eab;
	line-height: 12px;
	font-family: Arial;	
}

.content_links a {
	font-weight: bold;
	font-size: 11px;
	color: #036eab;
	line-height: 12px;
	font-family: Arial;
	text-decoration: underline;
}

.content_links a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #d45027;
	line-height: 12px;
	font-family: Arial;
	text-decoration: underline;
}

#body_text {
	font-weight: normal;
	font-size: 11px;
	color: #2c2b2b;	
	font-family: Arial;		
}

#body_text a {
	font-weight: bold;
	font-size: 11px;
	color: #036eab;
	line-height: 12px;
	font-family: Arial;
	text-decoration: underline;
}

#body_text a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #d45027;
	line-height: 12px;
	font-family: Arial;
	text-decoration: underline;
}

.page_heading {
	font-weight: bold;
	font-size: 16px;
	color: #003660;
	font-family: 'Trebuchet MS';	
}

#content_menu {
	position:relative;	
	font-size:11px;
	font-weight:bold;	
	padding-top:10px;
	color:#036eab;		
}

#content_menu a {	
	color:#036eab;	
	text-decoration:none;
}

#content_menu a:hover {
	color:#d45027;		
	text-decoration:underline;
}

#content_heading {
	border-bottom: solid 1px #000000;
	padding-bottom: 10px;
	padding-top: 5px;	
}

#content_title {	
	padding-top: 5px;
	padding-bottom: 0px;
}

#content_body {		
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 11px;
	color: #2c2b2b;	
	font-family: Arial;
}

#content_body h3{margin-top:1.5em;font:normal 1.8em/1.2em georgia,arial,sans-serif;color:#333}
#content_body ul{margin-top:1.4em;}
#content_body li{padding-left:25px;background:url(Images/List.gif) 8px 0.9em no-repeat;line-height:2.2em;}
#content_body li a{margin-right:4px;text-decoration:none;color:#036eab;}
#content_body li a:hover{color:#d45027}
#content_body ol{margin-top:1.4em;}
#content_body ol li {padding-left:25px;line-height:2.2em;background:none;}

/* ---------------------- News Ticker ---------------------- */
#news_ticker
{
	font-weight: bold;
	font-size: 11px;
	color: #3d8dc9;
	font-family: Arial;	
	padding-top: 60px;
	padding-left: 10px;	
	overflow:hidden;	
	width:98%;
}

#newsticker_span
{
	
	/**/
}

/* ------------------------ Footer ------------------------- */
#footer {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;	
	font-family: Arial;		
}

/* ---------------------- Search Box ----------------------- */
#topSearchForm {
	float:right;
	width:130px;
	margin-top:7px;
}

.searchBox
{
	float: left;
	width: 100px;
	height: 15px;
	border-right: #f3a485 1px solid;
	border-top: #f3a485 1px solid;
	border-left: #f3a485 1px solid;
	border-bottom: #f3a485 1px solid;
	padding: 0px 3px 0;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	background: transparent;
} /*hack*/

#topSearchForm .searchSubmit {
	float:right;
	width:20px;
	height:20px;
	margin-top:0px;
	border:0;
	background:url(images/search.gif) no-repeat 0 0;
	cursor:pointer;
}


/* ---------------------- Login box ----------------------- */
#Login_Content {
	font-weight: bold;
	font-size: 11px;
	color: #fff8e5;
	line-height: 16px;
	font-family: Arial;
	padding-top: 10px;
}

#Login_Content a {
	font-weight: bold;
	font-size: 11px;
	color: #fff8e5;
	line-height: 16px;
	font-family: Arial;
	text-decoration: underline;
}

#Login_Content a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #b0e2fe;
	line-height: 16px;
	font-family: Arial;
	text-decoration: underline;
}

.txt
{
	float: left;
	width: 110px;
	height: 15px;
	border-right: #688eb5 1px solid;
	border-top: #688eb5 1px solid;
	border-left: #688eb5 1px solid;
	border-bottom: #688eb5 1px solid;
	padding: 0px 3px 0;
	font-family: Arial;
	font-size: 11px;	
} /*hack*/

.btn {
	float:right;
	width:48px;
	height:20px;
	margin-top:0px;
	border:0;
	background:url(images/submit.gif) no-repeat 0 0;
	cursor:pointer;
}

.gRadio {
	 list-style-type:none;
	 padding: 0 0 0 0;
	 text-align:left;
}

.btn2
{
	border-right: #688eb5 1px solid;
	background-position: center center;
	border-top: #688eb5 1px solid;	
	border-left: #688eb5 1px solid;	
	border-bottom: #688eb5 1px solid;
	font-family: Tahoma, Arial, Sans-Serif;
}

#grad{padding:6px 7px 0;}

#centre{padding-top: 20px; width:100%; text-align:center;}

/* home rotator - start */
#centre .rot
{
	padding-right: 11px;
	padding-left: 13px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:center;
}
#centre .Rotator
{
	width: 450px;	
	position: relative;
	height: 100%;
}
#centre .RotatorControl
{
	padding-right: 0px;
	padding-left: 190px;
	background: url(Rotator/HomePage/Control.png) repeat-x 0px 0px;
	left: 0px;
	padding-bottom: 0px;
	width: 260px;
	bottom: 0px;
	padding-top: 10px;
	position: absolute;
	height: 30px;
}
#centre .RotatorControl a
{
	float: left;
	overflow: hidden;
	width: 24px;
	line-height: 200px;
	height: 20px;
}
#centre .RotatorPrev
{
	background: url(Rotator/HomePage/hrPrev.gif) no-repeat 0px 0px;
}
#centre .RotatorStart
{
	display: none;
	background: url(Rotator/HomePage/hrPlay.gif) no-repeat 0px 0px;
}
#centre .RotatorStop
{
	background: url(Rotator/HomePage/hrStop.gif) no-repeat 0px 0px;
}
#centre .RotatorNext
{
	background: url(Rotator/HomePage/hrNext.gif) no-repeat 0px 0px;
}
#centre .RotatorControl .ViewGallery
{
	right: 20px;
	background: url(Rotator/HomePage/hrViewGallery.png) no-repeat 0px 0px;
	width: 80px;
	position: absolute;
	top: 10px;
	height: 20px;
}
/* home rotator - end */
#staffimg
{
	background:url(images/staffbkg.png) no-repeat 0 0;
	padding-left:15px;	
	padding-top:15px;
	height:305px;
}

.strong
{
	font-weight: bold;
}

.employeename
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	color: #063b6b;
	font-family: Arial, Tahoma, Sans-Serif;	
	background-color: #aab2cc;
}

.jobtitle
{ 
	font-family: Arial, Tahoma, Sans-Serif;
	font-style: italic; 
	font-size:11px;	
	padding-bottom: 10px;
	padding-top: 10px;
}

.employeedetails
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size:11px;
	padding-bottom: 10px;
	
}

#loginArea 
{
	width:120px;
}