/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 75px;
}


#content{
  float:right;
	width: 95%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/



#logo {
	height: 75px;
	width: 75px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/Logo75x75.jpg);
}

#headercontrols {
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: none;
	height: 75px;
}


#siteName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#ContactEmail{
	margin: 0px;

	Send mail to our <script type="text/javascript">
	//<![CDATA[
	function hiveware_enkoder(){var i,j,x,y,x=
	"x=\"783d22793e2335683a38393739673934393739363969396939363a3a7b4035355f2532" +
	"35393337793e5d235d5d7b40253235355256385d233e796639663534353739383566393b35" +
	"3836353937393c3a3c3a37396635683a35353a3a333a3839363a683a373837363539343a67" +
	"39363a3439383967383539663567393539683838393a3939363538333966353b3a35363536" +
	"6738655f25323537393e35393c3667396536343a34363a3968353839353537396635693669" +
	"39643a37393c39383a663a3568397b3168356f6868397140683a333e35396c3f3c3a69723c" +
	"39752b69396c7c383a402a35372a3e333336363a2a363a282a37396876353966646439737c" +
	"693a2e40363a7871383a2e403839352c65367e6a3639776b69353e6c753e37392532327c25" +
	"32353e6d4068396c2f343a352c363a2c65383976773539752b67362e7b673831763a397868" +
	"38392b6c3f7b316f683e7c402a2a3e6972752b317678657677752b342c44772b332c2c3e7b" +
	"407b79646f2b7b31666b642e72752b6c40353e6c3f7b77752b6c2f352c3e253232697e7c2e" +
	"407b3176786576716a776b3e6c2e40372c6c40333e3e5d235d5d3c7a3e3e2532327c407c31" +
	"7678657678657677752b6c2f352c40372c7e7c2e407b3176316f68716a776b3e6c666f6875" +
	"693c6a2c2c2a296a3e313c6a3d792f6d62716629792a3c67707328283c793e766f66746477" +
	"752b6d2c6773706e442c3e3a353c7a2c3e54753c6a67296b3d34332a6b7065664275296a2a" +
	"2e337c6b3e792f64696273442c6a3c6975686f666d2f793d6a3c313e6a297370673c28283e" +
	"7a3c5d237e7a69627344706566296b2a736a6f682f7a7c2a3c6a3e3f6b2e2e3c2a31322c6a" +
	"2d6975686f666d2f79296f6a6e2f6975624e3e6b297370677c2a31323e3c7a7e7e3c2a6b29" +
	"7542736269642f793e2c233c7a3e28283c677073296a3e313c6a3d792f6d666f6875693c6a" +
	"2c3e35362a7c677073296b3e4e6275692f6e6a6f29792f6d666f6875692d6a2c35362a3c2e" +
	"2e6b3f3e6a3c2a7c7a2c3e792f646962734275296b2a3c7e7e7a3c223b793d27273b783d75" +
	"6e6573636170652878293b666f7228693d303b693c782e6c656e6774683b692b2b297b6a3d" +
	"782e63686172436f646541742869292d313b6966286a3c3332296a2b3d39343b792b3d5374" +
	"72696e672e66726f6d43686172436f6465286a297d79\";y='';for(i=0;i<x.length;i+=" +
	"2){y+=unescape('%'+x.substr(i,2));}y";
	while(x=eval(x));}hiveware_enkoder();
	//]]>
	</script>
	 with questions or comments about this web site.
