/* Link */
a,
a:link,
a:visited,
a:active {
	text-decoration:none;
	font: normal 14px 'HelveticaNeueW01-65Medi', Arial, Helvetica;
	color:#044C91;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}






/* Button */
a.btn, .btn {
	color:#ffffff;
	text-decoration:none;
	text-shadow: #248231 2px 2px 3px;
	margin:0 7px 0 0;
	padding:9px 31px 9px 14px;
	text-align:center;
	font: normal 14px 'HelveticaNeueW01-65Medi', Arial, Helvetica;
	cursor: pointer;
	border:none;
	
	background:url(../img/btn-arrows.png) center right no-repeat #53D779;
	background:url(../img/btn-arrows.png) center right no-repeat, -moz-linear-gradient(top, #53D779 56%, #2EC95C 88%); /* FF3.6+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(56%,#53D779), color-stop(88%,#2EC95C)); /* Chrome,Safari4+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -webkit-linear-gradient(top, #53D779 56%,#2EC95C 88%); /* Chrome10+,Safari5.1+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -o-linear-gradient(top, #53D779 56%,#2EC95C 88%); /* Opera11.10+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -ms-linear-gradient(top, #53D779 56%,#2EC95C 88%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53D779', endColorstr='#2EC95C',GradientType=0 ); /* IE6-9 */
	background:url(../img/btn-arrows.png) center right no-repeat, linear-gradient(top, #53D779 56%,#2EC95C 88%); /* W3C */	
	}
a.btn:hover {
	background:url(../img/btn-arrows.png) center right no-repeat #51DF63;
	background:url(../img/btn-arrows.png) center right no-repeat, -moz-linear-gradient(top, #74E581 56%, #51DF63 88%); /* FF3.6+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(56%,#74E581), color-stop(88%,#51DF63)); /* Chrome,Safari4+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -webkit-linear-gradient(top, #74E581 56%,#51DF63 88%); /* Chrome10+,Safari5.1+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -o-linear-gradient(top, #74E581 56%,#51DF63 88%); /* Opera11.10+ */
	background:url(../img/btn-arrows.png) center right no-repeat, -ms-linear-gradient(top, #74E581 56%,#51DF63 88%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74E581', endColorstr='#51DF63',GradientType=0 ); /* IE6-9 */
	background:url(../img/btn-arrows.png) center right no-repeat, linear-gradient(top, #74E581 56%,#51DF63 88%); /* W3C */	
	}
	
a.pdf-btn, .pdf-btn {
	color:#ffffff;
	text-decoration:none;
	text-shadow: #248231 2px 2px 3px;
	margin:0 7px 0 0;
	padding:9px 42px 9px 14px;
	text-align:center;
	font: normal 14px 'HelveticaNeueW01-65Medi', Arial, Helvetica;
	cursor: pointer;
	border:none;
	
	background:url(../img/pdf-icon.png) center right no-repeat #53D779;
	background:url(../img/pdf-icon.png) center right no-repeat, -moz-linear-gradient(top, #53D779 56%, #2EC95C 88%); /* FF3.6+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(56%,#53D779), color-stop(88%,#2EC95C)); /* Chrome,Safari4+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -webkit-linear-gradient(top, #53D779 56%,#2EC95C 88%); /* Chrome10+,Safari5.1+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -o-linear-gradient(top, #53D779 56%,#2EC95C 88%); /* Opera11.10+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -ms-linear-gradient(top, #53D779 56%,#2EC95C 88%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53D779', endColorstr='#2EC95C',GradientType=0 ); /* IE6-9 */
	background:url(../img/pdf-icon.png) center right no-repeat, linear-gradient(top, #53D779 56%,#2EC95C 88%); /* W3C */	
	}
a.pdf-btn:hover {
	background:url(../img/pdf-icon.png) center right no-repeat #51DF63;
	background:url(../img/pdf-icon.png) center right no-repeat, -moz-linear-gradient(top, #74E581 56%, #51DF63 88%); /* FF3.6+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(56%,#74E581), color-stop(88%,#51DF63)); /* Chrome,Safari4+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -webkit-linear-gradient(top, #74E581 56%,#51DF63 88%); /* Chrome10+,Safari5.1+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -o-linear-gradient(top, #74E581 56%,#51DF63 88%); /* Opera11.10+ */
	background:url(../img/pdf-icon.png) center right no-repeat, -ms-linear-gradient(top, #74E581 56%,#51DF63 88%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74E581', endColorstr='#51DF63',GradientType=0 ); /* IE6-9 */
	background:url(../img/pdf-icon.png) center right no-repeat, linear-gradient(top, #74E581 56%,#51DF63 88%); /* W3C */	
	}

.pdf-icon {
	margin:9px 0 0 7px;
	
}




/* Typography */
h1, h2, h3 {
	font-family: 'Garamond W01 Bold', "Times New Roman", Times, serif;
	color:#044C91;
}

h1 {
	font: bold 24px 'Garamond W01 Bold', "Times New Roman", Times, serif;
	margin: 0 0 14px 0;
	padding: 0;
}

h2 {
	font-size: 29px;
	margin: 14px 0 11px 0;
	color:#044C91;
}

.links {
	font-size: 17px;
	margin: 1em 0 0 0;
	text-decoration: none;
	color: #3a8bc4;
}

h3 {
	font-size: 19px;
	margin: 0 0 .5em 0;
	color:#044C91;
}

p {
	color: #777777;font: normal 14px Arial, Helvetica, sans-serif;
	margin:0 0 12px 0;
	line-height:1.4;
	clear:both;
}

div, li {
	color: #777777;font: normal 14px Arial, Helvetica, sans-serif;
	line-height:1.4;
}

ul, ol {
	margin: 0 0 11px 14px;
}

li {
	margin: 0 0 7px 0;
	padding: 5px 0 0 14px;
	list-style: outside;
}

li li {
}

.fr {
	float:right;
}

.fl {
	float:left;
}
.mar-top-7 {
	margin:7px 0 0 0 !important;;
}
.cb {
	clear:both;
}
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
input[type=text], input[type=password], textarea {
	height:23px;
	padding: 0;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	width:350px;
}
.form-success {
	color: #4b8407;
}

hr {
	background:url(../img/dotted-hr.png) top left repeat-x;
	border:none;
	clear:both;
	height:5px;
	width:94%;
	margin:23px 0 23px 0 !important;
	padding:0;
}

.left-narrow-col {
	width:380px;	
	}



/* =Layout
-------------------------------------------------------------- */

#wrapper {
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding:0;
	width:100%;
	display:block;
	}
	

.fill-wrap {
	clear:both;
	}
	#top-bar {
		padding:0;
		margin:0;
		clear:both;
		display:block;
		height:7px;
		width:100%;
		background:#E9EBEB;
		
		}
	#top-nav {
		padding:0;
		margin:0 0 110px 0;
		clear:both;
		display:block;
		width:100%;
		height:32px;
		text-align:right;
		
		}
		#top-nav ul{
			float:right;
			margin: 0;
			padding: 0;
			display:inline;
			}
		#top-nav ul, #top-nav li {
			list-style: none;
			margin: 0 10px 0 0;
			padding: 0 0 3px 0;
			display:inline;
			float:right;
			height:32px;
			}
		#top-nav ul li a {
			color: #BFBFBF;
			padding:8px 10px 8px 0;
			margin:0;
			font: bold 11px Arial, Helvetica, sans-serif;
			text-decoration:none;
			background:url(../img/top-nav-arrow.png) center right no-repeat;
			display:block;
			}
		
		#top-nav ul li a:hover {
			color: #888888;
			}
		#top-nav ul li.search {
			padding:0 0 0 0;
			margin:0 0 0 9px;
			-moz-border-radius: 0 0 10px 10px; /* Firefox */
			-webkit-border-radius: 0 0 10px 10px; /* Safari, Chrome */
			border-radius: 0 0 10px 10px; /* CSS3 */	
			background-color:#E9EBEB;
			width:300px;
			height:32px;
			}
		#top-nav ul li.search h4 {
			font: normal 12px Arial, Helvetica, sans-serif;
			margin: 7px 0 0 21px;
			float:left;
			color:#AEB3AB;
			clear:none;
			}
			
	#top-nav ul li.search #search-box {
		background:url(../img/search-bg.png) top left no-repeat;
		height:25px;
		clear:left;
		padding:0;
		margin:1px 0 0 9px;
		width:218px;
		float:left;
		clear:none;
		}
	#top-nav ul li.search .search-box-input {
		width: 163px;
		background: none;
		border:0 none;
		height:20px;
		padding:1px 0 0 3px;
		margin:2px 0 0 22px;
		color:#AEB3AB;
		font: normal 16px Arial, Helvetica, sans-serif;
		float:left;
		}
	#top-nav ul li.search .search-submit-btn {
		background:url(../img/search-btn.png) top left no-repeat;
		width: 29px;
		height: 23px;
		padding:0;
		margin:1px 0 0 0;
		float:left;
		cursor:pointer;
		}
	#top-nav ul li.search .search-submit {
		background: none;
		border:0 none;
		height:29px;
		padding:0;
		margin:0;
		width:1px;
		text-indent:-999px;
		}
	#top-nav ul li.search .screen-reader-text {
		position:absolute;
		top:-500px;
		left:0;
		background: none;
		border:0 none;
		padding:0;
		margin:0;
		text-indent:-999px;
		}	
		#top-nav ul li.top-nav-sep {
			background:#BFBFBF;
			width:1px;
			height:8px;
			margin:9px 11px 0 4px;
			}
			
