@charset "utf-8";
/* CSS Document */

* { 
	margin: 0px auto;
	padding: 0px;
	}

body {
	font-family: Helvetica, Arial, Gill Sans, Myriad Pro, Verdana, sans-serif;
	background: url(/themes/hamptons_karate//images/BG.jpg) repeat-x center top;
	background-color: #09224A;
	font-size: small;
	line-height: 16pt;
	color: #666666;
	}

* html body {
	font-size: x-small; /* for IS5/Win */
	f\ont-size: small; /* for other IE versions */
	}

/* PAGE SECTIONS FORMATING */

#page_wrapper {
	margin: 0px auto;
	width: 1000px;
	}

#header {
	}

#search_bar {
	padding-top: 10px;
	width: 1000px;
	height: 36px;
	margin:0 auto;
	text-align: right;	}

#login_status {
	width: 300px;
	height: 26px;
	padding-top: 10px;
	float: right;
	}	

#search_box {
	width: 300px;
	float: right;
	}	
	
#logo_bar {
	width: 100%;
	height: 155px;
	}

#logo_box {
	float: left;
	height: 155px;
	width: 185px;
	margin-left: 5px;
	}

#logo_bar_content {
	float: left;
	height: 156px;
	width: 805px;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
	}
	
#logo_bar_adbox {
	height: 75px;
	width: 805px;
	padding-top: 25px;
	}

#content {
	float: left;
	}

#image_slider {
	float: left;
	width: 1000px;
	height: 300px;
	background-color: #FFFFFF;
	z-index: 50;
	}

#gray_bar {
	float: left;
	width: 100%;
	background-color: #999999;
	height: 55px;
	position: relative;
	}
	
#blank_gray_bar {
	width: 100%;
	background-color: #999999;
	height: 40px;
	margin-top: 1px;
	}

#gray_bar img {
	position: absolute;
	top: -99px;
	border: 0;
	z-index: 100;
	}
	
#main {
	float: left;
	background-color: white;
	padding: 15px;
	width: 970px;
	}
	
#full_content {
	float: left;
	padding: 10px;
	width: 950px;
	}

#center_content {
	float: left;
	padding: 10px;
	width: 510px;
	}

#left_content {
	float: left;
	padding: 10px;
	width: 728px;
	}

#right_content {
	float: left;
	padding: 10px;
	width: 730px;
	}
	
#left_sidebar {
	float: left;
	padding: 10px;
	width: 200px;
	}

#right_sidebar {
	float: left;
	padding: 10px;
	width: 200px;
	}
	
#footer {
	}

#spotlight {
	float: left;
	background-color: #999999;
	padding: 10px;
	width: 980px;
	}

#spotlight_box {
	float: left;
	padding: 10px;
	width: 300px;
	margin: 3px;
	}

#copyright {
	float: left;
	height: 50px;
	background-color: #000000;
	padding: 10px;
	width: 980px;
	}

/* TOP MENU NAVIGATION */
	
#navigation_bar {
	height: 46px;
	width: 780px;
	padding: 0px 0px 10px 35px;
	margin-top: 0px;
	background-image: url(/themes/hamptons_karate//images/nav_bar_BG.png);
	background-repeat: no-repeat;
	}

#navigation_bar ul {
	float: left;
	list-style: none;
	margin-top: 2px;
	}

#navigation_bar ul li {
	float: left;
	display: block;
	height: 41px;
	}

#navigation_bar ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px black solid;
	text-transform: uppercase;
	padding: 11px 10px 11px 10px;
	}

#navigation_bar ul li a:hover {
	color: #ffffff;
	background-repeat: no-repeat;
	background-color: #1372D6;
	text-decoration: none;
	}

#navigation_bar ul li a.nav-selected {
	color: #1372D6;
	background-image: url(/themes/hamptons_karate//images/nav_bar_hover.png);
	background-repeat: no-repeat;
	background-color: #333333;
	text-decoration: none;
	}

/* 	LEFT SIDE SUB-MENU NAVIGATION */

#left_menu_navigation {
	}

#left_menu_navigation ul {
	list-style: none;
	}

#left_menu_navigation ul li {
	}

