@charset "utf-8";
body {
	background: #666666;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	margin: 0;
	list-style-position: outside;
	list-style-type: disc;
	color: #666;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
h1 {
	font-size: 30px;
	color: #0B3C59;
	line-height: 38px;
	padding-bottom: 7px;
	padding-top: 18px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.sidebar1 h2 {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #999;
	text-align: left;
	padding-bottom: 6px;
	line-height: 24px;
	padding-top: 10px;
}
h2 {
	font-size: 20px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 6px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 12px;
}
h3 {
	font-size: 18px;
	color: #666666;
	line-height: 22px;
	padding-bottom: 3px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 0px;
}
h4 {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 0px;
}
h5 {
	font-size: 14px;
	color: #666;
	line-height: 16px;
}
img {
	border: none;
}	
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none;
	color: #0B3C59;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	color: #0B3C59;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1122px;
	margin: 0 auto;
	background-color: #FFFFFF;
	line-height: normal;
}
#logo {
	position: absolute;
	width: 219px;
	height: 78px;
	z-index: 1;
	margin-top: 30px;
	margin-left: 50px;
	border-width: 0px;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #FFF;
	background-image: url(../images/mastehead_1122.jpg);
	background-repeat: no-repeat;
	height: 250px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #FFF;
	padding-left: 50px;
	border-width: 0px;
}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: right;
	width: 375px;
	padding-bottom: 10px;
	padding-right: 50px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #666;
	padding-top: 25px;
	line-height: 20px;
}
.sidebar2 {
	float: right;
	width: 245px;
	padding-bottom: 10px;
	padding-right: 50px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #666;
	padding-top: 25px;
	line-height: 20px;
}
.content {
	width: 625px;
	float: left;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	left: auto;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-top: 18px;
	color: 666666;
}
.content2 {
	width: 750px;
	float: left;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	left: auto;
	padding-left: 50px;
	padding-bottom: 40px;
	padding-top: 50px;
	color: 666666;
}
.contentOne {
	width: 1050px;
	float: left;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 50px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
.contentOne p{
	width: 1050px;
	float: left;
	padding-top: 0px;
	padding-bottom: 1em;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
.container hr {
	height: 1px;
	background-color: #999;
	border: none;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	text-indent: 0px;
}
/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
	font-size: x-small;
	background-color: #0B3C59;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, footer, nav     {
	display: block;
}
.container header .headerNav a {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	color: #FFF;
}
.container header .headerNav13 a {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	color: #FFF;
	line-height: 13px;
	padding-left: 44px;
	padding-top: 50px;
}
.content p {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #6666;
	text-align: left;
	padding-bottom: 1em;
	font-size: 14px;
	line-height: 20px;
	float: left;
}
