/*------------------html elements-----------------------*/

A,BODY,CAPTION,DIV,EM,FIELDSET,H1,H2,H3,H4,H5,H6,INPUT,LABEL,LEGEND,LI,OL,P,SELECT,SPAN,STRONG,SUP,TD,TEXTAREA,TH,UL {
	font-family:arial,helvetica;
}

BODY {
	width: 750px;
	background-color:#FFFFFF;
	color:#666666;
	font-size:70%;
	margin:10px auto 0 auto;;
	padding:0.00em;
}

A {
	color:#FC1B23;
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}

IMG {
	border:0.00em;
	margin:0.00em;
	padding:0.00em;
}

TABLE {
	margin:0.00em;
	padding:0.00em;
}

H1 {
	color:#000000;
	font-size:1.70em;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

H2 {
	color:#000000;
	font-size:1.00em;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

H2 SPAN {
	font-weight:normal;
}

H2.big {
	color:#666666;
	font-size:1.60em;
	font-weight:normal;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

H3 {
	color:#000000;
	font-size:1.00em;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

H3 SPAN {
	font-weight:normal;
}

H4 {
	color:#000000;
	font-size:1.00em;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

H4 SPAN {
	font-weight:normal;
}

BLOCKQUOTE {
	margin:0px 0px 0px 0px;
}

P {
	color:#666666;
	font-size:1.00em;
	font-weight:normal;
	line-height:1.35em;
	margin:0px 0px 15px 0px;
}

SUP {
	font-weight:bold;
}

OL {
	color:#666666;
	font-size:1.00em;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0px;
}

OL OL {
	color:#666666;
	font-size:1.00em;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

UL {
	color:#666666;
	font-size:1.00em;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:0px;
}

UL UL {
	color:#666666;
	font-size:1.00em;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:0px;
}

LI {
	margin-bottom:5px;
}

/*------------------generic elements-----------------------*/

.hide {
	display:none;
	position:absolute; 
	left:-9999px;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}

.left {
	text-align:left !important;
}

.center {
	text-align:center !important;
}

.right {
	text-align:right !important;
}

.top {
	vertical-align:top !important;
}

.middle {
	vertical-align:middle !important;
}

.bottom {
	vertical-align:bottom !important;
}

.bg_grey {
	background-color:#F3F4F1 !important;
}

.fg_black {
	color:#000000 !important;
}

.fg_grey {
	color:#666666 !important;
}

.fg_error {
	color:#000000 !important;
	font-weight:normal;
}

.hr {
	background-color:#BCBEB8;
	border:0px;
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0px 0px 5px 0px;
	padding:0px;
}

UL.nobullet {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

UL.nobullet LI {
	list-style-type:none;
}

/*------------------forms-----------------------*/

FORM {
	clear:both;
	float:left;
	margin:0.00em;
	padding:0.00em;
}

LABEL {
	color:#666666;
	font-size:1.00em;
	font-weight:normal;
	margin:0px 0px 0px 0px;
}

SELECT {
	font-size:1.00em;
}

.go {
	background-color:#FFFFFF !important;
	height:18px !important;
	margin:0px 0px 0px 5px !important;
	width:33px !important;
}

.go:hover {
	background-color:#D0DEE9 !important;
}

.submit {
	background-color:#FFFFFF !important;
	border:0px !important;
	height:18px !important;
	margin:0px 0px 20px 0px !important;
	width:136px !important;
}

.submit:hover {
	background-color:#D0DEE9 !important;
}

.reset {
	background-color:#FFFFFF !important;
	border:0px !important;
	height:18px !important;
	margin:0px 0px 20px 0px !important;
	width:48px !important;
}

.reset:hover {
	background-color:#D0DEE9 !important;
}

.date2 {
	margin:0px;
	margin-right:5px;
	width:20px;
}

.date4 {
	margin:0px;
	margin-right:5px;
	width:30px;
}

/*------------------header-----------------------*/

#header { 
	/* Changed for 780px to 730px */
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#F3F4F1;
	padding:10px 10px 6px 10px;
	margin:0px 0px 4px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#header-logo {
	float: left; /* since this element is floated, a width must be given */
	width:190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:15px 0px 0px 0px;
	margin:0px;
}


#header-title {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:15px 0px 0px 0px;

}


#header-banner{ 


}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a header that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

HTML>BODY #header {
	width:730px;
}


/*------------------breadcrumb-----------------------*/

#breadcrumb-bg {
	background-color:#FC1B23;
	background-image:url("../images/breadcrumb_top.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
	clear:both;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#breadcrumb {
	background-image:url("../images/breadcrumb_bot.gif");
	background-position:0% 100%;
	background-repeat:no-repeat;
	margin:0px;
	padding:10px;
	width:750px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:730px;
}

HTML>BODY #breadcrumb {
	width:730px;
}

#breadcrumb UL {
	border:none;
	display:inline;
	margin-left:0px;
	padding-left:0px;
} 

#breadcrumb UL LI {
	border:none;
	color:#FFFFFF;
	display:inline;
	font-weight:bold;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

#breadcrumb UL LI A {
	color:#FFFFFF;
}