#left_menu_navigation ul li a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	border-bottom: 1px dotted #cccccc;
	vertical-align: middle;
	color: #666666;
	}

#left_menu_navigation ul li a:hover {
	background-color: #1372D6;
	color: #FFFFFF;
	}

#left_menu_navigation ul li a.nav-selected {
	color: #1372D6;
	}

#left_menu_navigation ul li a.nav-selected:hover {
	color: #FFFFFF;
	}


/* 	STANDARD TAG FORMATTING */

IMG {
	border: 0;
	}

a 	{
	text-decoration: none;
	color: #1372D6;
	}

a:hover {
	text-decoration: underline;
	color: #1372D6;
	}

a:visited 	{
	text-decoration: none;
	color: #1372D6;
	}

a:active	{
	text-decoration: underline;
	color: #1372D6;
	}
	
p {
	padding: 5px;
	}
	
h1 {
	font-size: 150%;
	color: #1372D6;
	padding: 5px 5px 5px 0px;
	}
	
h2 {
	font-size: 130%;
	color:#666666;
	padding: 5px;
	}
	
h3 {
	font-size: 120%;
	color: #B30E00;
	padding: 5px;
	}
	
h4 {
	font-size: 110%;
	color: #666666;
	padding: 5px;
	}
	
hr {
	border-top: dotted thin #cccccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	width: 100%;
	height: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	}

div.block-title h3 {
	font-size: 150%;
	color: #1372D6;
	font-weight: bold;
	padding: 5px;
	}

blockquote ul {
	padding-left: 35px;
	}

blockquote ol {
	padding-left: 35px;
	}
	
/* 	CUSTOM CLASSES */

h3.ccm-page-list-title a {
	color: #B30E00;
	font-size: 80%;
	}

div.ccm-page-list-description {
	padding-left: 20px;
	font-size: small%;
	font-weight: normal;
	}

.highlight {
	background-color: #FFD300;
	} 

.copyright {
	font-size: 80%;
	color: #FFFFFF;
	}

.note {
	font-size: 80%;
	font-style: italic;
	padding-left: 0px;
	}

span.sign-in {
	color: #FFFFFF;
	} 

div.nc-testimonials-item blockquote p {
	color: #1372D6;
	font-size: 85%;
	line-height: 12pt;
	font-style: italic;
	}
	
.title h3 a {
	color: #B30E00;
	font-size: 90%;
	text-decoration: none;
	}

.title h3 a:hover {
	color: #B30E00;
	font-size: 90%;
	text-decoration: underline;
	} 
	
.title h3 a:visited {
	color: #B30E00;
	font-size: 90%;
	} 

#login_status a, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px white dotted;
}

#login_status a:hover {
	text-decoration: underline;
	border: none;
	} 

/* SEARCH BOX */

form #searchform {
	width: 300px;
	margin:0 auto;
	}

.search {
	padding: 5px;
	margin: 5px;
	color: #000000;
	}


/* CUSTOM FORMS */

div.page-header {
	width: 500px;
	text-align: center;
	}

form.form-horizontal {
	width: 500px;
	}

fieldset {
  padding: 10px;
  margin: 10px;
	}
	
legend {
	}

labels {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
	}

input {
	padding: 5px;
	margin: 5px;
	color: #000000;
	}
	
input.search {
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	}

input.search textarea {
	width: 250px;
	}

form.miniSurveyView input {
	padding: 0px;
	margin: 0px;
	color: #000000;
	width: 75%;
	}

td.question label {
	padding: 0px 0px 0px 6px;
	margin: 0px;
	text-align: right;
	font-size: 100%;
	}

form#miniSurveyView445 td.question label {
	color: #FFFFFF;
	}

div #recaptcha_widget_div {
	margin: 0px;
	}

table.formBlockSurveyTable {
	margin: 0px;
	}

div #recaptcha_area {
	margin: 0px;
	}

label.control-label {
	font-size: 100%;
	color: #666666;
	padding-left: 5px;
	}

.mailing_list_form {
	padding: 5px;
	border: 1px dotted #cccccc;
	color: #666666;
	}

.mailing_list_form input {
	margin: 2px;
	padding: 0px;
	}

.mailing_list_form #submit {
	color: #666666;
	}