html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

/* Responsive images and other embedded objects
 Note: keeping IMG here will cause problems if you're using foreground images as sprites.
 If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img, object, embed {
	max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
	overflow-y: scroll;
}

html {
	font-family: Arial, Helvetica, sans-serif;
}

/* we use a lot of ULs that aren't bulleted.
 don't forget to restore the bullets within content. */
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}

select, input, textarea {
	font: 99% sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

/* Accessible focus treatment
 people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td, td img {
	vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
 gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}

/* make buttons play nice in IE */
button {
	width: auto;
	overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true) );
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
}
/*
 -------------------------------------------------------------------------------*/

body {
	font-weight: normal;
}

body, select, input, textarea {
	color: #000000;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FBB03B;
}

/* Custom text-selection colors */
.bannerImg ::-moz-selection {
	background: none;
	text-shadow: none;
}
.bannerImg ::selection {
	background: none;
	text-shadow: none;
}
.center-wrap ::-moz-selection {
	background: none;
	text-shadow: none;
}
.center-wrap ::selection {
	background: none;
	text-shadow: none;
}

::-moz-selection {
	background: #FBB03B;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #FBB03B;
	color: #fff;
	text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #FBB03B;
}

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* My Styles
 -------------------------------------------------------------------------------*/
 #textcol{ width:800px;float:left;} 
 
 #textcol p, #textcolfunctions p{margin-bottom:10px; text-align:justify;}
 #textcol li , #textcolfunctions li{margin-bottom:10px;}
 
 ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul li
{
background-image: url("../images/syellow.jpg");
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px;
}
 
h2 {
font-family: "Times New Roman", Serif;
	font-size: 19pt;
	
}
html {
	height: 100%;
	font-size:10pt;
}
body {
	height: 100%;
	background-color: #999999;
}
header {
 background-color:#000000;
	height: 230px;
}
.rotating-item {
    display: none;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
}
#rotating-item-wrapper {height:80px; width:645px; float:right; overflow:hidden;}

#page {
	padding:30px 0px 30px 0px;
	background-color:#ffffff;
}
#left{width:720px;float:left; padding-left:30px; margin-right:10px;}
#leftfunctions{width:470px;float:left; padding-left:30px; margin-right:10px;}
#right{ float:left; width:230px;}

#booknow {background-color:#F7ECBA; padding:20px; border:1px solid #FBB03B; font-size:11pt; margin:20px 0; text-align:center; font-family: "Times New Roman", Serif;}
#booknow a {color:black;}

.bulletheader{font-family: "Times New Roman", Serif; font-weight:bold; font-size:11pt;}
#textcol a{color:black;}
#textcol a:hover{color:#FBB03B;}
#textheadersection{height:50px; clear:both;}
#textheader{width:140px; float:left;}
#textheaderfunctions{width:280px; float:left;}
#line{border-bottom:1px solid #FBB03B; display:inline; height:20px;width:550px; float:left;}
#linefunctions{border-bottom:1px solid #FBB03B; display:inline; height:20px;width:190px; float:left;}
#col1 {width:210px; margin-right:30px; float:left;}
#functionscol {width:470px; float:left;}
#col2 {width:420px; float:left;}
#functionsright{float:left; margin-left:25px; width:440px;  height:570px; margin-top:20px;}
#functionsright img {float:left;margin-bottom:5px; margin-left:5px;}
header img{display:block;}
#functionformdownload{height:20px; background-color:#F7ECBA; padding:25px; border:1px solid #FBB03B; font-size:11pt; margin-bottom:20px; text-align:center;
font-family: "Times New Roman", Serif;}
#functionlink{height:15px; background-color:#F7ECBA; padding:20px; border:1px solid #FBB03B; font-size:11pt; margin-bottom:20px; text-align:center; font-family: "Times New Roman", Serif;}

#functionformdownload a{color:black;}
#functionlink a {color:black;}
#functionformdownload a:hover, #functionlink a:hover {color:#FBB03B;}
#headercontent{height:145px; border-top:2px solid white; border-bottom:2px solid white; padding-left:30px; }
#headerimages{height: 145px; width:770px; float:right; position:relative; }
#headercontact{
font-size:10.5pt;
font-family: "Times New Roman", Serif;
color:#ffffff;
height:40px; background-color:#333333;
padding-left:30px;
}
#facebook{background-color:#ffffff; padding-left:30px;}
#breadcrumbs, #breadcrumbs a {color:black; font-size:8pt; margin-top:30px;}
#breadcrumbs a:hover{color:#FBB03B;}
#fbtext{float:left;}

.contacttext { padding-top:10px; float:left;}
#headercontact img {padding-top:10px; float:left;}
#footerstrip{border-bottom:2px solid #FBB03B; position: fixed; bottom: 0;}
footer{background-color:#333333;}
footer img{display:block;}

#wrapper {
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color:#ffffff;
	min-height: 100%; /* real browsers */
	height: auto !important;
	height: 100%;
	margin-bottom: 0px;
	-moz-box-shadow: 0 0 5px 5px #8C8C8C;
	-webkit-box-shadow: 0 0 5px 5px #8C8C8C;
	box-shadow: 0 0 5px 5px #8C8C8C;
}

/* Print styles!
 -------------------------------------------------------------------------------*/
@media print {
}

/* Media queries!
 -------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
}

@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}



