/*@charset "utf-8";
/* CSS Document */
html { 
	height:100%;
	margin:0px; 
	padding:0px;
	/*min-width:900px;*/
}
body {
	margin:0 auto;
	font-size: 16px;
	font-family: Arial, "Helvetica Neue", Helvetica, Gotham,  sans-serif;
	background-color: #FFF; /* change back to #005FAB; if needed */
}
h1 {
	font-size:28px;
	line-height: 36px;
	font-weight:bold;
	color:#111;
	margin: 5px 0;
}
h2 {
	margin:0px;
	font-size:20px;
	color:#111;
	padding: 0 0 10px 0;
	text-align:left;
}
h3 {
	font-size:16px;
	text-align:left;
	line-height:17px;
	font-weight:bold;
	color:#111;
	padding:8px 0 0 4px;
	margin: 20px 0;
}
h4 {
	font-size:13px;
	text-align:left;
	line-height:17px;
	font-weight:bold;
	font-style:italic;
	color:#302b2c;
	padding:8px 0 0 14px;
	margin:0;
}
p {
	font-size:18px;
	line-height:32px;
	color:#111;
	padding: 0 10px 20px 5px;
	margin: 0;
	text-align:left;
}
.ft11px {
	font-size:11px;
	color:#474F57;
}
a:link, a:visited {
	fo___nt-size:16px;
	text-decoration:none;
	color: #183253;
}
a:hover, a:active {
	text-decoration:underline;
	color: #000000;
}

#poweredBy {
	position:relative;
	float:left;
	margin-top:2px;
}


/* New CSS Start */

#topHeader {
	height: 108px;
	color:#F8F8F8;
	clear:both;
	background-color:#FFFFFF;
	border-bottom: solid 10px #fbda66;
}

#topHeader > div {
	max-width: 1200px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	bor___der: solid 1px #00E;
	box-sizing: border-box;
}

#topHeader a:link, #topHeader a:visited {
	color: #EEEEEE;
}
#topHeader a:active, #topHeader a:hover {
	color: #FFFFFF;
}

#topTinyLogo {
    width: 922px;
    height: 104px;
	float: left;
	margin-top: 2px;
	background-image: url(../images/787jatc-toplogo_new.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

#bottomLogo {
    width: 322px;
    height: 206px;
	margin: 20px 0;
	background-image: url(../images/787jatc-botlogo.jpg);
	background-size: cover;
	clear: both;
}

#topTinyLogo a, #bottomLogo a {
	display:inline-block;
    width:100%;
    height:100%;
}



#topTitle {
	float: left;
    width: 680px;
    height: 56px;
	font-size:26px;
	font-weight: bold;
	color: #005fab;
	line-height: 28px;
	text-align: left;
	margin-top: 2px;
}


/* Nav Start */

#topMenu {
	width: 100%;
	height: 52px;
	background-color: #111111;
	border-top: solid 1px #111111;
	border-bottom: solid 1px #111111;
}

#topMenu a{
	display:block;
	font-size:16px;
	font-weight: bold;
	padding:5px;
	color:#FFFFFF;
}
#topMenu a:hover{
	color:#FFFF99;
}

/* #topMenu > ul not working for mobile menu, restored #nav!! */

#nav {
	list-style:none;
	/* margin: 60px 0 0 330px;
	float:left; */
	margin: 8px auto;

	/* Clear floats */
	width:1200px;
	/* Bring the nav above everything else--uncomment if needed.*/ 
	position:relative;
	z-index:5;
	white-space: nowrap;
	


}
#nav li{
	float: right;
	margin-left: 15px;
	padding: 5px;
	position: relative;
	display: inline-block;
	
}

/*--- DROPDOWN ---*/
#nav li ul{
	background:#1b3254; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
/*	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	margin: 4px 0 0 -5px;
	padding: 0;
	left:-99999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	border:solid 1px #333333;
}
#nav li ul li{
	padding:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	margin:6px;
	width:auto;
	float:none;
}
#nav li ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	padding:3px 10px 4px 10px;
	color:#fff;
	font-size: 22px;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;

}
#nav li:hover ul li a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	font-weight:normal;

}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#FFFFFF;
	font-weight:normal;
	color:#333333;

}

a.icon {
	padding: 18px 18px;
	text-decoration: none;
	font-size: 32px;
	color: #005FAB;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

/* Nav End - Main/sub banner Start */

