body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, 'Trebuchet ms', Trebuchet, Verdana, 'Times New Roman', Times, serif;
	font-size : 12px;
	line-height: 1.55em;
	color: #333;
	background-color: #EFEFEF;
	/*background-color: #FAF9FB;*/
}

h1 {
	font-size : 2.08em;
    font-weight: normal;
	color: #fff;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-family: 'Trebuchet ms', Trebuchet, Arial, Verdana, 'Times New Roman', Times, serif;
    line-height: 1.1em;
}

h2 {
	font-size: 1.67em;
	color: #23acd8;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-family: 'Trebuchet ms', Trebuchet, Arial, Verdana, 'Times New Roman', Times, serif;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #333;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

h4 {
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
    color: #999;
}

ul {
	line-height: 1.50em;
}

a {
	color: #0F4E77;
	text-decoration: none;
}

a:hover {
	color: #2F5871;
	text-decoration: underline;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

/** DDA **/
.default, .textOnly {
	font-size: 1em;
}

.large {
	font-size: 1.25em;
}

.extraLarge {
	font-size: 1.50em;
}

/** Template Layout **/
#wrapper {
    margin: 0 auto;
	width: 940px;
	border-left: 1px solid #E5E2E2;
	border-right: 1px solid #E5E2E2;
	background-color: #FFFFFF;
	padding: 0px 19px 0px 19px;
}

#top_left {
    margin: 10px 0px 25px 0px;
    float: left;
}

#top_right {
    margin: 0px 0px 25px 0px;
    float: right;
    background-color: #efefef;
    color: #999;
    width: 140px;
    padding: 3px 0px 3px 0px;
    text-align: center;
    font-size: 0.92em;
}

#top_left img {
    border: 0px;
}

#header-left {
    float: left;
    width: 340px;
    height: 255px;
}

#header-left-default {
    float: left;
    width: 340px;
    height: 245px;
}

#header-right {
    float: left;
    width: 540px;
    height: 207px;
    padding: 18px 30px 30px 30px;
    background-color: #0f4e77;
}

#header-right-default {
    float: left;
    width: 540px;
    /*height: 32px;*/
    padding: 18px 30px 15px 30px;
    background-color: #0f4e77;
}

#container {
}

#content-wrapper {
    clear: both;
    padding: 30px 0px 0px 0px;
}

#controlBar {
	margin: 0px;
	font-size: 0.91em;
	height: 40px;
	line-height: 4em;
}

#breadCrumbNav {
	float: left;
	margin-right: 10px;
}

#siteMapNav {
	float: right;
}

#content {
    width: 540px;
	float: left;
    vertical-align: top;
    margin: 30px 0px 0px 30px;
}

#content-default {
    /*width: 500px;*/
    width: 540px;
	float: left;
    vertical-align: top;
}

#default-content {
    margin: 30px;
    width: 539px;
}

#contentArea {
	width: 200px;
}

#contentArea table {
}

#content_footer {
	margin: 0px 0px 100px 160px;
}

#left {
	float: left;
	width: 340px;
    margin: 0px 0px 0px 0px;
}

#right {
	float: left;
	width: 340px;
    margin: 30px 0px 0px 0px;
}

#footerTable {
	width: 100%;
	height: 65px;
	background-color: #f6fbff;
}

#footer {
	clear: both;
	font-size: 0.82em;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dfdfdf;
    color: #999999;
}

#footerLeft {
	float: left;	
}

#footerRight {
	float: right;	
}

#footer a {
    color: #999999;
}

#footerText {
	float: left;
	padding-top: 5px;
}

#topLink {
	float: right;
}

.clear {
	clear: both;
}


/** Simplicity CMS Class and ID **/
.horizImage {
	margin: 30px 0px 20px 0px;
	border: 5px solid #EFEFEF;
}

.vertImage {
	margin: 0px;
	border: 0px;
}

