/*
//-----------------------------------------------------------------------------

	shell.css
	
	version:	1.0
	date:		07/13/09
	author:		[Martin Olson @ innertwine]
	email:		[martin@innertwine.com]

	website:	[www.nwaf.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/

/*	Colors

Teal	#004963
Rust	#a9763d
Red		#be1e2d
60%K	#808285


*/

/* My Comment */

/*	Reset Browser Styles & Import External Styles
-----------------------------------------------------------------------------*/

@import url("reset.css");
@import url("typo.css");


/*	Global Elements
-----------------------------------------------------------------------------*/

body {
	background: #fff url(/stock/bkg-scene.jpg) 0 bottom repeat-x;
	margin: 0;
	padding: 0;
	text-align: center
	}
.wrap {
	color: #808285;
	font-size: 12px;
	margin: 0 auto;
	width: 960px
	}
a:link,
a:visited {
	
	}

/*	Header
-----------------------------------------------------------------------------*/

.hdrwrap {
	background: url(/stock/header-bkg.gif) 0 0 repeat-x
	}
#header {
	height: 125px;
	padding-top: 25px;
	margin: 0 20px 0 30px
	}
#sitesearch {
	float: right;
	margin-top: 40px
	}
	#sitesearch input.txtfield {
		border: 1px solid #004963;
		color: #808285;
		font-size: 11px;
		padding: 2px 3px;
		margin-right: 5px;
		width: 150px
		}
	#sitesearch input.submit {
		background: #004963;
		border: 1px solid #004963;
		color: #fff;
		font-size: 11px;
		padding: 1px 8px
		}
		#sitesearch input.submit:hover {
			background: #6692a1;
			border: 1px solid #6692a1;
			}
			
/*	Navigation
-----------------------------------------------------------------------------*/

#navwrap {
	clear: both;
	background: url(/stock/nav-bkg.gif) 0 0 no-repeat;
	height: 35px;
	padding: 5px 20px 5px 25px
	}
#social {
	float: right;
	margin-top: 3px; /* vertically align with nav */
	text-align: right
	}
ul#sitenav {
	display: block;
	float: left;
	height: 35px
	}
	ul#sitenav li {
		background: url(/stock/nav-divider.gif) 0 center no-repeat;
		display: block;
		float: left;
		font-size: 15px;
		padding: 5px
		}
		ul#sitenav li.first { background: none } /* remove left border from first nav tab */
	ul#sitenav li a:link,
	ul#sitenav li a:visited {
		color: #a9763d;
		padding: 4px 15px;
		text-decoration: none
		}
	ul#sitenav li a:hover {
		background: #6692a1;
		color: #fff
		}
	ul#sitenav li a.selected {
		background: #4c7f91/*6692a1*/;
		color: #fff
		}


/*	Flash
-----------------------------------------------------------------------------*/

#slideshow {
	margin-bottom: 25px
	}

#slideshow .noflash {
	background: url(/stock/slideshow-bkg.jpg) 0 0 no-repeat;
	height: 350px
	}
#swfmap {
	margin-bottom: 25px
	}
	#swfmap .noflash {
	background: url(/stock/swfmap-bkg.gif) 0 0 no-repeat;
	height: 20px;
	padding: 195px 20px 0 /* for text link */
	}
	
	
		
/*	Content
-----------------------------------------------------------------------------*/

#content {
	clear: both;
	margin: 0 0 20px 45px;
	text-align: left
	}
	
/* breadcrumb */

#breadcrumb {
	
	}
	#breadcrumb ul {
		margin-bottom: 20px;
		padding: 10px 0
		}
		#breadcrumb li {
			background: url(/stock/crumb-arrow.gif) 0 center no-repeat;
			display: inline;
			padding-left: 10px;
			padding-right: 5px
			}
			#breadcrumb li.first { background: none; padding-left: 0 }
		#breadcrumb li a:link,
		#breadcrumb li a:visited {
			color: #004963;
			font-size: 10px;
			text-decoration: none
			}
		#breadcrumb li a:hover {
			text-decoration: underline
			}
			#breadcrumb li a.selected {
				font-weight: 700;
				}
