

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 0 0 10px 0; margin: 0px; }
ul, ol {padding: 0 20px 10px 20px; margin: 0;}
li {padding: 0; margin: 0;}
hr { color: #c1c1c1; background-color: #c1c1c1; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }

a { color: #009fc3; text-decoration: none; }
a:hover { text-decoration: underline;}



@font-face {
    font-family: 'HattoriHanzoLight';
    src: url('../fontface/Hattori_Hanzo-webfont.eot');
    src: url('../fontface/Hattori_Hanzo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/Hattori_Hanzo-webfont.woff') format('woff'),
         url('../fontface/Hattori_Hanzo-webfont.ttf') format('truetype'),
         url('../fontface/Hattori_Hanzo-webfont.svg#HattoriHanzoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}



#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}



h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0;
	padding: 0;
	font: 38px/42px 'HattoriHanzoLight', Arial, sans-serif;
	color: #009fc3;
}

h3, h4, h5, h6 {
	font: 24px/28px 'HattoriHanzoLight', Arial, sans-serif;
	color: #BE1655;
}

#logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
}



body {
	margin: 0px;
	padding: 0px;
	background: url(../images/site_Bg.jpg);
	font: 14px/22px Trebuchet MS, Arial, sans serif;
	color: #333333;
}

#topBar {
	background: url(../images/site_TopBg.jpg) top repeat-x;
	height: 400px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#topGlow {
	background: url(../images/site_Glow.png) center  top no-repeat;
	height: 226px;
	width: 1076px;
	margin: 0 auto;
	z-index: 0;
}

.wrapper {
	width: 980px;
	margin: 0px auto;
	padding: 0;
	position: relative;
	z-index: 10;
}

#connect {
     position: absolute;
     top: 15px;
     right: 0;
}
	#connect span {
	     float: left;
	     color: #505050;
	     font: 20px/20px 'HattoriHanzoLight', Arial, sans-serif;
	}
	#connect a {
	     margin-right: 3px;
	}
	#connect a.linkedin {
	     background: url(../images/icon_Social.png) 0 0 no-repeat;
	     height: 20px;
	     width: 20px;
	     float: left;
	}
	#connect a.facebook {
	     background: url(../images/icon_Social.png) -20px 0 no-repeat;
	     height: 20px;
	     width: 20px;
	     float: left;
	}
	#connect a.feed {
	     background: url(../images/icon_Social.png) -40px 0 no-repeat;
	     height: 20px;
	     width: 20px;
	     float: left;
	}
	#connect a.youtube {
	     background: url(../images/icon_Social.png) -60px 0 no-repeat;
	     height: 20px;
	     width: 20px;
	     float: left;
	}

#banner_div {
	background: url(../images/site_NavBar.png) center bottom no-repeat;
	position: relative;
	width: 980px;
	height: 125px;
	z-index: 999;
}
#navbar_div {
	position: absolute;
	top: 50px;
	right: 20px;
	line-height: 75px;
}
	#navbar_div a {
		text-decoration: none;
		color: #505050;
	}
	#navbar_div a.current, #navbar_div a:hover {
		color: #009fc3;
	}

	ul.tabs {
		display: table;
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		z-index: 100;
		font-size: 14px; 
		text-align: center;
	}
	
	ul.tabs li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: table-cell;
		position: relative;
		float: left;
	}
	
	ul.tabs li a {
		position: relative;
		display: block;
		margin: 0;
	}
	
	ul.tabs li:hover ul.dropdown {
		display: block; 
	}
	
	ul.tabs li.getinvolved ul.dropdown {
		left: -35px;
	}
	ul.tabs li.about ul.dropdown {
		left: -46px;
	}
	
	ul.tabs ul.dropdown {
		width: 150px;
		line-height: 25px;
		background: url(../images/nav_DropBottom.png) center bottom no-repeat;;
		margin: 0;
		padding: 0 5px;
		display: block;
		position: absolute;
		z-index: 999;
		top: 75px;
		display: none;
		text-align: center;
	}
	
	ul.tabs ul.dropdown li {
		margin: 0;
		padding: 5px 0;
		float: none;
		position: relative;
		list-style: none;
		display: block;   
	} 
	
	ul.tabs ul.dropdown li a {
		display: block; 
	}
	
	.menuoption {
		float: left;
		padding: 0;
		margin: 0 5px;
		color: #cccccc;
	}

#blueBox {
	
}

a.button_Green {
	background: url(../images/button_Green.png) left top no-repeat;
	width: 220px;
	height: 35px;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	font: bold 18px/35px Trebuchet MS, Arial, sans serif;
	color: #ffffff;
	text-shadow: 0 1px 0 #739333;
}
a.button_Green:hover {
	background-position: left bottom;
	text-decoration: none;
}

