/* GENERAL ELEMENTS */
body {
	background-color:#EFEFEF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#939698;
	scrollbar-face-color:#939598;
	scrollbar-highlight-color:#939598;
	scrollbar-3dlight-color:#939598;
	scrollbar-darkshadow-color:#939598;
	scrollbar-shadow-color:#939598;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#d1d2d4;
	text-shadow: black 0px 0px 0px;
}

h1 {
	padding:25px 0 25px 0;
	font-size:30px;
	color:#008f9b;
}
 
h2 {
	padding:20px 0 20px;
	font-size:18px;
	font-weight:bold;
	color:#008f9b;
}
 
h3 {
}

.textRight{
	text-align:right;
}

.left{
float:left;
}

.right{
float:right;
}

/* LINKS  */

a.grey{
	color: #939698;
	text-decoration: none;
}

a:visited.grey {
	color: #939698;
	text-decoration: none;
}

a:hover.grey {
	text-decoration: underline;
}

a:active.grey {
	text-decoration: underline;
}

a.white{
	color: white;
	text-decoration: none;
}

a:visited.white {
	color: white;
	text-decoration: none;
}

a:hover.white {
	text-decoration: underline;
}

a:active.white {
	text-decoration: underline;
}

a.green{
	color: #008f9b;
	font-weight:bold;
	text-decoration: none;
}

a:visited.green {
	color: #008f9b;
	text-decoration: none;
}

a:hover.green {
	text-decoration: underline;
}

a:active.green {
	text-decoration: underline;
}


/* MAIN ELEMENTS */

#wrapper{
	width:77em;
	margin:auto;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	background:white;
}

/* TOP ELEMENTS */

#header{
	background:url(../images/headerBack.png);
	background-repeat:repeat-y;
	height:80px;
}

#logo{
	padding-top:10px;
	padding-left:15px;
	float:left;
}

#searchBox{
	float:right;
	width:21.67em;
	font-size:1.2em;
	color:white;
	padding-top:10px;
	padding-right:1.67em;
}

#searchBox input, #searchBox select{
	background:#e7e7e9;
	border:none;
	font-size:12px;
}

#searchBox #searchField{
	width: 120px;
	vertical-align: middle; /* for IE */
}


#searchBox #searchGo { 
	vertical-align: middle; /* for IE */
	width: 40px;
	background-color: #666;
	color: #fff;
}

#searchBox select{
	width: 160px;
}

*:first-child+html #searchBox input, *:first-child+html  #searchBox select{
	height:18px;
	font-size:11px;
}


/* MENU */

#navigation{
	background:black;
	height:2.4em;
}

*html #navigation{
	height:2.1em;
}

#menu {
	margin:0;
	padding:0;
	padding-left:5px;
}

#menu li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	margin-right:1px;
}
#menu li span {
	display:block; 
	z-index:100; 
	padding: 5px 35px 5px 10px;
	font-size:12px;
	font-weight: bold;	
}

*html #menu li span {
	padding: 0px 35px 0px 10px;
	margin-top:5px;

}

#menu li a, #menu li a:visited {
	display:block; 
	padding:0;
}

#menu dl {
	position:absolute; 
	top:0; 
	left:0; 
	margin: 0;
	padding: 0; 
	background: url(transparency.gif);
}
#menu dt {
	font-weight: bold;
	margin:0; 
	font-size:12px;
	float:left;
}
#menu dd {
	font-weight: bold;
	display:none;
	background: transparent;
	clear:left; 
	margin:0; 
	padding:0; 
	color:white; 
	font-size: 11px; 
	text-align:left;
	padding-bottom:2px;
	
}

#menu dt a, #menu dt a:visited {
	font-weight: bold;
	display:block; 
	color:white; 
	padding: 5px 10px 5px 10px;
	text-decoration:none;
}	

*html #menu dt a, *html #menu dt a:visited {
	font-weight: bold;
	padding: 5px 10px 5px 10px; 
}

