/*--------------- RESET ----------------*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, hr
{
margin: 0; padding: 0; border: 0; outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

div.hr hr {
	display: none;
}


/*--------------- MAIN ----------------*/
body {
	background-image:url(../images/top-bg-02.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	background-attachment:scroll;
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #555555;
	}

body.home {
	background-image:url(../images/top-bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #555555;
	}
	
body.black {
	background-image:url(../images/top-bg.jpg);
	background-color:#000000;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #555555;
	}
	
/*--------------- STYLES ----------------*/

a {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 150%;
	color: #555555;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	margin-top:15px;
	margin-bottom:10px;
	font-size: 18px;
	color: #999999;
}
h3 {
	margin-top:15px;
	margin-bottom:10px;
	font-size: 16px;
}
h4 {
	margin-top:15px;
	margin-bottom:10px;
	font-size: 14px;
}
h5 {
	margin-top:35px;
	margin-bottom:5px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	display:block;
	border-bottom: solid 1px #999;
}

.guests-black {
	font-size: 16px;
	line-height:160%;
	color:#444;
}

.guests-red {
	font-size: 16px;
	color:#731313;
	line-height:160%;
}



blockquote {
	margin: 15px;
	padding: 10px 20px 10px 20px;  	
  	background-color:#eeeeee; 
	background-position: 8px 10px;
	border-left: 5px solid #666666; 
	color: #000000;	
	font-style:italic;
	margin-right: 5px;

}
p.caption {
	text-align:right;
	margin: 0px 20px 20px 0px;
	font-style:italic;
	font-weight:bold;
	}
	
strong {
	color:#000000;
	font-weight:bold;
}

	
	
/*--------------- HEADER ----------------*/
#header {
	background-color:#FFFFFF;
	padding: 0px;
	height: 150px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}
#header h1 {
	margin:0;
	padding:0;
}
#header h2 {
	margin:0;
	padding:0;
}
#header h1 a {
	width:310px;
	height:150px;
	background-image:url(../images/mos-logo.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:321px;
	text-indent:-9999px;
}
#header h2 a {
	width:231px;
	height:28px;
	background-image:url(../images/sbts-tab.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
	margin:0;
	padding:0;
}

/*--------------- NAVIGATION ----------------*/
#menu
 {
	width:960px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	height: 30px;
	background-color: #000000;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
}

#menu ul{
  padding: 0px;
  margin: 0px;
}

#menu ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline;
  float: left;
  text-transform: uppercase;
}

#menu ul li a{
  color: #CCC;
  height: 30px;
  width: auto;
  padding:0;
  display: block;
}
#menu ul li a:hover{
background-color:#000000;
}

#menu ul li ul{
  clear: both;
  position: absolute;
  z-index: 1;
  width: 160px;
  left: auto;
  background: #000;
  visibility: hidden;
}

#menu ul li ul li{
  text-transform: none;
  height: auto;
}

#menu ul li ul li a{
  font-size: 12px;
  width: 140px;
  padding: 2px 10px;
  display: block;
  height: auto;
  color: white;
}

#menu ul li ul li a:hover{
  background: #ccc; 
  text-decoration: none;
  color:#000;
}

#menu ul li:hover ul{
  visibility: visible;
}

/*--------------- FOOTER ----------------*/
#footer {
	height: auto;
	width: 950px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: left;
	color: #777777;
	padding: 0px;
}
#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #888888;
}
#footer-credits {
	color: #666666;
	padding: 0px;
	float: left;
	height: auto;
	width: 670px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-links {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 37px;
	width: 260px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

#footer.black {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
	clear: left;
	color: #777777;
	padding: 0px;
}
#footer.black a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer.black a:hover {
	text-decoration: underline;
}


/*--------------- HOME STYLE ----------------*/
#home-wrapper {
	padding: 0px;
	height: auto;
	width: 950px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	clear: left;
	background-color:#FFFFFF;
}
#home-img {
	padding: 0px;
	height: 435px;
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #000000;
	background-image: url(../images/main-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#home-vid {
	text-align:center;
	background-image:url(../images/home-vid.jpg);
	background-repeat:repeat;
	background-color: #000000;
	padding: 0px;
	height: 505px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home-youtube {
	background-color: #000000;
	padding: 0px;
	height: 505px;
	width: 853px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home-links {
background-color:#FFFFFF;
	padding: 0px;
	clear: left;
	height: 100px;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home-tickets {
	padding: 0px;
	height: 100px;
	width: 310px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#home-store {
	padding: 0px;
	height: 100px;
	width: 310px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#home-mailing {
	padding: 0px;
	height: 100px;
	width: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#banner {
	background-color: #000000;
	padding: 0px;
	height: 455px;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*--------------- FEATURE STYLE ----------------*/
#feature-wrapper {
	padding: 0px;
	height: auto;
	width: 950px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	clear: left;
}

#feature-text {
	width:600px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#feature-text p {
text-align:center;
font-size:16px;
color:#999999;
}

#feature-text a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#feature-text a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#liw {
	background-image:url(../images/img-symp.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	padding: 0px;
	height: 700px;
	width: 950px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	clear: left;
}

#liw-text {
	width:700px;
	margin-top: 165px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#liw-text p {
text-align:center;
color:#e87f0c;
font-size:16px;
line-height:165%;
}

#liw-text a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
	font-size:18px;
}
#liw-text a:hover {
	font-weight: normal;
	color: #e87f0c;
	text-decoration: underline;
	text-transform:uppercase;
}

