/*

AUTHOR: Justin Hines
		justin@griptechnology.com

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Sidebar (right column) 
	8- Forms
	9- Extras
	10- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
@import url('nav.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Helvetica, Arial, sans-serif;
	vertical-align: top;
	color: #333;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/body-bg.jpg) top center fixed;
	overflow-x:hidden;
}
p {
	line-height:1.4em;
	margin:5px 0 22px 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
#sidebar a {
	font-weight:bold;
	color:#4f2d0b;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em Helvetica, Arial, Verdana;
	color:#d57a1f;
	text-transform: uppercase;
	letter-spacing: -.05em;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/dash02.gif) bottom left repeat-x;
	padding-bottom:4px;
	margin-bottom:5px;
}
h2 {
	font: normal 1.2em Helvetica, Arial, Verdana;
	color:#666;
	margin-bottom:15px;
}
h3 {
	font: bold 1.2em Helvetica, Arial, Verdana;
	color:#2fb0d0;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	width:946px;
	margin:0 auto;
}
#header {
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/header.png) no-repeat;
	height:242px;
	margin-left:-18px;
	z-index: 500;	
}
/* =5 Sub-Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#subnav {
	float:right;
	width:238px;
	font-weight:bold;
	line-height:20px;
	margin-top:-3px;
}
#subnav a {
	color:#fff;
	text-decoration: none;
}
#subnav a:hover {
	color:#eee;
	text-decoration: underline;
}
.blue-box {
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/blu-top.gif) no-repeat;
	padding:4px 3px 3px 2px;
	clear:both;
	margin-top:4px;
}
#main .blue-box .padding {
	background:none #2fb0d0;
	min-height:100px;
  	height:auto !important;
  	height:100px;
	padding:0 10px;
	margin:5px 0 0 0;
}
img#blue-btm {
	margin-left:-2px;
	line-height:1px;
	display:block;
}
#handbook-btn img,
#reg-btn img {
	height:41px;
	width:120px;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/btn-sprites.gif) no-repeat;
	float:left;
	margin:0 0 5px -1px;
}
#handbook-btn img {
	float:right;
	margin:0 -1px 5px 0;
	background-position:-120px 0;
}
#handbook-btn:active img {background-position:-120px -41px;}
#reg-btn:active img {background-position:0px -41px;}

img#home-link {
	clear:both;
	float:left;
	height:163px;
	margin:40px 0 0 39px;
	width:205px;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#middle {
	width:910px;
	margin:auto;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/middle-bg.png) repeat-y;
}
#middle .padding {
	margin:0 6px;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/green-grad.jpg) repeat-x top left #8bbd41;
	height:1%;
}
#orange-bg {
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/orange.gif) repeat-y top right;
	z-index: 0;
}
#main {
	float:left;
	width:588px;
	margin-left:5px;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/content-bg.gif) no-repeat;
}
#main .padding {
	background:none #fff;
	margin:10px 3px 0 3px;
	padding:0 10px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
}
#content-btm {
	margin-left:3px;
	line-height:1px;
	display:block;
}
#homepage-rotator  {
	height:203px;
	overflow:hidden;
	margin-bottom:9px;
}
#homepage-rotator p {
	margin:0;	
}
/* =7 sidebar (right column)
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#sidebar {
	float:right;
	width:299px;
	margin-top:-114px;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/sidebar-bg.gif) repeat-x;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	border-top:solid 1px #D57A1F;
}
#sidebar .padding {background:none;}
#countdown {
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/clock.gif) no-repeat 0 30px;
	height:91px;
	margin-left:-61px;
	padding:8px 0 0 61px;
	width:300px;
}
#numbers {
	font-family:"Georgia";
	color:#FFF;
	font-size:45px;
}
#numbers small {
	font-size:17px;
}
#sb-links dd{
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/dash01.gif) repeat-x bottom left;
	padding-bottom:12px;
	margin-bottom:12px;
	padding-left:5px;
}
#sb-links dt {padding-left:5px;}
/* =8 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#main ul {
	line-height:1.4em;
	padding-bottom:22px;
}
#main li {
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/li-arrow.gif) no-repeat 0 1px;
	padding-left: 18px;
	margin-bottom:5px;
}
#rotator {
	position:relative;
	height:286px;
	overflow:hidden;
	margin:6px 0 10px 0;
}

.picture-frame {
	height:225px;
	width:286px;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/pic-frame.gif) no-repeat;
	position:absolute;
	left:0px;
}
/* =10 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#page-btm {
	margin:auto;
	width:910px;
	padding:80px 0 30px 0;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/page-btm.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana;
	text-align: center;
}
#f-logo {
	height:122px;
	width:50px;
	background:url(http://4db0df4216d1bd353557eb45ce345b9cbba398fe.gripelements.com/img/jcc-logo.png);
}
