@charset "utf-8";
/* CSS Document */

body{
  margin: 0; 
  padding: 0; 
  background-color:#ffcc33;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
}

h1#pageHeading{
	font-size:28px;
	color:#363;
	padding-bottom:10px;
	margin-bottom:18px;
	color:#333333;
	border-bottom:1px solid #999999;
}

h2{
	font-size:18px;
	margin:0px;
	color:#d95536;	
}

h2.marginBottom{
	margin-bottom:15px;
}

h3{
	font-size:15px;
	margin:0px;
	color:#000;
}

h3.newsHeadline{
	margin-top:14px;
	margin-bottom:4px;
}

#pageContainer{
  margin: 0 auto; 
  min-width:900px;;
  width: 900px;	
}

#header{
	padding-left:10px;
	padding-right:10px;
	height:100px;
	position:relative;
	z-index:100;
}

#languageSupport{
	text-align:center;
	position: relative;
	top:15px;
	font-size:10px;
	font-weight:bold;
}

#languages{
	margin-left:5px;
	word-spacing:10px;	
}

#languages a:link { color: #000000; }
#languages a:visited { color: #000000; }
#languages a:hover { color: #000000; }
#languages a:active { color: #000000; }

#headerLogo{
	position:absolute;
	z-index:100;
	top:-80px;
	left:-5px;
}

#contactInfo{
	text-align:right; 
	margin-right:30px;	
}

#phoneNumber{
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
}

#contactEmail{
	font-size:11px;
	font-weight:bold;
	position: relative;
	top: -8px;
}

#contactEmail a:link { color: #000000; }
#contactEmail a:visited { color: #000000; }
#contactEmail a:hover { color: #000000; }
#contactEmail a:active { color: #000000; }

.tabNavigationImg{
	position:relative; top:-19px; left:182px; margin-right:12px; cursor:pointer; border:0px;
}

.tabNavigationText{
	position:relative;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	margin-top:40px;
	top:0px;
	left:-5px;
}

.tabNavigationText a:link { color: #000000; }
.tabNavigationText a:visited { color: #000000; }
.tabNavigationText a:hover { color: #000000; }
.tabNavigationText a:active { color: #000000; }

#pageBody{
	min-height:400px;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-right:20px;
}

#leftColumnNav{
	width:225px;
	float:left;
	margin-top:70px;
	min-height:420px;
	position:relative;
	z-index:2;
	
}

#enlargeImages{
	position:absolute;	
	top:0px;
	left:210px;
	background-color:#CCCCCC;
}

#enlargedColumnSentry{
	position:absolute;
	z-index:100;
	top:-45px;
	left:-90px;
	display:none;
}

#bodyTop{
	height:27px; 
	background-color:#FFFFFF; 
	margin-left:40px; 
	margin-right:40px;
	top:0px; 
	left:0px;
	text-align:left;
	position:relative;
	z-index:600;
}


#leftSideWrapper{
position:relative;
background-image:url(site_images/left_drop_shadow.png);
background-repeat:repeat-y;
z-index:1;

}

#rightSideWrapper{
position:relative;
background-image:url(site_images/right_drop_shadow.png);
background-repeat:repeat-y;
background-position:right;
z-index:1;
}

#contentArea{
	width:630px;
	float:right;
}

#bottomCornerContainer{
	position:relative; 
	background-color:#FFF; 
	margin-left:45px; 
	margin-right:45px; 
	height:28px;	
}

#footer{
	margin-top:4px;
	height:44px;
	color:#000000;
	text-align:center;
	padding-top:4px;
	padding-bottom:12px;
	font-size:10px;
	
}

#footer a:link { color: #000000; margin-left:20px; margin-right:20px; }
#footer a:visited { color: #000000; margin-left:20px; margin-right:20px;}
#footer a:hover { color: #000000;  margin-left:20px; margin-right:20px;}
#footer a:active { color: #000000; margin-left:20px; margin-right:20px;}


.horizontalArea{
	width:100%;
}

.newsCopy{
	color:#666;	
}

.formLine{
	line-height:28px;
	clear:both;
}

.formLabelShort{
	display:inline-block;
	width:80px;	
	float:left;
}

.textFieldStd{
	background-image:url(site_images/textFieldBG.jpg);
	border:1px solid #CCC;
	padding-left:3px;
	padding-top:3px;
}

.textFieldSmall{
	background-image:url(site_images/textFieldBG.jpg);
	border:1px solid #CCC;
	padding-left:3px;
	padding-top:3px;
	font-size:12px;
}

a { color: #3793d4; }
a:visited { color: #3793d4; }
a:hover { color: #3793d4; }
a:active { color: #3793d4; }

a.navItem{
	color:#7d8589;
	text-decoration:none;
}

a:hover.navItem{
	color:#003;	
	text-decoration:none;
}


#productLogo{
	position:absolute;
	right:100px;
	max-width:200px;
}

#dropDownContainer{
	position:absolute; background-color:#FFFFFF; position:relative; top:-24px; left:550px; cursor:pointer; border:1px solid #000000; width:141px; text-align:left; 
}

a.dropDownLink{
	color:#000000;	border-bottom:1px solid #000; padding:3px; width:135px; text-decoration:none; display:block;
}

a:hover.dropDownLink{
	background-color:#ffcc33; width:135px;
}