@import url('schuyler2.css');
* {
	margin:0;
	padding:0;
}
a {
	font-weight: normal;
}
a img {
	border:0;
}
html, body {
	margin:0px;
	padding:0px;
	font-family:"Calibri","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,Verdana,sans-serif;
    font-size: 13pt;
	font-weight:normal;
	height:100%;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:30px;
}

h3 {
	font-size:26px;
}
.bottom-padding {
	padding-bottom:10px;
}
a.button {
	cursor:pointer;
	display:inline-block;
	font:14px/100%;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right:5px;
	outline:medium none;
	padding:3px;
	text-align:center;
	text-decoration:none;
}
.box {
	padding:5px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}
.center {
	text-align:center;
}
.content {
	margin-top:5px;
}
.indent {
	text-indent:20px;
}
.justify {
	text-align:justify;
}
.padded {
	margin-top:10px;
}
.peel {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
a.peel {
	display: block;
    height: 110px;
	width: 110px;
	text-decoration:none;
}
img.polaroid {
	border:5px solid #fff;
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
	margin:5px 5px 5px 0;
}
#container {
	min-height:100%;
	position:relative;
}
#body {
	padding-bottom:100px;	/* Height of the footer */
}
#body ul {
	padding-left:25px;
}
#header {
	background-image: url('../img/peel.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top right; 
}
#header h1 {
	line-height:55px;
}
#footer {
	font-size:10pt;
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
}
#footer a{
	text-decoration:none;
}
#sub_header {
	height:37px;
	margin-bottom:5px;
}

#sub_header a{
	text-decoration:none;
}

#sub_header li {
	display:inline;
	height:27px;
	line-height:37px;
	margin-left:5px;
	padding:3px 7px 3px 7px;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	-webkit-border-radius:0.4em;
}

#sub_header li:hover {
	cursor:pointer;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* Slider for Images on homepage
----------------------------------------------------------------------------------------------------*/

#slider {
    width: 340px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-right: 20px;
	float:left;
}
#slider ul{
    padding-left: 0;
}
#sliderContent { 
    list-style-type: none;
    width: 333px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
    padding-left:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
/* Image for loaded documents
----------------------------------------------------------------------------------------------------*/
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(../img/pdf.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:20px;
}
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'],a[href$='.xlxs'] {
background:transparent url(../img/excel.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:20px;
}
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'], a[href$='.docx'] {
background:transparent url(../img/word.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:20px;
}
/* mailto: links */
a[href^="mailto:"] {
background:transparent url(../img/mailto.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:20px;
}
/* PowerPoint Document Links */
a[href$='.ppt'], a[href$='.pptx'] {
background:transparent url(../img/ppt.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:20px;