#breadcrumb UL LI A.on {
	text-decoration:underline;
}

/*------------------page body-----------------------*/

#pagebody {
	clear:both;
	float:left;
	margin:0px;
	padding:0px 0px 10px 0px;
	width:750px;
}

HTML>BODY #pagebody {
	padding-bottom:25px;
}

/*------------------menu-----------------------*/

#menu-column {
	clear:both;
	float:left;
	width:189px;
}

#menu-column-rtl {
	float:left;
	width:189px;
}

#menu-bg {
	background-color:#D9DCD3;
	background-image:url("../images/menu_top.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
	clear:both;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#menu {
	background-image:url("../images/menu_bot.gif");
	background-position:0% 100%;
	background-repeat:no-repeat;
	margin:0px;
	padding:20px 10px 10px 10px;
	width:189px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:169px;
}

HTML>BODY #menu {
	width:169px;
}

/*------------------menu main-----------------------*/

#menu UL.menu-main {
	background-color:#D9DCD3;
	border-bottom:1px solid #BCBEB8;
	margin:0px;
	padding:0px;
}

#menu UL.menu-main LI {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu UL.menu-main LI A {
	border-top:1px solid #BCBEB8;
	color:#666666;
	display:block;
	margin:0px;
	padding:3px 0px 3px 0px;
	width:169px;
}

#menu UL.menu-main LI A.on {
	background-color:#D0DEE9;
	border-top:1px solid #666666;
	color:#000000;
}

#menu UL.menu-main LI A:hover {
	background-color:#D0DEE9;
	color:#000000;
	text-decoration:none;
}

#menu UL.menu-main LI A SPAN {
	font-family:verdana;
}

/*------------------menu sub-----------------------*/

#menu UL.menu-sub {
	background-color:#BCBEB8;
	border-bottom:1px solid #666666;
	margin:0px;
	padding:0px 0px 0px 20px;
}

#menu UL.menu-sub LI {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu UL.menu-sub LI A {
	border-top:1px solid #666666;
	color:#000000;
	display:block;
	margin:0px;
	padding:3px 0px 3px 5px;
	width:149px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:144px;
}

HTML>BODY #menu UL.menu-sub LI A {
	width:144px;
}

#menu UL.menu-sub LI A.on {
	background-color:#D0DEE9;
	color:#000000;
}

#menu UL.menu-sub LI A:hover {
	text-decoration:none;
}

#menu UL.menu-sub LI A SPAN {
	font-family:verdana;
}

/*------------------menu auxiliary-----------------------*/

#menu UL.menu-aux {
	margin:20px 0px 0px 0px;
	padding:0px;
}

#menu UL.menu-aux LI {
	background-color:#BCBEB8;
	border-top:1px solid #FC1B23;
	border-bottom:2px solid #D9DCD3;
	color:#000000;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu UL.menu-aux LI A {
	color:#000000;
	display:block;
	margin:0px;
	padding:3px 0px 3px 5px;
	width:169px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:164px;
}

HTML>BODY #menu UL.menu-aux LI A {
	width:164px;
}

#menu UL.menu-aux LI A:hover {
	background-color:#D0DEE9;
	text-decoration:none;
}

/*------------------menu forms-----------------------*/

#search-form {
	margin:10px 0px 9px 0px;
	width:169px;
}

#sites-form {
	border-top:1px solid #BCBEB8;
	padding:7px 0px 0px 0px;
	width:169px;
}

#sites-form LABEL {
	color:#000000;
}

.menu-form-left {
	clear:both;
	float:left;
	width:131px;
}

.menu-form-left-rtl {
	clear:both;
	float:right;
	width:131px;
}

