/***********************************************/
/* wsi.css                            */
/*  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	float:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	text-decoration:none;
}
body{
	background-color: #33FF00;
	background-image: url(images/support/logobg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:78%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin:0em;
	padding:0pt;
	text-align: center;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #003300;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0.25em;
	padding-left: .75em;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #FF0000;
}

/************** header tag styles **************/

h1{
	color:#009D00;
	font-family:Arial,sans-serif;
	font-size:120%;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:0px;
	padding:1.5em 0em 0em 1.2em;
	width:100%;
}

h2{
	color: #1b1b1b;
	font-size: 114%;
	font-weight: bold;
}

h3{
 	font: bold 100% ;
 	color: #334d55;
 	margin: 0px;
	 padding: 0px;
}

h4{
 	font: 100% ;
 	color: #333333;
	 margin: 0px;
	 padding: 0px;
}

h5{
	 font: 100% ;
	 color: #1b1b1b;
	 margin: 0px;
	 padding: 0 0 1em 1em;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
 margin-left: 2em;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}
				
img{
	border-color:#009d00;
}
.dropcap {
	float:left;
	color:#009d00;
	font-size:4em;
	line-height:.6em;
	padding:.1em .1em 0 0;
	font-family: Times, serif, Georgia;
} 
/***********************************************/
/* Component Divs                              */
/***********************************************/
#container {
	width: 63em;
	text-align: left;
	background-color: #009d00;
	background-image: url(images/support/container/containerbg.gif);
	background-repeat: repeat;
	background-position:right;
	margin: auto;
	position: relative;
	z-index: 3;
}
#contentwrapper_topswoosh {
	background-image: url(images/support/border.gif);
	background-position:top right;
	background-repeat: repeat-y;
	width:63em;
}
#contentwrapper_bottomswoosh {
	background-image: url(images/support/container/swoosh_new_bottom.gif);
	background-position:bottom right;
	background-repeat: no-repeat;
}
/********search styles********/
#search {
	z-index:99;
	margin:auto;
	padding:1em;
}

/*********Masthead Styles**********/
#masthead{
	width:63em;
	background-image: url(images/support/masthead/MH_image.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	background-color: #1b1b1b;
	text-indent:-999em;
	height: 160px;	
}
#masthead h1{
	background-image: url(images/support/masthead/MH_name.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 2em;
	top: 53px;
	padding: 10px 0 0;
	width:49em;
	border-bottom:1px solid #009d00;
}
#masthead p{
	background-image: url(images/support/masthead/MH_italic_text.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	position: relative;
	top: 20px;
	left: 11em;
	height: 70px;
	width:28em;
	border-top:1px solid #009d00;
}
#logo{
	position: absolute;
	top: 10px;
	left: 10px;
	text-indent:0;
	width:100px;
	height: 100px;
}
/************** pageName styles ****************/

#pageName{
	background-color:#009d00;
	margin: 0 2em 0em 0em;
	width: 61.4em;
}
#pageName h1{
	color: #1b1b1b;
	font-size: 150%;
	font-weight: bold;
	margin:0;
	padding: 0 0 0 2em;
}
/************* suckerfish navbar*****************/
#nav, #nav ul {
	background-color: #1b1b1b;
	float: left;
	width: 11em;
	margin:1em 0 0 1em;
	z-index: 2;
	border: thin solid #009d00;
	padding: 1em 0 1em 0;
	display:inline;
}
#nav a {
	display: block;
	width: 11em;
	padding-left: 2em;
}
#nav li a {
	color:#009d00;
	width:11em;
	display:block;
	font-weight:bold;
	text-decoration:none;
	border:1px #1b1b1b;
}
#nav li a:hover {
	color:#1b1b1b;
	background-color:#009d00;
	width:9em;
}
#nav li {
	float: left;
	width: 11em;
	background-color: #1b1b1b;
	position: relative;
/*	margin-bottom: -1px; */
}
#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 11.05em;
	margin-top: -2.5em;
	width: 11em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color:#1b1b1b;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*******headlines styles *****/
.newsheadlines {
	margin:1em 1.5em;
}	
#headlines.rsslinks {
       padding: 1px;
}
#headlines {
	float:right;
	padding-right:0.3em;
	margin: 1em 3em 0;
	width:11em;
	display:inline;
	line_height:10px;