#container {
	position:relative;
	top:0;
	left:50%;
	margin: 0 0 0 -490px;
	padding:0;
	width:980px;
	display:block;
	}
	
	#logo {
		position:absolute;
		top:86px;
		left:25px;
		padding:0;
		margin:0;
		float:left;
		display:block;
		z-index:9;
		}
	#nav {
		padding:0;
		margin:0;
		position:absolute;
		top:112px;
		right:4px;
		display:block;
		height:42px;
		float:right;
		z-index:999;
		
		}
		#nav ul{
			list-style: none;
			float:left;
			clear:both;
			margin: 0;
			padding: 0;
			}
		#nav li {
			padding: 8px 0 4px 21px;
			float:left;
			list-style: none;
			margin:0;
			background:url(../img/nav-sep.png) top left no-repeat;
			display:block;
			}
		
		#nav ul li a {
			color: #888888;
			padding:5px 21px 4px 14px;
			margin:1px;
			font: normal 18px Helvetica, Arial, sans-serif;
			text-decoration:none;
			display:block;
			
			}
			#nav ul li a.selected {
				background:#fff;
				margin:0;
				border:1px solid #cacaca;
				border-bottom:1px solid #fff;
				display:block;
				height:22px;
				}
			#nav ul li a:hover {
				color: #222222;
				}
			#nav ul li.has-pop a {
				padding:5px 35px 4px 14px;
				background:url(../img/nav-arrow-down.png) center right no-repeat;
				display:block;
				}
		#nav li.first {
			background:none;
			}
			
			#nav ul li.current a {
			color:#035798 !important;	
			}
