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

/* Style Reset from meyerweb.com*/
 

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, em, img, footer, header, 
menu, nav, output, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(images/bg.jpg);
}

/* Layout Regions*/

#wrapper	{
	width: 960px;
	margin: auto;
	padding: 10px;
}

#logo	{
	width:960px;
	margin:auto;
	padding:0px;
}

#header	{
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 300px;
	background-color: white;
}


#sidebar	{
	width: 292px;
	margin: 0px;
	float: left;
	background-color: white;
	margin-right: 10px;
	padding: 0px 15px 15px 15px;
}

#sidebar img	{
	padding-top: 10px;
}

.img	{
	padding: 10px;
}

#sidebar-widget	{
	width: 226px;
	padding-right: 20px;
	padding-left: 45px;
	padding-top: 20px;
}

#content	{
	width: 935px;
	float: left;
	padding: 10px 15px 10px 10px;
	margin: auto;
	background-color: white;
}

#content ul	{
	line-height: 2em;
	list-style-image:url(images/square.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content li {
	text-indent: 2em;
	list-style-position:inside;
}

h1	{
	font-weight:normal;
	font-family: 'Gabriela', serif;
	color: #323232;
}

.subheading	{
	font-size: 1.2em;
	color: #92A4B2;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.4em;
	/* [disabled]background-image: url(images/dot.gif); */
	/* [disabled]background-position-x: left; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]padding-left: 1.2em; */
}

h2	{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	color: #023366;
	/* [disabled]margin-top: -0.6em; */
	padding-top: .8em;
}

h3	{
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	color: black;
	padding-top: 1em;	
	/* [disabled]margin-top: -0.6em; */
}

p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.6;
	color: #333;
}
/*Links*/
a:link	{
	color: #92A4B2;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}

a:visited	{
	color: #92A4B2;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}

a:hover	{
	color: #043465;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
a:active	{
	color: #043465;
}

a.page:link {color: #32C0C4; }
a.page:active {color: #32C0C4; }
a.page:visited {color: #32C0C4; }
a.page:hover {color: #32C0C4; }



/*Images*/

.img-left	{
	float: left;
	margin: auto;
	padding-right: 10px;
}

.img-right	{
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

.clear	{
	width: 900px;
	margin: auto;
}

/*Floats*/

.left	{
	float: left;
	width:350px;
	height: 75px;
}
.right	{
	float: right;
	width: 350px;
	height: 70px;

	}
#footer	{
	width: 920px;
	margin: auto;
	/* [disabled]padding: 0px 20px; */
	text-align: center;
}

#footerl	{
	width: 275px;
	float: left;
	margin: auto;
}

#footerc	{
	width: 300px;
	margin: auto;
}

#footerr	{
	width: 275px;
	float: right;
	margin: auto;
}

#footer h1	{
	font-size: 1em;
	color: #1C3A17;
	font-family: 'Nothing You Could Do', cursive;
}

#footer p	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#footer a	{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

/*Bar Above Nav */

#bar {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding-left: 20px;
	background-image: url(images/temp-nav.gif);
}

/* Nav */

#nav {
	width: 940px;
	height: 50px;
	margin: 0 auto;
	/* [disabled]background-color: #04225f; */
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	margin-right: 8px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-size: 1em;
	color: white;
	border: none;
	background-color: #04225F;
	font-weight: normal;
}

#nav a:hover, #nav .current_page_item a {
	background-color: #A1C0E5;
	color: white;
}

#nav a:hover {
	text-decoration: none;
}

#nav .current	{
	background-color: #77002A;
	color: white;
}

.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}


/*Online Registration Button Styling*/

	.box {
  background-color: #081139;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/*Class Reps Table Styling*/

#classreps {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#classreps td, #classreps th {
  border: 1px solid #ddd;
  padding: 8px;
}

#classreps tr:nth-child(even){background-color: #f2f2f2;}

#classreps tr:hover {background-color: #ddd;}

#classreps th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #A1C0E4;
  color: white;
}

