/* main */


body,td,th {
	font-size: 0.72em;
}
body {
	background-color: #00A6D4;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
}
.style73 {
	font-size: 16px;
	color: #000000;
}
.style74 {font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #00A6D4;}
.style75 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #003D77;}


.style73 {font-size: 16px}
.style74 {font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #00A6D4;}
.style75 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #003D77;}
.style_lrgtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	font-size: 13pt;
	line-height: 15.5pt;
}

.class2 A:link {
	color: #FFFFFF;
	font-weight: normal;
}
.class2 A:visited {
	color: #FFFFFF;
	font-weight: normal;
}
.class2 A:active {
	color: #FFFFFF;
	font-weight: normal;
}
.class2 A:hover {
	color: #FF0000;
	font-weight: normal;
}



a:link {
	color: #00A6D4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00A6D4;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}




.style98 {color: #FFFFFF}


* {
	padding: 0;
	margin: 0;
}

body {
	font: normal .72em/1.5em 'Arial', sans-serif;
	color: #202020;
	text-align: center;
	overflow: auto;
	margin: 20px 0 10px 0;
	background-color: #FFFFFF;
}

/* links */
a {
	background: inherit;
	color: #000000;
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: #003C70;
	text-decoration: none;
}

/* header */
h1, h2, h3 {
	font: normal .72em/1.5em 'Arial', sans-serif;
	text-align:left;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #003D77;
}
ul span, ol span {
	color: #333;
}

/* images */
img {
	background-color: #FFF;
}
img.float-right {

}
img.float-left {

}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: normal .72em/1.5em 'Arial', sans-serif;
	/* white-space: pre; */
  background: #FAFAFA;
	border: 1px solid #eee;

}
blockquote {
	margin: 5px;
	padding: 0 0 0 35px;
	font: normal .60em/2.em 'Arial', sans-serif;
	color: #00A6D4;
	background-image: url(GA%20images/quote.gif);
	background-repeat: no-repeat;
	font-weight: lighter;
	background-color: #FFFFFF;
	width: 500px;
	height: 20px;
	font-size: 22px;
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #eee; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
textarea {
	width:400px;
	padding:2px;
	font: normal .72em/1.5em 'Arial', sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#333333;
}

/***********************
	  LAYOUT
************************/

#wrap {
	width: 1000px;
	clear: left;
	margin: 0 auto;
}
#header-content, #content {
	width: 990px;
	background-color: #000000;
	height: auto;
}

/* header */
#header {
	position: relative;
	height: 140px;
	text-align: left;
	padding: 0;
	background-color: #000000;
	width: 1000px;
}
#header #logo-box {
	position: absolute;
	left: 9px;
	top: 0px;
	width: 400px;
	height: 127px;
	background-color: #000000;
	border: 0;
	margin-top: 10px;
}

#header   .headerphoto  {
	position: absolute;
	right: 5px;
	top: 20px;
	width: 728px;
	height: 90px;
	background-color: #000000;
	margin-top: 5px;
}

#logo-box #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 2px;
	left: 2px;
	border: 0;
	background-color: #000000;
	width: 390px;
	height: 110px;
	padding-top: 0px;
}

#small-logo-box #logo {
	position: absolute;
	margin: 0 0 0 5px;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 2px;
	left: 2px;
	border: 0;
	background-color: #000000;
	width: 245px;
	height: 70px;
	padding-top: 53px;
}


/* header menu */
#menu {
	width: 1000px;
	float: left;
	background-color: #1CA2D7;
	height: auto;
}
#menu ul {
	font: bolder 14px 'Arial', sans-serif;
	color: #FFF;
	background-color: #1CA1D7;
	padding: 0;
	display: inline;
	float: left;
	font-size: 12px;
	width: -3px;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;
	color: #FFF;
	text-decoration: none;
	background-color: #1CA1D7;
}
#menu li a:hover {
	color: #FFF;
	background-color: #003C75;
}
#menu li a#current  {
	background: #993333;
	color: #FFF;
}

/* content */
#content-wrap {
	clear: left;
	float: left;
	width: 1000px;
}
#content {
	text-align: left;
	width: 1000px;
	color: #666666;
	background-color: #FFFFFF;
	clear: left;
}

/* sidebar */
#sidebar {
	padding: 0;
	background-color: #FFFFFF;
	width: 320px;
	float: right;

}	

#sidebar2 {
	float: right;
	width: 160px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #CAE5F4;
}

#sidebarwhite {
	width: 160px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
	float: right;
}

#sidebar h1 {
	margin: 0;
	color: #000000;
	width: 20px;
}

.sidebox {
	margin-bottom: 0px;
	float: right;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #00A6D4;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
	color: #00A6D4;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #00509E;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{
	color: #FF0000;

}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #00509E;
}

