body
{
  background-color:#08396D;
  color:Black;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
}

#Main
{
  text-align: center;
  min-height:630px;
}

#Layout
{
  width:956px;
  margin:8px auto;
  text-align: left;
  border-color: #FFFFFF;
  border: 1px;
  min-height:630px;
  background-color: #E8EFF7;
}

/* -- Header Styles -- */
#TopBackground
{
    position:absolute;
    top:8px;
    background-image:url(Images/banner_back.gif);
    background-repeat: repeat-x;
    height:118px;
    width:956px;
    z-index:10;
    background-color:#08396D;
}

#Header
{
    height:118px;
    position:absolute;
    top:0px;
}

#HeaderHome
{
  /*background-image:url(Images/banner_logo.gif);*/
  height:108px;
  width:431px;
  z-index:10;
}

#Slogan
{
  left:600px;    
  height:63px;
  position:absolute;
  top:24px;
  width:340px;
  z-index:10;
}

#Slogan h1
{
  font-size:large;
  font-weight: lighter;
  color:White;
  font-family:Helvetica,Verdana,Arial,Sans-Serif;
  font-size: 18px;
  border: none;
}

/* -- Main Menu Styles -- */
#Menu
{
  position:absolute;
  top:124px;
  background-image:url(Images/main_nav_bg.gif);
  background-repeat: repeat-x;
  height:34px;
  width: 956px;
  font-family:Tahoma; 
}

.MainMenu
{
  margin-bottom:10px;
  width: 956px; 
  font-family:Tahoma;
  height: 100%; 
}

.MainMenu ul
{
  list-style-type: none;
  float: left;
  cursor:hand;
  font-family:Tahoma;
  font-size:20%;
  height: 34px;
  width:956px;
  margin-left:0px !important;
  padding-left:0px;
}
    
.MainMenu ul li
{
  float: left;
  margin-left: 2px;
  width: 133px;
  text-align: center;
  height:34px;
}
    
.MainMenu ul li a 
{
  display: block;
  height: 100%;
  width: 100%;
  text-decoration:none;
  font-size:12px;
  color: #E8EFF7;
  padding-top: 4px;
  font-variant:small-caps; 
}
    
.MainMenu ul li a:hover 
{
  background-color: #E8EFF7;
  color:#08396D;
  padding-top: 4px;
}

.MainMenu ul li a:visited 
{
  color:#E8EFF7;
  padding-top: 4px;
}

.MainMenu ul li a:visited:hover
{
  color:#08396D;
  padding-top: 4px;
}

.MainMenu .selectedSubMenuItem
{
  color:#08396D;
  padding-top: 4px; 
  background-color: #E8EFF7;
  display: block;
	height: 100%;
	width: 100%;
	font-size:12px;
	font-variant:small-caps; 
	text-decoration:underline;
}

#Menu .MainMenu ul li a.selectedSubMenuItem
{
  color:#08396D;
  padding-top: 4px; 
  background-color: #E8EFF7;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration:underline;
  font-size:12px;
  font-variant:small-caps; 
}

/* -- Content Styles --*/
#Content
{
  background-color:#E8EFF7;
  min-height:640px;
  margin-top: 154px;
  width: 756px;
}

#CentreColumnHome
{
  float:left;
  margin-left: 200px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 200px;
  background-color: White;	
	min-height:630px;
}

#CentreColumnGeneral
{
  float:left;
  margin-left: 200px;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-left: 30px;
  background-color: White;	
	min-height:630px;
  height:auto !important;
  height:620px;
  padding-right:16px;
  min-width:710px;
  width:auto !important;
  width:100%;
}

.quote /*for fancy quotation marks*/
{
    color: #5D8BBD;
    font-family:Times Roman;
    font-size:36px;
    font-weight:bold;
}

/* -- Feature Tile on Home Page -- */

#FeatureTile_Narrow
{
    height:400px;
    float:left;
    width: 300px;
}

#FeatureTile_Narrow2
{
    height:400px;
    float:left;
    margin-left: 10px;
    width: 300px;
}

#FeatureTile_VNarrow, #FeatureTile_VNarrow2, #FeatureTile_VNarrow3
{
  height:240px;
  float:left;
  width:220px;
}

#FeatureTile_VNarrow2, #FeatureTile_VNarrow3
{
  margin-left: 10px;
}

#FeatureTile
{
    float:left;
    width: 460px;
}

.feature_container 
{
	border-bottom:0px;
	margin-left:0px;
	width: 100%;
}

#FeatureTile_Narrow2 .feature_image 
{
  border-top:1px dotted #5C8BBF;
	background-color: White;
	margin-top:-2px;
	height:140px;
}

