html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	text-align: center;
	background: #fff url(/design/site/images/bodyBg.gif) repeat-x;
	font: normal 11px verdana, helvetica, arial, sans-serif;
	color: #000;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 775px;
}
.red {color: red;}
.blue {color: #0079c2;}
.smRed {
	font-size: 10px;
	color: red;
}
.smGray {
	font-size: 10px;
	color: #444;
}
.space {
	margin-bottom: 10px;
}
a {text-decoration: none;}
a.noLinkFx:link,
a.noLinkFx:visited,
a.noLinkFx:active,
a.noLinkFx:hover {
	border: none;
	text-decoration: none;
	background: transparent;
}
a:link,
a:visited {
	color: #0079c2;
}
a:active {color: red;}
a:hover {
	color: red;
	text-decoration: underline;
}
a.noLinkFx,
a.noLinkFx * {
	text-decoration: none;
	border: none;
	outline: none;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.clearAfter,
.clearBefore{
	display: inline-table;
	min-height: 1px;
	height: auto;
}
.clearAfter:after,
.clearBefore:before {
    content: ".";
    display: block;
    height: 0;
	line-height: 0;
    clear: both;
    visibility: hidden;
}
.forceClear {
	clear: both;
	margin-top: -2px;
	font-size: 0.1em;
	min-height: 0;
	height: 0;
	line-height: 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imageLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.imageRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.padRight {
	padding-right: 10px;
}
.padLeft {
	padding-left: 10px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-bottom: 10px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #0079c2;
	margin-bottom: 10px;
}
h3 {
	margin: 0;
	font-size: 11px;
	color: #0079c2;
	margin-bottom: 10px;
}
h4 {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0 0;
	text-decoration: underline;
}
div#p1 {
	padding-bottom: 15px;
}
table.renderedtable {
	border-collapse: collapse;
}
div#p1 ul {
	margin-left: 25px;
	padding-top: 0;
	padding-left: 5px;
	list-style-type: square;
}
.glossaryTable {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	border: 1px solid #dbdbdb;
}
.glossaryTable td {
	padding: 3px 0 3px 3px;
}
.glossaryTable p {
	margin: 0!important;
	padding: 0!important;
}
hr.solidLine {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	border-left: none;
	border-right: none;
}

/*HEADER*/

#header {
	padding-top: 52px;
	text-align: left;
}
div#headerLogo {
	float: left;
	width: 182px;
}
div#headerLogo a {
	outline: none;
}
h1#logo {
	text-indent: -9999px;
	width: 178px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: transparent url(/design/site/images/logoWithGradBg.jpg) no-repeat left top;
}
#logo,
#emailSignUp,
#sendToColleague {
	border: none;
}
#emailSignUp {margin-right: 10px;}
#headerRightColumn {
	margin-top: 23px;
	float: right;
}

div.news_item {
	margin-bottom: 3px;
}

/*NAVIGATION*/

#nav {
	margin-top: 3px;
	text-align: left;
}
ul#navList {
	height: 27px!important;
}
ul#navList,
ul#navList ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul#navList li {
	float: left;
	position: relative;
}
ul#navList li ul li a {
	display: block;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background: #fff;
	outline: none;
}
ul#navList li a:hover {
	background: #fff!important;
}
ul#navList li a img { border: none;}
ul#navList li ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 9999;
}
ul#navList li ul li {clear: left;}
ul#navList ul li a {
	display: block;
	padding: 0 5px;
	width: 170px;
	outline: none;
}
ul#navList li:hover li a:hover,
ul#navList li.over li a:hover {
	background: #84bae1!important;
	color: #000;
}
ul#navList li:hover li a,
ul#navList li.over li a {
	color: #fff;
	background: #4295d1;
	outline: none;
}
ul#navList li:hover a,
ul#navList li.over a {
	background: #4295d1;
	color: #fff;
	outline: none;
}
ul#navList li:hover ul,
ul#navList li.over ul {
	display: block;
}

/*SEARCH FORM*/