ul.pop-nav {
	background:#fff;
	border:1px solid #cacaca;
	padding:0;
	margin:0;
	display:none;
	float:right;
	z-index:99;
	width:280px;
	position:absolute;
	top:152px;
	}
	
	ul.pop-nav li  {
		list-style:none;
		padding:0;
		margin:0;
		border-bottom:1px solid #cacaca;
		display:block;
		}
	ul.pop-nav li a  {
		color:#8D8D8D;
		text-decoration:none;
		margin:0 7px 0 0;
		padding:11px 42px 11px 14px;
		text-align:left;
		font: normal 14px 'HelveticaNeueW01-65Medi', Arial, Helvetica;
		cursor: pointer;
		border:none;
		width:100%;
		display:block;
		width:224px;
		}
	ul.pop-nav li a:hover  {
		color:#000000;
		background:#f7f7f7;
		}
#pop-nav-investors {
	right:4px;
	}
	
	
	
#tab-nav {
	padding:0;
	margin:0;
	position:absolute;
	top:170px;
	left:17px;
	display:block;
	height:42px;
	float:right;
	z-index:9;
	background: #f4f5f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f5f7 49%, #e1e6ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#f4f5f7), color-stop(100%,#e1e6ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* IE10+ */
	background: linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#e1e6ed',GradientType=0 ); /* IE6-9 */	
	
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
	
	-moz-box-shadow: 1px 1px 2px #CDD1DB;
	-webkit-box-shadow: 1px 1px 2px #CDD1DB;
	box-shadow: 1px 1px 2px #CDD1DB;
	
	border:1px solid #C3C6CD;
		
	}
	#tab-nav ul{
		clear:both;
		margin: 0;
		padding: 0;
		}
	#tab-nav ul, #tab-nav li {
		list-style: none;
		float:left;
		margin: 0;
		padding: 0;
		}
	
	#tab-nav li {
		padding: 0;
		float:left;
		list-style: none;
		margin:0;
		background:url(../img/tab-nav-sep.png) top left no-repeat;
		height:42px;
		}
		
	#tab-nav ul li a {
		color: #025798;
		padding:13px 19px 0 19px;
		margin:0;
		font: bold 14px Helvetica, Arial, sans-serif;
		text-decoration:none;
		display:block;
		height:29px;
		}
		#tab-nav ul li a:hover,
		#tab-nav ul li a.selected {
			color: #fff;
			background: -moz-linear-gradient(top, #406195, #374973); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406195), color-stop(100%,#374973)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #406195 0%,#374973 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #406195 0%,#374973 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #406195 0%,#374973 100%); /* IE10+ */
			background: linear-gradient(top, #406195 0%,#374973 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406195', endColorstr='#374973',GradientType=0 ); /* IE6-9 */	
			}
	#tab-nav li.first {
		background:none;
		}
	#tab-nav-arrow {
		padding:0;
		margin:0;
		position:absolute;
		top:42px;
		left:40px;
		display:block;
		width:27px;
		height:9px;
		float:right;
		z-index:9;
		background:url(../img/tab-nav-arrow.png) top center no-repeat;
	}
	
	
	
