@charset "UTF-8";
/* CSS Document */

/*
Here are some commonly used CSS class selectors which 
-class rules can applied to multiple elements on a page
-can be applied in any combination
*/
@font-face {/*instructions to browser where to find your custom font*/
	font-family: customName1;/*use any name but don't start with a number and don't use spaces or strange characters*/
	src:		url(filename1.ttf) ,/*.ttf for non-IE browsers - the comma is very important!!!!*/
url(filename1.eot)/*.eot for IE browsers*/	
}
@font-face {/*instructions to browser where to find your custom font*/
	font-family: customName2;/*use any name but don't start with a number and don't use spaces or strange characters*/
	src:		url(filename2.ttf) ,/*.ttf for non-IE browsers - the comma is very important!!!!*/
url(filename2.eot)/*.eot for IE browsers*/	
}
header, nav, section, article, figure, figcaption, aside, footer {/*ensures older browsers display these tags correctly*/
	display:block;/*only this property should be in this CSS selector set*/
}
body {/*these are the 5 basic CSS properties and values to start a website*/
	font-size:100%;/*DON'T CHANGE THIS VALUE HERE - you can set font sizes in other selector styles*/
	color:rgba(0,0,0,1.00);/*main text color, default black, change as needed*/
	margin:0;/*removes default edges*/
	padding:0;/*removes default settings*/
	z-index:0;/*stacking order - small numbers a below high numbers*/
	position:relative;
	text-align: left;
	font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
	line-height: 22px;
}
#topStrip {
	border-bottom: 5px solid #11598B;
	width: 100%;
	height: 40px;
	position: relative;
}
#fullName {
	width: 100%;
	height: 46px;
	position: relative;
	padding-top: 16px;
}
#fullNameText {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	font-size: 43px;
	font-weight: 600;
	padding-left: 30px;
}
#greenBar {
	width: 100%;
	height: 28px;
	background-color: #BCD042;
	padding-top: 10px;
}
#for {
	text-transform: lowercase;
	font-style: italic;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	margin-left: 30px;
	margin-right: 9px;
}
#greenBarText {
	text-transform: uppercase;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 22px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1px;
}
#blueBar {
	width: 100%;
	height: 30px;
	background-color: #1E6494;
	padding-top: 10px;
	position: relative;
}
#blueBarText {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 17px;
}
.star {
	color: #BDD142;
	font-style: normal;
	font-size: 15px;
	position: relative;
}
#centeringDiv {
	width: 960px;/*optimum width for both desktops, laptops, and tablets*/
	min-height: 750px;/*optimum height for both desktops, laptops, and tablets*/
	height: auto;
	margin:0 auto;/*0 = no margin for top and bottom and auto = same margin for left and right*/
	position: relative;/*all children divs inside centeringDiv take their (x,y) position from top left of centeringDiv*/
	z-index: 1;/*stacking order - small numbers a below high numbers*/
}
header {
	width: 100%;
	min-height: 139px;
	height: auto;
	position: relative;/*all children divs inside header take their (x,y) position from top left of header*/
	padding-top: 12px;
	background-color: #FFFFFF;
	z-index: 1000;
}
#banner {
	position: relative;
	width: 100%;
	height: 145px;
	background-color: #FFFFFF;
	z-index: 900;
}
#fullName a:link, #fullName a:hover, #fullName a:active, #fullName a:visited {
	text-decoration:none;
	color:#000000;	
}
nav {
	position: relative;/*makes it draggable*/
	width: 100%;/*change as needed*/
	height: 48px;/*change as needed*/
	z-index: 1000;/*stacking order, bigger numbers are on top*/
	margin-top: 37px;
	border-top: 1px solid #A3A3A3;
	padding-top: 21px;
	border-bottom: 5px solid #c4c4c4;
	margin-bottom: 32px;
	background-color: #FFFFFF;
}
.btn {
	position: relative;/*makes it draggable*/
	text-align: center;
	z-index: 1001;/*stacking order, bigger numbers are on top*/
	width: auto;
	float: left;
	margin-right: 29px;
	font-size: 1.2em;
}
.btn a:link, .btn a:visited {
	color: #000000;
	text-decoration: none;
}
.btn a:hover, .btn a:active {
	color: #1F7CC4;
}
#btn0 {
	
}
#btn1 {
	
}
#btn2 {
		
}
#btn3 {
	
}
#btn4 {
	
}
#btn5 {
	margin-right: 0px;	
}
#allBtnInternal {
	background-color: #FFFFFF;
	z-index: 1000;
	width: 100%;
	height: 44px;
	margin-bottom: 39px;
	position: relative;
	margin-top: -32px;
	padding-top: 41px;
}
.btnInternal {
	float: left;
	margin-right: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F2F2F2;
	cursor: pointer;
}
#allArticlesWrapper {
	position: relative;
	z-index: 900;
	top: -23px;
}

