@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F6F6F6;
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #000000;
}

a{
	color: #0066FF;
	text-decoration: underline;
}
em{
	font-style: italic;
}
a:hover{
	text-decoration: underline;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 8px;
	color: #333;
	font-weight: normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	color: #333;
	text-transform: none;
	margin-bottom: 8px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	line-height: 25px;
	font-weight: normal;	
}
h4.news{
	font-size: 11px;
	color: #333;
	line-height: 11px;
	margin-bottom: 4px;
	font-weight: bold;
}
h4.news a{
	color: #333;
	text-decoration: none;
}
h4.employeeHeader{
	font-size: 13px;
	color: #333;
	line-height: 13px;
	margin-bottom: 4px;
	font-weight: bold;	
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
h5.employeePosition{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 11px;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	border: 1px solid #333333;
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
li{
	margin: 0;
	padding: 0;	
}

/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#outerWrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../images/bg-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 1002px;
	overflow: hidden;
	background-image: url(../images/mid-bg-fade-rep.jpg);
	background-position: top center;
	background-repeat: repeat-y;	
	text-align: center;
}
#aboveTop{
	margin: 0;
	padding: 0;
	height: 12px;
	width: 1002px;
}
#siteContainer {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	width: 952px;
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/mid-bg-fade.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
	text-align: left;
}
#bottomContainer{
	margin: 0;
	padding: 0;
	clear: both;
	width: 1002px;
	height: 35px;
	background-image: url(../images/bottom-edge.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/* Main container styles - END */

#upperArea{
	height: 75px;
	padding-left: 13px;
	padding-right: 13px;
}
#logoArea{
	width: 150px;
	padding-left: 25px;
	padding-top: 15px;
	margin-right: 165px;
	float: left;	
}
#menuArea{
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 1px;
	background-color: #0088CC;
	height: 21px;
	clear: both;
}
#menuContainer{
	margin: 0;
	padding: 0;
	padding-left: 12px;
	padding-right: 12px;
}
#menuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menuContainer ul li{
	font-size: 10px;
	float: left;
	margin-right: 42px;
	padding-top: 3px;
}
#menuContainer ul li a{
	color: #FFFFFF;
	text-decoration: none;
}
#menuContainer ul li a:hover{
	color: #FFCC00;
}
#menuContainer ul li a.selected{
	color: #FFCC00;
}
#subMenuContainer{
	margin: 0;
	padding: 0;
	width: 197px;
}
#subMenuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subMenuContainer ul li{
	font-size: 13px;
	float: left;
	width: 197px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}
