/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 65%;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat:repeat-x;
}

h1 {
	font-size: small;
	font-weight: bold;
}	
h2 {
	font-size: small;
	font-weight: bold;
}	
	
	   
	
/*.menuborder {
	border: 1px solid #ffffff;
	padding: 20px;
}		
*/


/*
------------------------------------------------------
Layout / Positioning
------------------------------------------------------
*/

#logo {
	text-align:center;
}

#container-home {
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	background: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-align:left;
	min-width: 770px;
	max-width: 975px; 
	width: expression(document.body.clientWidth < 772? "770px" : document.body.clientWidth > 977? "975px" : "auto");
	top:0px;
	font-size:1.1em;
	

}

#container {
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	background: url(../images/logo2.jpg);
	
	background-repeat: no-repeat;
	text-align:left;
	min-width: 770px;
	max-width: 975px; 
	width: expression(document.body.clientWidth < 772? "770px" : document.body.clientWidth > 977? "975px" : "auto");
	font-size:1.1em;
	top:0px;
}

#container-left-home {
	float: left;
	position:relative;
	margin-left: 0px;
	display:block;
	left:0px;
	width:239px;
}

#container-left {
	float: left;
	position:relative;
	margin-left: 0px;
	display:block;
	left:0px;
	width:239px;	
}

#side-operations {
	padding-left: 39px;
	padding-top: 30px;	
	padding-right: 30px;
	padding-bottom: 30px;
	background: url(../images/back-operations.jpg);
	background-repeat: no-repeat;
	/*background-color: #cccccc;*/
}

#side-development {
	padding-left: 39px;
	padding-top: 30px;	
	padding-right: 30px;
	padding-bottom: 30px;
	background: url(../images/back-development.jpg);
	background-repeat: no-repeat;
	/*background-color: #aaaaaa;*/
}

#side-sustain {
	padding-left: 39px;
	padding-top: 30px;	
	padding-right: 30px;
	padding-bottom: 30px;
	background: url(../images/back-sustain.jpg);
	background-repeat: no-repeat;
	/*background-color: #aaaaaa;*/
}

#side-contact {
	padding-left: 39px;
	padding-top: 10px;	
	padding-right: 30px;
	padding-bottom: 30px;
}

#side-subscribe {
	padding-left: 39px;
	padding-top: 0px;	
	padding-right: 30px;
	padding-bottom: 30px;
	background: url(../images/back-subscribe.jpg);
	background-repeat: no-repeat;
	/*background-color: #aaaaaa;*/
}

#side-subnav {
	padding-left: 39px;
	padding-top: 7px;	
	padding-right: 30px;
	padding-bottom: 22px;
	/*height: 275px;*/
	background: url(../images/back-subnav.jpg);
	background-repeat: no-repeat;
	/*background-color: #cccccc;*/
}


/*
------------------------------------------------------
subnav
------------------------------------------------------
*/


/* level 1 */
#left-nav ul {
	position: relative;
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:left	;
	color: #000000;
}

#left-nav li {
	line-height:28px;
	padding: 5px 0px 0px 5px;
	color: #000000;
	background: url(../images/listdot.gif) no-repeat bottom;
}

a.left-nav1 {
	color: #000000;
	text-decoration: none;
}

a.left-nav1:hover    {
	color: #000000;
	text-decoration: none;
}


a.left-nav-selected1 {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}


/* level 2 */

a.left-nav2 {
	color: #000000;
	text-decoration: none;
	padding-left:2em;
}

a.left-nav-selected2 {
	color: #000000;
	text-decoration: none;
	padding-left:2em;
	font-weight: bolder;
}

a.left-nav2:hover {
	color:#000000;
	text-decoration: underline;
}


/* Level 3  */

a.left-nav3 {
	color: #000000;
	text-decoration: none;
	padding-left:4em;
}

a.left-nav-selected3 {
	color: #000000;
	text-decoration: none;
	padding-left:4em;
	font-weight: bolder;
}

a.left-nav3:hover {
	color:#000000;
	text-decoration: underline;
}


/*
------------------------------------------------------
main nav
------------------------------------------------------
*/

#topnav {
	margin-left: 239px;
	/*display:block;*/
	height:56px;
	margin-top: 18px;
	background: url(../images/bg_nav.gif) no-repeat left top;
	
}

.nav-home {
	width: 100%;
	height: 56px;
	padding: 0px;
}	