.menu-form-left INPUT,.menu-form-left-rtl INPUT {
	font-size:1.00em;
	margin-top:-1px;
	width:125px;
}

HTML>BODY .menu-form-left INPUT,.menu-form-left-rtl INPUT {
	margin-top:0px;
	width:127px;
}

.menu-form-left SELECT,.menu-form-left-rtl SELECT {
	font-size:1.00em;
	width:131px;
}

HTML>BODY .menu-form-left SELECT,.menu-form-left-rtl SELECT {
	width:131px;
}

.menu-form-right {
	float:right;
	text-align:right;
	width:38px;
}

.landingbox {
	border-bottom:1px solid #BCBEB8;
	height:80px;
	min-height:80px;
	padding:5px;
}

HTML>BODY .landingbox {
	height:auto;
}

.landingbox P {
	margin-bottom:5px;
}

/*------------------content-----------------------*/

#content {
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	width:384px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:364px;
}

HTML>BODY #content {
	width:364px;
}

.content-column {
	float:left;
	margin:0px;
	padding:0px;
	width:177px;
}

.content-column-rtl {
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	width:177px;
}

.content-column-narrow {
	float:left;
	margin:0px;
	padding:0px;
	width:66px;
}

.content-column-narrow-rtl {
	float:right;
	margin:0px;
	padding:0px;
	width:66px;
}

.content-column-wide {
	float:left;
	margin:0px;
	padding:0px;
	width:288px;
}

.content-column-wide-rtl {
	float:right;
	margin:0px;
	padding:0px;
	width:288px;
}

#main-content {
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	width:540px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

.content-column-left {
	float:left;
	margin:0px;
	padding:0px;
	width:260px;
}

.content-column-right {

	float:right;
	margin:0px;
	padding:0px;
	width:260px;
}
#home-content {
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	width:384px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:310px;
}
.home-content-column {
	float:left;
	margin:0px;
	padding:0px;
	width:231px;
}

H1.title_image {
	margin:0px 0px 5px 0px;
	padding: 21px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:21px; /* for IE5.5's bad box model */
}

H2.title_image {
	margin:0px 0px 5px 0px;
	padding: 21px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:21px; /* for IE5.5's bad box model */
}

H3.title_image {
	margin:0px 0px 5px 0px;
	padding: 21px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:21px; /* for IE5.5's bad box model */
}

.author-date {
	margin-bottom:0px;
}

.author-date SPAN {
	color:#000000;
}

.author-name {
	margin-bottom:0px;
}

TABLE.data {
	color:#000000;
	margin-bottom:15px;
	width: 100%;
}

TABLE.data TH {

}

TABLE.data TD {
	border-bottom: 1px solid #CCCCCC;
	font-size:0.70em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size:1.00em;
}

HTML>BODY TABLE.data TD {
	font-size:1.00em;
}

TABLE.extraspace {
	margin-bottom:0px;
}

TABLE.extraspace TD {
	padding-bottom:10px;
	padding-top:10px;
}

P.back {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:1px;
}

.content-form {
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	width:364px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:344px;
}

HTML>BODY .content-form {
	width:344px;
}

.content-form H2 {
	margin-top:5px;
	margin-bottom:10px;
}

.content-form LABEL {
	display:block;
	float:left;
	width:130px;
}

.content-form SELECT {
	border:1px solid #999999;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	width:205px;
}

.content-form INPUT {
	border:1px solid #999999;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	width:202px;
}

.content-form TEXTAREA {
	border:1px solid #999999;
	height:100px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	width:202px;
}

.content-search {
	float:left;
	margin:0px 0px 1px 0px;
	padding:0px 10px 0px 10px;
	width:364px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:344px;
}

HTML>BODY .content-search {
	width:344px;
}

.content-search H2 {
	font-weight:normal;
	margin-top:10px;
}

.content-search P {
	margin-bottom:10px;
}

.content-downloads {
	float:left;
	margin:0px;
	padding:0px 10px 0px 10px;
	width:364px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:344px;
}

HTML>BODY .content-downloads {
	width:344px;
}

.content-downloads H2 {
	margin-top:5px;
	margin-bottom:10px;
}

.content-downloads TABLE.data TD {
	border-bottom: 1px solid #FFFFFF;
}

.map_green {
	border-bottom:1px solid #07C12E;
	list-style-image:url("../images/map_green.gif");
}

.map_orange {
	border-bottom:1px solid #FF9000;
	list-style-image:url("../images/map_orange.gif");
}