#mainBannerWrap, #mainBanner {
	width: 100%;
	height: 600px; /* was 680 */
	clear: both;
}

#subBannerWrap, #subBanner {
	width: 100%;
	height:360px; /* was 680 */
}

#mainBanner, #subBanner {
	background-image:url(../images/banners/787jatc-mainbanner01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	border-bottom: solid 10px #fbda66;
}

#BannerContent {
	width: 1200px;
	margin: 0 auto;
}

#BannerLogo {
	background-image:url(../images/787jatc-mainlogo-trans.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 300px;
	height: 180px;
	margin: 80px 0 40px 0;
}

#BannerText {
	font-size: 56px;
	color: #FFF;
}
/* Main/sub banner End - Footer Start */

#footerBar {
	width: 100%;
	min-height: 360px;
	background-color:#081F0F;
}

#footerArea {
	width: 1200px;
	margin: 0 auto;
	color:#FFFFFF;
}

#footerArea h1{
	color:#FFFFFF;
	font-size:24px;
	text-align:left;
	margin-top: 10px;
}
#footerArea h3{
	color:#FFFFFF;
	font-size:18px;
	margin-top: 10px;
}

#footerArea p{
	color:#FFFFFF;
	text-align:left;
	line-height:22px;
	font-size:16px;
	margin-top: 10px;
}

#footerArea a {
	color:#FFFFFF;
	font-size:16px;
}

#footerco1, #footerco2, #footerco3 {
	float: left;
	margin: 20px 0;
}

#footerco1 {
	width: 45%;
}

#footerco2 {
	width: 15%;
}

#footerco3 {
	text-align: right !important;
	width: 40%;
}

#footerco1 p {
	line-height: 28px;
}

#footerco3 h3, #footerco3 p {
	text-align: right !important;	
	line-height: 32px;
}

#lowerBar {
	width: 100%;
	height: 60px;
	background-color: #005FAB;
	margin-bottom: 80px;
	clear: both;
}

#bottomLinks {
	height: 60px;
	color:#F8F8F8;
	clear:both;
	width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}


#bottomLinks a {
	color:#FFFFFF;
	font-size:18px;
}

#bottomLinkLeft {
	width:45%; 
	float:left; 
	padding: 20px;
}

#bottomLinkRight {
	width:45%; 
	float:right; 
	padding: 20px; 
	text-align:right;
}

/* Footer End */

.ytiframe {
	width: 560px;
	height: 315px;
}


#topMemberLink {
	float: right;
    width: 100px;
    height: 28px;
	text-align: center;
	margin-top: 12px;
	font-weight: bold;
}

#topSocialIcons {
	width: 100px;
	height: 60px;
	float: right;
	text-align:right;
}
#topSocialFB, #topSocialINS {
	width: 32px;
	height: 32px;
	margin: 8px;
	float: right;
	background-repeat: no-repeat;
	background-size: cover;
}

#topSocialFB a, #topSocialINS a {
    display:inline-block;
    width:100%;
    height:100%;
}

#topSocialFB {
	background-image:url(../images/787jatc-botlogo.jpg);
}

#topSocialINS {
	background-image:url(../images/Instagram_logo_32x32.png);
}



#topNav {
	height: 90px;
	max-width: 928px;
	padding: 0 20px;
	margin: 0 auto;
	bor___der: solid 1px #5E0;
	background-image:url(../images/787jatc-botlogo.jpg);
	background-position: 5% 0%;
	background-repeat:no-repeat;
}

#toplogo {
	float:left;
	width:340px;
	height:90px;
	
}

#mainSlider {
	background-color:#333399;
}


#topSocial div a {
	color:#FFFFFF;
	font-size:14px;
}

#facebookdiv {
	height:468px; 
	width:290px; 
	overflow:hidden; 
	margin-top:-2px ; 
	border:solid 0 #0F0;
}