#FeatureTile_Narrow .feature_image 
{
  border-top:1px dotted #5C8BBF;
	background-color: White;
	margin-top:-2px;
	height:140px;
}

#FeatureTile_Narrow .feature_content 
{
	padding:8px 8px 0 8px;
	border:1px solid #5C8BBF;
	background-color:#E8EFF7;
	border-bottom:repeat-x url(Images/product_feature_b_bg.gif);
}

#FeatureTile_Narrow2 .feature_content 
{
	padding:8px 8px 0 8px;
	border:1px solid #5C8BBF;
	background-color:#E8EFF7;
	border-bottom:repeat-x url(Images/product_feature_b_bg.gif);

}

#FeatureTile_FullWidth
{
  clear:both;
  margin-top: 6px; 
  margin-bottom:8px;
  height:150px;
}

#FeatureTile_FullWidth .feature_container
{
	margin-left:0px;
	width: 100%;
}

#FeatureTile_FullWidth .feature_title h3
{
  font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#05284C;
  font-weight:bold;
  padding-left: 6px;
  border-bottom:1px solid #5C8BBF;
}

#FeatureTile_FullWidth .feature_container .feature_content .feature_image
{
  border-top:none;
	border-left:none;
	border-right:1px dotted #5C8BBF;
  float: left;
  width: 130px;
  height:107px;
	border-bottom:repeat-x url(Images/product_feature_b_bg.gif);
}

#FeatureTile_FullWidth .feature_container .feature_content
{
    float: left;

	border-top:none;
	border-bottom:repeat-x url(Images/product_feature_b_bg.gif);
	background-color:white;
}

.tl
{
    float:left;
    background-image:url(images/product_feature_tl.gif);
    height:39px;
    width:8px;
}

.tr
{
    float:right;
    background-image:url(images/product_feature_tr.gif);
    height:39px;
    width:8px;
}

.bl
{
  float:left;
  background-image:url(images/product_feature_bl.gif);
  background-repeat:no-repeat;
  height:8px;
  width:8px;
}

.br
{
  display:inline;
  float:right;
  background-image:url(images/product_feature_br.gif);
  background-repeat:no-repeat;
  height:8px;
  width:8px;
}

.feature_title 
{
	background:top left repeat-x url(images/product_feature_t_bg.gif);
	height:39px;
	margin:0;
	padding-bottom:0;
}

.feature_title h3
{
  font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:22px;
  color:#5D8BBD;
  font-weight:normal;
  padding-left: 6px;
}

.feature_image 
{
	border-top:1px dotted #5C8BBF;
	background-color: White;
	margin-top:-2px;
}

.more_button {
	display:inline;
	float: right;
	margin-top:-30px;
}

.feature_content 
{
	padding:8px 8px 0 8px;
	border:1px solid #5C8BBF;
	background-color:#E8EFF7;
	border-bottom:repeat-x url(Images/product_feature_b_bg.gif);
}

.feature_image 
{
	border-left:1px solid #5C8BBF;
	border-right:1px solid #5C8BBF;
}

.feature_image img
{
	margin-top:14px;
	margin-left:14px;
}

.feature_content
{
	padding-bottom:1em;
}

.feature_content p
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#05284C;
  font-weight:normal;
	text-decoration: none;
}
    
/*.feature_footer {
    height:8px;
	background:bottom left repeat-x url(Images/product_feature_b_bg.gif);
	background-color: #E8EFF7;
	border:4px;
	border-color:Fuchsia;
}*/

.feature_footer
{
	margin:0px;
}

#Search
{
    position:absolute;
	top:160px;
	width: 150px;
	padding: 20px 0 20px 12px;
	font-size:12px;
}

    
#searchText
{
    border-color: #08396D;
    border-style: solid;
    border-width: 1px;
}

/* -- Left hand side Menu --*/

#MenuStrip
{
	position:absolute;
	top:210px;
	width: 160px;
	margin:8px;
	min-height:630px;
    height:auto !important;
    height:600px;
}

#MenuStrip .subMenu a
{
	margin-top:2px;
	margin-left: 2px;
	padding-top:12px;
	padding-bottom:4px;
	padding-left:0;
	font-weight: bold;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	display:block;
	text-decoration: none;
}

#MenuStrip .subMenu .selectedSubMenuItem
{
	margin-top:2px;
	margin-left: 2px;
	padding-top:12px;
	padding-bottom:4px;
	padding-left:0;
	font-weight: bold;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	display:block;
	text-decoration: none;
	color:#08396d;
}

