﻿
* {
	margin: 0;
	padding: 0 0 0 0;
}
body {
	text-align: left;
	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #252525;
	background-color: #f5f5f5;
}

h7 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #D66E08;
	margin-top: 15px;
	margin-bottom: 10px;
}

h6 {
	border-bottom: 1px;
	border-bottom-color: #1d65af;
	border-bottom-style: dotted;
	margin: 15px 0px;	
}

h4 {
	font-size: large;
	color: #8E3528;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 12px;
	color: #0d437b;
	font-family: Textbook;
	margin-top: 15px;
	margin-bottom: 4px;
}

h2 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #D66E08;
	margin-top: 15px;
	margin-bottom: 15px;	
}

h1 {
	color: #0d437b;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Goudy Old Style";
	font-size: 28px;	
	letter-spacing: 1.5px;
}

ol {
	line-height: 100%;
}

ul {
	line-height: 100%;
}

blockquote {
	text-align: left;
	width: 98%;
	font-family: "Arial Narrow";
	font-size: 12px;
}

p {
	margin-top: 10px;
	line-height: normal;
}

ol {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #003B79;
	font-weight: 200;
}

a:hover {
	text-decoration: none;
	color: #003B79;
}

hr {
	margin: 15px 0px;	
}

.style2 {
	border-width: 0px;
	padding: 0px 2px 0 0;
}

/* Wrapper */

#wrapper {
	overflow: hidden;
	width: 960px;
	margin: 0 auto 0px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 5px rgba(56,50,55,.2);
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 200px;
	background: #ffffff;
}

#header {
	padding: 0 0 5px 0;
	background: #FFFFFF;
	margin: 0 auto;
	width: 960px;
	height: 200px;
	background-image: url('images/SC_tag-line.png');
	background-repeat:no-repeat;
	background-position: 95% 78%;
}

#top-nav {
	padding: 6px 20px 0 0;
	width: 926px;
	color: #121315;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 300;
	height: 25px;
	background-color: #FFFFFF;
	margin: 0px auto;
	letter-spacing: 1px;
	display: inline-block;
	text-align: right;
}

#top-nav a {	
	text-decoration: underline;
	color: #4D280D;
}

#top-nav a:hover {
	ccolor: #2372c2;
	text-decoration: none;
}


#bottom-nav {
	margin: 0 auto;
	background-color: #0d437b;
	height: 4px;
	border-top-color: #A9ACDE;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #A9ACDE;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* Logo */

#logo {
	float: left;
	width: 210px;
	height: 170px;	
}

/* Menu */

#menu {
	float: right;
	width: 735px;
	height: 40px;
	padding-top: 120px;
	padding-bottom: 0px;
}

#menu ul {
	margin: 0;
	padding: 14px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
} 

#menu a {
	display: block;
	height: 20px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #41220b;
	border-left-color: #DDD7C0;
	border-left-style: dotted;
	border-left-width: 1px;
	font-variant: small-caps;
	margin-left: 1px;
}

#menu a:hover {
	background: none;
	text-decoration: underline;
	color: #2372c2;
}

#menu .active a {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Home Container */

#h-container {
	width: 900px;
	margin: 0 auto;
	padding: 15px 20px 5px 20px;
	height: auto;
}

#home-container {
	border: 2px #d9d0c9 solid;
	margin: 0px auto;
	width: 900px;
	height: 438px;
	background-color: #D2C8BF;
	box-shadow: 1px 2px 5px #888888;
}

#home-splash {
	width: auto;
	float: left;
	height: auto;
}

/* Navigation */

#navigation {
	float: right;
	width: 258px;
	height: 438px;
	background-image: url('images/SC_home_rt_panel_w-addr-2.jpg');   
}

#navigation ul {
	margin: 0px;
	padding: 155px 0px 0 8px;
	list-style: none;
	line-height: normal;
}

#navigation li {
	display: block;
	height: 60px;
	float: none;
	padding: 0px;
}

#navigation a {
	display: block;
	width: 240px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #41220b;
	font-variant: small-caps;
	height: 33px;
}

#navigation a:hover {
	background: ;
	text-decoration: underline;
	color: #2372c2;
	}

/* Page */

#page {
	margin: 0 auto;
	background: #FFFFFF;	 
	width: 960px;
	height: auto;
}

/* Container */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px;
	height: auto;
}