#square__Area div .whitebox {
	margin: 30px 15px;
	padding: 5px;
	background-color:#FFFFFF;
	
}

a.whitelink:link, a.whitelink:active, a.whitelink:visited {
	line-height:15px;
	color:#F8F8F8;
}
a.whitelink:hover {
	line-height:15px;
	color:#FFFF99;
}

#mainWhiteBar, #mainYellowBar, #mainWhiteTallBar {
	width: 100%;
	clear:both;
	background-color:#FFFFFF;
	min-height: 360px;
}

#mainYellowBar {
	background-image:url(../images/787jatc-mid-bkgd01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	margin: 100px 0;
}

#mainWhiteContent, #mainWhiteTallContent, #mainYellowContent {
	max-width: 1200px;
	margin: 0 auto;
	border: solid 0 #FFF;
	padding: 25px;
}

#mainWhiteTallContent {
	text-align: left;
}

#mainWhiteContent h1, #mainYellowContent h1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 50px
}

#main____WhiteContent p {
	text-align: left;

}
#mainWhiteContent h1 {
	color: #005FAB;

}

#mainWhiteTallContent h1{
	text-align: left;
	color: #005FAB;
	clear: both;
}

.bluebtndiv {
	float: left;
	width: 33.33333%;
	padding: 20px 0;
	
}

.bluebtndiv button {
	background-color: #005FAB; /* blue */
	border: none;
	color: white;
	padding: 25px 10px;
	text-align: center;
	font-size: 28px;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	width: 80%;
	border-radius: 8px;
	transition-duration: 0.4s;
}

.bluebtndiv button:hover {
  background-color: #003300; /* Green */

}

#mainContent p, #mainContent li {
	line-height: 22px;
	font-size: 16px;
	
}

#mainContent h2 a {
	line-height: 25px;
	font-size: 20px;
	
}

.yellowSplitBar {
	float:none;
	width: 100%;
	height: 15px;
	clear: both;
 	background-color: #fbda66; /* Yellow */
	margin: 40px 0;
}


.whiteBarLeftCol {
	float: left;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}
	
.whiteBarRightCol {
	float: left;
	width: 50%;
	padding-left: 15px;
	box-sizing: border-box;
}

.whiteBarLeftCol img, .whiteBarRightCol img {
	max-width: 100%;
}

#divfindout {
	clear:both; 
	text-align: right; 
	padding: 60px 0 10px 0;
	border-bottom: solid 50px #fbda66;
	margin-bottom: 80px;
}

#divfindout a:link {
	font-size:24px;
	line-height: 36px;
	font-weight:bold;
	color:#005FAB;
	margin:5px 15px;

}

/* sub page 2 columns layout */

#leftcontent {
	float: left;
	width: 66%; 

}

#rightnav {
	float: right; 
	width: 32%; 
}

#rightnav img {
	width: 300px;
	margin: 20px auto;
}

.plusmin {
	width: 32px;
	height: 32px;
	float: right;
	font-size: 28px;
	line-height: 30px;
}

.plusminlink {
	border-bottom: solid 2px #183253;
	margin-bottom: 15px;
	cursor: pointer;
}

#min1, #min2, #min3, #min4 {
	display: none;
}

.navblock {
	display: none;
	
}

#rightnav p {
	margin: 15px 0;
	padding: 0;
}

/* sub page 2 columns layout end */


#homeText{
	background-color: #D4D4D4;
	min-height: 280px;
	border-top: 1px solid #D4D4D4;
}
#homeText div{
	max-width: 1020px;
	margin: 5px auto;
	padding: 75px 5px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;

}
#eventbox1 div div{
	float: left;
	width: 455px;
	height: 105px;
	margin: 4px 6px;

}

/* New CSS End */

#mainContent-left{
	width: 65%; 
	float:left;
}
#mainContent-leftonly{
	width: 100%; 
	float:left;
	text-align:center;
}


#homeEvents{
	width: 100%; 
	padding: 15px 0;
	text-align:center;
}

.graycolumns{
	float:left;
	width:33%;
	color:#000;
}