.nav-home .left {
	width: 20px;
	padding: 0px;
	background: url(../images/nav-l-home.jpg);
	background-repeat:no-repeat;
}	

.nav-home .right {
	width: 40px;
	padding: 0px;
	background: #ffffff url(../images/nav-r-home.jpg);
	background-repeat:no-repeat;
}	

.nav-home .content {
	padding: 0px;
	background: #ffffff url(../images/nav-m-home.jpg);
	background-repeat: repeat;
	text-align: center;
}	

/* CMS Navigation Styles */

.spacerItem {
padding:0;
}

.spacerItemOver {
padding:0;
}


.SubMenuGroup {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 11px;
cursor: hand;
}
  
 
.MenuItem {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
border:0;
text-decoration: none;
}
 
.MenuItemOver {
color:#ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
text-decoration: none;
border:0;
}
 

.SubMenuItem {
color: #fff;
background-color:#0b548d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
border:0;
border-bottom: 1px solid #3c76a4;
text-decoration: none;
padding: 2px 5px 2px 5px;
width: 160px;
height: 15px;
}
 
.SubMenuItemOver {
color: #fff;
background-color:#bf9237;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
border:0;
border-bottom: 1px solid #cca85f;
text-decoration: none;
padding: 2px 5px 2px 5px;
width: 160px;
height: 15px;
}


/*
------------------------------------------------------
flash and inner heros
------------------------------------------------------
*/



#flash {
	margin-left: 239px;
	left:0px;
	top:0px;
	height:188px;
	/*background: #aaaaaa;*/
}

.inner-hero {
	margin:0px 0px 0px 239px;
	padding:0px 0px 0px 0px;
	height:104px;
	min-width:531px;

}

/*

#inner-hero {
	margin:0px 0px 0px 239px;
	padding:0px 0px 0px 0px;
	height:104px;
	min-width:531px;

}
*/

.inner-hero-left {
	width:100%;
	height:104px;
	padding: 0px;
	background: url(../images/hero-back.jpg) no-repeat left top;
}

.inner-hero-right {
	width:189px;
	background: url(../images/hero-right.jpg) no-repeat left top #ffffff;
	padding:37px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}

/*#inner-hero .left {
	width:100%;
	height:104px;
	padding: 0px;
	background: url(../images/hero-back.jpg) no-repeat left top;
	background: url(~/images/hero-back.jpg) no-repeat left top;
}*/	

/*#inner-hero .right {
	width:189px;
	background: url(../images/hero-right.jpg) no-repeat left top #ffffff;
	background: url(~/images/hero-right.jpg) no-repeat left top #ffffff;
	padding:37px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:right;
}*/



/*
------------------------------------------------------
page content
------------------------------------------------------
*/

	
#content {
	display:block;
	padding:0px  ;
}

#content-left {
	position:relative;
	margin-left: 239px;
	margin-right: 190px;
	padding: 0px;
	background: url(../images/tab-back.jpg) top right;
	background-repeat: no-repeat;
}

#content-left #inner {
	position:relative;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 0px;
}

#content-internal {
	position:relative;
	margin-left: 239px;
	margin-right: 18px;
	padding-right: 30px;
	background: url(../images/tab-back2.jpg) top right;
	background-repeat: no-repeat;
	/*min-width:501px;*/
}

#content-internal #inner {
	position:relative;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 0px;
}


.table-home {
	width: 98%;
	padding: 0px;
}	

.table-home .left {
	padding: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
	vertical-align: top;
}	

.table-home .right {
	width: 180px;
	padding: 0px;
	padding-bottom: 30px;
	vertical-align: top;
}	

img.findoutmore {
	margin-bottom: -3px;
	padding-right: 4px;
}

.table-subscribe {
	width: 95%;
	padding: 0px;
	background: #cccccc;
}	

.table-subscribe .left {
	background: #e0e0e0;
	padding-left: 10px;
}	

.table-subscribe .right {
	padding: 6px;
	background: #eaeaea;
}	

.subscribe-text {
	color: #2d6c9d;
	font-weight: bold;
}	







#content-right {
	position:relative;
	float: right;
	padding-right:20px  ;
	width: 171px;
	background: #ffffff;
}



#textbox-right {
	padding: 0px  ;
	background: #e0e0e0;
}

#textbox-right #content {
	padding: 20px  ;
	padding-top: 10px;	
}

