/* CSS1 (some CSS2) for sgrenholm.org */

body {
	/* background-color:#DFDFE9;  */
	background-color:#FAFAFA;
	/* background-image: url(images/sg_background.gif); */
	/* background-repeat: repeat-y; */
	background-attachment: fixed; 
	background-position: 30%; 
	border: 0px;
	margin: 0px 0px 0px 60px;
	position: relative; top: 90%; bottom: 15%; 
	font-family: Arial, Helvetica, sans-serif;
h1 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h2 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 6px;
	margin-top: 0px;
}
h2.subHeader { font-size: 14px; font-weight: normal;}
h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 6px;
}
h4 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	font-size: 12px;
	text-align: left;
	margin-bottom: 6px;
	margin-top: 6px;
}
li {
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
dt {
	font-size: 12px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
dd {
	font-size: 12px;
	text-align: left;
	margin-bottom: 6px;
	margin-top: 0px;
}
a	 { color:#00406E; text-decoration:none;}
a:hover  { color:#C10448; }

/****** Navigation Bar **************/
td.nav p {
	margin:6px 12px; 
	text-align:right;
	font-size: 12px;
	font-weight: bold;
	background-color: #FAFAFA;
	color: #00406E;
}
td.nav a {
	font-size: 12px;
	font-weight: normal;
	background-color: #FAFAFA;
	color: #00406E;
	text-decoration: none;
}
td.nav a:hover { color: #AF4172; font-weight: bold;}
a img { border:none; }

/****** overall: center elements of front page ******/
div.overall { position: absolute; top: 14%; left: 10%;}

/***** Logo: floating SG *********/
/* div.logo { position: absolute; top: 27%; width: 20%; left: 35%; right: 35%; } */
div.logo { position: relative; width: 20%;}

/***** Page title: unchanging position *******/
/* div.title { position: absolute; top: 14%; left: 20%; right: 20%;} */
div.title { }
div.title h1 {font-size: 72px; color: #00406E;}
div.title h2 {
	font-size: 24px;
	font-weight: bold;
	color: #00406E;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 24px;
	margin-bottom: 24px;
}
div.title h3 {
	font-size: 20px;
	color: #617189;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.title p {
	margin: 20px 30px ;
}

/***** Page title: unchanging position *******/
/* div.title2 { position: absolute; top: 40%; left: 20%; right: 20%;} */
div.title2 { }
div.title2 h3 {
	font-size: 20px;
	color: #617189;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

/********** Links page styles ***********/
div.links, div.about_site {
	color: #00406E; 
	position: relative; bottom: 0%; left: 15%; right: 0%; width: 80%;
}
div.links h2, div.about_site h2{
	font-size: 24px;
	font-weight: bold;
	color: #00406E;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 24px;
	margin-bottom: 24px;
}
div.links h3, div.about_site h3 {
	font-size: 18px;
	font-weight: bold;
	color: #00406E;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 24px;
	margin-bottom: 24px;
}

div.links dt, div.about_site dt {font-size:14px;}
div.links p, div.about_site p {font-size:14px;}
div.links a, div.about_site a {color: green; font-size:14px;}
div.links a:hover, div.about_site a:hover {color: red;}

/******** Contact box: fixed filled box at bottom of page */
div.contactbox {
	background-color: #617189;
	color: #FFFFFF;
	text-transform: uppercase;
	position: absolute; bottom: 0%; width: 112%; right: 0%; left: 0%;
}
div.contactbox p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 12px;
	line-height: 0.8;
}
div.contactbox a {font-size: 14px; text-align: right; color: #FFFFFF;
	margin-bottom: 6px;}
div.contactbox a:hover {color: #00CC00;}
/********** Flashbar **************/
div.flashbar {
		position: relative; width: 100%;
}