.gray___columns a, .gray___columns p{
	font-size: 18px;
	line-height: 24px;
	color:#000;
}

.graycolumns h2, .graycolumns h2 a {
	font-size: 24px;
}


#mainContent-rightSocial{
	width: 35%; 
	float:left;
}


#sidebanner{
	float:right;
	margin: 0 5px;
	width:325px;
}
/* Slider Start */
        .captionOrange, .captionBlack
        {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            border-radius: 4px;
        }
        .captionOrange
        {
            background: #EB5100;
            background-color: rgba(235, 81, 0, 0.6);
        }
        .captionBlack
        {
        	font-size:16px;
            background: #000;
            background-color: rgba(0, 0, 0, 0.4);
        }
        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(../img/browser-icons.png);
        }

/* Slider End */

#tbl_comm{
	margin-left:20px; 
	width:60%;
}

.twocols{
	width: 250px;
	float: left;
	padding: 3px;
}

.ju_img{
	width: 320px;
	height: auto;
	margin: 10px;
}
.ju_img_r{
	float: right;
}

.ju_img_l{
	float: left;
}

#form_ju input{
	wid__th: 320px;
}

#threelines {
	float: right;
	width: 50px;
	height: 40px;
	margin: 20px;
	border-top: solid 3px #FFF;
	border-bottom: solid 3px #FFF;
	display: none;
}

#secondline {
	width: 100%;
	height: 19px;
	border-bottom: solid 3px #FFF;
}

/* Form Styles */


input[type=text], select{
	width: 100%;
	padding: 8px;
	margin: 8px 0;
	font-family: Montserrat, Arial, Helvetica, sans serif;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=submit], button, .basic_close {
	width: 200px;
	background-color: #183253;
	font-family: Montserrat, Arial, Helvetica, sans serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding: 12px;
	margin: 16px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover, button:hover, .basic_close:hover {
	background-color: #333333;
}

textarea {
	width: 100%;
	height: 240px;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FBFBFB;
	resize: none;
}

input[type=text]:hover, select:hover, textarea:hover {
	border: 1px solid #183253;
}


.radio {
	border-width:0px;
	color: #a58744;/*#085cb3;*/
	background: #ffffff !important;
	/*background: #077af1 !important;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 1px 1px;
}

.button {
	color: #a58744;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background: #ece3d0 !important;
	padding: 2px 8px 2px 8px;
	border: 1px solid #a58744;
}

.button:hover {
	background: #e4d7ba !important;
}

/* Form Styles End */


/* Calendar Section */

#cal_square {
	width: 1176px; /* was 100% */
	wi---dth: 100%; /* was 100% */
	margin-top: 20px;
	margin-left: 0;
	background-color: #FFF;
}

.cal_region {
	width: 33.23%;
	float: left;
	text-align: center;
	padding: 20px 0;
	border: solid 1px #FFF;
	box-sizing: border-box;
}

.cal_region a {
	font-size: 18px;
	font-weight: bold;
}

.cal_select {
	background-color: #DDDDDD;
}

#booktitlebox{
	height:80px;
	text-align: center;
	padding: 20px 0;
	border: solid 1px #FFF;
	background-color: #DDDDDD;
	width: 1176px;
	box-sizing: border-box;
	clear: both;
}

#week_title{
	height: 32px;
	width:auto;
}

.week_firstday{
	
}

#week_title div{
	float:left;
	line-height: 32px;
	height: 32px;
	width: 168px; /* was 138px, 14%; */
	padding: 0;
	border: solid 1px #FFF;
	background-color:#183253;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	box-sizing: border-box;
}

#week_days{
	background-color:#FFF;
	width:auto;
}

#week_days > div{
	background-color:#DDDDDD;
	float:left;
	line-height: 34px;
	height: 180px; /* was 160 , was 248 on ua324*/
	width: 168px; /* same as above */
	padding: 0;
	border: solid 1px #FFF;
	font-family: 'Roboto Condensed', sans serif;
	font-size: 12px;
	font-weight:600;
	text-align:left;
	color:#111;
	box-sizing: border-box;
}