.searchLabel {display: inline;}
#searchFrm {float: left;}
#searchFrmLabel {
	float: left;
	margin: 0;
	padding: 0;
}
#SearchText {
	font-size: 11px;
	margin: 0 0 0 4px;
	padding: 8px 0 0 4px;
	border: none;
	width: 97px;
	height: 19px;
	background: transparent;
}
#searchCriteriaWrapper {
	float: left;
	padding: 0 8px 0 0;
	background: transparent url(/design/site/images/searchFldBgNav.jpg) no-repeat;
}
#submitImg {
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: transparent;
}

/* SEARCH RESULTS */

a.searchResult {
	display: block;
	margin: 0;
	padding-left: 10px;
	line-height: 22px;
	border-bottom: 2px solid #f8f8f8;
	outline: none;
}
a.searchResult:hover { background: #f8f8f8; }
div.searchResultContent * {
	margin: 0;
	padding: 0 0 0 10px;
}
div.searchResultContent p {
	text-indent: 10px;
}

/*BODY CONTENT*/

#bodyRightColumn{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
#bodyContent {
	margin-top: 5px;
	text-align: left;
	font: normal 11px verdana, helvetica, arial, sans-serif;
	color: #000;
	line-height: 16px;
}
#bodyContent p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}
div#breadcrumb {
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 10px;
}

/*tertiary nav*/
#tNavWrapper {  }
#catSubList {
	margin-top: 5px;
	margin-left: 20px;
	padding-top: 0;
	padding-left: 5px;
	list-style-type: square;
}
#catSubList li a {
	font-weight: bold;
}

/*FOOTER*/

#footer {
	clear: both;
	padding-top: 10px;
	text-align: left;
	font: normal 10px verdana, helvetica, arial, sans-serif;
	color: #000;
}
#lineAboveFooter {
	clear: both;
	display: block;
	margin-bottom: 5px;
	padding-top: 5px;
}
#nav2 {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 5px 2px;
}
#nav2 li {float: left;}
#nav2 li.right {float: right;}
#nav2 li a {
	color: white;
	font-size: 10px;
	margin: 0;
	outline: none;
	padding: 0 0 0 15px;
}
#nav2 li.right a {
	font-size: 10px;
	margin: 0;
	padding: 0 0 0 15px;
}
#nav2 li.active a {
	text-decoration: underline; 
	font-weight: bold;
}
#nav2 li.separator {
	color: white;
	padding-left: 15px;
}
#nav2 li img {
	vertical-align: middle;
	border: 0;
}
#nav2 li img.flag {
	padding: 1px;
	border: 1px solid white;
}
#footerContent {
	font-size: 10px;
	color: #444;
}
#footerContent span {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 13px;
}
#footerContent a,
#footerContent a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
#footerContent a:hover {color: red;}

/*FORM STYLES*/

form input,
form textarea,
form select {
	font: normal 12px verdana, helvetica, arial, sans-serif;
}
form label {
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 2px;
}
form input.small {
	width: 125px;
}
form input.medium {
	width: 175px;
}
form input.large {
	width: 300px;
}
form select.small {
	width: 128px;
}
form select.medium {
	width: 178px;
}
form select.large {
	width: 303px;
}
form textarea.medium {
	width: 264px;
}
form textarea.large {
	width: 364px;
}
.formValidation h2 {
	color: red;
}


/* CONTACT FORM */

div#bodyContent.contactForm .clear { clear: both; }
div#bodyContent.contactForm label { cursor: pointer; }
div#bodyContent.contactForm label span.block,
div#bodyContent.contactForm .fieldTitle {
	font-weight: bold;
}
div#bodyContent.contactForm .w181 { width: 181px; }
div#bodyContent.contactForm .w376 { width: 376px; }
div#bodyContent.contactForm .w379 { width: 379px; }
div#bodyContent.contactForm .w100 { width: 100px; }
div#bodyContent.contactForm .w103 { width: 103px; }
div#bodyContent.contactForm .w188 { width: 188px; }
div#bodyContent.contactForm .w200 { width: 200px; }
div#bodyContent.contactForm .w75 { width: 75px; }
div#bodyContent.contactForm .w382 { width: 382px; }
div#bodyContent.contactForm .h50 { height: 50px; }
div#bodyContent.contactForm .w287 { width: 287px }
div#bodyContent.contactForm .w262 { width: 262px }
div#bodyContent.contactForm .w258 { width: 258px }
div#bodyContent.contactForm div.formButtons { padding-top: 10px; }