.imgcell img, .imgcell a {
    display: block;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

.imagecaption {
	font-size: 0.91em;
	color: #333;
}

.inactive {
	color: #ccc;
}

.highlighted {
	color: #FF961B;
}

.footer_links {
	font-size: 0.91em;
	color: #000;
}

.footer_top {
	font-weight: bold;
	color: #fff;
}

a.footer_top:visited {
	font-weight: bold;
	color: #fff; 
	text-decoration: none;
}

a.footer_top:hover { 
	font-weight: bold;
	color: #fff; 
	text-decoration: underline;
}

a.headerNavLinks {
	font-size: 1.09em;
	font-weight: bold;
	vertical-align: bottom;
	color: #FF961B;
	text-decoration: none;
}

a.headerNavLinks:hover {
	color: #B11719;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: none;
}

#footerText a {
	color: #2F5871;
}

.notice {
	font-size: 0.82em;
	color: #990000;
}

.breadCrumbNavSelected {
	font-size: 0.82em;
	color: #990000;
}

a.design {
	color: #999;
	text-decoration: none;
}

a.design:hover {
	color: #4080B0;
	vertical-align: bottom;
	text-decoration: underline;
}

a.simplicity {
	color: #999;
	text-decoration: none;
}

a.simplicity:hover {
	color: #FF9900;
	vertical-align: bottom;
	text-decoration: underline;
}

.textMenu {
    padding-left: 2em;
}

#textControlImage {
	float: right;
}


/** Satellites **/
.satelliteContainer {
	padding: 10px;
	/*background: #F2F2F2;*/
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 492px;
}

.satelliteContainer table, tr, td {
	padding: 0px;
	margin: 0px;
}

.satelliteContainer table tr td img {
	margin-right: 10px;
}

.satelliteTitle {
	float: left;
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-weight: bold;
}

.newsImageWrap {
	float: left;
	width: 90px;
	padding-top: 10px;
}

.newsImage {
	float: left;
	border: 5px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 5px;
}

.summaryNewsImage {
	float: left;
	border: 5px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 20px;
}

.summaryNewsImageMain {
	float: left;
	border: 5px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 20px;
}	

.newsSat_headline {
	display: block;
	font-weight: bold;
	font-size: 1.15em;
	color: #0F4E77;
	padding-top: 5px;
}

.newsSat_date {
	display: block;
	font-weight: normal;
	color: #333;
	font-size: 11px;
	font-style: italic;
}

.newsSummaryWrapNarrow {
	float: left;
	width: 215px;
	display: block;
}

.newsSummaryWrapWide {
	float: left;
	width: 290px;
	display: block;
}

.newsSat_summary {
    display: block;
	font-size: 0.9em;
    margin-bottom: 10px;
}

.newsSat_more a {
	background-color: #CCC;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	padding: 4px 6px 4px 6px;
}

.newsSat_more a:hover {
	background-color: #BBB;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.newsSummaryDate {
	display: block;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
	color: #666666;
}

.newsSummary {
	display: block;
	margin-left: 2px;
}

.newsSummaryRead1 {
	margin-top: 10px;
    margin-bottom: 20px;
}

.newsArchiveSummary {
	display: block;
	margin-top: 5px;
}

.newsArchiveTitle {
	font-weight: bold;
}

.rssForm {
	margin: 0px;
	padding: 0px;
}

.rssButton img {
	border: 0px;
}

.rssButton:hover {
	background: transparent;
}

.rssButtonNewsPage {
	float: left;
	border: 0px;
    display: none;
}

.rssButtonNewsPage:hover {
	background: transparent;
}

.rssFeedAbout {
	font-size: 0.8em;
}

.rssFeedAboutLink {
	color: #000;
}

.rssFormsatellite {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.questions ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px -10px 0px -10px;
	text-indent: 10px;
}