section {/*used for the main content area*/
	position: relative;
	width: 100%;
	height: auto;
	z-index: 800;
	min-height: 500px;
}
article {/*used for the main content area*/
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px;
	z-index: 850;
	clear: both;
	margin-bottom: 80px;
}
article p {
	text-indent:0em;/*an em is the size of a letter m*/
}
.frame {/*this creates a frame around photo/text*/
	width: auto;/*fits the frame tightly around the photo/text*/
	height: auto;/*fits the frame tightly around the photo/text*/
	margin: 10px;/*separates the outer wrapping text away from the frame border*/
	padding: 5px;/*separates the inner photo/text away from the frame border*/
	text-align: center;/*centers any caption under/above the photo inside frame*/
	border: 1px dotted #000000;/*styles the frame - adjust as desired*/
}
.frame p, figure p, figcaption p {/*for any paragraphs inside photo frames*/
	text-indent: 0px;
}
footer {
	position: relative;
	text-align: center;
	width: 100%;
	height: 20px;
	margin-top: 4px;
	padding: 15px 0;
	border-top: 5px solid #c4c4c4;
	z-index: 800;/*stacking order - below article, nav, and .btn*/
	clear: both;
	font-size: 0.8em;
	margin-bottom: 600px;
}





.floatLeft {/*positions an element on the left of parent div and have text wrap around it*/
	float: left;
}
.floatRight {/*positions an element on the right of parent div and have text wrap around it*/
	float: right;
}
.centerText {/*apply to p, h1, h2, h3, h4, h5, h6 tags - positions text in center of parent div*/
	text-align: center;
}
.centerBox {/*apply to div or figure tags - positions element in center of parent div - no outer text wrapping*/
	margin:0 auto;
	clear: both;
}
.clearFloats {/*apply to div tags - clears away and floating or text wrapping*/
	clear: both;
}
.roundedCorners10 {/*apply to img tags for rounded corners*/
	border-radius: 10px;
	-webkit-border-radius: 10px;/*webkit is for Chrome and Safari browsers*/
	-moz-border-radius: 10px;/*moz is for Firefox browsers*/
	-ms-border-radius: 10px;/*ms is for Internet Explorer browsers*/
	-o-border-radius: 10px;/*o is for Opera browsers*/
}
.roundedCorners15 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.roundedCorners20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.boxShadow5 {/*apply to div or img tags for shadows*/
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	-ms-box-shadow: 5px 5px 5px #000000;
	-o-box-shadow: 5px 5px 5px #000000;
}
.boxShadow10 {
	box-shadow: 10px 10px 10px #000000;
	-webkit-box-shadow: 10px 10px 10px #000000;
	-moz-box-shadow: 10px 10px 10px #000000;
	-ms-box-shadow: 10px 10px 10px #000000;
	-o-box-shadow: 10px 10px 10px #000000;
}
.textShadow5 {/*apply to p, h1, h2, h3, h4, h5, h6 tags for shadows*/
	text-shadow: 5px 5px 10px #000000;
	-webkit-text-shadow: 5px 5px 10px #000000;
	-moz-text-shadow: 5px 5px 10px #000000;
	-ms-text-shadow: 5px 5px 10px #000000;
	-o-text-shadow: 5px 5px 10px #000000;
}
.textShadow10 {
	text-shadow: 10px 10px 20px #000000;
	-webkit-text-shadow: 10px 10px 20px #000000;
	-moz-text-shadow: 10px 10px 20px #000000;
	-ms-text-shadow: 10px 10px 20px #000000;
	-o-text-shadow: 10px 10px 20px #000000;
}
.firstLetter {
	font-size: 27px;
}
