/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:778px;
 margin:auto;
 }

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: #0066FF;
 padding-bottom: 10px;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 105%;
 font-weight: bolder;
 color: #000000;
}

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;
}

.bold {
	font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
}

#content{
  float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/midframe.png) repeat-y;
}

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

#logo{
	width: 635px;
	height: 107px;
	float: left;
	}
	
#iconarea{
	padding-top: 5px;
	width:143px;
	height:102px;
	background: url(images/logo_07.png) no-repeat;
	float:left;
	}

#iconarea img{
	border: none;
	}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	font-weight: bold;
	padding: 30px 20px 5px 20px;
	background: url(images/topframe1.png) no-repeat;
}

#breadCrumb a:link, a:visited, a:hover {
	color: #0066FF;
	text-decoration: none;
}


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

.feature{
	padding: 0px 20px 5px 20px;
	font-size: 78%;
}

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

.feature img{
	float: right;
	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: 5px 20px 5px 20px;
	font-size: 78%;
}

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

.story img{
	display:inline;
	padding: 0 10px 0 10px;
	}

.spacer{
	background: url(images/btframe.png) no-repeat;
	height: 54px;
}

#skyplus{
	clear: both;
	padding: 5px 20px 5px 20px;
	font-size: 78%;
}

#skyplus p{
  padding: 0px 0px 10px 0px;
}

#skyplus img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

#skymulti{
	clear: both;
	padding: 5px 20px 5px 20px;
	font-size: 78%;
}

#skymulti p{
  padding: 0px 0px 10px 0px;
}

#skymulti img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

#skyhd{
	clear: both;
	padding: 5px 20px 5px 20px;
	font-size: 78%;
}

#skyhd p{
  padding: 0px 0px 10px 0px;
}

#skyhd img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 60%;
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	background:url(images/footer1.jpg) repeat-x;
	height: 20px;
}
/* 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" */

/************** #advert styles **************/

.advert{
	padding: 0px 0px 10px 0px;
	font-size: 50%;
	/*border-top: 1px solid #cccccc;*/
	text-align:center;
	color: #999999;
}

.advert img{
	padding: 10px;
	/*display: block;*/
}


/************* #botframe styles *************/

#botframe{
	font-size: 80%;
}

/************ nifty columns ****************/

ul#intro,ul#intro li{list-style-type:none;margin:0;padding:0; line-height: 1.5;}
ul#intro{width:100%;overflow:hidden;margin-bottom:20px;}
ul#intro li{float:left;width:165px;margin-right:20px;padding: 10px 0}
/*li#column1{text-align:justify;}
li#column2{text-align:justify;}
li#column3{text-align:justify;}
li#column4{text-align:justify;}*/
ul#intro li#column4{margin-right:0;/*background: #acc2e0*/}
ul#intro p,ul#intro h3{margin:0;padding: 0 10px}
ul#intro h3{text-transform:uppercase;padding-bottom:3px;}
ul#intro img{padding-left: 20px; border:none;}

img.left{
	float: left;
	padding-bottom: 15px;
}

img.right{
	float: right;
	padding-bottom: 15px;
}

/************** form styles ********************/

form dd {
	margin: 0;
	}
	
#fname, #lname, #address1, #address2, #city, #county, #email {
	width: 200px;
	background-color: #CCCCCC;
	}

#pcode, #phone {
	width: 160px;
	background-color: #CCCCCC;
	}
	
#contact {
	padding: 0 0 0 75px;
	font-size: 80%;
	}
	
#contact textarea {
	background-color: #CCCCCC;	
	}

/************** split styles ********************/

#navPanel {
	float: left;
	width: 530px;
	font-size: 78%;
	margin-right: 20px;
	padding: 5px 0px 5px 20px;
}

#adPanel {
	float: left;
	width: 190px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 50%;
	color: #999999;
	/*margin-right: 10px;
	*/
}