#week_days .multicourse_container{
	background-color:#DDDDDD;
	float:left;
	line-height: 34px;
	height: 180px; /* was 160 , use above style */
	width: 168px; /* same as above */
	padding: 0;
	border: solid 1px #FFF;
	font-family: 'Roboto Condensed', sans serif;
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	color:#111;
	box-sizing: border-box;
}

#week_days .multicourse_container > div{
	color: #111111;
	font-size: 16px;
	margin-left: 0;
	border-bottom: solid 0 #FFF;

}

#week_days .multicourse_container a{
	height: auto;
}

#week_days > div:hover{
	background-color:#D8D8D8;
}

#week_days > div > div{
	color: #111111;
	font-size: 16px;
	font-w__eight: bold;
	margin-left: 4px;
}

#week_days a{
	display:block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	back__ground-color:#AAA;
	color:#111;
}

#week_days a:hover{
	color:#EF1C25;
}

#week_days .cornerday{
	font-family: Montserrat, Arial, Helvetica, sans serif !important;
	font-weight: bold !important;
	font-size: 16px !important;
	padding: 0 6px !important; 
}

#week_days .am_av{
	float:left;
	width: 1px;
	height: 1px;
	background-color:#0F0;
	border-top:solid 5px #0F0;
	border-left:solid 5px #0F0;
	border-right:solid 5px #F00;
	border-bottom:solid 5px #F00;
}
#week_days .pm_av{
	float:left;
	width: 1px;
	height: 1px;
	background-color:#0F0;
	border-top:solid 5px #F00;
	border-left:solid 5px #F00;
	border-right:solid 5px #0F0;
	border-bottom:solid 5px #0F0;
}
#week_days .day_av{
	float:left;
	display:block;
	width: 11px;
	height: 11px;
	background-color:#0F0;
}
#week_days .day_booked{
	float:left;
	width: 11px;
	height: 11px;
	background-color:#F00;
}

#week_days .innertext {
	float: none !important;
	width: 92% !important;
	font-size: 14px !important;
	min-height: 42px !important;
	height: auto !important; /* was 82 */
	line-height:16px !important;
	margin: 0 auto !important;

}
#week_days .innertextthin {
	font-size: 12px !important;
	font-weight: normal !important;
}

/* Calendar End */

/* popup Overlay */

.calpopup {
	width: 80%;
	max-width:680px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display:none;
	margin:1em;
	text-align:center;
	padding:20px;
	background-color:#FFF;
}
.calpopup .popup_close {
	position: absolute;
	top: 0;
	right: 20px;
	border-radius: 2px;
	background: none;
	border: 0;
	font-size: 36px;
	padding: 0;
	width: 42px;
	color: #183253;
}

.calpopup h2 {
	margin-top: 50px;	
}

/* popup Overlay End */





@media only screen and (max-width: 94px) {

	#footerArea div{
		width: 28%;
	}
	
	#crossvideo div #cv_textbox, #crossvideo div #cv_videobox{
		float:none;
		margin: 60px auto;
	}
	
	#sidebanner{
		width:90%;	
	}
}