/*--------------- DIV STYLES ----------------*/
.maincol {
	padding: 0px;
	float: left;
	height: auto;
	width: 560px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}

.maincol a {
	color: #000;
	border-bottom: dotted 1px #000;
	font-weight:bold;
}

.270left{
width:270px;
height:auto;
background-color:#000000;
float:left;
padding:0px;
margin-right:10px;
}
.270right{
width:270px;
height:auto;
background-color:#000000;
float:left;
padding:0px;
margin-left:10px;
}
.sidecol {
	padding: 0px;
	float: left;
	height: auto;
	width: 230px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#titleimg {
	padding: 0px;
	height: 200px;
	width: 950px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 51px;
	margin-left: 0px;
}
#inner-nav {
	height: 30px;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.third {
	padding: 0px;
	float: left;
	height: auto;
	width: 285px;
	margin-top: 0px;
	margin-right: 47px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.third-last {
	padding: 0px;
	float: left;
	height: auto;
	width: 285px;
	margin:0px;
}
#inner-wrapper {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	list-style-type: square;
}
#inner-wrapper ul {
	list-style-type: square;
	line-height: 150%;
}
#inner-wrapper li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*--------------- TITLES ----------------*/
h2.quick-links {
	text-indent:-9999px;
	background-image:url(../images/quicklinks.png);
	height:40px;
	width:200px;
}

h2.links {
	text-indent:-9999px;
	background-image:url(../images/title-links.png);
	height:40px;
	width:200px;
}

h2.list {
	text-indent:-9999px;
	background-image:url(../images/mailing-list.png);
	height:57px;
	width:200px;
	margin-top:40px;
}

#quicklinks {    
width:200px;  
height:90px;  
  margin:0;  
padding:0;  
  }
  
#quicklinks li span { display: none; }  
#quicklinks li { float:left; list-style:none; position:relative; }  
#quicklinks li, #quicklinks a {  
height:30px;    /* Each button must have the same height, define it here */  
 display:block;  
  margin:0;  
  padding:0;  
   }
      
 li#flyers, li#download, li#tickets, li#salvation, li#donate { margin:0px; width:200px; } 
 
#flyers a { background:url(../images/quicklinks-roll.png) 0px  0px no-repeat; }  
#download a { background:url(../images/quicklinks-roll.png) 0px  -30px no-repeat; }  
#tickets a { background:url(../images/quicklinks-roll.png) 0px  -60px no-repeat; }
#salvation a { background:url(../images/quicklinks-roll.png) 0px  -90px no-repeat; }  
#donate a { background:url(../images/quicklinks-roll.png) 0px -120px no-repeat; }
  
#flyers a:hover { background:url(../images/quicklinks-roll.png) -200px  -0px no-repeat; }  
#download a:hover { background:url(../images/quicklinks-roll.png) -200px  -30px no-repeat; }  
#tickets a:hover { background:url(../images/quicklinks-roll.png) -200px  -60px no-repeat; }
#salvation a:hover { background:url(../images/quicklinks-roll.png) -200px  -90px no-repeat; }  
#donate a:hover { background:url(../images/quicklinks-roll.png) -200px -120px no-repeat; }


/*--------------- TABLES ----------------*/
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}


th {
	background-image:url(../images/nav.jpg); background-repeat:repeat-x;
	height: 20px;
	padding-left: 11px;
	padding-right: 11px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

tr {
	height: 30px;
	border-right: 1px solid #FFFFFF;
	background-color: #000000;

}

td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	border-right: 1px solid #FFFFFF;
	background-color: #EEEEEE;

}

td.first,th.first {
	border-left: 0px;
	background-color: #e4fffb;

}

tr.row-a {
	background: #F8F8F8;
	background-color: #e4fffb;

}

tr.row-b {
	background: #EFEFEF;
	background-color: #e4fffb;
}

/*--------------- SLIDEOUTTAB ----------------*/
#wrapper-contact {
	padding: 0px;
	height: 900px;
	width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(kindgomboy-home-02.jpg);
}
#testZone {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 120px;
	background-color: #FFF;
	overflow: hidden;
	color:#000;
	border-bottom: solid 5px #000;
}
#mailing946 {
	padding: 0px;
	height: 120px;
	width: 946px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#choseninc-info {
	padding: 0px;
	margin: 0px;
	width: 740px;
	float: left;
	color: #FFFFFF;
	font-weight:normal;
	font-size: 120%;
	text-transform: uppercase;
}
#constantcontact {
	float: right;
	height: 100px;
	width: 185px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.mailing {
	float: right;
	height: 34px;
	width: 175px;
	display: block;
	text-indent: -9999px;
	background:url(images/kindgomboy-mailinglist.jpg) no-repeat 0 0;
}
#main {
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 946px;
	background-color: #000000;
	clear: both;
	z-index: 5;
	overflow: hidden;
}