#menu dd a, #menu dd a:visited {
	background:black; 
	color:white;  
	text-decoration:none; 
	display:block; 
	padding-left:10px;
	padding-right:10px;
	line-height:25px;
}

#menu li a:hover {
	border:0;
}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu li:hover dt a, #menu li a:hover dt a  {
	background: #EFEFEF; 
	color:black;
}

#menu dd a:hover{
	background: #EFEFEF; 
	color:black;
}

#menu li.selected  dt a:visited, #menu li.selected  dt a{
	background: #EFEFEF; 
	color:black;
}

#topBanner{
	height:225px;
}

/* MIDDLE ELEMENTS */

#middle{
	overflow:hidden;
	height:auto;
}

#content{
	width:54.5em;
	float:left;
	padding-bottom:2500px;
	margin-bottom:-2500px;
	height:auto;
}

*html #content{
	width:54.4em;
}

#contentText{
	padding-left:15px;
	padding-right:15px;
}

#contentText p{
	font-size:11px;
	line-height:1.8em;
}

#contentText p.withPic { 
	font-size:24px;
	color:#008f9b;
	padding-left:20px;
}

#contentText p.withPic img{ 
	vertical-align: middle;
}

#symLogo{
	padding-top:15px;
}

#infoBars{
	width:22.45em;
	float:right;
	font-size:10px;
	padding-bottom:2500px;
	margin-bottom:-2500px;
	background-color:#e7e7e9;
}

*html #infoBars{
	width:22.6em;
}
/*Subpage classes(left side)*/
.leftcontent
{
    padding-left:15px;
	line-height:25px;	
	color:#999999;	
	letter-spacing:1px;
	font-size:11px;
}
.leftcontent select
{
background:#e7e7e9;
	border:none;	
}
.leftlink a
{
	float:left;
	font-size:11px;
	padding-top:1px;
	line-height:normal;
	color:#333333;
	text-decoration:none;
}
/**/
/* SubPage Right*/
.RightPadding
{
	padding-left:15px;
	padding-right:15px;
}
.RightContent
{
font-size:12px;
}
.RightContent a
{
text-decoration:none;
font-size:11px;
color:#008f9b;
}
.RightContentProduct
{
font-size:11px;
line-height:1.8em;
}
.RightContentProduct a
{
text-decoration:none;
font-size:11px;
font-weight:bold;
color:#008f9b;
}

.boxTitleRight
{
	padding-left:5px;
	line-height:20px;
	font-weight:bold;
	color:white;
	background:url(../images/infoBack.png) repeat-y #034147;
	font-size:10px;
}


/**/
/* FLOATING RIGHT BOX GENERAL ELEMENTS */

.boxTitle{
	padding-left:15px;
	line-height:30px;
	font-weight:bold;
	color:white;
	background:url(../images/infoBack.png) repeat-y #034147;
	letter-spacing:1px;
	font-size:12px;
}

.boxContent{
	padding-left:15px;
}

/* NEWS ELEMENTS */

#news{
	height:200px;
	overflow:auto;
}

.newsItem{
	width:19.17em;
	padding-top:10px;
	clear:both;
}

.newsBody{
	float:left;
	width:15.42em;
}

.newsDate{
	float:left;
	font-size:12px;
	font-weight:bold;
}

.newsLink{
	float:left;
	font-size:11px;
	padding-top:1px;
	padding-left:5px;
}

.newsText{
	clear:both;
	font-size:10px;
}

.newsPic{
	float:right;
	padding-right:10px;
}

/* STAY INFORMED ELEMENTS */

#stayInformed{
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
}

#newsLetter{
	padding: 5px 0px;
	margin-left:-2px;
}

#newsLetter p{
	padding-bottom: .5px;
}

#stayInformed input{
	height:13px;
	width:105px;
	font-size:9px;
	border:none;
}

/* FOOTER ELEMENTS */

#footer{
	clear:both;
	background:black;
	color:white;
	font-size:10px;
	padding-left:15px;
	line-height:20px;
	height:20px;
}
#copyRight{
	padding-left:180px;
}