@media only screen and (max-width: 878px) { /* Mobile responsible start */
	
	#topHeader {
		height:220px;
	}
	
	#topTinyLogo {
		width: 100%;
		height: 180px;
		float: none;
		margin: 15px auto;
		back__ground-size: 120px;
		background-image: url(../images/787jatc-mainlogo-trans.png);
		background-position: center;

	}
	#topInfoText, #topMemberLink, #topSocialIcons {
		float: none;
		width: 100%;
		height: 28px;
		text-align: center;
		margin: 10px auto;
	}
	#topSocialIcons {
		width: 100px;
		height: 60px;
	}	
	#topMemberLink {
		font-weight: bold;
	}
	
	
	
	#BannerLogo {
		background-size: cover;
		width: 160px;
		height: 100px;
		margin: 20px 0 0 40px;
	}

	#BannerText {
		font-size: 32px;
		margin-left: 40px;
		float: left;

		box-sizing: border-box;
	}

	#mainBanner, #mainBannerWrap {
		height: 280px;
	}
	
	#mainWhiteContent, #mainWhiteTallContent, #mainYellowContent {
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.whiteBarLeftCol, .whiteBarRightCol{
		float: none;
		width: 100%;
		padding: 20px;
		
	}
	
	
	
	#BannerContent, #footerArea, #bottomLinks {
		width: 100%;
	}
	
	.bluebtndiv {
		float: none;
		width: 100%;

	}

	
	#footerArea > div {
		bor___der: solid 12px #183253;
		float:none;
		width: 100%;
		min-hei___ght: 160px;
		margin: 40px auto;
	}
	
	#footerco1, #footerco2, #footerco3 {
		float: none;
		width: 90%;
		margin: 10px auto;
		text-align: center;
	}
	
	#footerco1 p, #footerco3 h3, #footerco3 p {
		text-align: center !important;	
	}

	#bottomLogo {
		margin: 20px auto;
		
	}
	
	#bottomLinkLeft {
		display: none;
	}

	#bottomLinkRight {
		width:100%; 
		float:none; 
		text-align:center;
		box-sizing: border-box;
	}

	.ytiframe {
		width: 100%;
		height: 360px;
	}

	
	
	
	#facebookdiv {
 		width: 80%; 
		margin: 2px auto; 
	}
	
	.fb-like-box {
		width: 80% !important;
	}


	

	#mainMenu {
		height: 60px;
	}

	a.icon {
		display: block;
	}
	#nav {
		width:100%;
		margin-top: 0;
		padding: 0;
		display: none;
		background-color: #183253;
		position: absolute;
		top: 78px;
		left: 0;
	}
	#nav li {
		float: none;
		width:100%;
		margin:0;
		background-color: #183253;
		box-sizing: border-box;
		display: block;
	}
	
	#nav a, #nav ul a{
		padding: 16px 12px;
		font-size: 24px;
		color:#FFF;
	}
	#nav a:hover, #nav li:hover ul li a:hover{
		color:#183253;
		background:#FFF;
	}
	#nav ul{
		position:inherit;
		left:0;
		background:none;
		border:solid 0 #333333;
		margin-left: 40px;
	}
	
	
	#mainContent-left, #mainContent-rightSocial{
		width: 96%; 
		float: none;
	}
	
	#content, #middleContent{
		width:99%;
	}
	
	#leftBox, #flashAnimQQQQ, #fb_Div, #yt_Div, #in_Div{
		display:none;
	}
	#mobile-bannerQQQQ {
		display:block;
	}
	
	#threelines {
		display:block;
	}
		
	#centerColumn, #rightBox, #rightColumn, .centerInner {
		width:100%;
		margin:10px 0;
		float:none;
		clear:both;
	}
	
	#Blurb_list {
		padding: 2px;
		width:96%;
		height:280px; 
		border:solid 1px #474F57;
		overflow:auto;
		background-color: #EEEEEE;
		margin: auto;
	}
	.innerBox, #widerBox{
		width:96%;
		overflow: hidden;
	}
	
	#logintable {
		border: solid 3px #E31836;
		width: 85%;
	
	}
	.graycolumns{
		float:none;
		width:96%;
		margin:5px auto;
	}
	#tbl_comm{
		margin-left:10px; 
		width:320px;
	}
	
	.ju_img{
		width: 80%;
		height: auto;
		margin: 10px;
	}
	.ju_img_r, .ju_img_l{
		display: block;
		float: none;
	}

	#form_ju input{
		width: 80%;
	}
	
	#leftcontent, #rightnav {
		float: none;
		width: 100%; 

	}
	
	#cal_square {
		width: 100%;
		margin-left: 0;
	}

	#week_title div, #week_days > div {
		width: 14%;
	}
	#booktitlebox{
		width: 98%;
	}
	#week_days > div {
		height: 80px;
	}

}

@media only screen and (max-width: 660px) {
	#week_days .innertext, #week_days .innertextthin {
		display: none !important;
	}
	
	#week_d----ays > div {
		height: 80px;
	}
}

@media only screen and (max-width: 440px) {
	#socialIcons{
		
		
		
	}
	#toplogo {
		width:280px;

	}
	
	
	#week_d----ays > div {
		height: 60px;
	}
}

