/*#1 GLOBAL#*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; 
        font-family: Arial, Sans-Serif;
	background: #fff url(../App_Themes/CetarisSite/Images/topAreaBG.gif) repeat-x top left;
	margin: 0px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}

.wrapper {
        width: 900px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 15px;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 10px;
}

a {
	color: #005264;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.greenText {
	color: #005264;
}

.uppercase {
	text-transform: uppercase;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.grayText {
	color: #999;
}

.space {
	padding-right: 5px;
}

.tableFB td {
	vertical-align: top;
	padding-bottom: 20px;
}

img.floatLeft {
	float: left;
	margin: 6px;
}

img.floatRight {
	float: right;
	margin: 6px;
}

/*#1 Global/Header Lines#*/

.orangeLine {
	border-bottom: #FFAE17 3px solid;
}

.grayLine {
	border-bottom: #B8B8B8 3px solid;
}

.darkGrayLine {
	border-bottom: #4A4A4D 3px solid;
}

.greenLine {
	border-bottom: #78A769 3px solid;
}

.yellowLine {
	border-bottom: #FFCC00 3px solid;
}

/*#1 Global/Zones#*/

#topArea {
	padding: 15px 0px 15px 0px;
	display: inline;
}

#priNavArea {
	height: 35px;
	background: url(../App_Themes/CetarisSite/Images/priNavBG.gif) repeat-x top left;
}

#bannerArea {
	height: 190px;
	background: url(../App_Themes/CetarisSite/Images/bannerAreaBG.gif) repeat-x top left;
}

#secNavArea {
        margin-top: 1px;
	height: 34px;
	background-color: #005264;
	overflow: hidden;
}

#contentArea {
	padding: 20px 0 20px 0;
}

#footerArea {
        height: 250px;
	background-color: #005264;
}


/*#1 Global/Primary Menu#*/

ul#menu {
	width: 900px;
	color: #fff;
	padding-top: 8px;
	position: relative;
	margin-left: 29px;
}


ul#menu li {
	display: inline;
	margin: 1px 12px;
	position: relative;
	z-index: 2000;
}

ul#menu h2 {
	font-size: 13px;
	font-weight: bold;
        text-transform: uppercase;
	display: inline;
	padding-left: 13px;	 
}

ul#menu h3 {
	font-size: 100%;
	font-weight: normal;
	display: inline;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu li.mega a {
	padding: 0 14px;
}

ul#menu li.mega a:hover {
	text-decoration: underline;
}

ul#menu div {
	display: none;
}

ul#menu li.mega div {
	border: 1px solid #009BBD;
	width: 216px;
	position: absolute;
	top: 26px;
	left: 0px;
	padding: 16px;
	background: #009BBD url(../App_Themes/CetarisSite/Images/DropDownBG.gif) no-repeat top left;
	color: #930;
}

ul#menu li.megaRight div {
	border: 1px solid #009BBD;
	width: 216px;
	position: absolute;
	top: 26px;
	left: -140px;
	padding: 16px;
	background: #009BBD url(../App_Themes/CetarisSite/Images/DropDownBG.gif) no-repeat top left;
	color: #930;
}

ul#menu li.hovering div {
	display: block;
}

ul#menu li.mega div a {
	color: #ffc;
	padding: 0;
	text-decoration: none;
}

ul#menu li.mega div a:hover {
	color: #ffc;
	padding: 0;
	text-decoration: underline;
}

ul#menu li div a.more {
	color: #960;
	font-weight: bold;
}

ul#menu div h3 {
	color: #ffc;
	font-weight: bold;
	font-size: 14px;
}

ul#menu div h3 a {
	color: #ffc;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

ul#menu div h3 a:hover {
	color: #ffc;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

ul#menu div p {
	margin: 0 0 10px 0;
	padding: 0;
}

ul#menu div li {
	list-style: none;
	color: #ffc;
	display: block;
	margin-left: 0px;
	padding-left: 4px 0 4px 0;
}

/*#1 Global/Secondary Menu#*/

#secNav, #secNav ul {
   	 padding: 0;
	 margin: 0;
	 line-height: 1;
	 list-style: none;
	 font-size: 13px;
	 margin-left: 65px;
	 padding-top: 8px;
}	
   
#secNav a {
   	 display: inline;
	 padding-right: 55px;
	 color: #fff;
	 font-weight: bold;
	 text-decoration: none;				
}

#secNav a:hover {
	 color: #ffc;
         text-decoration: none;
}
   
#secNav li {
	 float: left;
	 background: transparent url(../App_Themes/CetarisSite/Images/yellowBullet.gif) no-repeat 0 2px;
	 padding-left: 15px;
}
   
#secNav li ul {
   	 position: absolute;
	 width: 177px;
	 left: -999em;
	 background-color: #005264;
	 padding: 10px 0px 0px 20px;	
	 margin-left: -20px;
	 margin-top: 1px;
}

*:first-child+html #secNav li ul {
	 position: relative;
}
   
#secNav li ul li {
   	 background: none;
	 padding: 0 0 10px 0;
}