#subMenuContainer li:hover{
	background-color: #0088CE;
	color: #FFFFFF;
}
#subMenuContainer li.selected{
	background-color: #0088CE;
}
#subMenuContainer ul li a{
	color: #000000;
	text-decoration: none;
	width: 173px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
}
#subMenuContainer ul li:hover a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#subMenuContainer ul li a:hover{
	color: #FFFFFF;
	display: block;
}
#subMenuContainer li a.selected{
	color: #FFFFFF;
	display: block;
}
#mainContentContainer{
	clear: both;
	width: 502px;
	margin-left: 15px;
	margin-right: 15px;
}
#frontContentContainer{
	width: 820px;
	padding-left: 152px;
	padding-right: 28px;
	padding-top: 25px;
}
#contentContainer{
	clear: both;
	padding-left: 13px;
	padding-right: 13px;
	min-height: 500px;
}
#normalContentContainer{
	margin: 0;
	padding: 0;
	clear: both;
	padding-left: 13px;
	padding-right: 13px;
	min-height: 450px;
	padding-top: 12px;
	background-image: url(../images/bg-image.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.contentSplitContainer{
	clear: both;
	width: 926px;
	background-image: url(../images/content-bar-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
.leftSplitContainer{
	width: 197px;
	float: left;
	min-height: 300px;
}
.rightSplitContainer{
	width: 729px;
	float: left;
}
.rightSplitLeftContainer{
	width: 532px;
	float: left;
	min-height: 485px;
}
#breadcrumb{
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 12px;
	font-size: 9px;
}
#breadcrumb a{
	text-decoration: none;
	color: #000000;
}
.rightSplitRightContainer{
	width: 197px;
	float: left;
}
.rightSplitRightContainer h2{
	margin-left: 10px;
	margin-top: 10px;
}
.rightSplitRightContent{
	padding: 12px;
	width: 173px;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}
.rightSplitRightContent h2{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.rightHeader{
	float: left;
}
.rightSplitRightPortfolioContainer{
	float: left;
	width: 173px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #FFFFFF;
}
.rightSplitRightPortfolioLeftContent{
	margin: 0;
	padding: 0;
	float: left;
	width: 87px;
}
.rightSplitRightPortfolioRightContent{
	margin: 0;
	padding: 0;
	float: right;
	width: 86px;
}
.rightSplitRightPortfolioRightContent a{
	color: #333333;
	text-decoration: none;
}
.rightSplitRightPortfolioRightContent a:hover{
	color: #0066FF;
	text-decoration: none;
}
#bottomContent{
	margin: 0;
	padding: 0;
	clear: both;
	width: 926px;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 12px;
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 5px;
	font-size: 10px;
}
#bottomContent p{
	margin: 0;
	padding: 0;
}
#productContentContainer{
	width: 820px;
	padding-left: 152px;
	padding-right: 28px;
	padding-top: 25px;
}
#articleFrontContainer{
	float: left;
	margin-right: 25px;
}
#articleMainContainer{
	clear: both;
}
.articleItem{
	float: left;
	margin-bottom: 25px;
}

.articleImage{
	clear: both;
	width: 502px;
}
.articleImageSplit{
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

.articleText{
	clear: both;
	font-size: 12px;
	color: #333333;
	margin-top: 20px;
}
.articleWideText{
	float: left;
	width: 410px;
	font-size: 11px;
	color: #666666;
	line-height: 150%;
}
#newsFrontContainer{
	float: left;
	width: 243px;
}
#newsSideContainer{
	float: left;
	width: 177px;
	padding: 10px;
	line-height: 130%;
}
#newsSideContainer p{
	margin-bottom: 15px;
}
#newsSideContainer h4{
	line-height: 150%;
}
.newsFrontImage{
	clear: both;
	margin-bottom: 13px;
}
.newsFrontItem{
	clear: both;
	font-size: 10px;
	margin-bottom: 13px;
}
#bannerContainer{
	background-color: #FFFFFF;
	width: 197px;
	float: left;
	min-height: 245px;
}
#bannerContainer p{
	margin: 0;
	padding: 0;
	padding-left: 12px;
	padding-top: 12px;
}
#bannerContainer hr{
	height: 4px;
	color: #E3E3E3;
	border: 2px solid #E3E3E3;
}
.banner{
	float: left;
	width: 70px;
	min-height: 35px;
	margin: 8px;
}
#underBottomContainer{
	width: 975px;
	padding-left: 25px;
	text-align: left;
}
#contentNewsList{
	float: left;
	width: 502px;
}
.newsListItem{
	float: left;
	width: 501px;
	margin-bottom: 10px;
}
.newsListItemRight{
	margin: 0;
	padding: 0;
	float: left;
	width: 177px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.newsListHeader{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
}
.newsListHeader a{
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}
.newsListHeader a:hover{
	color: #0066FF;
	text-decoration: none;
}
.newsListDate{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.newsListText{
	font-size: 12px;
}
.employeeContainer{
	float: left;
	width: 478px;
	margin-bottom: 15px;
}
.employeeLeft{
	float: left;
	width: 100px;
	margin-right: 15px;
}
.employeeRight{
	float: left;
	width: 363px;
}
.employeeWide{
	float: left;
	width: 478px;
}
.nopadding{
	padding: 0;
}