.pg-options {
	display: block;
	float: right;
	margin-top: 5px; /* align with h2 */
	text-align: right;
	width: 100px
	}
				
/*	Main Column
-----------------------------------------------------------------------------*/

#maincol {
	display: block;
	float: left;
	line-height: 1.5em;
	margin-right: 25px;
	margin-top: 15px;
	width: 600px
	}
	
/* global box elements */

.b-2col,
.b-2col-alt,
.b-3col,
.b-3col-alt {
	display: block;
	float: left;
	margin: 0 25px 25px 0;
	padding: 0
	}
.b-2col-alt,
.b-3col-alt { /* remove margin */
	margin-right: 0
	}
	/* 2 column */
	.b-2col,
	.b-2col-alt {
		padding: 10px 0;
		width: 287px
		}
	/* 3 column */
	.b-3col,
	.b-3col-alt {
		/*height: 220px;*/
		width: 182px
		}

/*	column titles (h3) - img replacement setup in typo.css */

.b-2col h3,
.b-2col-alt h3,
.b-3col h3,
.b-3col-alt h3 {
	margin: 5px 15px 10px	
	}
	h3.title {
		margin: 5px 15px 0
		}


/* box text and links */

.b-txt {
	padding: 0 15px
	}
.b-links {
	font-size: 12px;
	overflow: auto;
	padding: 10px 0
	}
	.b-links ul {
		display: block;
		float: left;
		margin: 0 0 0 20px
		}
		/* width settings for lists */
		.b-links ul.w50 { width: 50px }
	.b-links li {
		line-height: 1.5em
		}
	.b-links a:link,
	.b-links a:visited {
		color: #be1e2d;
		text-decoration: none	
		}
	.b-links a:hover {
		}
					
/* background colors */

.blue { background: #eaf3f6 }
.red { background: #fbf2ef }
.grn { background: #f2f5ea }
.yell { background: #fcf7ee }

/* background heights */	

.h230 { min-height: 230px }
.h460 { min-height: 460px }
	
/*	Side Column
-----------------------------------------------------------------------------*/
			
#sidecol {
	display: block;
	float: left;
	margin-top: 15px;
	width: 270px
	}

/* yellow dynamic box */

#yellowbox {
	background: #fed340;
	padding: 20px 20px 15px
	}	
	#yellowbox ul {
	
		}
		#yellowbox li {
			color: #004963;
			font-size: 12px;
			line-height: 1.5em;
			margin-bottom: 20px;
			}
			#yellowbox li li {
				list-style: inside;
				margin-left: 20px;
				margin-bottom: 0
				}
			#yellowbox li a:link,
			#yellowbox li a:link {
				color: #004963;
				text-decoration: none
				}
				#yellowbox li a span {
					color: #be1e2d;
					font-weight: 700
					}
			#yellowbox li a:hover {
				color: #be1e2d;
				}
		
	
	
	/*	Footer
-----------------------------------------------------------------------------*/

#footer {

	color: #C88812; /*808285*/

	font-size: 11px;

	margin: 50px 0

	}



ul.ftr-links {

	margin-bottom: 10px

	}

ul.ftr-links li {

	border-left: 1px solid #C88812;

	display: inline;

	padding: 0 5px

	}

	ul.ftr-links li.first {

		border-left: none

		}

	ul.ftr-links a:link,

	ul.ftr-links a:visited {

		color: #C88812;

		text-decoration: none

		}

	ul.ftr-links a:hover {

		text-decoration: underline

		}

		#cse-search-box {
      float: right;
      margin-top: 35px
      }
      #cse-search-box input {
            border: 1px solid #004963;
            color: #808285;
            font-size: 11px;
            padding: 2px 3px;
            margin-right: 5px;
            width: 150px
            }
      #cse-search-box button {
            background: #004963;
            border: 1px solid #004963;
            color: #fff;
            font-size: 11px;
            padding: 3px 8px
            }
            #cse-search-box button:hover {
                  background: #6692a1;
                  border: 1px solid #6692a1;
                  }