.map_blue {
	border-bottom:1px solid #0047E7;
	list-style-image:url("../images/map_blue.gif");
}

.map_purple {
	border-bottom:1px solid #000986;
	list-style-image:url("../images/map_purple.gif");
}

.map_pink {
	border-bottom:1px solid #F201C2;
	list-style-image:url("../images/map_pink.gif");
}

.map_yellow {
	border-bottom:1px solid #EABC03;
	list-style-image:url("../images/map_yellow.gif");
}

/*------------------right share price-----------------------*/

#right-share {
	background-color:#F3F4F1;
	clear:both;
	margin:0px 0px 20px 0px;
	padding:5px 10px 5px 10px;
	width:177px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:157px;
}

HTML>BODY #right-share {
	margin-top:-3px;
	width:157px;
}

#right-share P {
	color:#000000;
	margin-bottom:3px;
}

#right-share P  SPAN {
	color:#666666;
}

#right-share IMG {
	margin:0px 6px 0px 3px;
}

/*------------------right menu-----------------------*/

#rightmenu-bg {
	background-color:#E9EEF2;
	background-image:url("../images/right_top.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
	clear:both;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#rightmenu {
	background-image:url("../images/right_bot.gif");
	background-position:0% 100%;
	background-repeat:no-repeat;
	margin:0px;
	padding:20px 0px 10px 0px;
	width:177px;
}

#rightmenu UL {
	background-color:#E9EEF2;
	border-bottom:1px solid #FFFFFF;
	margin:0px;
	padding:0px;
}

#rightmenu UL LI {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#rightmenu UL LI A {
	border-top:1px solid #FFFFFF;
	color:#666666;
	display:block;
	margin:0px;
	padding:3px 5px 3px 10px;
	width:177px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:162px;
}

HTML>BODY #rightmenu UL LI A {
	width:162px;
}

#rightmenu UL LI A.on {
	background-color:#D0DEE9;
	border-top:1px solid #FFFFFF;
	color:#000000;
}

#rightmenu UL LI A:hover {
	background-color:#D0DEE9;
	color:#000000;
	text-decoration:none;
}

/*------------------right image caption-----------------------*/

.rightimage {
	background-image:url("../images/caption_bg.gif");
	background-position:0px 118px;
	background-repeat:repeat-x;
	clear:both;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0px;
	width:177px;
}

.rightimage H2 {
	color:#000000;
	margin:2px 10px 2px 10px;
}

.rightimage H3 {
	color:#000000;
	margin:2px 10px 2px 10px;
}

.rightimage P {
	color:#000000;
	margin:0px 10px 5px 10px;
}

/*------------------right shortcut links-----------------------*/

#shortcutmenu-bg {
	background-color:#FFFFFF;
	background-image:url("../images/shortcuts_bg.gif");
	background-repeat:repeat-y;
	clear:both;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#shortcutmenu-bg1 {
	background-image:url("../images/shortcuts_top.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
}

#shortcutmenu {
	background-image:url("../images/shortcuts_bot.gif");
	background-position:0% 100%;
	background-repeat:no-repeat;
	margin:0px;
	padding:10px 0px 10px 0px;
	width:177px;
}

#shortcutmenu UL {
	margin:0px;
	padding:0px;
}

#shortcutmenu UL LI {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:1px 5px 1px 10px;
	width:177px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:162px;
}

HTML>BODY #shortcutmenu UL LI {
	width:162px;
}

#shortcutmenu H2 {
	font-weight:normal;
	padding:0px 5px 0px 10px;
}

#shortcutmenu H3 {
	font-weight:normal;
	padding:0px 5px 0px 10px;
}

/*------------------footer-----------------------*/

#footer {
	clear:both;
	border-top:1px solid #BCBEB8;
	float:left;
	margin:0px;
	padding:2px 0px 15px 0px;
	width:750px;
}

#footer-left {
	color:#000000;
	float:left;
	font-size:0.90em;
	width:250px;
}

#footer-left-rtl {
	color:#000000;
	float:right;
	font-size:0.90em;
	width:199px;
}

#footer-right {
	float:left;
	width:500px;
}

#footer-right UL {
	font-size:0.90em;
	margin:0.00em;
	padding:0.00em;
}

#footer-right UL LI {
	color:#BCBEB8;
	display: inline;
	list-style: none;
	margin:0px 3px 0px 0px;
	padding:0.00em;
}