#tab-side-nav {
	padding:0 0 21px 0;
	margin:0;
	position:absolute;
	top:213px;
	right:17px;
	display:block;
	float:right;
	z-index:9;
	background: #f4f5f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f5f7 49%, #e1e6ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#f4f5f7), color-stop(100%,#e1e6ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* IE10+ */
	background: linear-gradient(top, #f4f5f7 49%,#e1e6ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f7', endColorstr='#e1e6ed',GradientType=0 ); /* IE6-9 */	
	
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
	
	-moz-box-shadow: 1px 1px 2px #CDD1DB;
	-webkit-box-shadow: 1px 1px 2px #CDD1DB;
	box-shadow: 1px 1px 2px #CDD1DB;
	
	border:1px solid #C3C6CD;
	
	width:250px;
		
	}
	#tab-side-nav ul{
		clear:both;
		margin: 0;
		padding: 0;
		}
	#tab-side-nav ul, #tab-side-nav li {
		list-style: none;
		float:left;
		margin: 0;
		padding: 0;
		}
	
	#tab-side-nav li {
		padding: 0;
		float:left;
		list-style: none;
		margin:0;
		background:url(../img/tab-side-nav-sep.png) top left no-repeat;
		height:28px;
		clear:both;
		}
	#tab-side-nav ul li a {
		color: #025798;
		padding:13px 20px 0 20px;
		margin:0;
		font: bold 14px Helvetica, Arial, sans-serif;
		text-decoration:none;
		display:block;
		height:29px;
		width:210px;
		}
		#tab-side-nav ul li a:hover,
		#tab-side-nav ul li a.selected {
			color: #fff;
			background: -moz-linear-gradient(top, #406195, #374973); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406195), color-stop(100%,#374973)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #406195 0%,#374973 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #406195 0%,#374973 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #406195 0%,#374973 100%); /* IE10+ */
			background: linear-gradient(top, #406195 0%,#374973 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406195', endColorstr='#374973',GradientType=0 ); /* IE6-9 */	
			}
	#tab-side-nav li.first {
		background:none;
		}
	#tab-side-nav ul.tab-side-sub-nav li a {
		color: #025798;
		padding:13px 20px 0 40px;
		margin:0;
		font: bold 12px Helvetica, Arial, sans-serif;
		text-decoration:none;
		display:block;
		height:24px;
		width:190px;
		}
		#tab-side-nav ul.tab-side-sub-nav li a:hover,
		#tab-side-nav ul.tab-side-sub-nav li a.selected {
			color: #fff;
			background: -moz-linear-gradient(top, #406195, #374973); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406195), color-stop(100%,#374973)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #406195 0%,#374973 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #406195 0%,#374973 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #406195 0%,#374973 100%); /* IE10+ */
			background: linear-gradient(top, #406195 0%,#374973 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#406195', endColorstr='#374973',GradientType=0 ); /* IE6-9 */	
			}
	#tab-side-nav li.first {
		background:none;
		}
	#tab-side-nav-arrow {
		padding:0;
		margin:0;
		position:absolute;
		top:42px;
		left:40px;
		display:block;
		width:27px;
		height:9px;
		float:right;
		z-index:9;
		background:url(../img/tab-side-nav-arrow.png) top center no-repeat;
	}
	
			
/* =Homepage Layut
-------------------------------------------------------------- */

