@charset "utf-8";
/* CSS Document */
body {
	font: 12px Verdana, sans-serif;
	line-height: 18px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

#content_container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
	background-color: transparent;	
	border-bottom: none;

}

#header_back {
	height: 180px;
	background-image: url(http://hylesandersoninstitute.com/images/header_back.jpg);
	background-repeat: no-repeat;
	background-color: #316ea6;
	background-position: left;
}

#masthead {
	z-index: 3;
	align: center;
	padding-bottom: 20px;
}

#masthead img {
	display: block;
	margin-left:auto;
	margin-right: auto;
}

#nav_bar {
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	background-image: url(http://hylesandersoninstitute.com/images/header_tile.png);
	background-color: #2c4e6b;
	font-size: medium;
}

#nav_bar a:link {
	color: #CCC;
	background-repeat: no-repeat;
	text-decoration: none;
}
#nav_bar a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
#nav_bar a:hover { 
	color: #FFF;
	text-decoration: none;
}
#nav_bar a:active { 
	color: #333333;
}

#home_menu {
    float: left;
}

#top_menus {
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -30px;	
	color: #CCC;
	background-image: url(images/user_menu_back.png);
	font-size: medium;
	background-repeat: no-repeat;
}

#top_menus a:link {
	color: #CCC;
	background-repeat: no-repeat;
	text-decoration: none;
}
#top_menus a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_menus a:hover {
	color: #FFF;
	text-decoration: none;
}
#top_menus a:active {
	color: #333333;
}

#user_menu {
        text-align: right;
}

#admin_menu {
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	color: #003;
	font-weight: bold;
}

#admin_menu a:link {
	color: #003;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 10px;
}
#admin_menu a:visited {
	color: #063466;
	text-decoration: none;
	padding-right: 10px;
}
#admin_menu a:hover { 
	color: #063466;
	text-decoration: none;
	padding-right: 10px;
}
#admin_menu a:active { 
	color: #333333;
	padding-right: 10px;
}

h1 {
	font-style: normal;
	color: #CCC;
}


h2 {
	height: 25px;
	font-size:large;
	padding-top: 5px;
	padding-left: 5px;
	color: #666;
	background-image: none;
}

#main_content {
	padding: 0px;
}

#main_content_top {
	height: 46px;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#main_content_middle {
	background-image: url(images/content_middle.jpg);
	background-repeat: no-repeat;
	min-height: 391px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	margin-top: -16px;
}
#main_content_bottom {
	background-image: url(images/content_bottom.jpg);
	min-height: 400px;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-top:-15px;
	font-size: 80%;
	padding-top:30px;
	text-align: center;
}

a img {
    border: none;
}

fieldset {
  border: 1px dotted gray;
  padding-bottom: 8px;
}

label {
  color: #333;
  font-size: 10px;
  font-weight: bold;
}

label.error {
  color: red;
  padding-left: 1em;
  padding-right: 1em;
}

legend {
  color: gray;
  font-weight: bold;
  font-size: 10px;
  margin-left: 8px;
}

input[type=text], input[type=password] {
  width: 200px;
}

input.error, textarea.error {
    border: 1px dotted red;
    margin: 1px;
}

.back_to_lessons_resource_footer {
    margin-top: 18px;
    margin-bottom: 9px;
}

table.light {
  border-collapse: collapse;
}

table.light th {
  font-size: 10px;
  color: gray;
}

table.light td {
  border-top: 1px dotted gray;
}

table.light td, table.light th {
  text-align: left;
  padding-right: 16px;
  vertical-align: top;
}

table.light td.right, table.light th.right {
  text-align: right;
  padding-left: 16px;
}

form.vertically-aligned div > label:first-child {
  display: block;
}

div.key_value_pairs > div > div.key {
  float: left;
  width: 80px;
  color: gray;
  font-weight: bold;
  font-size: 9px;
  text-align: right;
  padding-right: 8px;
}

div.key_value_pairs > div > div.value {
}