/*	background-color: #1b1b1b;
	border: thin solid #009d00; */

}
#headlines h1 {
	color:#009d00;
	font-size:120%;
	padding: 0.5em 1em 1em 2.3em;
}
#headlines h2 {
	color:#009d00;
	font-size:100%;
	padding-bottom: 1em;
	padding-left: 1em;
}
#headlines p {
	color:#009d00;
	font-size:90%;
	padding: 0 .5em 1em 1em;
}
#headlines a {
	color:#009d00;
	font-size:87%;
	text-decoration: underline;
}
#headlines a:hover {
	text-decoration:none
}
/************** content ************/
#homecontent {
	width: 39em;
	background-color: transparent;
	margin:0 11em 0 11em;
	z-index: 2;
}
#content {
	background-image: url(images/support/logobg.gif);
	margin:1em 3em 1em 13em;
	padding:2em;
	z-index: 2;
	color:#1b1b1b;	
}
#content h1 {
	margin:0;
	padding:0em 2em 1em 0em;
	font-size:150%;
	font-style:italic;
}
#content h2 {
	font-size:120%;
	font-style:italic;
	padding:0 0 .3em 0;
}
#content p {
	font-size:100%;
	padding:0 1.5em 1em 0;
}
#content blockquote {
	text-indent: 20px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	background-image: url(images/support/quotes1.png);
}
#content blockquote p {
	display: inline;
	margin: 0;
	padding: 0 1.5em 0 0;
	background: url(images/support/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: small;
	font-style: italic;
}
#content a {
	color: #7c6240;
	text-decoration: underline;
	Padding:0;
}
#content a:hover {
	text-decoration: none;
}
#content ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size:100%;
}
#content ul ul{
	margin-left:2em;
}
#content li{
	background-image: url(images/support/bullets/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 0 0 1em 1em;
}
#content img {
	float: right;
	padding: 1em;
}
#content table{
	font-size: 90%;
	padding:0 1em;
}
#content td{
	padding: 0.5em;
}
/*****www.vertexwerks.com rounded corner css style******/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
#content .sidebox {
	margin: 0 1em 0 0;
	float:left;
	width: 14em; /* ems so it will grow */
	background: url(images/support/corners/boxbottom-r.gif) no-repeat bottom right;
	font-size: 100%;
}
#content .sideboxright {
	margin: 0 1em 0 0;
	float:right;
	width: 14em; /* ems so it will grow */
	background: url(images/support/corners/boxbottom-r.gif) no-repeat bottom right;
	font-size: 100%;
}
#content .boxhead {
	background: url(images/support/corners/boxtop-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content .boxhead h4 {
	background: url(images/support/corners/boxtop-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: #009d00; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#content .boxbody {
	background: url(images/support/corners/boxbottom-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 5px 10px 21px;
}
#content .boxbody a{
	color:tan;
}
/*****captioned images styles*******/
#content .figureright {
	float: right;
	width: 45%;
	border: thin #009d00 solid;
	margin: 0.5em;
	padding: 0em 0 0.5em 2em;
}
#content .figureright p {
	text-align: center;
	font-style: italic;
 	font-size: smaller;
	text-indent: 0;
}
#content .figureleft {
	float: left;
	width: 45%;
	border: thin #009d00 solid;
	margin: 0 1em 0 0;
	padding:0 0 0 2em;
}
#content .figureleft p {
	text-align: center;
	font-style: italic;
 	font-size: smaller;
	text-indent: 0;
}
#content img.scaled {
  	width: 100%;
}
#content .borderbox{
	Border:1px solid #009d00;
	Margin:0 0 1em 0;
	Padding:1em 1em 1em 1em;
	clear: right;
	
}
/************** siteInfo styles ****************/

#siteInfo{
	clear:both;
	border-top: 1px solid #009d00;
	background-color: #1b1b1b;
	text-align: center;
}
#siteInfo a {
	color:#009d00;
	font-size: 90%;
	padding: 1em;
	text-decoration:underline;
}
#siteInfo a:hover {
	text-decoration:none;
}
#siteInfo h2 {
	color: #1b1b1b;
	font-size: 90%;
	font-style: italic;
	background-image: url(images/support/logobg.gif);
	background-repeat: repeat;
	margin:0 auto 0 auto;
}
#siteInfo p {
	background-color:#1b1b1b;
	color:#009d00;
	font-size:90%;
	padding: .2em 0 .2em 0;
}
#google{
	position:relative;
	left:-2em;
	margin:0;	
}
#google img{
	float:none;
	padding: 0;
	position: relative;
	bottom: -1em;
}
#newsletter {
	background-color:gray;
	padding:0 0 1em 1em;
	margin:0 0 1em 0;
	width: 26em;
}
#calendar img{
	position:relative;
	right:-1em;
	top:1em;
	padding:0;
	margin:0 0 1em 0;
	border: 2px solid #009d00;
}
/*******slideshow styles ******/
#slideshow {
	margin:  1em auto;
	width:436px;
	height:332px;
}
/************** feature styles *****************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}
body .feature {
	height: auto;
	float: none;
	text-align: left;
	display: block;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #ffffff;
	padding: 30px 0px 5px 0px;
}

.feature img{
	padding: 0px 10px 0px 0px;
	right: 0em;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 16px;
	color: #000000;
}
.story h3{
	font: bold 70% Arial,sans-serif;
	color: #1b1b1b;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
}
.story p {
	padding: 0px 0px 10px 0px;
}
.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover{
	text-decoration: underline;
}
/********************* end **********************/
