@charset "UTF-8";
body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	color:#000;
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
}
.mobile {
		display: none;
	}
	
	.nomobile {
		display:inherit;
	}

a {
	text-decoration:underline;
	color:#666;
	
	}
	
	
.p a {
	text-decoration:underline;
	color:#666;
	
	}
	
	h2 {
		color:#666;
		font-weight:lighter;
		font-size:25px;
		
		}

.wrapper {
		margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:950px;
		
		}
		
		.header {
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0 8px 10px -6px black;
	-moz-box-shadow: 0 8px 10px -6px black;
	box-shadow: 0 8px 10px -6px black;
	z-index: 999999;			
			}
			
			.pricewidget {
				
				
				}

.topbar {
	background-color: #666;
	font-size: 13px;
	color: #fff;
	padding: 8px 0px;
	position: relative;	
	}
	
	.toplinks {
		float:left;
		margin-top:1px;
		
		}
		
		.toplinks a{
		color:#fff;
		text-decoration:none;
		
		}
		
		.toplinks a:hover {
			color:#fff;
			text-decoration:underline;
			}
		
		.topicons {
		float:right;
		
		}
		
		.topicon {
			height:27px;
			background-repeat:no-repeat;
			background-position:top left;
			float:left;
			margin-left:15px;
		
		}
		
		.topicon:hover {
			height:27px;
			background-repeat:no-repeat;
			background-position:bottom left;
			cursor:pointer;
		
		}
	
