 /*************** KND Menu styles *****************/
/*             Knowledge Net Design               */
/************Chris Garrett - January 2006**********/

/*****************************************/
/* HTML tags                             */
/*****************************************/ 
* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "Lucida Grande","Microsoft Sans Serif",Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: 1.166;	
}

a:link, a:visited, a:hover {
	color: #DD5500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #DDDDCC;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Georgia, serif;
}

h1{
 font-size: 120%;
 color: #333333;
}

h2{
	display: none;
	font-size: 114%;
	color: white;
	font-weight: lighter;
}

h3{
	font-size: 110%;
	font-weight: lighter;
	color: #555566;
}

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: #DDDDCC;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	width: 100%;
	background-color: white;
}

#header{
	background-image: url(../images/titleSkyLogo.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #333333;
	height: 120px;
}

#rightColumn{
	display: none; /*hides the right column from mobile users*/
	font-family: "Microsoft Sans Serif",Arial,Helvetica,sans-serif;
	background-color: #cccccc;
}

#content{
	width: 100%;
}

#footer{
	clear: both;
	border-top: 1px solid #666666;
	font-size: 65%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
   the bottom border of the rightColumn in cases where they "touch" */

/***********************************************/
/*Component Divs                               */
/***********************************************/

/***************Header Styles*******************/
#skipTo {
	font-size: 9px;
	text-align: right;
	color: #666666;
}
#skipTo a{
	color: #666666;
}
#skipTo a:hover{
	color: black;
}

.siteName{
	margin: 0px;
	padding: 13px 10px 10px 10px;
	text-align: right;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0 0 0 10px;
	color: #666666;
}

/************* #menu styles **************/

#menu{
	margin: 60px 0 0 0;
	text-align: left;
	color: white;
	padding: 5px 10px 0px 10px;
	background-image:url(../images/menubgGreen.jpg);
	height: 25px;
}

#menu a:link {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	color: white;
}
#menu a:visited {color: white}
#menu a:hover {color: black}
#menu a:active {color: white}

/************* #submenu styles *************/

#submenu{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/***********************************************/
/*****************Content Styles****************/
/***********************************************/


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 0 10px;
	font-size: 80%;
	background-color: white;
	margin: 0 0 5px 5px;
	/*border: 1px solid #C7C5BA;*/
}

.feature p{
  padding: 0px 10px 10px 0px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.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 0 0px 10px;
	font-size: 80%;
	background-color: white;
	margin: 5px 0 0 5px;
	/*border: 1px solid #C7C5BA;*/
}

.story p{
  padding: 0px 10px 10px 0px;
}


/************* #footer styles ***************/

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************Home Page 3 columns***********************/

#productsHome {
	clear: both;
	margin: 0 0 0 5px;
	border: 1px solid #999999;
	background: #AFD329;
}
#productsHome td {
	padding: 7px;
}
#productsHome p {
	font-size: 70%;
}
#productsHome h3 {
	font-size: 90%;
	color: white;
}
* html body #productsHome h3 {
	font-weight: bolder;
}
#homeLeft{
	width: 33%;
	background-image: url(../images/homeFeatureLeft.jpg);
	background-repeat: repeat-y;
}
#homeCenter{
	width: 30%;
	background-image: url(../images/homeFeatureCent.jpg);
	background-repeat: repeat-y;
}
#homeRight{
	width: 33%;
	background-image: url(../images/homeFeatureRight.jpg);
	background-repeat: repeat-y;
}

/***********************************************/
/*************** #rightColumn styles ***********/
/***********************************************/
#rightColumn h3{
	padding: 10px 0px 2px 0;
	font-size: 100%;
	color: #9BCDFF;
}
* html body #rightColumn h3{
	font-weight: bolder;
}

#rightColumn ul {list-style: none;}

/* hack to fix IE/Win's botched rendering of block-level anchors in lists */
#rightColumn li {
	border-bottom: 1px solid #555566; /*same colour as background*/
}

/* fix for browsers that don't need the hack */
html>body #rightColumn li {border-bottom: none;}

#rightColumn a:link {color: #DDDDCC}
#rightColumn a:visited {color: #DDDDCC}
#rightColumn a:hover {color: #AFD329}
#rightColumn a:active {color: #DDDDCC}

/*********** #rightContent styles ***********/

.rightContent{
	position: relative;
	padding: 0px 0px 10px 17px;
	background-color: #444453;
	background-image: url(../images/444453Edge.jpg);
	background-repeat: repeat-y;
	color: #DDDDCC;
}

.rightContent a {
	font-size: 80%;
	display: block;
}
.rightContent a:link{
	padding: 2px 0px 2px 0;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

.rightContent a:hover{
	background-color: #555566;
}

/*********** .latest articles styles ***********/

.latestArticles{
	padding: 0px 0px 10px 15px;
}

.latestArticles a {
	font-size: 80%;
	border: 0;
}
.latestArticles a:hover{
	color: #DD5500;
}

/************* #search styles ***************/

.search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
.search form{

}
.search label{
	display: block;
}