@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #666;
}
/* ~~ 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. */
	padding: 0;
	margin: 0;
}

.bullet img {
	padding-top:15px;
	padding-left:0px;
}

input, select {
		padding: 2px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	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 {
	color: #125FAC;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0b3d6f;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width:968px;
	padding-top:300px;
	background: #FFFFFF;
	background-image:url('/content/images/programs/main/background.jpg');
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	width:968px;
	position:absolute;
	z-index:9999;
}
/* ~~ 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.

*/

#navcontainer ul {
padding-left: 0;
margin-left: 0;
background-image:url('/content/images/programs/main/background-main-nav.jpg');
background-repeat:repeat-x;
color: White;
float: left;
width: 968px;
height:44px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
padding-top:10px;
padding-right:15px;
padding-left:15px;
height:34px;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #477B13;
border-left: 1px solid #A9D565;
}

#navcontainer ul li#youarehere a { 
background-image:url('/content/images/programs/main/background-main-nav-hover.png');
background-repeat:repeat-x; 
border-right: 1px solid #2D4D82;
border-left: 1px solid #789BD3;
}

#navcontainer ul li a:hover {
background-image:url('/content/images/programs/main/background-main-nav-hover.png');
background-repeat:repeat-x; 
border-right: 1px solid #2D4D82;
border-left: 1px solid #789BD3;
}

#top {
	width: 968px;
	background: #FFFFFF;
	margin: 0 auto;
	
}

.icon {
	padding-right:10px;
	padding-left:10px;
}

.programs-logo {
	padding: 15px;
	float:left;
}

.buy-books {
	padding-top:25px;
	padding-right:15px;
	float:right;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* 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. */
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

.landing-libraries, {
	width: 968px;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:24px; color:#666;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.landing-libraries p {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; color:#666;
}

.landing-libraries a {
	text-decoration:none;
}

.landing-libraries .disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:10px;
	line-height:15px;
	text-shadow:none;
}

.landing-libraries hr {
	width:640px;
	height:10px;
	padding-bottom:10px;
	background-image:url(/content/images/landing-template/hr.jpg);
	background-repeat:no-repeat;
	border:none;
}

.rght {
	float:right;
	background-image:url("/content/images/landing-template/bg-sidebar.jpg");
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:10px;
}

.lft {
	float:left;
	background-image:url("/content/images/landing-template/bg-sidebar-left.jpg");
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:40px;
	width:260px;
}
	
.sidebar {
	width: 260px;
	color:#777;
	font-size:12px;
	line-height:20px;
	text-shadow: 0px 1px 1px #fff;
	padding-bottom:0px;
}

.sidebar h2 {
	font: Arial, Helvetica,
	color:#666;
	text-transform:uppercase;
	letter-spacing:1.5px;
}

.sidebar span {
	font: 20px/24px 'MuseoSlab-500', Arial, sans-serif;
	color:#39C;
}

.sidebar-bottom {
	padding:0px;
	margin-left:-30px;
	margin-top:5px;
}

.sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style: none;
	margin: 1em 0;
	padding: 0; 
}
.sidebar li {
   font-weight: bold;
   margin: 0;
   padding: 7px 10px 7px 20px;
   border-bottom: 1px solid #ccc;
   color: #666; 
}

.sidebar li#active {
	background-color: #ddd !important; 
}

.sidebar li#active a {
   color: #000 !important;
}

.sidebar li a {
	color:#369;
}

.sidebar li:hover {
   color: #000;
   background-color: #ddd; 
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:20px;
	padding-left:10px;
	width: 630px;
	float: left;
}

.content h1 {
	font: 28px/34px 'MuseoSlab-500', Arial, sans-serif;
	color:#73B632;
	padding-bottom:10px;
	padding-top:10px;
}

.content h3 {
	font: 20px/24px 'MuseoSlab-500', Arial, sans-serif;
	font-weight:500;
	color:#73B632;
	margin-bottom:0px;
}

.content h4 {
	font: 12px/14px 'MuseoSlab-500', Arial, sans-serif;
	color:#666;
	font-weight:500;
}

.content label {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

.content table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

.content h2 {
	font: 20px/24px 'MuseoSlab-500', Arial, sans-serif;
	font-weight:500;
	color:#666;
}

.content p {
	margin-top:3px;
	padding-bottom:15px;
}

.content ul {
	margin-top:-3px;
}

.col {
	padding: 10px 0;
	width: 315px;
	float: left;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px;
}

.col ul {
	margin-top:-10px;
}
	
@font-face {
	 font-family: 'MuseoSlab-500';
	 src: url('/webfonts/Museo_Slab-webfont.eot');
	 src: url('/webfonts/Museo_Slab-webfont.eot?#iefix') format('embedded-opentype'),
	 	  url('/webfonts/Museo_Slab-webfont.woff') format('woff'),
	 	  url('/webfontsMuseo_Slab-webfont.ttf') format('truetype');
}

.button, .button:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold !important;
	background: #B0B0B0 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
	position: relative;
	cursor: pointer;
}

	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
	.small.button, .small.button:visited 	{ font-size: 12px; padding: ; }
	.button, .button:visited,
	.medium.button, .medium.button:visited 	{ font-size: 13px; font-weight: normal; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.button, .large.button:visited 	{ font-size: 14px; padding: 10px 16px 11px; }
	.xl.button, .xl.button:visited			{ font-size: 20px; padding: 10px 16px 11px; }

	.green.button, .green.button:visited	{ background-color: #72B532; color:#fff; }
	.green.button:hover						{ background-color: #477B11; }
	.blue.button, .blue.button:visited		{ background-color: #2D7BBF; }
	.blue.button:hover						{ background-color: #1E5A7A; }
	.gray.button, .gray.button:visited		{ background-color: #EEEEEE; color:#666 !important; -moz-box-shadow:none; -webkit-box-shadow: none; 	text-shadow: 0px 1px 1px #fff;}
	.gray.button:hover						{ background-color: #666; color:#fff !important; text-shadow: 0 -1px 1px rgba(0,0,0,0.15);}
	.white.button, .white.button:visited	{ background-color: #fff; color:#666; text-shadow: 0px 1px 1px #fff;}
	.white.button:hover						{ background-color: #666; color:#fff; text-shadow: 0 -1px 1px rgba(0,0,0,0.15);}
	
	.gallery {
		display:block;
		float:left;
		margin-right:10px !important;
		width:305px;
		padding-bottom:20px;
	}