#secNav li:hover ul {
   	 left: auto;
}
   
#secNav li:hover ul, #secNav li.sfhover ul {
	left: auto;
}

/*#1 Global/Content#*/

/*#1 Global/Content/Right Side Area#*/

.sideMenuArea {
	margin-top: 0;
}

.sideMenuInfoArea {
	padding-top: 20px;
} 

/*#1 Global/Content/Demo Btn#*/

#demoBtn
{
  display: block;
  width: 207px;
  height: 45px;
  background: url(../App_Themes/CetarisSite/Images/Buttons/DemoBtn.jpg) no-repeat 0 0;
  margin-bottom: 10px;			
}

#demoBtn:hover
{ 
  background-position: 0 -45px;
}

#demoBtn span
{
  display: none;
}

/*#1 Global/Content/Brochure Btn#*/

#brochureBtn
{
  display: block;
  width: 207px;
  height: 45px;
  background: url(../App_Themes/CetarisSite/Images/Buttons/BrochureBtn.jpg) no-repeat 0 0;
  margin-bottom: 10px;			
}

#brochureBtn:hover
{ 
  background-position: 0 -45px;
}

#brochureBtn span
{
  display: none;
}

/*#1 Global/Content/Expert Btn#*/

#expertBtn
{
  display: block;
  width: 207px;
  height: 45px;
  background: url(../App_Themes/CetarisSite/Images/Buttons/ExpertBtn.jpg) no-repeat 0 0;
  margin-bottom: 10px;		
}

#expertBtn:hover
{ 
  background-position: 0 -45px;
}

#expertBtn span
{
  display: none;
}

/*#1 Global/Content/Feedback Btn#*/

#feedbackBtn
{
  display: block;
  width: 207px;
  height: 45px;
  background: url(../App_Themes/CetarisSite/Images/Buttons/FeedbackBtn.jpg) no-repeat 0 0;	
  margin-bottom: 10px;		
}

#feedbackBtn:hover
{ 
  background-position: 0 -45px;
}

#feedbackBtn span
{
  display: none;
}

/*#2 TOP AREA#*/

.logoArea {
	float: left;
	padding: 17px 0 12px; 
	text-transform: uppercase;
	font-size: 11px;
	display: inline;
	position: relative;
}

.logoArea img {
        margin:0 15px 0 0;
	float: left;

}

.logoArea span {
	float: left;
	margin: 21px 0 0;
	line-height: 1.2;
}

.iconsArea {
	margin: 30px 15px 0 0;
	float: right;
	display: inline;
	position: relative;
}

.searchArea {
	width: 200px;
	float: right;
	position: relative;
	margin-top: 24px;
	margin-right: -13px;
}

/*#2 Top Area/Search#*/

.searchIcon {
	margin-top: 5px;
}

/*#3 FOOTER#*/

/*#3 Footer/ColumnLeft#*/

.columnLeft {
	float: left;
	width: 150px;
	padding: 20px 15px 0px 0px;
}
	
.columnLeft h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #57B4C8;
	font-size: 12px;
	padding-bottom: 10px;	
}

.columnLeft li {
	list-style: none;
	text-decoration: none;
	color: #fff;
	line-height: 17px;
}

.columnLeft li a {
	text-decoration: none;
	color: #fff;
}

.columnLeft li a:hover {
	text-decoration: underline;
	color: #fff;
}

/*#3 Footer/ColumnMiddle#*/

.columnMiddle {
	float: left;
	width: 150px;
	padding: 20px 40px 0px 0px;
}

.columnMiddle h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #57B4C8;
	font-size: 12px;
	padding-bottom: 10px;
}

.columnMiddle li {
	list-style: none;
	text-decoration: none;
	color: #fff;
	line-height: 17px;
}

.columnMiddle li a {
	text-decoration: none;
	color: #fff;
}

.columnMiddle li a:hover {
	text-decoration: underline;
	color: #fff;
}

/*#3 Footer/ColumnRight#*/

.columnRight {
	float: left;
	width: 150px;
	padding: 20px 15px 0px 0px;
	margin: 0;
}

.columnRight h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #57B4C8;
	font-size: 12px;
	padding-bottom: 10px;
}

.columnRight li {
	list-style: none;
	text-decoration: none;
	color: #fff;
	line-height: 17px;
}

.columnRight li a {
	text-decoration: none;
	color: #fff;
}

.columnRight li a:hover {
	text-decoration: underline;
	color: #fff;
}

/*#3 Footer/ColumnAddress#*/

.columnAddress {
	float: right;
	width: 207px;
	padding-top: 20px;
	background: url(../App_Themes/CetarisSite/Images/footerLine.gif) no-repeat center left;
}

.columnAddress p {
	color: #57B4C8;
	padding-left: 45px;		
}

.columnAddress p.us {
	padding-top: 10px;
}

.micLogo {
	padding-top: 18px;
	padding-left: 45px;
}

/*#3 Footer/Copyright#*/