#left {
  border: 0;
  padding-right: 10px;
}


/* main */
#main {
	float: left;
	width: 660px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
	
	
	#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	background-color: #FFFFFF;
	border: 0;
}

.post {
	margin: 0 0 10px 0;
	padding: 0;
	width: 660px;
	background-color: #FFFFFF;
}


.blueblock {
	float: right;
	background-color: #CAE5F4;
	width: 120px;

}

.breakingnews{
	float: left;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	display: inline;
	background-repeat:no-repeat;
	background-position: top, left;
	width: 1000px;
	padding-top: 15px;
	padding-bottom: 8px;
}

#bnimage {
	float: left;
	width: 260px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-left: 5px;
}

#bnrss {
	float: left;
	width: 710px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	vertical-align: bottom;
	height: 25px;
	padding-top: 3px;
	margin-top: 4px;
}

.divide {
	border-left: 1pt dashed #CCCCCC;
}

.divide2 {
	width:30px;
	padding-top: 1em;
	border-bottom-style: 1pt dashed #CCCCCC;
}
	


/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 240px;
}
#footer p {
	margin: 0;
	padding: 0;
	height: 2px;
}

/* alignment classes */

.left_img_thin{
	padding: 0;
	background-color:;
	width: 60px;
	float: left;

}	

.text_left {
	float: left;
	width: 550px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
}