.menubar {
	background-image:url(../images/menubg.png);
	background-repeat:repeat;
	padding:25px 0px;
	
	}
	
	.logo {
		float:left;
		
		}
		
		
			.navitem {
			float:right;
			text-transform:uppercase;
			color:#000;
			font-size:13px;
			padding:8px 10px;
			margin-top:13px;
			cursor:pointer;
	
			
			}
			
			.navitem a{
		
			color:#000;
			text-decoration:none;
			cursor:pointer;
	
			
			}
			.navitem a:hover {
				text-decoration:none;
				color:#666;
	
			
			}
			
			.navbutton {
				-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
			float:right;
			text-transform:uppercase;
			color:#fff;
			background-color:#666;
			font-weight:700;
			font-size:13px;
			margin-left:10px;
			padding:8px 20px;
			margin-top:13px;
			
			}
			
			.navbutton a{
			
			color:#fff;
			background-color:#666;
			text-decoration:none;
			
			}
			
			.navbutton:hover {
				background-color:#000;
				cursor:pointer;
				text-decoration:none;
				}
			
			
			
			
	
	.contentwrapper {
		padding-top:150px;
		
		}
		
		.subcontent {
			padding: 10px 20px 60px 20px;
			
	border-bottom-width: 1px;
	line-height:25px;
	font-weight:lighter;
	border-bottom-style: solid;
	border-bottom-color: #333;	
			
			}
	
	.billboard {
	height: 540px;
	background-color:#333;
		}
		
		.tabbar {
	background-image: url(../images/tab_bg.png);
	background-repeat:repeat-y;
	background-position: center center;
	padding: 20px 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
			}
			
			.tab {
	float: left;
	padding: 25px 20px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666;
	font-size:14px;
	background-image: url(../images/menubg.png);
	width:110px;
	text-align:center;
	background-repeat: repeat;
	margin:0px 4px;
	color:#000;
				}
				
				.tab a{
					color:#fff;
					text-decoration:none;
				}
				
				.tab:hover{
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	background-image: url(../images/bluetrans.png);
				}
				
				
		
		.breakout {
			text-shadow: 1px 1px 6px #666;
			color:#000;
			font-size:30px;
			line-height:35px;
	background-color: #fff;
	background-image:url(../images/breakoutbg.jpg);
	padding:20px 0px;
	background-repeat:no-repeat;
	background-position:center center;
		}
		
		.breakout2 {
			text-shadow: 1px 1px 6px #000;
			color:#fff;
			font-size:50px;
			line-height:60px;
			background-image:url(../images/breakoutbg2.jpg);
	background-color: #fff;
	padding:30px 0px;
	background-repeat:no-repeat;
	background-position:top center;
		}
		
		.contentbox {
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#E9E9E9;
	padding:60px 0px;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
		}
		
		.contentbox2 {
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFF;
	padding:3px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size: cover;
		}
		
		.bluebutton {
				-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
			float:right;
			text-transform:uppercase;
			color:#fff;
			
			background-color:#000;
			font-weight:700;
			font-size:18px;
			padding:5px 30px;
			
			}
			
			.bluebutton:hover {
				background-color:#666;
				cursor:pointer;
				}
				.bluebutton2 {
				-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
			text-transform:uppercase;
			color:#fff;
			background-color:#666;
			font-weight:200;
			font-size:14px;
			width:140px;
			padding:5px;
			margin:0px auto;
			
			
			}
			
			.bluebutton2:hover {
				background-color:#000;
				cursor:pointer;
				}
				
				.sectiontitle {
					font-weight:300;
					font-size:35px;
					margin-bottom:20px;
					color:#666;
					
					
					}
					
					.sectiontitle2 {
					font-weight:300;
					font-size:28px;
					margin-bottom:20px;
					color:#666;
					
					
					}
					
					.icon2 {
						float:right;
						background-repeat:no-repeat;
						background-position:left top;
						
						}
						
						.icon2:hover {
							cursor:pointer;
							background-position:bottom left;
						
						}
						
						.location_block {
							width:167px;
							
							float:left;
							text-align:center;
							padding: 25px 20px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666;
	font-size:14px;
	background-image: url(../images/menubg.png);
	text-align:center;
	background-repeat: repeat;
	margin:0px 10px 30px 10px;
	color:#fff;
	
							
							
							}
							
							.location_block3 {
							width:167px;
							
							float:left;
							text-align:center;
							padding: 25px 20px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666;
	font-size:14px;
	background-image: url(../images/menubg.png);
	text-align:center;
	background-repeat: repeat;
	margin:0px 10px 30px 10px;
	color:#fff;
	
							
							
							}
							
							.location_block:hover {
							
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color:#000;
							
							
							}
							
							.location_thumb {
										-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
										margin:0px auto;
	width: 150px;
	height: 150px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size: cover;
	background-color:#333;
	background-repeat:none;
	background-repeat:no-repeat;
	background-position:center center;
							
							
							}
							
							.location_block2 {
							width:243px;
							
							float:left;
							text-align:center;
							padding: 25px 20px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666;
	font-size:14px;
	background-image: url(../images/menubg.png);
	text-align:center;
	background-repeat: repeat;
	margin:0px 10px 30px 10px;
	color:#fff;
							
							
							}


							
							
							.location_block2:hover {
							
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color:#fff;
							
							
							}
							
							.location_thumb2 {
										-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
										margin:0px auto;
	width: 200px;
	height: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size: cover;
	background-color:#333;
							
							
							}
							
							.subimage {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size: cover;
	background-position: center center;
	height: 300px;
	border: 10px 10px 0px 10px solid #151515;
	margin-top:30px;	
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;				
								
								}
								
								.prodbox {
	float: left;
	padding: 5px;
	background-image: url(../images/solidtrans.png);
	background-repeat: repeat;
	width:221px;
	height:300px;
	margin:0px 3px;					
							}
							
							.prodbox a{
								color:#FFF;
								text-decoration:none;			
							}
							
							.prodbox:hover{
								color:#666;
								text-decoration:none;
								filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color:#fff;			
							}
							
							.prodimg {
								background-repeat:no-repeat;
								background-position:center center;
								height:230px;
								background-color:#333;
								-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size:auto 100%;
	background-size: auto 100%;
								
								
								}
						
						.newsbox {
	float: left;
	padding: 5px;
	background-image: url(../images/solidtrans.png);
	background-repeat: repeat;
	width:221px;
	height:200px;
	margin:0px 3px;					
							}
							
							.newsbox a{
								color:#FFF;
								text-decoration:none;			
							}
							
							.newsbox:hover{
								color:#666;
								text-decoration:none;
								filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color:#fff;			
							}
							
							.newsimg {
								background-repeat:no-repeat;
								background-position:center center;
								height:140px;
								background-color:#333;
								
								
								
								}
								
								
								.newsbox2 {
	float: left;
	padding: 10px;
	background-image: url(../images/solidtrans.png);
	background-repeat: repeat;
	width:600px;
	height:400px;
	margin:10px 0px;					
							}
							
								.newsbox3 {
	float: left;
	padding: 10px;
	background-image: url(../images/solidtrans.png);
	background-repeat: repeat;
	width:600px;
	margin:10px 0px;
	color:#666;
								text-decoration:none;	
								filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color:#fff;					
							}
							
							.newsbox2 a{
								color:#FFF;
								text-decoration:none;			
							}
							
							.newsbox2:hover{
								color:#666;
								text-decoration:none;	
								filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-color:#fff;
					
							}
							
							.newsimg2 {
								background-repeat:no-repeat;
								background-position:center center;
								height:320px;
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size: cover;								background-color:#333;
								
								
								}
								
								
								
								.newsheadline {
									color:#000;
									margin:10px;
									font-size:18px;
									
									
									}
									
									.testimonials {
	margin-top: 60px;
	padding:50px 70px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;										
										}
										
										.testimonials2 {
	margin-top: 10px;
	margin-bottom: 40px;

	padding:50px 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;										
										}
										
										.headshot {
											-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	float:left;
	background-color:#333;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size: cover;
											
											
											}
											.quote {
												float:left;
												font-size:24px;
												font-weight:300;
												width:580px;
												margin-left:50px;
												margin-top:15px;
												font-style:italic;
												
												
												}
												
					.circletab_active {
							-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color:#666;
	margin-left:8px;
	float:right;
						
						
						}
						
						.circletab{
							-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
							cursor:pointer;
	width: 12px;
	height: 12px;
	background-color:#333;
	margin-left:8px;
	float:right;
						
						
						}
						
						.circletab:hover{
							-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color:#666;
	margin-left:8px;
	float:right;
						
						
						}
												
			.socialmedia {
				font-size:36px;
				font-weight:300;
				margin-top:80px;
				margin-left:auto;
				margin-right:auto;
				width:950px;
				
				
				}
				
				.popup {
	z-index: 999999999999999;
	position: absolute;
	width: 100%;
	font-size:20px;
	text-align:center;
	
	
					}
					
						.popup2 {
	z-index: 999999999999999;
	border:#4489B6 3px solid;
	width: 500px;
	font-size:20px;
	text-align:center;
	-webkit-box-shadow: 0 8px 10px -6px black;
	-moz-box-shadow: 0 8px 10px -6px black;
	box-shadow: 0 8px 10px -6px black;
	margin:175px auto;
	background-image:url(../images/blk.png);
	
	padding:20px;
	color:#FFF;
					}
				
				.col_left {
					float:left;
					width:340px;
					font-size:14px;
					color:#000;
					
					
					}
					.col_right {
					float:right;
					width:555px;
					
					
					}
		
		.footer {
			padding:35px 0px;
	background-color:#FFF;
	font-weight:lighter;
	color:#666;
	font-size:12px;
	line-height:20px;
	
		}
		
		.footer a {
	color:#666;
	text-decoration:underline;
	
		}
		
		.footer a:hover {
	color:#666;
	text-decoration:underline;
	
		}
		
		.footerlogo {
			float:right;
			
			
			}
		
		.formfield {
	width: 300px;
	font-size: 14px;
	margin-bottom: 8px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(../images/menubg.png);
	outline: none;
	background-color: #fff;
	padding: 15px;
	font-weight: lighter;
	font-family: 'Oxygen', sans-serif;
	color: #999;
	border: 1px solid #333;			
			}
			
			.loginfield {
	width: 240px;
	font-size: 14px;
	margin-bottom: 8px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(../images/menubg.png);
	outline: none;
	background-color: #333;
	padding: 10px;
	font-weight: lighter;
	font-family: 'Oxygen', sans-serif;
	color: #ccc;
	border: 1px solid #999;			
			}

			
			.listfield {
			width:330px;
			-webkit-appearance: none;
	outline: none;
	background-color: #fff;
	color: #999;
	border: 1px solid #333;		
	background-image: url(../images/menubg.png);
			font-family: 'Oxygen', sans-serif;
	font-size:14px;
	padding:15px;
			
			
			}
			
			.formbutton {
			width:330px;
			border:none;
			color:#FFF;
			margin-top:8px;
			background-color:#666;
			-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	font-weight:700;
	font-size:14px;
	font-family: 'Oxygen', sans-serif;
	cursor:pointer;
	padding:10px;
			
			
			}
			
			.formbutton:hover {
				background-color:#000;
				cursor:pointer;
				text-decoration:none;
	
				
			color:#fff;
			
			
			}
			
			.quiztabdwn {
				padding:10px 5px;
					text-align:center;
					-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color:#333;
	margin-right:2px;
				
				}
				
				.quiztabup {
				padding:10px 5px;
					text-align:center;
					-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color:#666;
	margin-right:2px;
				
				
				}
			
			.address {
				font-size:14px;
				margin:10px 10px;
				color:#000;
				float:left;
				font-weight:lighter;
				line-height:18px;
				
				}
				
				.address a {
					color:#666;
					text-decoration:none;
				
				}
				
				.address a:hover {
					color:#666;
					text-decoration:underline;
				
				}
				
				
				.billboardtext {
	position: absolute;
	padding: 20px;
	line-height: 60px;
	text-align: left;
	width: 420px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	left: 470px;
	font-size: 70px;
	top: 59px;
	z-index: 777777;
	background-image: url(../images/solidtrans2.png);
	background-repeat: repeat;
					}
					
					.billboardbutton {
	padding: 10px;
	font-weight:lighter;
	margin-top:20px;
	background-image: url(../images/bluetrans.png);
	font-size: 14px;
	line-height:16px;
	border: 1px solid #4489B6;
	color:#FFF;
						text-decoration:none;
					}
					
					.billboardbutton a{
						color:#FFF;
						text-decoration:none;
					}
					
					.billboardbutton:hover {

	background-image: url(../images/bluetrans2.png);
	
					}
					
					.serviceblock {
						width:293px;
						float:left;
						height:280px;
						background-repeat:no-repeat;
						background-position:center center;
						-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size:auto 100%;
	background-size: auto 100%;
						
						background-color:#fff;
						filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;}
  
  .serviceblockov {
	  margin:5px;
	  width:293px; position:relative; z-index:22;
	  float:left;
	  line-height:22px;
	  text-align:center;
	  
	  }
	  
	  .serviceblockov:hover {
		  cursor:pointer;
		  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
		  
	  
	  }

						
						
						
					
					.sidebox {
	float: right;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-align:left;
	width:260px;
	margin-left:20px;
	margin-bottom:20px;
	font-weight:lighter;		
						
						}
						
						.sideboxheader {
							color:#666;
							font-size:22px;
							margin-bottom:10px;
							margin-right:15px;
							
							
							}
							
							.alumnilogin {
								float:right;
								color:#000;
								font-size:14px;
								
								}
								
								
								.joblist {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;									
									
									}
								
								
								
										
	.formfieldbox {
		width:350px;
		float:left;
		
		
		}
		
		
		.sms {
			float:right;
			background-image:url(../images/smsbg.png);
			height:175px;
			width:200px;
			background-repeat:no-repeat;
			padding-left:130px;
			padding-top:20px;
			
			
			}
			
		.bluetext {
	color:#666;
	font-weight:300;
	}
		
		
	
	