#top-bar-container-home {
	position:relative;
	margin:0;
	padding:27px 0 0 0;
	background:url(../img/bar-top-shadow.png) top left no-repeat;
	width:100%;
	float:left;
	clear:both;
	height:357px;
	display:block;
	}
#top-bar-home {
	display:block;
	background:url(../img/green-field-potash-fertilizer.jpg) top right repeat-x;
	height:356px;
	width:90%;
	padding:0;
	margin:-1px 0 0 0;
	float:right;
	}


#company-overview-home {
	position:absolute;
	top:26px;
	left:0;
	z-index:9;
	margin:0;
	padding:70px 0 3px 17px;
	background:url(../img/prospect-global-resources-potash.jpg) top right no-repeat #fff;
	width:578px;
	height:286px;
	float:left;
	display:block;
	font: normal 18px Arial, Helvetica, sans-serif #fff;
	border-right:2px solid #fff;
	}
	#company-overview-home-content {
		position:absolute;
		bottom:26px;
		left:28px;
		}
	#company-overview-home p {
		font: normal 17px Arial, Helvetica, sans-serif;
		color: #fff;
		line-height:1.5;
		}
#potash-overview-home {
	position:absolute;
	bottom:28px;
	left:596px;
	margin:0;
	padding:208px 0 2px 33px;
	width:336px;
	display:block;
	}
	#potash-overview-home h1 {
		margin:0;
		padding:0;
		font-size:31px;
		padding: 0 0 4px 0;
		}
	#potash-overview-home p {
		margin:0 0 14px 0;
		padding:0 3px 0 0;
		font: normal 17px Arial, Helvetica, sans-serif;
		color: #fff;
		line-height:1.5;
		}

#content-container-home {
	margin:0;
	padding:0;
	background:url(../img/bar-bottom-shadow.png) top left no-repeat;
	width:100%;
	float:left;
	clear:both;
	display:block;
	}
#content-home {
	margin:0;
	padding:28px 0 11px 0;
	background:url(../img/green-sprouts-plant-growth.jpg) bottom center no-repeat;
	float:left;
	clear:both;
	width:100%;
	display:block;
	}
	#content-home .left-col {
		margin:0;
		padding:7px 0 28px 17px;
		float:left;
		display:block;
		width:50%;
		}
	#content-home .right-col {
		margin:0;
		padding:21px 28px 0 17px;
		float:right;
		display:block;
		width:220px;
		}
		#content-home .right-col p {
			line-height:1.6;
			}


/* =Secondary
-------------------------------------------------------------- */

#content-secondary {
	margin:0;
	padding:118px 0 11px 5px;
	float:left;
	clear:both;
	width:99%;
	display:block;
	min-height:350px;
	}
#content-secondary img {
	margin:0;
	padding:0 0 3px 0;
	}
	#content-secondary .left-col {
		margin:0;
		padding:7px 0 28px 17px;
		float:left;
		display:block;
		width:50%;
		}
	#content-secondary .right-col {
		margin:0;
		padding:21px 14% 0 17px;
		float:right;
		display:block;
		width:220px;
		}
		#content-secondary .right-col p {
			line-height:1.6;
			}
			
	#content-secondary .full-col {
		margin:0;
		padding:7px 0 28px 17px;
		float:left;
		display:block;
		width:95%;
		}
	.full-col-no-nav {
		margin:-49px 0 0 0;
		padding:7px 0 28px 17px;
		float:left;
		display:block;
		width:95%;
		}
	.right-560 {
		width:560px;
		float:left;
		padding:21px 0px 0 42px;
		}
	.left-350 {
		width:350px;
		float:left;
		}
		
	.grey-table ul.table-ul{
	   float:left;
	   margin: 0;
	   padding: 0;
	   width:236px;
	   list-style: none;
	   border-left:1px solid #D9DADF;
	   font: normal 13px Arial, Helvetica, sans-serif;
	   text-align:center;
	   }
	.grey-table ul.first{
	   float:left;
	   margin: 0;
	   padding: 0;
	   width:160px;
	   list-style: none;
	   border-left:1px solid #D9DADF;
	   font: normal 13px Arial, Helvetica, sans-serif;
	   text-align:left;
	   }
	li.table-ul-main{
		text-align:center;
		color:#044C91;
		font: bold 14px 'Garamond W01 Bold', "Times New Roman", Times, serif !important;
		margin: 0;
		padding: 5px 0 0 0;
		width:236px;
		display:inline-block;
		float:right;
	   }
	ul.table-ul-main{
		margin: 0 49px 0 49px;
		float:right;
	   }
	.grey-table ul.table-ul li{
	   padding: 15px 21px 9px 21px;
	   margin: 0;
	   list-style: none;
	   height:35px;
	   border-bottom:1px solid #D9DADF;
	   }
	.grey-table {
		width:95%;
		-moz-border-radius:10px; /* Firefox */
		-webkit-border-radius:10px; /* Safari, Chrome */
		border-radius:10px; /* CSS3 */	
		display:block;
		clear:both;
		float:left;
		margin:14px 0 21px 0;
		padding:0;
		border:1px solid #B9BBC0;
		background:url(../img/grey-box-shad.png) top left no-repeat #E9EBEB;
	}
	span.sub {
	   font-size: 11px !important;
		}
	   
	   
	   
