@charset "UTF-8";

/* Body */


body {
	
	margin: 0;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

a img {
	border: none;	
}



/* Main Container */

#contentBox {
	
	margin: 0 auto;
	width: 900px;

}


/* Header Container */

#header {
	width: 900px;
	height: 90px;
	
}


/* Logo */

#logo {
	width: 200px;
	height: 90px;
	background: url(../img/shg_logo.gif) no-repeat;
	float: left;
}


/* Tagline Search */

#tagline {
	width: 700px;
	background: url(../img/shg_tagline.gif) no-repeat;
	float: left;
	text-align: right;
	padding-top: 50px;
}


/* Navigation Container */

#navigation {
	width: 900px;
	height: 50px;
	float: left;
	position: relative;
	
}


#navigation img {
	float: left;
}


/* Main Content Container */

#mainContent {
	width: 900px;
	float: left;

}


/* General Page Content */

#subnavigation {
	float: left;
	width: 140px;
	padding-top: 65px;
	padding-left: 13px;
	font-size: 11px;
	line-height: 18px;
}

.subnavigation a:link {
	text-decoration: underline;
	color: #000;
}

.subnavigation a:hover {
	text-decoration: none;
	color: #000;
}
.subnavigation a:visited {
	text-decoration: underline;
	color: #65532D;
}


#pagecontent {
	float: left;
	width: 717px;
	padding-top: 65px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#pagecontent h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}




/* Home Page */

#flashhome {
	float: left;
	width: 710px;
}


#quicklinks {
	width: 175px;
	float:  left;
	padding-top: 20px;
	margin-left: 15px;
}

#quicklinks h1 {
	font-size: 14px;
	font-weight: bold;
}

#quicklinks p {
	padding-left: 5px;
}

#trimenu {
	float: left;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#trimenu img {
	float: left;
	
}


/* Footer Container*/


#footer {
	clear: both;
	width: 900px;
	background: url(../img/footer.gif) repeat-x;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 16px;
	text-align: center;
}



/* Common Elements */


a {
	color: #000;
	text-decoration:underline;
		
}

a:hover {
	color: #65532D;
	text-decoration:none;
}	

a:visited {
	color: #65532d;
	text-decoration:underline;
}	


img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}

img.left {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;	
}

.photo {
	
	float: left;
	width: 175px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.staff {
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
}


ul, li {
	line-height: 18px;
}

form {
	margin: 0;
	padding-top: 5px;

}

input {
	margin: 0;
	padding: 0;

}

h1 {
	font-size: 15px;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	font-weight:bold;
}

h3 {
	font-size: 13px;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	font-weight:bold;
}