#MenuStrip .subMenu .subMenu a
{
	margin-top:2px;
	margin-left: 8px;
	padding-bottom:4px;
	padding-left:8px;
	border-bottom-style: none;
	font-weight:normal;
	padding-top:0;
}

#MenuStrip .subMenu .subMenu .selectedSubMenuItem
{
	margin-top:2px;
	margin-left: 8px;
	padding-bottom:4px;
	padding-left:8px;
	border-bottom-style: none;
	font-weight:normal;
	color:#08396d;
	padding-top:0;
}

#MenuStrip .subMenu .subMenu .subMenu .selectedSubMenuItem
{
	margin-top:2px;
	margin-left: 16px;
	padding-bottom:4px;
	padding-left:16px;
	border-bottom-style: none;
	font-weight:normal;
	font-size:10px;
	color:#08396d;
}

#MenuStrip .subMenu .subMenu .subMenu a
{
	margin-top:2px;
	margin-left: 16px;
	padding-bottom:4px;
	padding-left:16px;
	border-bottom-style: none;
	font-weight:normal;
	font-size:10px;
}


/* -- News Strip only applies on Home Page --*/
#NewsStrip
{
    position:absolute;
    top: 200px;
    margin-left: 780px !important;
    margin-left: 760px;
    width: 164px;
    padding:0px 20px 50px 0;
    border: 1px solid;
    border-color: #C2D3E5;
}

#NewsStrip p
{
    padding: 10px 10px 10px 10px;
    font-size: 10px;
}

#Title
{
    border-bottom: 1px dotted #08396d; 
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
}

/*.ContentCornerTop
{
    margin-left: -30px;
}*/

.ContentCornerBottom
{
    background-image: url(Images/content_bottom.jpg);
    float: left;
    margin-left: 199px;
    height:24px;
    width:757px;
}

#Footer
{
    clear: both;
	background-image:url(Images/footer_bg.gif);
	background-repeat: repeat-x;
	  background-color:#08396D;
}

#FooterContent 
{
	padding:10px;
}

#FooterContent a
{
	color:White;
	text-decoration:none;
}

#FooterContent a:hover
{
	text-decoration:underline;
}

#FooterContent p
{
	color:White;
	margin:0px;
	margin-top:5px;
	padding:0px;
}

#Breadcrumbs
{
margin-left: 0px;
margin-top: 20px;
color:#979797;
    font-size:10px;
    z-index: 2;
    padding-bottom: 20px;

}

#Breadcrumbs a:link { color:#979797; text-decoration:none; }
#Breadcrumbs a:hover { color:#979797; text-decoration:underline; }
#Breadcrumbs a:visited { color:#979797; text-decoration:none; }
#Breadcrumbs a:visited:hover { color:#979797; text-decoration:underline; }


p { margin:0px; padding:6px 0 0px 0; line-height:16px; font-size:11px;}

h1 
{
  border-bottom: dotted 1px #08396d;
  color:#05284C;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:normal;
  margin:0 0 0 0;
  overflow:visible;
  padding:0 0 10px 0;
  z-index:100;
}

h2 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#05284C;
    font-weight:normal;
    margin:0 0 0 0;
    padding:15px 0 0 0;
}

h3 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#08396d;
    font-weight:bold;
    margin:0 0 0 0;
    padding:11px 0 4px 0;
}

h4, h5, h6 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    font-weight:bold;
    margin:0 0 0 0;
    padding:8px 0 2px 0;
}

.intro 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:black;
    font-weight:normal;
    margin:0 0 0 0;
    padding:8px 0 2px 0;
    color: #5f8cbd;
    }

blockquote
{
    color:#08396d;
    font-size:16px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    }

#breadcrumb {
    color:#979797;
    font-size:10px;
}

#breadcrumb a:link { color:#979797; text-decoration:none; }
#breadcrumb a:hover { color:#979797; text-decoration:underline; }
#breadcrumb a:visited { color:#979797; text-decoration:none; }
#breadcrumb a:visited:hover { color:#979797; text-decoration:underline; }



 a active, a:link, a:hover, a:visited
{
  color:#5F8CBD;
}

.CSASmall
{
	border:0px;
	display:block;
	height:43px;
	margin:10px;
	margin-top:1em;
	text-align:center;
	vertical-align:text-top;
	width:120px;
}

.CSAMedium
{
	border:0px;
	display:block;
	height:142px;
	text-align:center;
	width:400px;
}

.TeamPhoto
{
	border:0px;
	font-size:smaller;
	text-align:center;
}

#NewsStrip .headline
{
	font-size:medium;
}

.quote p
{
  font-style:italic;
}