.copyright {
	float: left;
	margin-top: -10px;
	width: 400px;
	color: #FFCC00;
	font-size: 90%;
}

/*#3 SECONDARY PAGE#*/

/*#3 Secondary Page/Zones#*/

#leftSideAreaSub {
	width: 171px;
	float: left;
}

#rightArea {
	float: right;
	width: 692px;
}

#mainAreaSub {
	width: 448px;
	float: left;	
}

#mainAreaSub p {
	padding-bottom: 15px;
}

#mainAreaSub h2 {
	font-size: 140%;
	padding-bottom: 5px;
}

#mainAreaSub h3 {
	font-size: 100%;
	padding-bottom: 5px;
}

#mainAreaSub li {
	list-style-type: square;
	margin-left: 30px;
	padding-bottom: 15px;
}

#mainAreaSub li li {
	list-style-type: square;
	margin: 10px 0 0 20px;
}

#rightSideAreaSub {
	width: 207px;
	float: right;
}

#flashAreaSub {
	padding-top: 20px;	 
}

.flashQuotesSub {
	padding-top: 15px;
}

/*#3 Secondary Page/Left Side#*/

.linksOne {
	padding-bottom: 30px;
}

.linksTwo {
	padding-bottom: 30px;
}

/*#3 Secondary Page/Left Side/Menu#*/

.leftSideMenu {
	padding-top: 10px;
}

.leftSideMenu ul {
	list-style-type: none;
}

.leftSideMenu ul a {
	display: block;
	color: #606060;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 3px;
}

.leftSideMenu ul a:hover {
	background-color: #E7E7E7;
	color: #333;	
}

/*#4 HOME#*/

/*#4 Home/Zones#*/

/*#4 Home/Zones/Text Area#*/

#textAreaHome {
	width: 660px;
	float: left;
}

#textAreaHome p {
	padding-bottom: 10px;
}

/*#4 Home/Zones/Main Area#*/

#mainAreaHome {
	width: 660px;
	float: left;
}

.resourcesAreaHome {
	width: 193px;
	float: left;
	padding-right: 40.5px;	
}

.resourcesAreaHome li {
	background: transparent url(../App_Themes/CetarisSite/Images/greenBullet.gif) no-repeat 0 3px;
	padding-left: 15px;
 	margin-top: 10px;
        list-style: none;
}

.newsAreaHome {
	width: 193px;
	float: left;
}

.newsAreaHome h2 a {
	color: #000;
	text-decoration: none;
}

.newsAreaHome h2 a:hover {
	color: #005264;
	text-decoration: none;
}

.eventsAreaHome {
	width: 193px;
	float: right;
}

.eventsAreaHome h2 a {
	color: #000;
	text-decoration: none;
}

.eventsAreaHome h2 a:hover {
	color: #005264;
	text-decoration: none;
}

.resourcesAreaHome, .newsAreaHome, .eventsAreaHome {
	padding-top: 20px;
} 

/*#4 Home/Zones/Side Area#*/

#rightSideAreaHome {
	width: 207px;
	float: right;
}

#rightSideAreaHome p {
	padding-top: 15px;
	font-size: 110%;
	color: #666;
}


/*#4 Home/Zones/Flash Area#*/

#flashAreaHome {
	padding-top: 20px;
}

.flashQuote {
	padding-top: 15px;
}

/*#5 EVENTS NEWS#*/

/*#5 Events News/Summary#*/

.breadCrumbs {
	color: #005264;
	padding-bottom: 20px;
}

.newsSummary {
	padding-bottom: 30px;
}

.newsBodySummary {
	margin-top: 10px;	
}

/*#5 Events News/Preview#*/

.newsPreviewTitle {
	margin: 10px 0px 10px 0px;
}

.newsPreviewTitleBullet {
	margin: 10px 0px 10px 0px;	
	background: transparent url(../App_Themes/CetarisSite/Images/greenBullet.gif) no-repeat 0 3px;
	padding-left: 15px;
}

/*#5 Events News/Detailed#*/

.dateDetail {
	font-weight: bold;
	padding-bottom: 10px;
}

/*#6 FORMS#*/

.formArea {
	padding-top: 20px;
}

.errorMsg {
	color: #FF0000;
	font-weight: bold;
}

/*#7 SEARCH #*/

.SearchDialog {
	padding-bottom: 20px;	
}

.SearchResult {
	padding: 8px 0 8px 0;
}

/*#8 JOB OPENING #*/

.jobOpeningArea {
	padding-top: 20px;
}

.jobTitleArea {
	padding-top: 10px;
}

.jobOpps {
	padding: 10px;
	border: #999 1px solid;
}

/*#8 SITEMAP #*/

#mainAreaSub .sitemap li {
	background: transparent url(../App_Themes/CetarisSite/Images/greenBullet.gif) no-repeat 0 3px;
	padding: 0 0 5px 15px;
        list-style: none;
}

#mainAreaSub .sitemap li li {
	margin-left: 30px;
	padding-bottom: 0px;
}

#mainAreaSub .sitemap li li li {
	padding-bottom: 0px;
}