.board-container {
	width:100%;
	display:block;
	clear:both;
	float:left;
	padding:0;
	margin:0 0 49px 0;
	}
.board-names {
	width:100%;
	display:block;
	clear:both;
	float:left;
	padding:0;
	margin:0 0 49px 23px;
	}
	.board-names ul {
		margin:0;
		padding:0;
		float:left;
		display:block;
		}
	.board-names ul li {
		margin:0 0 7px 0;
		padding:14px 7px 14px 7px;
		float:left;
		display:block;
		cursor:pointer;
		clear:both;
		width:286px;
		/* background:#E9EBEB; */
		}
	.board-names ul li a:hover {
		text-decoration:none;
		}
	.board-names ul li.sep {
		margin:7px 0 7px 0;
		padding:0;
		width:260px;
		height:1px;
		display:block;
		background:#DADBE0;
		}
	.board-names h1 {
		font: bold 24px 'Garamond W01 Bold', "Times New Roman", Times, serif;
		margin: 0 0 3px 0;
		padding: 0;
		}
	.board-names h2 {
		margin:0 0 3px 0;
		padding:0 3px 0 0;
		font: normal 13px Arial, Helvetica, sans-serif;
		color: #1d2626;
		line-height:1.1;
		}
	.sub-head-board	{
		font: bold 15px Arial, Helvetica, sans-serif;
		margin:11px 0 0 0 !important;
	}






.board-detail-txt {
	width:615px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	border-radius:10px; /* CSS3 */	
	display:block;
	clear:both;
	float:left;
	margin:14px 0 28px 0;
	padding:24px 20px 24px 20px;
	border:1px solid #B9BBC0;
	background:url(../img/grey-box-shad.png) top left no-repeat #E9EBEB;
	}
	.board-detail-txt p {
		color: #777777;font: normal 13px Arial, Helvetica, sans-serif;
		margin:0 0 12px 0;
		line-height:1.4;
		clear:both;
		}
	.board-arrow {
		background:url(../img/board-arrow.png) top left no-repeat;
		width:11px;
		height:32px;
		display:none;
		position:absolute;
		top:17px;
		left:290px;
		z-index:999999;
		}
		
		
		
		
		
ol.list-roman-numerals ol.list-letters li {
	list-style-type: lower-alpha;	
}
ol.list-roman-numerals li {
	list-style-type: upper-roman;	
}
   
	   
	   
#investor-secondary {
	margin:0;
	padding:50px 0 11px 5px;
	float:left;
	clear:both;
	width:732px;
	display:block;
	min-height:350px;
	}
