/************************************************/
/*    CSS Document		            			*/
/*    By Lucas Knapp					  		*/
/*    Knapp Industries							*/
/*    www.knappindustries.com					*/
/************************************************/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #546E82;
	line-height: 1.166;
	margin: 0px;
	padding: 0px; 
	background-color: #C8E278;
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(../images/pageimages/green_background.jpg);
}

#page {
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	background: url(../images/pageimages/background.jpg) repeat-y 50% 0; */
	width: 795px;
	w\idth: 770px;	
}

#pageFooter {
	float: right;
	background-color: #C8E278;
	background-image: url(../images/pageimages/green_footer_border_4.jpg); 
	background-repeat: no-repeat;
	background-position: top right;
	height: 40px;
	width: 100%;	
}

.border_out { 
	/* border: #666666 solid;
	border-width: 1px 1px 1px 1px;  */
}

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

a:hover {
	text-decoration: none;
	background-color: #8EC0E0;
}
/* 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;
	color: #FFFFFF;
}

h2{
	color: #006699;
}

h3{
	font-size: 14px;
	color: #546E82;  /*6A8CA6*/
}

h4{
	font-weight: normal;
	color: #333333;
}

h5{
	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                                 */
/***********************************************/
#masthead{
	margin: 0;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 128px;		
	background-color: #C8E278;
	background-position: left top;
	background-image: url(../images/pageimages/green_header_border5.jpg);
	background-repeat: no-repeat;
}

#navBar{
	width: 478px; /*255*/
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	background-color: #F57603;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(../images/pageimages/ornge_left.jpg);
}

#content{
	display:inline;
	width: 255px; /*478*/
	padding-right: 7px;
	float: right;
	background-color: #A6D321;
}

/* ************ Content Text Links ************ */
/* add class="highlight" to the link*/
a.highlight:link { 
	color: #546E82;
	text-decoration: underline; 
}
a.highlight:active { 
	color: #546E82; 
	text-decoration: underline; 
}

a.highlight:visited { 
	color: #546E82; 
	text-decoration: underline; 
}

a.highlight:hover {
	color: #546E82; 
	text-decoration: underline; 
	background: #8EC0E0;
}

/* Component for Content body internal page links */
span.highlight
{
background-color:#DDDDDD;
}

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

/************** #pageName styles ***************/
#pageName{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************** .feature styles ***************/
.feature{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.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-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

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

/************** #footer ***********************/
#footer{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 30px;
	width: 100%;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/pageimages/green_footer.jpg);
}

#footer_nav{
	display:inline;
	color: #666666; 
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 0px;
	word-spacing: 5px;
	letter-spacing: .5px;
}

#address{
	display:inline;
	color: #333333;
	text-align: center;
	float: right;
	margin-right: 45px;
	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;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36587A;
	letter-spacing: .5px;
	width: 150px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #36587A;
	border-left-color: #36587A;
	display:block;
	background:transparent url(../../images/opaque.png); 
	background-repeat: repeat;
	background-position: left top;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #36587A;	
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #36587A;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #36587A;
	background-color: #dddddd;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/************** .relatedLinks styles ************/
.relatedLinks{
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************** #advert styles ******************/
#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#advert img{
	display: block;
	background-color: #FFFFFF;
}

/************** #headlines styles **************/
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