/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width:810px; /*width: 45%; min-width: 200px; max-width: 500px;*/ margin: 10px auto; padding: 0; position: relative;
    /*background: url(https://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;*/

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}



@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}



/* pager */
.cycle-pager { 
    text-align: right; width: 100%; z-index: 500; position: absolute; top: 80px; right:0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline; color: #333; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #666;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }

.cycle-prev { left: 0;  background: url(https://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(https://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}

@media only screen and (max-width: 750px) {
	
	.wrapper {
	width:95%;
		
		}
	
	.no_mobile {
		display:none;
		
		
		
	}
	
	.toplinks {
		float:none;
		margin-top:1px;
		width: 100%;
		text-align: center;
		font-size: 16px;
		
		}
	
	.topbar {
	background-color: #666;
		width: 100%;
		text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 8px 0px;
	position: relative;	
	}
	
	.newsheadline {
									color:#FFF;
									margin:10px;
									font-size:18px;
		padding: 20px 0px;
									
									
									}
	
	.topicons {
		display:none;
	}
	
	.menubox {
		display: none;
		
		
	}
	
	.newsimg {
								
								background: url(#) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
								height:240px;
								background-color:#333;
								
								
								
								}
	
	.menubar {
	background-image:url(../images/menubg.png);
	background-repeat:repeat;
	padding:15px 0px;
	
	}
	
	.wrapper3 {
	width:100%;
		margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

	.tab {
	float: left;
	padding: 20px 0px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666;
	font-size:0px;
	background-image: url(../images/menubg.png);
	width:23%;
	text-align:center;
	background-repeat: repeat;
	margin:0px 3px;
	color:#fff;
				}
	
	.billboard {
	height: auto;
	background-color:#333;
		}
	
		.tabbar {
	background-image: url(../images/tab_bg.png);
	background-repeat:repeat-y;
	background-position: center center;
	padding: 20px 0px;
	position:inherit;
	left: none;
	bottom: none;
	width: 100%;
			}
	
	.socialtabs {
	
	float:none; margin-right:0px; text-align:center; margin-top:20px;
}
	
	.sms {
			float:none;
			background-image:url(../images/smsbg.png);
			height:175px;
			width:90%;
		margin-top: 20px;
			background-repeat:no-repeat;
			padding-left:0px;
			padding-top:40px;
		text-align: right;
			
			
			}
	
	.socialmedia {
				font-size:36px;
				font-weight:300;
				margin-top:80px;
		text-align: center;
				margin-left:auto;
				margin-right:auto;
				width:100%;
				
				
				}
	
	.testimonialbox {
	
	width:100%; margin:0 auto; position:relative;
}
	
	.cycle-pager { 
    text-align: right; width: 100%; z-index: 500; position: absolute; top: 80px; right:0px; overflow: hidden;
}	.sectiontitle2 {
					font-weight:300;
					font-size:28px;
	text-align: center;
					margin-bottom:20px;
					color:#FFF;
					
					
					}
	
	.location_block {
							width:inherit;
							
							float:none;
							
							padding: 25px 20px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #666;
	font-size:14px;
	background-image: url(../images/menubg.png);
	text-align:center;
	background-repeat: repeat;
	margin:0px 10px 30px 10px;
	color:#fff;
	
							
							
							}
	
		.testimonials {
	margin-top: 60px;
	padding:30px 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;										
										}
	
	.mobile {
		display:inherit;
	}
	
	.nomobile {
		display: none;
	}
	
	.newsbox {
	float: none;
	padding: 5px;
		width: 98%;
	background-image: url(../images/solidtrans.png);
		
	background-repeat: repeat;
	height:inherit;
	margin:10px 0px;					
							}
	
	.breakout2 {
			text-shadow: 1px 1px 6px #666;
			color:#fff;
			font-size:30px;
			line-height:40px;
			background-image:url(../images/breakoutbg2.jpg);
	background-color: #666;
	padding:20px 0px;
	background-repeat:no-repeat;
	background-position:center center;
		}
	
		.newsbox2 {
	float: none;
	padding: 10px;
	background-image: url(../images/solidtrans.png);
	background-repeat: repeat;
	width:inherit;
	height:400px;
	margin:10px 0px;					
							}
	
	.headshot {
											-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
		margin: 0px auto;
	float:none;
	background-color:#333;
		-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
											
											
											}
	
		.quote {
												float:none;
												font-size:24px;
												font-weight:300;
												width:100%;
												margin-left:0px;
												margin-top:15px;
												font-style:italic;
												
												
												}
	
	.col_left {
					float:none;
					width:100%;
					font-size:14px;
					color:#999;
					
					
					}
					.col_right {
					float:none;
					width:100%;
						margin-top: 20px;
					
					
					}
	
	.address {
				font-size:15px;
				float:none;
				margin:10px 8px;
				width:100%;
		text-align: center;
				color:#999;
		margin-top: 30px;
				font-weight:lighter;
				line-height:16px;
				
				}
	
		.contentbox {
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#171717;
	padding:30px 0px;
		}
	
	.sidebox {
	float: none;
	padding: 20px;
	background-color: #000;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #333;
	text-align:left;
	width:260px;
	margin-left:20px;
	margin-bottom:20px;
	font-weight:lighter;		
						
						}
	
		
			
	
	.footer {
			padding:15px 0px;
	background-color:#FFF;
	font-weight:lighter;
	color:#999;
		text-align: center;
	font-size:12px;
	line-height:20px;
	
		}
	
		.footerlogo {
			float:none;
			
			
			}
	.contentwrapper {
		padding-top:128px;
		
		}
	
	.feed {
	float: none;
}
	.subspacer {
	
	clear: both; height:126px;
}
	
	.breakout {
			text-shadow: 1px 1px 6px #666;
			color:#000;
			font-size:30px;
			line-height:35px;
	background-color: #fff;
	background-image:url(../images/breakoutbg.jpg);
	padding:20px 0px;
		background-size: cover;
	background-repeat:no-repeat;
	background-position:center center;
		}
	
	.subcontent img{
	width: 100%;
	height: auto;
	
}
	
	.formfieldbox {
		width:inherit;
		float:none;
		
		
		}
	
	.formfield_email {
	width: 300px;
		font-size: 14px;
	margin-bottom: 8px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(../images/menubg.png);
	outline: none;
	background-color: #333;
	padding: 15px;
	font-weight: lighter;
	font-family: 'Oxygen', sans-serif;
	color: #ccc;
	border: 1px solid #999;	
	
	
}
	
	.quizbox {
	padding:10px; border:2px solid #666;
	
}
	
	.quiztabdwn {
				padding:10px 2px;
					text-align:center;
					-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color:#333;
	margin-right:2px;
				
				}
				
				.quiztabup {
				padding:10px 2px;
					text-align:center;
					-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color:#666;
	margin-right:2px;
				
				
				}
	.navitem {
			float:none;
			text-align: center;
			text-transform:uppercase;
			color:#c3c3c3;
			font-size:16px;
			padding:20px 0px;
			border-bottom: 1px solid #000;
			margin-top:0px;
			cursor:pointer;
	
			
			}
	
		.navbutton {
				-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
			float:none;
			text-transform:uppercase;
			color:#fff;
			background-color:#666;
			font-weight:700;
			text-align: center;
			font-size:13px;
			margin-left:25px;
			padding:10px 20px;
			margin-top:13px;
			
			}
	
	.cycle-slideshow { width:100%; /*width: 45%; min-width: 200px; max-width: 500px;*/ margin: 10px auto; padding: 0; position: relative;
    /*background: url(https://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;*/
	
	}}