/*SITEMAP*/

div.sitemap ul {
	margin: 5px 0;
	line-height: 20px;
	vertical-align: middle;
}
.sitemap .column {
  margin-left: 10px;
  width: 225px;
  margin-right: 10px;
}
.sitemap .page {
  display: block;
  background: url(/design/site/images/page_text.gif) no-repeat;
  padding-left: 20px;
  padding-bottom: 2px;
  margin-left: 10px;
  line-height: 18px;
  vertical-align: middle;
}
.sitemap .folder {
  display: block;
  background: url(/design/site/images/folder.gif) no-repeat;
  padding-left: 20px;
  padding-bottom: 2px;
  line-height: 18px;
  vertical-align: middle;
  border-bottom: 1px dashed #dbdbdb;
}


.icon { padding: 5px 0 5px 20px }
.doc_icon { background: transparent url(/design/site/images/icons/icon_doc.gif) no-repeat 0 2px }
.txt_icon { background: transparent url(/design/site/images/icons/icon_txt.gif) no-repeat 0 2px }
.xls_icon { background: transparent url(/design/site/images/icons/icon_xls.gif) no-repeat 0 2px }
.rss_icon { background: transparent url(/design/site/images/icons/icon_feed.gif) no-repeat 0 2px }
.vcard_icon { background: transparent url(/design/site/images/icons/icon_vcard.gif) no-repeat 0 2px }
.exe_icon { background: transparent url(/design/site/images/icons/icon_exe.gif) no-repeat 0 2px }
.dmg_icon { background: transparent url(/design/site/images/icons/icon_dmg.gif) no-repeat 0 2px }
.pps_icon { background: transparent url(/design/site/images/icons/icon_pps.gif) no-repeat 0 2px }
.pdf_icon { background: transparent url(/design/site/images/icons/icon_pdf.gif) no-repeat 0 2px }
.fla_icon { background: transparent url(/design/site/images/icons/icon_flash.gif) no-repeat 0 2px }
.zip_icon { background: transparent url(/design/site/images/icons/icon_archive.gif) no-repeat 0 2px }
.ical_icon { background: transparent url(/design/site/images/icons/icon_ical.gif) no-repeat 0 2px }
.css_icon { background: transparent url(/design/site/images/icons/icon_css.gif) no-repeat 0 2px }
.ttf_icon { background: transparent url(/design/site/images/icons/icon_ttf.gif) no-repeat 0 2px }
.img_icon { background: transparent url(/design/site/images/icons/icon_pic.gif) no-repeat 0 2px }
.vid_icon { background: transparent url(/design/site/images/icons/icon_film.gif) no-repeat 0 2px }
.audio_icon { background: transparent url(/design/site/images/icons/icon_music.gif) no-repeat 0 2px }


.object-center { padding: 5px 0; text-align: center; }

/*HOME PAGE*/
div#homeBody {
	float: left;
	width: 500px;
	line-height: 22px;
	font-size: 12px;
}
div#homeBody p {
	margin-left: 0;
}
div#homePress {
	float: right;
	width: 230px;
	font-size: 11px;
}
div#homePress p {
	margin-left: 0;
	margin-bottom: 10px;
}
div#homePress a {
	text-decoration: none;
	color: black;
}
div#homePress a:hover {
	text-decoration: underline;
}
div#teaser {
	margin-top: 10px;
}

/* PRESS RELEASES */
div.newsDate {
	float: left;
	width: 100px;
}
div.newsTitle {
	float: left;
	width: 650px;
	margin-bottom: 10px;
}
div.newsTitle p {
	margin: 0;
}
h1.year {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #888888;
}
div#p1.pressRelease p {
	margin-bottom: 10px;
}