a.button_Pink {
	background: url(../images/button_Pink.png) left top no-repeat;
	width: 220px;
	height: 35px;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	font: bold 18px/35px Trebuchet MS, Arial, sans serif;
	color: #ffffff;
	text-shadow: 0 1px 0 #be1655;
	
}
a.button_Pink:hover {
	background-position: left bottom;
	text-decoration: none;
}

.shadow_Full {
	width: 941px;
	height: 14px;
	margin: 0 auto;
}
	.shadow_Full img {
		height: 100%;
	}
#content_div {
	padding: 0px 0px;
}

#footer_div {
	border-top: 1px solid #c0c0c0;
	padding: 10px 0px;
}



#sidemenu {
	width: 220px;
	float: left;
	padding-top: 14px;
}

#sidemenu a {
	background: url(../images/button_Green.png) left top no-repeat;
	width: 220px;
	height: 35px;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
	display: block;
	font: bold 18px/35px Trebuchet MS, Arial, sans serif;
	color: #ffffff;
	text-shadow: 0 1px 0 #739333;
}
#sidemenu a.current {background: url(../images/button_Pink.png); text-shadow: 0 1px 0 #be1655;}
#sidemenu a:hover {
	background-position: left bottom;
	text-decoration: none;
}

#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	background: #333333;
	background: -moz-linear-gradient(90deg,#333333,#666666);
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	border: 1px solid #333333;
	text-shadow: 1px 1px 1px #333333;
}
#sidemenu a.sublink:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#333333);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#333333));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

#textsection {
	float: right;
	width: 700px;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
	text-align: center;
}

.text_image_left p, .text_image_right p  {
	margin-top: 3px;
	text-align: center;
	padding: 0;
}

.text_image_left img, .text_image_right img {
	border: 1px solid #c1c1c1;
	padding: 3px;
	background: #ffffff;
	-moz-box-shadow: 0px 2px 2px #505050;
	-webkit-box-shadow: 0px 2px 2px #505050;
	box-shadow: 0px 2px 2px #505050;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#505050")";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#505050");
}

.textholder {
	padding: 10px 0px;
	margin: 0px;
}

.lefttextimage {
	float: left; 
	margin-right: 10px; 
	border: 1px solid #c1c1c1;
}

.righttextimage {
	float: right; 
	margin-left: 10px; 
	border: 1px solid #c1c1c1;
}



#gmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #009fc3;
}



.submit_button {	
	cursor: pointer;
	background: url(../images/button_GreenSmall.png) left top no-repeat;
	width: 150px;
	height: 35px;
	padding: 0;
	margin: 10px 0 5px 0;
	text-align: center;
	display: block;
	font: bold 18px/35px Trebuchet MS, Arial, sans serif;
	color: #ffffff;
	text-shadow: 0 1px 0 #739333;
	border: 0;
}

.submit_button:hover {
	background-position: left bottom;
	text-decoration: none;
}

#contactright {
	float: right;
	width: 460px;
}

#contactleft {
	float: left;
	width: 460px;
	border-right: 1px solid #c1c1c1;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
.textinput-a {
	width: 270px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	margin-top: 15px;
	padding: 3px;
	color: #333333;
}

.smallinput {
	width: 35px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

.phoneinput {
	width: 150px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
}

#contactform select {
	color: #333333;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	padding: 3px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	color: #333333;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

.map {
	margin: 9px 0px;
	width: 460px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.faq {
	margin: 0px 0px;
}

.faq2 {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 0px;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 9px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	margin: 10px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.imagetable5 {
	float: left;
	width: 138px;
	height: 138px;
	margin: 5px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.bfimagetable {
	float: left;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}
.bfimagetable td {
	width: 122px;
	height: 122px;
}
.cattable {
	float: left;
	width: 138px;
	height: 180px;
	margin: 10px;
	text-align: center;
}
.catimage {
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}

.subcat_text {
}
.subcat_images {
	float: right;
	width: 300px;
}



.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 140px;
	padding: 10px 0px 10px 160px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link3table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.link5holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.link5image {
	float: left; 
	width: 150px;
}

.link5table {
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}



#blogholder {
	position: relative;
	padding-right: 240px;
	min-height: 400px;
}
.sidedivider {
	height: 1px;
	background: #555555;
	margin: 5px 10px;
}
#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	padding: 5px 0px;
}
#sidebar h4 {

}
#sidebar a {
	display: block;
	padding: 0px 0px 0px 15px;
}

#commentform label {
	display: block;
	font-style: italic;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 10px 0px;
	border-top: 1px solid #c1c1c1;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	border: 1px solid #c1c1c1;
	background: #dfdfdf;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #c1c1c1;
	background: #ffffff;
	margin: 5px 0px;
	padding: 10px 20px;
}



.doclink {
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 9px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 9px;
}



input#hp_field {
    border: solid 1px #dfdfdf;
    background-color: #dfdfdf;
    color: #dfdfdf;
    height: 0px;
    width: 0px;
}