#content {
	width: 640px;
	margin: 0 auto;
	padding: 0 0px;
}

#column {
	width: 440px;
	float: left;
}

#row-feature {
	border-bottom: 1px blue dashed;	
}

/* Sidebar */

#sidebar {
	width: 200px;
	float: right;
	margin-top: 25px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 15px 15px;
	background-color: #e6e6e6;
	box-shadow: 1px 3px 6px #888888;
}

#sidebar p {
	color: #1F2152;
	font-size: 12px;
	font-family: "Book Antiqua";
	margin-top: 5px;
	margin-bottom: 10px;
	float: none;
	padding: 0 6px;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 11px;
	color: #cce4fb;
	font-family: "Century Schoolbook";
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: normal;
	letter-spacing: 1px;
}

/* Gallery */

#sidebar-gallery {
	width: 200px;
	float: right;
	margin-top: 25px;
	margin-left: 30px;
	margin-bottom: 5px;
	padding: 15px 15px;
	background-color: #e6e6e6;
	box-shadow: 0px 3px 4px #888888;
}

#sidebar-gallery p {
	color: #1F2152;
	font-size: 9px;
	font-family: "arial";
	margin-top: 5px;
	margin-bottom: 10px;
	float: none;
	padding: 0 7px
}

#sidebar-gallery h3 {
	font-weight: bold;
	font-size: 11px;
	color: #cce4fb;
	font-family: "Century Schoolbook";
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: normal;
	letter-spacing: 1px;	
}

#side-head {
	background-color: #1d65af;	
	line-height: 20px;
	padding: 5px;
	text-align: center;
}

.hidden { display: none; }
.unhidden { display: block; }

div.img {
	margin: 0px;
	border: none;
	height: auto;
	width: auto;
	float: none;
	text-align: center;
}
	
div.img img {
	display: inline;
	margin: 5px;
	border: 1px #F5F3EB solid;
	width: 150px;
}

div.img a:hover img {
		border: 1px solid #2372c2;
}

div.desc {
	  text-align: center;
	  font-weight: normal;
	  width: auto;	  
	  font-family: "arial narrow";
	  font-size: 10px;
	  margin-bottom: 7px; 
}

div.pgimg {
	border: none;
	height: auto;
	width: auto;
	float: left;	
}
	
div.pgimg img {
	margin: 5px 10px 0 0;
	border: 3px #F5F3EB solid;
	width: 300px;
	box-shadow: 0px 3px 4px #888888;
}

div.pgimg a:hover img {
	border: 3px #EDEADC solid;
}

div.desc {
	  text-align: center;
	  font-weight: normal;
	  width: auto;	  
	  font-family: "arial narrow";
	  font-size: 10px;
	  margin-bottom: 7px; 
}

/* Signup */

#mc_embed_signup {
	float: right;
	margin-top: 15px;
	margin-bottom: 2px;
	padding: 6px 6px;
	border: 1px #EFEFEF dotted;
	background-color: none;
	color: #024488;
	font-size: 12px;
	font-weight: bold;
	font-family: "Century Schoolbook";
}

#mc_embed_signupB {
	width: 200px;
	float: right;
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 5px;
	padding: 15px 15px;
	background-color: #fffdfb;
	box-shadow: 0px 3px 4px #888888;
	color: #024488;
	font-size: 12px;
	font-weight: bold;
	font-family: "Century Schoolbook";
}

/* Button Style */

.button-style {
	display: inline-block;
	margin-top: 12px;
	padding: 5px 20px;
	background: #1d65af;
	border-radius: 3px;
	margin-left: 10px;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Times New Roman";
	font-weight: 200;
	font-size: 14px;
	color: #ffffff;
}

.button-style a:hover {
	color: #f5f5f5;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 960px;
	background-color: #FFFFFF;
}

#footer-nav {
	margin: 0 auto;
	height: 4px;
	border-top-color: #0d437b;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #0d437b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#footer p {
	margin: 0;
	padding-bottom: 20px;
	width: 940px;
	color: #41220b;	
}

#footer-menu {
	margin: 0 auto;
	width: 940px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	color: #41220b;
	padding-top: 25px;
	padding-bottom: 15px;
}

#footer a:hover {
	color: #41220b;
	text-decoration: underline;
}

#footer a {
	text-decoration: none;
	color: #41220b;
}

#legal {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #543432;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