#investor-secondary img {
	margin:0;
	padding:0 0 3px 0;
	}
	#investor-secondary .left-col {
		margin:0;
		padding:7px 0 28px 17px;
		float:left;
		display:block;
		width:310px;
		}
	#investor-secondary .right-col {
		margin:0;
		padding:21px 14% 0 17px;
		float:right;
		display:block;
		width:240px;
		}
		#investor-secondary .right-col p {
			line-height:1.6;
			}
			
	#investor-secondary .full-col {
		margin:0;
		padding:7px 0 28px 17px;
		float:left;
		display:block;
		width:90%;
		}
		
		
	#investor-secondary ul.table-ul{
	   float:left;
	   margin: 0 0 14px 0;
	   padding: 0;
	   width:190px;
	   list-style: none;
	   }
	#investor-secondary ul.table-ul li{
	   list-style: none;
	   height:35px;
	   border:1px solid #eeeeee;
	   }
	   
			



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:100%;
	background:#1B2020;
	}
	#footer-container {
		position:relative;
		top:0;
		left:50%;
		margin:0 0 0 -490px;
		padding:17px 0 42px 0;
		float:left;
		display:block;
		width:980px;
		}
		#footer .left-col {
			margin:0;
			padding:0;
			float:left;
			display:block;
			
			}
			#footer .left-col ul{
				float:left;:both;
				margin: 0;
				padding: 0;
				}
			#footer .left-col ul, #footer .left-col ul li {
				list-style: none;
				float:left;
				margin: 0;
				padding: 0;
				}
			
			#footer .left-col ul li.main-link {
				padding: 7px 0 0 0;
				float:left;
				list-style: none;
				margin:0;
				background:url(../img/footer-nav-sep.png) center left no-repeat;
				height:32px;
				}
			#footer .left-col ul li.first {
				background:none;
				}
			
			#footer .left-col ul li.main-link a {
				color: #A1A1A1;
				padding:0 21px 0 24px;
				margin:0;
				font: normal 18px Helvetica, Arial, sans-serif;
				text-decoration:none;
				}
			
			#footer .left-col ul li a:hover {
				color: #ffffff;
				}
					
			#footer .left-col ul.footer-sub-links{
				list-style: none;
				float:left;
				clear:none;
				padding:0;
				margin:0;
				width:158px;
				}
				#footer .left-col ul.first {
					clear:both;
					padding:0;
					margin:0 ;
					background:none;
					}
				#footer .left-col ul.last {
					width:193px;
					}
			#footer .left-col ul li {
				list-style: none;
				float:left;
				display:block;
				clear:both;
				margin: 0;
				padding: 0;
				}
			#footer .left-col ul li {
				padding: 5px 0 0 0;
				float:left;
				list-style: none;
				margin:0;
				height:14px;
				}
				#footer .left-col ul li.first {
					background:none;
					}
			
			#footer .left-col ul li a {
				color: #A1A1A1;
				padding:0 21px 0 21px;
				margin:0;
				font: normal 12px Helvetica, Arial, sans-serif;
				text-decoration:none;
				}
			
			#footer .left-col ul li a:hover {
				color: #ffffff;
				}
				#footer .left-col ul li.first a {
					padding:0 21px 0 21px;
					background:none;
					}
	
		#footer .right-col {
			margin:0;
			padding:14px 28px 0 17px;
			float:right;
			display:block;
			width:220px;
			text-align:right;
			}
		#footer .right-col p,
		#footer .right-col span,
		#footer .right-col a{
			font: normal 11px Helvetica, Arial, sans-serif;
			color:#A1A1A1;
			margin:0;
			padding:0;
			float:right;
			display:block;
			}
		
		
	
	
	




	

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::-webkit-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* Firefox */
::-moz-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* The Rest of em */
::selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}


/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
nav[role=navigation] {}
	nav[role=navigation] .menu ul { 
		background: #215ea3;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		nav[role=navigation] .menu ul li {}
			nav[role=navigation] .menu ul li a { 
				padding: 10px 20px;
				text-shadow: 0 -1px 1px rgba(0,0,0,0.33); 
			}
				nav[role=navigation] .menu ul li a:hover { 
					background: #036; 
					color: #fff; 
				}
				
				nav[role=navigation] .menu ul li:first-child a {
					-moz-border-radius-topleft: 4px;
					-webkit-border-top-left-radius: 4px;
					border-top-left-radius: 4px;
					-moz-border-radius-bottomright: 4px;
					-webkit-border-bottom-right-radius: 4px;
					border-bottom-left-radius: 4px;
				}
				
		nav[role=navigation] .menu ul li.current-menu-item a, .nav ul li.current_page_item a {}
		
		nav[role=navigation] .menu ul li ul.sub-menu {}
			nav[role=navigation] .menu ul li ul li a {}
				nav[role=navigation] .menu ul li ul li a:hover {}
			nav[role=navigation] .menu ul li ul li:last-child a {}
			nav[role=navigation] .menu ul li:hover ul { }
				nav[role=navigation] .menu ul li ul li ul.sub-menu { }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { }


/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {}
	#main { 
		background: #fafafa; /* adds bg to post area */
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
	
	}
		article[id*=post-] {}
	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.meta {}
			.meta time {}
			
		/* post content */
		.post_content {}
			
			.post_content p {}
			.post_content ul, .post_content ol, .post_content table, .post_content dl {}
			.post_content ul, .post_content ol {}
			.post_content li {}
			.post_content ul li {}
			.post_content ol li {}
			
			.post_content blockquote {}
			.post_content blockquote:before {} /* this adds the quote before the blockquote */
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {}
			.post_content video {}
			.post_content object {}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}
			
			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}
			
			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}
			
		article[id*=post-] footer {}
	
	
