﻿/*topbar.css -- start*/

html {
	margin:0; 
	padding:0; 
	border:0; 
	background-color: #fff;
}

#topbar {
	margin: 0;
	padding:0;
	height: 122px;
}

#topbar #branding { margin:0; padding:0;	float:left;}

#topbar #search { margin:0; width:420px; float:right; margin-right: 10px;}
#topbar #search ul#topbar-links { margin:10px 0 6px 0; list-style-type:none; float:right; }
#topbar #search ul#topbar-links li { display:inline; padding-left:16px; background-image: url('../images/link-arrow-bg.gif'); background-repeat: no-repeat;background-position: left center;}
#topbar #search ul#topbar-links li a { font-size:88%; font-weight:bold; text-decoration:none; color:#525353; }
#topbar #search ul#topbar-links li a:hover { color: #0071c1; }
#topbar #search form#google-appliance-block-form  {	margin:0; float:right; }
#topbar #search form#google-appliance-block-form input#edit-submit { margin:0; float:right; }
#topbar #search form#google-appliance-block-form input#edit-search-keys {margin:1px 6px 1px 1px; float:right; }


/* styles for top navigation bar */

#horizontalcssmenu {
	clear: both;
}

#horizontalcssmenu ul#cssmenu1{ margin: 0; padding: 0; list-style-type: none;}
#horizontalcssmenu ul#cssmenu1 li{	position: relative;	display: inline; float: left; border-left: 1px #aeaeb0 solid; height: 31px;}
#horizontalcssmenu ul#cssmenu1 li a{ display: block;height:16px; background: #fff url('../images/nav_bg.jpg') top left repeat-x; padding: 8px 14px; text-decoration: none; color: #fff; font-weight:bold;	text-align:center; }
#horizontalcssmenu ul#cssmenu1 li a:hover{ background: #fff url('../images/nav_bg_on.jpg') top left repeat-x;}
	
/*Sub level menu*/
#horizontalcssmenu ul#cssmenu1 li ul{ margin:0;padding:6px 0;position: absolute;display: block;visibility: hidden;z-index: 100;background-color: #ddd;}

/*Sub level menu list items*/
#horizontalcssmenu ul#cssmenu1 li ul li{display: inline;float: none;border-left: none;}

/* Sub level menu links style */
#horizontalcssmenu ul#cssmenu1 li ul li a{
	padding: 4px 10px;
	width: 175px; /*width of sub menu levels*/
	font-size:88%;
	color:#000;
	background-image: none;	
	background-color: #ddd;
	border-width: 0 1px 1px 1px;
	text-align:left;
}

#horizontalcssmenu ul#cssmenu1 li ul li a:hover{
	background-image: none;	
	background-color: #ddd;
	color:#0071C1;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #horizontalcssmenu ul#cssmenu1 li { float: left; height: 1%; }
* html #horizontalcssmenu ul#cssmenu1 li a { height: 1%; }
* html #horizontalcssmenu ul#cssmenu1 li ul li { float: left;}
/* End */

#breadcrumbs { margin: 20px 0px 0px 20px;}
#google_translate_element {height: 44px;}

/*topbar.css -- end*/




/*base.css start*/

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */ 
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white; 
}


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
body{font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small; color:#333;}select,input,button,textarea{font:99% helvetica,arial,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
Creates rounded corners around divs.
Requires /css/border-radius.htc file
*/
.roundCorners {
    border: 1px solid #b4b4b4;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
/*base.css end*/

/*homepage.css start*/
h2 {
	color:#0071C1;
	margin-bottom: 5px; 
}

/* Page Structure Components*/
#mainbox {
  width: 980px;
  margin:0 auto;
  background-color: #fff;
  position: relative;  /*Do NOT remove - this style is required to round corners in IE */
  padding: 0 0 20px 0;
}

#contentbox {
	margin: 20px;
	padding: 0 20px 20px 20px;
}

/*old mta css for content box*/
#contentbox {
  width:760px;
  padding: 20px 50px 70px 70px;
}

#contentbox h1 {
	margin-top: 0px;
	color: #555;
	font-size: 153.9%;
	display: block;
	padding-bottom: 8px;
	border-bottom: 3px solid #aaa;
}

#contentbox h2 {
	color: #009;
}

#contentbox hr {
  background-color: #999;
  color: #999;
  width: 850px;
  height: 2px;
}
/*old mta*/



#bottombar {
	margin-bottom:0; 
	padding: 10px; 
}



#copyright p { font-size: 85%; color: #333; margin-bottom: 2px; }

.feature-box { margin-top:10px; padding:10px; height:186px; background: #fff; }
.feature-box img.162center { padding-left:50px; }
.feature-box img.center { padding:0 auto; }
.feature-box h3 { margin: 0; margin-bottom: 5px;}
.feature-box a { font-weight:bold; color: #0055aa; text-decoration:none; }

/* End Page Structure components */

/*homepage.css end*/


/*formalize.css start*/
html,
body {
	height: 100%;
	background-image: url('../images/grey_bg.jpg');
	background-repeat: repeat-x;
}

#topbar #search button, 
#topbar #search input[type="reset"], 
#topbar #search input[type="submit"],
#topbar #search input[type="button"] {
    padding:3px 10px 4px;
    -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;    
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #DDDDDD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#ddd));
    border-color: #DDDDDD #BBBBBB #999999;
    border-image: none;
    border-radius: 11px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0 none;
    overflow: visible;    
    text-shadow: 0 1px 1px #FFFFFF;
    width: auto;
}

/*formalize.css end*/