body {
	background: url('../images/bg1.png');
	font-family: 'forum', serif;
	color: #0A183A;
}

/* Banner */

#banner {
	width: 100%;
	height: 20%;
	max-height: 110px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 8px solid #F0ECE4;
}

#banner img {
	max-width: 500px;
	width:60%;
	margin: 0 auto 0 auto;
	display: block;
}

/*page options - Not using these for now, go in the top right and say things like contact, career, english, spanish, etc)



#options {
	text-align: right;
	color: #666;
	font-size: 9px;
	padding-right: 30px;
	padding-top: 25px;
}

#options li {  
display: inline;
} 

#options a {
	text-decoration: none;
	color: #0A183A;  
}

.divider {
	color: #666;
	padding: 0 10px;
}

/* Navbar */

#navbar {
	padding: 6px 0px 6px 0px; 
	list-style-type: none; 
	text-align: center; 
	background-color: #F0ECE4; 
	width: 100%;
	border-top: 1px solid #CACCCF;
}

#navbar ul { 
	max-width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;

} 

#navbar ul li {  
	display: inline; 
} 

#navbar ul li a { 
	text-decoration: none; 
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 8px;	
	padding-bottom: 8px;
	color: #0A183A;  
	font-size: 15px;
} 

#navbar ul li a:hover { 
	color: #0C1429; 
	background-color: #D6D0C5; 
} 

/* Image Slider */

#largeframe {
	max-width: 7377px;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
}

#largeframe img{

	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 4px solid #6577A1;
}

/* Practice Buttons and Blurb */

#buttons {
	text-align: center;
	font-family: 'cinzel decorative', sans-serif;
	font-size: 22px;
	width: 100%;
	color: #3B4657;
	padding: 25px 0 25px 0;
}

#buttons ul{
	max-width: 960px;
	text-align: left;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 15px;
}

#buttons ul li{
	display: inline;
	padding: 0 30px;
}

.mybutton {
	-moz-box-shadow:inset 0px 34px 12px -15px #F0ECE4;
	-webkit-box-shadow:inset 0px 34px 12px -15px #F0ECE4;
	box-shadow:inset 0px 34px 12px -15px #F0ECE4;

	background-color:#E7E2D6;

	border:1px solid #E6DFD0;

	display:inline-block;
	color: #0C1429;
	font-family: 'forum', sans-serif;
	font-size:15px;
	text-align: center;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #ada1ad;
	border-radius: 2px;
}

.mybutton:hover {
	-moz-box-shadow:inset 0px 34px 12px -15px #E7E2D6;
	-webkit-box-shadow:inset 0px 34px 12px -15px #E7E2D6;
	box-shadow:inset 0px 34px 12px -15px #E7E2D6;
	background-color:#F0ECE4;
}

.mybutton:active {
	position:relative;
	top:1px;
 }

 #breaker {
 	width: 65%;
 	max-width: 800px;
 	opacity: 60%;
 }

 #content {
	font-size: 17px;
	width: 70%;
	max-width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 18px;
	line-height: 1.5em;
}

#content img {
	margin: 0 auto 0 auto;
	max-width: 120px;
}

/* Accredidations */

#accreds {
	max-width: 960px;
	width:80%;
	height:50px;
	margin: 0 auto 0 auto;
	background: url('../images/accreds/bigcred.png') center no-repeat;
	background-size: contain;
}

#accreds img {
	max-width: 960px;
	width: 80%;
	margin: 0 auto 0 auto;
}
 /* Footer */

 #footer {
 	background: url('../images/tex5.png') repeat;
 	width: 100%;
 	text-align: center;
 	font-size: 13px;
 	padding: 25px 0 40px 0;
 	border-top: 2px solid #D1D4D8;
}

#footer ul {
	list-style: none;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	text-decoration: none;
	color: #0A183A; 
	padding-left: 1.5em;
	padding-right: 1.5em; 
}