th.SearchResultTitle
{
  color:#6699CC;
  color:#4F749D;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  font-size:large;
  margin:0px;
  margin-bottom:0px;
  padding:0px;
  margin-top:1em;
  text-align:left;
}

th.SearchResultTitle
{
  font-size:larger;
}

frame
{
  border:none;
  margin:0pt;
  margin-top:0;
  margin-bottom:0;
  z-index:1;
}

img
{
  border:none;
}

input, li, mailto, option, select, td, tr, ul
{
  color:Black;
  font-family:Verdana,Arial,Sans-Serif;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  font-size:11px;
  text-align:left;
}

p
{
  text-align:justify;
}

input.Button
{
  text-align:center;
}

p.blurb
{
  font-size:x-small;
}

td, th
{
  border:0px;
  margin:0px;
  padding:0px;
}

select.headliner
{
  font-size:medium;
}

.screenShot
{
  text-align:center;
  vertical-align:top;
  width:250px;
}

.screenShot img
{
  margin-top:2em;
}

td.tab, td.selectedTab, td.searchTab
{
  background-color:#5f8cbd;
  color:white;
  cursor:hand;
  font-family:Verdana;
  font-size:x-small;
  font-weight:bolder;
  padding-bottom:1px;
  padding-left:4px;
  padding-right:4px;
  padding-top:1px;
  vertical-align:middle;
}

td.selectedTab
{
  background-color:#5f8cbd;
}

td.selected
{
  background-color:Gray;
}

th
{
  font-weight:bold;
  vertical-align:middle;
}

table
{
  border:0px;
}

table th
{
	vertical-align:top;
}

table.layout, form
{
  border:0px;
  border-collapse:collapse;
  margin:0px;
  padding:0px;
}

table.priceTable
{
  background-color:#EAEEF6;
  border-collapse:collapse;
}

th.priceTable, td.priceTable, td.priceTableRight
{
  border:thin solid white;
  border-bottom:thick solid white;
  padding-bottom:2px;
  padding-left:20px;
  padding-right:20px;
  padding-top:2px;
  text-align:center;
}

td.priceTable, td.priceTableRight
{
  border:thin solid white;
  padding-bottom:4px;
  padding-top:4px;
  text-align:left;
}

td.priceTableRight
{
  text-align:right;
}

textarea
{
  color:#6699CC;
  color:Black;
  font-family:Verdana,Arial,Sans-Serif;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  font-size:x-small;
  text-align:left;
}

.footnote
{
  font-style:italic;
  font-variant:normal;
  font-size:8pt;
  font-family:Verdana;
}

.iframez
{
  background:transparent;
  cursor:pointer;
}

.newsItem
{
  font-size:8pt;
}

.tableCell
{
  font-size:7pt;
}

td.sideMenu
{
  background-color:#EAEEF6;
  color:#5f8cbd;
  padding:10px;
  width:40px;
}


ul, li
{
  margin-top:0.3em;
  margin-bottom:0px;
  font-size:11px;
}

.menuLevel1, .menuLevel2, .menuLevel3, .menuLevel4, .menuLevel5, .menuLevel6
{
  font-family:Verdana;
  font-size:9pt;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  text-align:left;
}

.menuLevel1
{
  font-weight:bolder;
  padding-top:0.5em;
  text-align:left;
}

.menuLevel2
{
  font-weight:normal;
  padding-left:15px;
  padding-top:0.2em;
}

.menuLevel3, .menuLevel4, .menuLevel5, .menuLevel6
{
  font-weight:normal;
  padding-left:30px;
  padding-top:0.1em;
}

.menuLevel4
{
  padding-left:45px;
}

.menuLevel5
{
  padding-left:60px;
}

.menuLevel6
{
  padding-left:75px;
}

.reference
{
  font-size:xx-small;
  margin:0px;
  text-align:left;
}

h3.reference
{
  padding-top:1em;
}

.referencePane
{
  background-color:#EAEEF6;
  border:thin outset;
  font-size:xx-small;
  margin-top:50px;
  padding:10px;
  text-align:left;
  width:160px;
}

table.ecCalTable
{
  background-color:#EAEEF6;
  table-layout:fixed;
}

thead.ecCalTHead
{
  background-color:#5F8CBD;
}

th.ecCalTH
{
  color:White;
  text-align:center;
}

th.ecCalDayTH
{
  color:White;
  text-align:center;
}

td.ecCalSelectedDay
{
  border:solid thin #5F8CBD;
  font-weight:bold;
  text-align:center;
}

td.ecCalTD
{
  text-align:center;
}

td.padded
{
  padding:10pt;
}

th.SearchResultTitle
{
	padding-top:1.5em;
}

