@import url('adapt.css');
@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
	background-image: url('/img/ascrs/newbg.jpg');
	background-position: repeat-y;
    background-position: center top;
	background-color: #F7F7F7;
	font-family: Verdana,Tahoma,sans-serif;
	font: 12/20px;
	}
	
a:link, a:visited {
	color: #00447C;
	}
	
a:hover {
	color: #3F4950;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	}
	
.banner {
	height: 320px;
	width: auto;
	}
	.banner img {
		height: auto;
		width: 100%;
		}
	
html#range_1 .banner img, html#range_1 .banner {	
	height: auto;
	width: 720px;
	}
	
/******************
* Navigation 
******************/
.navigation {
	border-bottom: none;
	}

	.navigation li {
		border-top: none;
		border-bottom: 1px dotted #9CA2A6;
		}
		.navigation ul li ul li {
			border-bottom: none;
			}
			.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
				color: #9CA2A6;
				font-family: 'Oswald', sans-serif;
				font-weight: normal;
				}
				.navigation li a:hover {
					background-color: #FAFAFA;
					color: #9CA2A6;
					}
					
/********************
* Sidebar
********************/
.sidebar_priority {
	color: #004179;
	background-color: #FFFFFF;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	}
	.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
		background-color: #004179;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		font-weight: normal;
		}
		
/******************
* Content
******************/
.content {
	border: none;
	}

.start .header {
	background-color: transparent;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	}
	
.subtitle {
	font-weight: normal;
	}
	
.session .number {
	background-color: #FFFFFF;
	color: #004179;
	height: 26px;
	border-radius: 13px;
	display: inline;
	margin-right: 15px;
    padding: 0 5px;
	}
	
.subtext {
	display: inline;
	}
	
.content h2 {
	line-height: 20px;
	}

.middlehead {
	display: none;
	}
	
.pagehelp h3 { 
	font-family: Verdana,Tahoma,sans-serif;
	margin: 8px 0px;
	}
			
	
	

/* THIS IS WHERE YOU PUT YOUR CLIENT STYLE OVERRIDES FOR COLOR, ETC. */

/* THIS STYLESHEET WILL ONLY HAVE STYLE ATTRIBUTES WITHIN IT. TO APPLY SPECIFIC STYLES TO A CLIENT, MAKE A STYLE.CSS IN THE CLIENT STYLESHEETS DIRECTORY AND ADD IN YOUR DIVS AND CLASSES. IF THERE ARE ANY QUESTIONS, CONTACT A STYLE PERSON FOR ASSISTANCE */


/****** BODY BACKGROUND GRADIENT ******/

/* body, body.webprogram { 	
	background: #ccc url('/static/img/bg-gradient.png') 50% 0 repeat-x;
} */

/****** ADDS SHADOWING TO ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/*-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85);
	box-shadow: 0px 2px 10px rgba(0, 0, 51, 0.85); */
	

/****** ADDS ROUNDED CORNERS TO ALL CORNERS OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/

/****** ADDS ROUNDED CORNERS TO THE BOTTOM OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/
	
	/* -moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px; */

/******* ADDS ROUNDED CORNERS TO THE TOP OF ANY DIV YOU PUT THESE ATTRIBUTES IN ******/

	/*border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px; */


/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING HEADERS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.sidebar h4, .sidebar_priority h3, .sidebar h5, .sidebar_priority h5, .content h2 {
	background:#666 url('/static/img/buttongradient.png') 50% 10% repeat-x;	
}*/



/****** IF YOU WANT TO ADD A BUTTON GRADIENT TO ANY OF THE FOLLOWING LIST ITEMS COPY THIS INTO YOUR CLIENT STLYES ******/

/*.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a:focus, .navigation li a:hover {
	background:#ddd url('/static/img/buttongradient.png') 50% 50% repeat-x;
}*/