﻿/*
	Primary style sheet for FPCCLIFTON.COM
	Developed by Shayne Embry/Promit. Copyright ©2012.
*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
.clear	{ clear: both; }
body {
	background: #82995e url("../images/bg.jpg") 0 0 repeat;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
}
div#wrapper {
	position: relative;
	display: block;
	width: 980px;
	min-height: 600px;
	margin: 10px auto;
	padding-bottom: 1px;
	background-color: #6a4a6a;
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.4);
	border-width: 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
header {
	position: relative;
	display: block;
	width: 980px;
	height: 140px;
	background: transparent url("../images/logo.png") 70px 0 no-repeat;
}
header a, header a:visited {
	color: #fff;
	text-decoration: none;
}
header p#statement {
	position: absolute;
	top: 30px;
	right: 16px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.3em;
}
p#statement span {
	padding-left: 30px;
}
header nav {
	position: absolute;
	bottom: 0px;
	right: 35px;
	display: block;
	width: 750px;
	height: 30px;
	background-color: #3b3b3b;
	color: #fff;
	text-align: center;
	border-width: 1px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	box-shadow: 0px -5px 3px 1px rgba(0,0,0,0.4);
}

section#main {
	position: relative;
	display: block;
	width: 950px;
	min-height: 400px;
	margin: 0 auto 15px auto;
	background: #fff url("../images/bg-left.png") -2px 0 repeat-y;
	box-shadow: inset 0px 0px 12px 8px rgba(0,0,0,0.4);
	border-width: 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
article#content {
	position: relative;
	display: block;
	padding-top: 16px;
}
aside#leftblock {
	position: relative;
	display: block;
	width: 160px;
	min-height: 400px;
	margin: 0 15px 0 12px;
	float: left;
	text-align: center;
	color: #fff;
}
aside#leftblock p { margin: 10px 0; }

div#guts	{
	position: relative;
	display: inline-block;
	float: left;
	width: 720px;
	padding: 15px 20px 10px 15px;
	background-color: #ff00;
	color: #3b3b3b;
}
div#guts h1 { font-size: 2em; line-height: 1.2em; margin-bottom: 16px; }
div#guts h2	{
	font-size: 1.5em;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 14px;
}
div#guts h3 { font-size: 1.5em; line-height: 1.2em; margin-bottom: 4px; }
div#guts h4 { font-size: 1.25em; line-height: 1.2em; margin-bottom: 3px; }
div#guts h5 { font-size: 1em; line-height: 1.2em; margin-bottom: 2px; }
div#guts h6 { font-size: 1em; line-height: 1.2em; margin: 6px 0; background-color: #3b3b3b; color: #fff; padding: 3px 10px; }
div#guts p	{ margin-bottom: 10px; }
div#guts ul, div#guts ol	{ margin: 10px 20px; }
div#guts ul li, div#guts ol li	{ margin-bottom: 6px; }
div#guts blockquote	{ margin: 10px 40px; }
div#guts img	{ margin: 2px 8px; border: 1px solid #6a4a6a; }

div#guts div.picleft	{ display: block; float: left; margin: 2px 10px; text-align:center; font-size: 0.8em; font-style: italic; }
div#guts div.picleft img	{ margin: 0px 0px 2px 0px; }
div#guts div.picright	{ display: block; float: right; margin: 2px 10px; text-align:center; font-size: 0.8em; font-style: italic; }
div#guts div.picright img	{ margin: 0px 0px 2px 0px; }
div#guts div.picctr	{ display: block; margin: 2px auto; font-size: 0.8em; text-align:center; font-style: italic; }
div#guts div.picctr img	{ margin: 0px 0px 2px 0px; }

div#guts nav#subnav { 
	display:block;
	min-width:140px;
	float:right;
	background-color:#6a4a6a;
	color:#fff;
	margin-left: 20px;
	padding: 8px 5px;
	border-width: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
div#guts nav#subnav a, div#guts nav#subnav a:visited { color:#fff;text-decoration:none; }
div#guts nav#subnav h4, div#guts nav#subnav h5 { line-height: 1.3em; margin-bottom: 0; }

footer {
	position: relative;
	display: block;
	clear: left;
	height: 95px;
	margin: 0 10px 0px 190px;
	padding-bottom: 15px;
	text-align: center;
}
footer p {
	padding-top: 70px;
}
footer span {
	padding: 0 20px;
}


.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 1000;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}