td.SearchResultDate
{
	padding-left:5ex;
	padding-top:2em;
	text-align:right;
}

.Qualifications
{
	font-size:x-small;
	font-weight:bold;
	padding-left:5ex;
}

.Quote
{
	font-style:italic;
}

#OwlLogo
{
	padding-top:2em;
	text-align:center;
}

#Requirements td, #Requirements th
{
	padding-top:1em;
}

#fr
{
	display:inline-block;
  margin:0px 0px 16px 16px;
  float:right;
  z-index:1000;
}

#fr #FeatureTile
{
  text-align:left;
  width: 292px;
}

#fr .feature_container 
{
	border:0px;
	margin:0px;
	text-align:left;
}

.tl
{
  float:left;
  background-image:url(images/product_feature_tl.gif);
  height:39px;
  width:8px;
}

.tr
{
    float:right;
    background-image:url(images/product_feature_tr.gif);
    height:39px;
    width:8px;
}

.bl
{
    float:left;
    background-image:url(images/product_feature_bl.gif);
    background-repeat:no-repeat;
    height:8px;
    width:8px;
        margin-top:-8px;
}

.blclear
{
    float:left;
    background-image:url(images/blclear.gif);
    background-repeat:no-repeat;
    height:8px;
    width:8px;
        margin-top:-8px;
}


.br
{
    display:inline;
    float:right;
    background-image:url(images/product_feature_br.gif);
    background-repeat:no-repeat;
    height:8px;
    width:8px;
    margin-top:-8px;
}

.brclear
{
    display:inline;
    float:right;
    background-image:url(images/brclear.gif);
    background-repeat:no-repeat;
    height:8px;
    width:8px;
    margin-top:-8px;
}

.feature_title 
{
	background:top left repeat-x url(images/product_feature_t_bg.gif);
	height:39px;
	margin:0px;
	padding-bottom:0px;
	text-align:left;
}

.feature_title h3
{
  font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:22px;
  color:#5D8BBD;
  font-weight:normal;
  padding-left: 6px;
}

#fr .feature_image 
{
	border-top:1px dotted #5C8BBF;
	background-color: White;
	margin-top:-2px;
	text-align:center;
}

#fr .feature_image img
{
  padding:2px;
  margin:4px;
}

.more_button 
{
	display:inline;
	float: right;
	margin-top:-30px;
}

#fr .feature_content 
{
	padding:8px 8px 0px 8px;
	padding:8px 8px 20px 8px;
	border:1px solid #5C8BBF;
	background-color:#E8EFF7;
	border-bottom:repeat-x url(Images/product_feature_b_bg.gif);
}

.feature_image 
{
	border-left:1px solid #5C8BBF;
	border-right:1px solid #5C8BBF;
	position:relative !important;
}

#fr .feature_content p
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#05284C;
  font-weight:normal;
	text-decoration: none;
	text-align:left;
}
    

.imgBorder
{
  border:1px solid #5C8BBF;
  margin:10px;
  text-align:center;
  width: 150px;
}

.imgBorder img
{
  margin: 8px;
}

.profile
{
  float: left;
  margin:10px 10px 10px 0px;
}
    
.BlurbImg
{
  float:left;
  padding: 0px 16px 2px 2px;
  margin: 6px 6px 2px 2px;
}

.BlurbContent
{
  float: left;
  font-size:11px;
  padding-top: 2px;
  width:100%;
}

.Blurb
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
	text-decoration: none;
	text-align:left;    
	padding-top: 0px;
}

.Blurb .highlight
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#05284C;
  font-weight:normal;
	text-decoration: none;
	text-align:left;  
}
    
.Timeline
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
	text-decoration: none;
	text-align:left;  
	width: 100%;
}

.Timeline td
{
    padding-bottom: 4px;
    font-size:11px;
}

#TextContent
{
	margin:0px;
	padding-bottom:2em;
	padding-right:2ex;
	padding-top:0px;
}

#TextContent ul
{
	list-style-type:none;
}

.ReferenceP
{
	margin-bottom:1em;
}

#RegistrationForm #Introduction
{
	margin-bottom:1em;
}

#RegistrationForm tbody th
{
	padding-right:2ex;
	text-align:right;
	width:40%;
}

#RegistrationForm tbody td
{
	padding-left:2ex;
	text-align:left;
}

#RegistrationForm tbody td input, #RegistrationForm tbody td select
{
	width:80%;
}

#RegistrationForm tfoot td, #RegistrationForm tfoot td *
{
	margin-top:1em;
	padding:5px;
	text-align:center;
}

#RegistrationForm tfoot td.Privacy p
{
	font-size:small;
	text-align:left;
}
