@charset "UTF-8";

/* Core Styles */

body  {
	margin: 0;
	padding: 0;
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	background-color: #EEEEEE;
	text-align: center;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: 300;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

/* Misc Text Styles */

.big_letter {
	float:left; 
	color:#CCCCCC; 
	font-size:75px;
	line-height:50px;
	padding-top:6px;
}

.error {
	color: red;
}

.about_color { color: #8F1E1E; }
.news_color { color: #B77D20; }
.courses_color { color: #8A9E3B; }
.gallery_color { color: #5788A0; }
.register_color { color: #4D004D; }
.contact_color { color: #8F1E1E; }

.small_print {
	font-size: 0.8em;
}

/* Layout Styles */

#site_container {
	width: 800px;
	background: white;
	margin: 0 auto;
	text-align: left;
}

#header {

}

#sutton_logo {
	position: relative;
	left: 18px;
	bottom: 12px;
}

#navigation {
	border-top: 1px solid #c90019;
	border-bottom: 1px solid #c90019;
	margin: 0px 50px;
	font-size: 110%;
	line-height: 160%;
	padding: 0px 5px;
}

.list_container {
	width: 100%;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#navigation ul li {
	width: 18%;
	float: left;
	text-align: center;
	position: relative;
}

#navigation ul li.first {
	text-align: left;
	width: 16%;
}

#navigation ul li.last {
	text-align: right;
	width: 12%;
}

#navigation a {
	color: #706e70;
}

#navigation a:hover {
	text-decoration: none;
	color: #4a495c;
}

#navigation li ul {
	background: white;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 160px;
	padding-top:10px;
}

#navigation li ul li{
	width:160px;	
	font-size:12px;
	text-align:left;
	padding-left:10px;
}
/*
#navigation li:hover ul, #navigation li.sfhover ul {
	display: block;
}

#navigation li:hover ul li, #navigation li.sfhover ul li {
	width: 160px;
}*/

#content_container {
	padding-left: 75px;
	padding-right: 50px;
}

#monoSlideshow {
	margin-left: -23px;
}

/* Page template styles */

#content_container .content_block {
	
}

#header_image_container {
	margin-left: -25px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#header_image_container img {
	display: block;
}

.content_block .sidebar {
	float: right;
	padding: 10px;
	padding-bottom: 30px;
	color: #666666;
	background: #f5f5f5;
	width: 190px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.content_block .sidebar a {
	color: #444444;
}

.content_block .sidebar h1, .content_block .sidebar h2, .content_block .sidebar h3 {
	color: #c1272d;	
	font-size: 120%;
	font-weight: 300;
	margin-top: 0px;
}

.sidebar_clear {
	margin-right: 200px;
}

#footer {
	padding-left: 75px;
	padding-right: 50px;
	margin-top: 30px;
}

#footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	font-size: 80%;
	color: #999999;
}

/* Gallery styles */

table.gallery td {
	padding: 5px;
}

table.gallery td img {
	border: 2px solid #555555;;
}

/* Course layout */

#sample_pages_large {
	float: left;
	margin-right: 5px;
}

#sample_pages {
	
}

#sample_pages img {
	float: left;
	margin-right: 5px;
}

/* Form layout */

#EmailAFriend, #ScheduledCourseID {
	width: 610px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.input {
	float: left;
	width: 300px;
	margin-right: 10px;
}

div.input input, div.input select {
	width: 300px;
}

/* Announcement & Listing Styles */

.course_listing h2 {
	margin-top: 2em;
}

ul.mini_listing {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 2em;
}

ul.mini_listing li {
	margin-bottom: 0.5em;
}

.news_listing .news_item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.pagination {
	margin-top: 3em;
	margin-bottom: 3em;
}

.pagination .past {
	float: left;
}

.pagination .future {
	float: right;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
	background: transparent url(/site_images/roundedge-green-left.gif) no-repeat top left;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 15pxl; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/
}

a.boldbuttons span {
	background: transparent url(/site_images/roundedge-green-right.gif) no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
