@charset "UTF-8";
/* CSS Document */

/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins taken out form,input,*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  fieldset,  p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6, p {
	/*font-size: 50%;*/
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}

a {text-decoration: none;}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* General Classes */
.clear{clear: both !important; float: none !important;}

/*Fonts*/
/*Sample of font kit from Font Squirrel*/
@font-face {
    font-family: 'AppleChancery';
    src: url('../fonts/apple_chancery-webfont.eot');
    src: url('../fonts/apple_chancery-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apple_chancery-webfont.woff') format('woff'),
         url('../fonts/apple_chancery-webfont.ttf') format('truetype'),
         url('../fonts/apple_chancery-webfont.svg#AppleChancery') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'destroyregular';
    src: url('../fonts/destroy_-webfont.eot');
    src: url('../fonts/destroy_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/destroy_-webfont.woff') format('woff'),
         url('../fonts/destroy_-webfont.ttf') format('truetype'),
         url('../fonts/destroy_-webfont.svg#destroyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-r-webfont.eot');
    src: url('../fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-r-webfont.woff') format('woff'),
         url('../fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*font-family: 'Montserrat Alternates', sans-serif; -- Google Fonts*/

/*Body Styles*/
h1{}
h2{display: block; font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #0FBBBC; padding: 0 0 5px 10px;}
p{color: #8CD3D4; font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 0 0 10px 0;}
p a{color: #8CD3D4;}
p a:hover {color: #0FBBBC;}
#pTop{padding: 20px 0 10px 0;}
#topHeader{height: 6px; background-color: #000/*#0FBBBC*/;}
header{/*border-bottom: 1pt solid #CCC;*/}
#headerInner{background-image:url(../images/Bootstrap_Header3.png); height: 200px; width: 940px; margin: 0 auto;}
#headerInner ul {float: right; width: 100px; border: 1pt solid black; font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;}
#headerInner ul li a {color: #000; }
#wrapper{width: 940px; margin: 0 auto;}
#mainContent {padding: 0 0 0 0; min-height: 300px; }
.hourBox {padding: 10px 0 10px 0; /*border: 1pt solid black;*/ /*height: 300px;*/}
.hourBox .hourBoxSub {float: left; width: 49%;}
/*.hourBoxSub1{border-right: 1pt solid #000;}*/
/*.hourBoxSub2{border-left: 1pt solid #000;}*/
#mainContent ul {padding: 0 0 0 10px; font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; border-top: 1pt solid #000;}
#mainContent ul li{padding: 5px 0 0 0; color: #000;}
#mainContent ul li a{color: #333;}
#mainContent ul li:hover a{color: #61C7C8;}
/*#mainContent ul li a:visited{color: #999;}*/
footer{height: 250px; background-color: #000; }
#footerDiv {
	height: 250px;
	width: 940px;
	margin:0 auto;
	/*background: url(../images/hotline_dots.png) no-repeat;*/
}
.footerDivSub {float: left;}
#jquerybook{display: block; position: relative; left: 400px;}

#hero-section{position: relative;}
#wk2-section{position: relative;}

.handle{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	background: url(../images/arrowRight.png) no-repeat center;
}

/*.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1);
}*/