/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

	/* page navigation */
	.page-navigation {}
		.bones_page_navi {}
			.bones_page_navi li.bpn-prev-link {} /* previous link */
				.bones_page_navi li.bpn-prev-link a {}
					.bones_page_navi li.bpn-prev-link a:hover {}
			.bones_page_navi li {} /* regular links */
				.bones_page_navi li a {}
					.bones_page_navi li a:hover {}
			.bones_page_navi li.bpn-current {} /* current page link */
					.bones_page_navi li.bpn-current:hover {}
			.bones_page_navi li.bpn-next-link {} /* next page link */
				.bones_page_navi li.bpn-next-link a {}
					.bones_page_navi li.bpn-next-link a:hover {}
			.bones_page_navi li.bpn-last-page-link {} /* last page link */
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}
			.bones_page_navi li.bpn-first-page-link {} /* first page link */
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}
	
/******************************************************************
COMMENT STYLES
******************************************************************/

#comments {}/* h3 comment title */
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
.commentlist {}
	.commentlist li {}
		.commentlist li[class*=depth-] {}
			.commentlist li.depth-1 {}
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd {}
			.commentlist .even {}
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children {}
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {}
				.commentlist .vcard cite.fn {}
				.commentlist .vcard time {}
					.commentlist .vcard time a {}
						.commentlist .vcard time a:hover {}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {}
				.commentlist .vcard cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a {}
			.commentlist li .comment_content {}
				.commentlist li .comment_content p {}
				.commentlist li ul {}
				.commentlist .comment-reply-link {}
					.commentlist a.comment-reply-link:hover {}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

#respond {}
	#comment-form-title {}
		#cancel-comment-reply {}
			#cancel-comment-reply a {}
	#commentform {}
		.comments-logged-in-as {}
		#comment-form-elements {}
			#comment-form-elements li {}
				#comment-form-elements label {}
				#author, #email, #url, #comment {}
					#author:focus, #email:focus, #url:focus, #comment:focus {}
				#author, #email, #url {}
			#allowed_tags {}
				#comment {}
				#submit {}

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

#sidebar1 {}

	.widget {}
		.widget li {}
		
		.widgettitle {}

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	
	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* search widget */
	#searchform {}
	.widget_search {}
	.screen-reader-text {}
	
	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	

/******************************************************************
FOOTER STYLES
******************************************************************/

footer[role=contentinfo] {}
	/* footer menu */
	.footer-links {}
		.footer-links ul {}
			.footer-links ul li {}
				.footer-links ul li a {}
					.footer-links ul li:last-child a {}
			.footer-links ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a {}
			.footer-links ul li ul.sub-menu {} /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */
			
	.attribution {}

	
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/

@media only screen and (min-width: 480px) {
	/* insert styles here */
}

@media only screen and (min-width: 768px) {
/* insert styles here */
}

@media only screen and (min-width: 992px) {
/* insert styles here */
}

@media only screen and (min-width: 1382px) {
/* insert styles here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* insert styles here */
}

/* Mobile Styles */

@media only screen and (max-device-width: 480px) {   
    /* Put your iPhone 3g styles in here 
#gallery_wrapper {
	position:absolute; 
	top:0;
	left:50%;
	margin:-212px 0 0 -252px;
	padding:0; 
	display:block;
	}
.gallery_content_lightboxbg { 
	position:absolute;
	top:0;
	left:0;
	background:#000; 
	width:100%; 
	z-index:99; 
	cursor:pointer
	}*/ 
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    /* Put your iPhone 4g styles in here */ 
}
@media only screen and (max-device-width: 480px) {
    /* Put your iPhone 3G styles in here */
}
@media only screen and (device-width: 768px) {
    /* Put CSS for general iPad layouts in here */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* Put CSS for iPad PORTRAIT layouts in here */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* Put CSS for iPad LANDSCAPE layouts in here */
}
@media only screen and (-webkit-device-pixel-ratio:.75){
    /* Put CSS for low density (ldpi) Android layouts in here */
}
@media only screen and (-webkit-device-pixel-ratio:1){
    /* Put CSS for medium density (mdpi) Android layouts in here */
}
@media only screen and (-webkit-device-pixel-ratio:1.5){
    /* Put CSS for high density (hdpi) Android layouts in here */
}



/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }


Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/