.questions a {
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.question {
	font-weight: bold;
	display: block;
}

.questionDynamic {
	margin-bottom: 5px;
}

.questionDynamic a {
	display: block;
	margin: 0px -10px 0px -10px;
	text-indent: 10px;
	font-weight: bold;
	text-decoration: none;
}

.answers {
	margin-top: 10px;
}

.answer {
	margin-bottom: 5px;
}

.answerDynamic {
	margin-bottom: 5px;
	margin-top: -5px;
}

.faqShowHide {
	font-weight: bold;
	margin-bottom: 10px;
}

.leftScrollingTopNews, .rightScrollingTopNews, .centreScrollingTopNews {
	background: #efefef url('/images/news_bg.jpg') no-repeat;
	padding: 0px;
    margin-top: 15px;
    height: 170px;
}

.leftScrollingNewsPosition {
    padding: 20px;
}

.leftScrollingNewsContent {
    padding: 10px;
}

.leftScrollingNewsContent table, .leftScrollingNewsContent td {
    vertical-align: top;
}

.leftScrollingTopNewsBorder, .rightScrollingTopNewsBorder, .centreScrollingTopNewsBorder {
	position: relative;
	padding-bottom: 10px;
}

.leftScrollingTopNewsHeader h4, .rightScrollingTopNewsHeader h4, .centreScrollingTopNewsHeader h4 {
	float: left;
	width: 125px;
}

.leftScrollingTopNewsRSS, .rightScrollingTopNewsRSS {
	float: left;
}

.centreScrollingTopNewsRSS {
	float: right;
}

.leftRelatedNewsHeadline {
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftRelatedNewsDate {
	display: block;
	padding-bottom: 5px;
	font-style: italic;
}

.leftRelatedNewsMore {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
}

.satelliteLinks {
	padding-left: 0px;
}

a.sateliteLink {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #efefef;
	padding: 5px 5px 5px 25px;
	margin: 5px 0px 5px 0px;
}

a.sateliteLink {
	background: #efefef url('/images/menu-off.gif') center left no-repeat;
}

/*** Menus ***/
/*** CSS Styled Text Menu ***/
.cssStyledMenu-default {
    padding-top: 30px;
}

#cssStyledMenu ul, #cssStyledMenu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.cssStyledMenu {
	display: block;
	width: 310px;
}

a.cssStyledMenu, a.selected {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #efefef;
	padding: 5px 5px 5px 25px;
	margin: 5px 0px 5px 0px;
}

a.cssStyledMenu {
	background: #efefef url('/images/menu-off.gif') center left no-repeat;
}

a.selected {
	background-color: #D7EFFB;
	/*color: #1ea6d6;*/
	color: #FFFFFF;
	width: 310px;
	background: #efefef url('/images/menu-selected.gif') center left no-repeat;
}

a:hover.cssStyledMenu {
	background: #efefef url('/images/menu-on.gif') center left no-repeat;	
	/*color: #000;*/
}

#cssStyledMenu li li a { /* #cssStyledMenu is the ID of the menu container */
	display: block;
	text-decoration: none;
	color: #909090;
	padding: 5px 0px 5px 25px;
	margin: 0px;
	background: none !important;
	line-height: normal;
	border-bottom: 1px solid #EFEFEF;
}

#cssStyledMenu li li a.selected {
	color: #990000;
}

#cssStyledMenu li li a:hover {
	background-color: #F0F0F0 !important;
}

/*.clientsLogos	{
	width: 130px;
	height: 70px;
	display: block;
	padding: 7px 12px 7px 12px;
	background-color: #F8F5F5;
	border: 3px solid #E5E5E5;
	margin: 15px 15px 0px 0px;
}*/

.clientsLogos {
	width: 92px;
	height: 49px;
	display: block;
	padding: 12px 16px 12px 15px;
	background-color: #F8F5F5;
	/*border: 3px solid #E5E5E5;*/
	margin: 15px 15px 0px 0px;
}

#newsContainer {
	overflow: hidden;
	position: absolute;
	background: #efefef url('/images/news_bg.jpg') bottom right no-repeat;
}

#newsContainer-left {
	background: #efefef url('/images/news_bg.jpg') bottom right no-repeat;
}

#newsContainer #newsInnerContainer {
	/*overflow: hidden;*/
	position: absolute;
	height: 165px;
	width: 3400px;
}

#newsSatLowerWrapper {
	padding: 10px;	
}

#newsContainer #newsInnerContainer #newsDiv {
	position: absolute;
	/*overflow: hidden;*/
	top: 0px;
}

#leftSats {
	margin: 30px 0px 0px 0px;		
}

.newsSatHead {
	padding: 10px 10px 5px 10px;
	width: 320px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	background-color: #B7B7B7;	
}

.newsSatHeadIcon {
	width: 50px;
	float: right;
	padding: 0px;	
}

#newsSatWrap {
	background-color: #B7B7B7;	
}