.date {
	font-weight: bold;
	color: #996600;
}





#content-home {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	padding:4px  ;
}
	
#title {
	background-color:#ee7b32; 
	height:14px; 
	margin:3px;
	padding:6px 15px 0px 6px;
}
	
	



/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

#bottom {
	position:relative;
	display:block;
	margin: 0 auto;
	left:0px;
	top:0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(../images/footerline.gif);
	background-repeat:repeat-x;
	/*background-color: #ff3b32;*/	
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	text-align: right;
}

a.footer:link {
	color: #666666;
	text-decoration: none;
}

a.footer:hover {
	color: #333333;
	text-decoration: underline;
}


/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a          {
	/*font-size:1.1em;*/
	color: #2d6c9d; 
	text-decoration : none;
	font-weight:normal;
}

a:hover    {
	color: #2d6c9d;
	text-decoration : underline;
}


/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {

}


textarea {

}

select {

	}

TD.formCaptions {
	
}

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	width: 100%;
	height: 1px;
	/*background: url(../images/listdot.gif) repeat-x;*/
}


img.newspic {
	border: 1px solid #666666;
}


/*
------------------------------------------------------
Horizontal Navigation
------------------------------------------------------
*/

/* Root = Horizontal, Secondary = Vertical */
ul#navigation { font-size: 1em; height:50px; background: url(../images/bg_nav_right.gif) no-repeat right top; list-style: none; padding: 0; margin:0 0 0 0; position: relative; z-index: 999;
}

ul#navigation li {
float:left; height:35px; display:inline; list-style:none; position:relative; padding:15px 0px 0px 0px; margin:5px 0px; background:url(../images/bg_dotted.gif) no-repeat top right;
}

ul#navigation li li {
float:left; height: auto; display:inline; list-style:none; position:relative; padding:0px 0px 0px 0px; margin:0px 0px; }

ul#navigation ul {
width: 160px; list-style: none; display: none; position: absolute; z-index: 999; top: 50px; left: 0; padding: 0; margin: 0;
}

ul#navigation ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navigation ul ul { border-right: none;}

ul#navigation ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navigation a {
height:16px; color: #fff; float: none !important; /*For Opera*/ float: left; /*For IE*/ display: block; text-decoration: none; padding:5px 10px; margin:0;
}

/* Root Menu Hover Persistence */
ul#navigation a:hover,
ul#navigation li:hover a,
ul#navigation li.iehover a {
  color: #FFF;
}

/* 2nd Menu */
ul#navigation li:hover li a,
ul#navigation li.iehover li a { float: none; color: #fff; background:#0b548d; font-size:1.0em; border-bottom:1px solid #FFF; width:140px; height:auto; padding:5px 10px; margin:0; }

/* 2nd Menu Hover Persistence */
ul#navigation li:hover li a:hover,
ul#navigation li:hover li:hover a,
ul#navigation li.iehover li a:hover,
ul#navigation li.iehover li.iehover a {
   background: #bf9237;
  color: #FFF;
}

/* 3rd Menu */
ul#navigation li:hover li:hover li a,
ul#navigation li.iehover li.iehover li a {
  background:#0b548d;
  color: #FFF;
}

/* 3rd Menu Hover Persistence */
ul#navigation li:hover li:hover li a:hover,
ul#navigation li:hover li:hover li:hover a,
ul#navigation li.iehover li.iehover li a:hover,
ul#navigation li.iehover li.iehover li.iehover a {
   background: #bf9237;
  color: #FFF;
}

/* 4th Menu */
ul#navigation li:hover li:hover li:hover li a,
ul#navigation li.iehover li.iehover li.iehover li a {
  background:#0b548d;
  color: #FFF;
}

/* 4th Menu Hover */
ul#navigation li:hover li:hover li:hover li a:hover,
ul#navigation li.iehover li.iehover li.iehover li a:hover {
   background: #bf9237;
  color: #FFF;
}

ul#navigation ul ul,
ul#navigation ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navigation li:hover ul ul,
ul#navigation li:hover ul ul ul,
ul#navigation li.iehover ul ul,
ul#navigation li.iehover ul ul ul {
  display: none;
}

ul#navigation li:hover ul,
ul#navigation ul li:hover ul,
ul#navigation ul ul li:hover ul,
ul#navigation li.iehover ul,
ul#navigation ul li.iehover ul,
ul#navigation ul ul li.iehover ul {
  display: block;
}