.float-left  {
	float: left;
	width: 300px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.float-left-events  {
	float: left;
	width: 500px;
	height: 65px;
	margin-left: 10px;
	font-size: 12px;
}

.float-left-black  {
	float: left;
	width: 300px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
}

.tabbed-float-left  {
	float: left;
	width: 250px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.float-2  {
	float: left;
	width: 300px;
	height: 105px;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
}

.left-contacts  {
	float: left;
	width: 230px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.left-column  {
	float: left;
	width: 150px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
}


.right-contacts {
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 20px;
	width: 390px;
	height: auto;
	outline-width: 1px;
	border-color: #333333;
	margin-bottom: 4px;
	position: inherit;
}

.float-right {
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 20px;
	width: 310px;
	height: auto;
	margin-bottom: 4px;
	position: inherit;
}

.snippetbox-right {
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 20px;
	width: 310px;
	height: auto;
	margin-bottom: 4px;
	position: inherit;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.float-right-black {
	float: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 20px;
	width: 310px;
	height: auto;
	outline-width: 1px;
	border-color: #333333;
	margin-bottom: 4px;
	position: inherit;
}

.float-left2  {
	float: left;
	width: 128px;
	height: 100px;
	background-color: #000000;
	font: normal 1.1em/1
	em 'Arial', sans-serif;
	font: normal 1.1em/1.3em 'Arial', sans-serif;
	text-align: left;
	text-indent: 0px;
	direction: ltr;
	padding-left: 10px;
	padding-right: 10px;
}
.float-left3 {
	float: left;
	margin-top: 0px;
	background-color: #000000;
	width: 120px;
	margin-right: 0px;
	font: normal 1.1em/1.3em 'Arial', sans-serif;
}


.float-centre {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	height: auto;
	width: 650px;
	background-color: #FFFFFF;
	margin-left: 10px;
	clear: right;
}

.float-bottom-centre {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	height: auto;
	width: 660px;
	background-color: #FFFFFF;
}

.quote {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	height: auto;
	width: 600px;
	background-color: #FFFFFF;
	padding-left: 10px;
}


.float-centre-events {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	height: auto;
	width: 520px;
	background-color: #FFFFFF;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin: 2px 2px 0 30px;
}




.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; 
}



.smallimagebox {
	float: left;
	width: 100px;
	height: 100px;
	margin: 4px 1px 4px 1px;
	clear: left;
	margin-top: 10px;
}

.smallimagebox-events {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0;
	clear: left;
	margin-top: 0px;
}

.largeimagebox {
	float: left;
	width: 250px;
	height: 250px;
	margin: 4px 1px 4px 1px;
	clear: left;
}

.trueimage {
	width: 270px;
	height: 160px;
	margin: 4px 1px 4px 1px;
}

.snippettext {
	float: right;
	width: 190px;
	height: 100px;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.snippettext-events {
	float: right;
	width: 360px;
	height: 100px;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
}

.eventtext {
	float: left;
	width: 430px;
	height: 65px;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}


.smallimagebox2 {
	float: left;
	width: 155px;
	height: auto;
	margin: 4px 1px 4px 1px;
	clear: left;
}


.snippettext2 {
	float: left;
	width: 135px;
	height: 200px;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 5px;
}

.snippettext2-black {
	float: right;
	width: 110px;
	height: auto;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 5px;
}

.snippettext3 {
	float: left;
	width: 110px;
	height: auto;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	text-align: right;
}

.snippettext3 p{
	line-height: 14px;
}

.snippettext4 {
	float: left;
	width: 170px;
	height: auto;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 5px;
}

.snippettext_black {
	float: left;
	width: 180px;
	height: auto;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 5px;
	font-weight: bold;
}

.snippettext_black_long {
	float: left;
	width: 350px;
	height: auto;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 5px;
	font-weight: bold;
}

.snippettext5 {
	float: left;
	width: 30px;
	height: auto;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 0px;
}

.snippettext6 {
	float: left;
	width: 70px;
	height: auto;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 0px;
}

.snippettext7 {
	float: left;
	width: 330px;
	height: auto;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 0px;
}


.side-heading {
	margin-bottom: 0px;

	background colour:#666666;
	float: right;
	width: 320px;
	background-color: #000000;
}

.top-stories {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	color: #00A6D4;
}


.row1 {
	float: left;
	width: 365px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.row-image {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 2px;
	width: 155px;
	height: auto;
	margin-bottom: 4px;
	position: inherit;
}

.row-heading {
	float: left;
	width: 400px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.left-accordian {
	float: left;
	width: 275px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
}

.black-accordian {
	float: left;
	width: 540px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
}

.right-accordian {
	float: right;
	width: 140px;
	height: auto;
	background-color: #000000;
	font-size: 12px;
	margin: 10px 2px 5px 10px;
}

.left-tab{
	float: left;
	width: 225px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
}

.left-large-tab{
	float: left;
	width: 300px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
}

.right-float-tab{
	float: left;
	width: 150px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
	text-align: right;
}

.right-tab {
	float: left;
	width: 380px;
	height: auto;
	background-color: #000000;
	font-size: 12px;
	margin: 0;
}

.realview-right-tab {
	float: left;
	width: 370px;
	height: auto;
	background-color: #000000;
	font-size: 12px;
	margin: 0;
}

.tab-float-left  {
	float: left;
	width: 250px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.tab-float-right  {
	float: left;
	width: 250px;
	height: auto;
	margin-left: 20px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}


.tab-centre {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	height: auto;
	width: 610px;
	background-color: #000000;
	margin-left: 0px;
}

.tab-heading {
	float: left;
	width: 580px;
	height: auto;
	margin-left: 25px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}


.white-accordian {
	float: left;
	width: 550px;
	height: 250px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
}



.accordian-image {
	float: right;
	width: 80px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
	color: #000000;
}

.accordian-image2 {
	float: right;
	width: 200px;
	height: 250px;
	font-size: 12px;
}

.centre-accordian {
	float: left;
	width: 110px;
	height: auto;
	margin-left: 5px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
}

.white-left-accordian {
	float: left;
	width: 300px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
	margin-right: 5px;
	padding-top: 10px;
}


.white-left-entertainment {
	float: left;
	width: 500px;
	height: auto;
	margin-left: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
	margin-right: 5px;
	padding-top: 10px;
}

.white-right-accordian {
	float: right;
	width: 300px;
	height: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 10px 2px 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.white-accordian-image {
	float: left;
	width: 220px;
	height: auto;
	margin-left: 20px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #00A6D4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00A6D4;
}
a:hover {
	text-decoration: none;
	color: #003C75;
}
a:active {
	text-decoration: none;
	color: #003C75;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style99 {
	color: #000000;
}
#apDiv5 {
	position:absolute;
	width:658px;
	height:21px;
	z-index:1;
	left: 4px;
	top: 848px;
}
#apDiv6 {
	position:absolute;
	width:319px;
	height:46px;
	z-index:1;
	left: 4px;
	top: 829px;
}
.style101 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}
.style103 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

.page_heading{
	color: #1CA2D7;
	font-weight: normal;
	font-size: 18px;
	text-indent: 10px;
}

.style151 {font-size: 1.2em}
.style22 {font-size: 12px; color: #1CA2D9; }
.style21 {color: #1CA2D9}
.style24 {font-size: 16px; color: #FF0000; }
.style147 {	color: #00A5D3;
	font-weight: bold;
}
.style106 {	color: #01A6D4;
	font-weight: bold;
}
.style105 {color: #00A4D2}
.style107 {
	color: #D2B782;
	font-size: 18px;
	line-height: 1;
}
.style110 {color: #D2B782}
.style111 {color: #00A5D3}
.style150 {color: #D2B782; font-size: 14px; font-weight: bold; }

:link {
	color: #00A6D4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00A6D4;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00A6D4;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#apDiv5 {
	position:absolute;
	width:658px;
	height:21px;
	z-index:1;
	left: 4px;
	top: 848px;
}
#apDiv6 {
	position:absolute;
	width:319px;
	height:46px;
	z-index:1;
	left: 4px;
	top: 829px;
}
.style104 {font-size: 12px}
