/************************************************/
/*    CSS Document		            			*/
/*    By Lucas Knapp					  		*/
/*    Knapp Industries							*/
/*    www.knappindustries.com					*/
/************************************************/

body{
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
	color: #4C4C4C;   /*848484 old color*/
	line-height: 1.166;
	background-repeat: repeat-y;
	background-position: center top; 
	background-color: #778274;
	background-image: url(../images/gbf_starter.bmp);
}

.border_out { 
	border: #666666 solid;
	border-width: 1px 1px 1px 1px; 
}

a.main:link, a.main:visited, a.main:hover {
	color: #1F3245;
	text-decoration: none;
	padding: 4px 3px 4px 3px;	
}

a.main:hover {
	text-decoration: none;
	background-color: #dddddd;
	padding: 2px 2px 2px 2px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: #666666;
}

/* ************ Body Text Links ************ */
a.highlight:link { 
	color: #436976; 
	text-decoration: underline; 
}
a.highlight:active { 
	color: #436976; 
	text-decoration: underline; 
}

a.highlight:visited { 
	color: #436976; 
	text-decoration: underline; 
}

a.highlight:hover {
	color: #436976; 
	text-decoration: underline; 
	background: #DEE7EC;
}

/* ************ End of Body Text Links ************ */

/* 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: #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;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #36587A;
	height: 106px;	
	background-color: #DDE9F0;
	background-position: left bottom; 
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#navBar{
	width: 182px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top; 
	background-image: url(../images/sidebarbg.jpg); 
}

#content{
	display:inline;
	width: 592px;
	float: right;
	background-color: #F8F8F8;	
}

/***********************************************/
/*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;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/compass_page.jpg);

}

.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;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #F0F0F0;
	background-position: left top; 
	background-repeat: repeat-x; 
	background-image: url(../images/bottom_line.jpg); 
}

#footer_nav{
	display:inline;
	color: #666666; 
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	word-spacing: 1px;
	letter-spacing: .5px;
}

#head_nav{
	display:inline;
	color: #666666; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	word-spacing: 1px; 
	letter-spacing: .5px;

}

#address{
	display:inline;
	color: #333333;
	text-align: center;
	float: right;
	margin-right: 45px;
	margin-top: 10px;
	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 ***********/

#sectionLinksout{
    width: 143px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #CACACA;
	background-color: #FFFFFF;
}

#sectionLinks{
	position: relative;
	padding: 0px;
	letter-spacing: .5px;
	width: 143px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display:block;
}

#sectionLinks h3{
	padding: 10px 0px 4px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 4px 10px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 4px 10px;
}

#sectionLinks a:hover{
	border-top: #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;
}
