/* CSS Document */

/* CSS Document */

body {
	font:13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#6e4a89 url(images/bg.gif) center top repeat-x;
	margin:0px;
	padding:0px;
}

#container1 {
	background:url(images/container1.gif) center top repeat-y;
}

#container2 {
	background:url(images/container2.jpg) center top no-repeat;
}

#layout {
	width:1000px;
	text-align:justify;
	line-height:25px;
	margin:0px auto;
}

#header {
	height:533px;
	background:url(images/header.jpg) left top no-repeat;
}
#header2 {
	height:533px;
	background:url(images/header_basketball.jpg) left top no-repeat;
}
#header3 {
	height:533px;
	background:url(images/header_softball.jpg) left top no-repeat;
}
#header4 {
	height:533px;
	background:url(images/header_baseball.jpg) left top no-repeat;
}
#header5 {
	height:533px;
	background:url(images/header_feedback.gif) left top no-repeat;
}
#header6 {
	height:533px;
	background:url(images/header_forms.gif) left top no-repeat;
}
#header7 {
	height:533px;
	background:url(images/header_volleyball.jpg) left top no-repeat;
}
#header8 {
	height:533px;
	background:url(images/header_registration.gif) left top no-repeat;
}
#header9 {
	height:533px;
	background:url(images/header_photos.jpg) left top no-repeat;
}
#headerboard {
	height:533px;
	background:url(images/header_board.gif) left top no-repeat;
}
#topzone {
	height:86px;
}

#topzoneleft {
	float:left;
	padding:6px 0px 0px 50px;
}

#topzoneright {
	float:left;
	padding:35px 0px 0px 70px;
	overflow:hidden;
	width:211px
}

#bannerzone {
	height:369px;
}

#bodycontainer {
	width:865px;
	padding:55px 37px 0px 98px;
}

#leftcontainer {
	width:610px;
	float:left;
}

#rightcontainer {
	width:212px;
	float:right;

}
#rightcontainer a{
	color:#fff;
	text-decoration:underline;
}

#rightcontainer a:hover {outline: thin white solid; color:#ffffff}

#welcomezone {
	width:610px;
	padding:0px 0px 50px 0px;
}
#welcomezone a{color:#FFFFFF;}
.leftnav {
	float:left;
	width:180px;
	}
.rightnav {
	float:left;
	width:400px;
}
#lifestylezone {
	width:610px;
	padding:0px;
	margin:0px;
}
#lifestylezone ul.laralink li a {color: #ffffff;}
#lifestylezone ul.laralink li a:hover {outline: thin white solid; color:#ffffff}
#lifestylezone ul.laralink li:visited {background: #fff;}
/*#lifestylezone ul.laralink li:hover {outline: thin red solid}
#lifestylezone ul.laralink li:hover {background: #ffffff}*/


#lifestyleleft {
	width:420px;
	float:left;
}

#lifestyleright {
	width:160px;
	float:right;
}
#lifestyleleft2column {
	width:290px;
	float:left;
}

#lifestyleright2column {
	width:290px;
	float:right;
}
#footer {
	font-size:12px;
	width:1000px;
	height:92px;
	background:url(images/footer.gif) left top no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

#footerleft {
	float:left;
	color:#fff;
	width:auto;
	padding:60px 0px 0px 50px;
}

#footerright {
	float:right;
	color:#fff;
	font-weight:bold;	
	padding:60px 52px 0px 0px;
}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

/*	Img Style Start Here  */

.welcomeimg {
	float:left;
	padding:0px 25px 0px 0px;
}
.welcomeimg2 {
	float:right;
	padding:0px 25px 0px 0px;
}
.lifestyleimg {
	float:right;
	padding:0px 0px 0px 30px;
}

.aboutusimg {
	padding:20px 0px 20px 0px;
}

/*	Img Style End Here  */

/*	Text Style Start Here  */

h1 {
	color:#fff;
	border-bottom:1px solid #796687;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font:17px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:100;	
	padding:0px;
	margin:0px;
}

h2 ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
/*font-size: 12px;*/
/*font-style: normal;*/
/*line-height: 2em;*/
/*font-weight: normal;
font-variant: normal;*/
/*text-transform: none;
color: #76A2F6;
text-decoration: none;*/
/*background-color: #CCCCCC;*/
/*text-indent: 5px;*/
list-style-position: outside;
/*list-style-image: url(images/arrow.gif);*/
list-style-image:url('images/arrow2.png');
/*list-style-type: square;
padding: 6px;
margin: 2px;*/
}


#menu {
  /* position:relative;  REMOVED */
  padding:0;
  margin:0;
  width:0;
}
#menu li { 
  list-style-type:none; 
  margin:0 0 0.25em 0; /* ADDED */
  } 
#menu img {
  border:1px solid #000;
  float:left;
  margin:0.25em 1em 0.5em 0;
}

#menu a, #menu a:visited {
  position:relative; /* ADDED */
  display:block;
  width:17em;
  border:1px solid #fff;
  font-family:arial, verdana, sans-serif;
  font-size:0.8em;
  text-align:left;
  text-decoration:none;
  background:#826CAC;
  color:#eee;
  padding:0.25em;
}
#menu a:hover {
  background:#ddd;
  color:#808;
  }
#menu a.over {
  background:#ddd;
  color:#808;
  }
#menu a:hover span:first-line {
  font-weight:bold;
  text-decoration:underline;
  font-size:1.2em;
  color:#fff;
}

#menu a span {
  display:none;
}

#menu a:hover span {
  display:block;
  position:static;
  left:8em;
  top:0;
  text-align:center; /* ADDED */
  padding:0.5em;  /* ADDED */
  width:16em; /* ADDED */
  background-color:#826CAC; /* ADDED */
  color:#fff; /* ADDED */
  border:0px solid #808; /* ADDED */
}


.bannertxtblock {
	color:#545454;
	padding:270px 700px 0px 0px;
}

.bannertxt1 {
	font:16px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#744d91;
	text-transform:uppercase;
	padding:0px 0px 2px 10px;
	background-image:url('images/bggrey.png')
}

.bannertxt2 {
	font:12px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#744d91;
	text-transform:uppercase;
}

/*	Text Style End Here  */

/*	Menu Style Start Here  */

#topmenu {
	height:75px;
}

#topmenu ul {
	margin:0px;
	padding:0px 0px 0px 20px;
	background:url(images/menudevider1.gif) 100% 120% no-repeat;
	float:left;
}

#topmenu ul li {
	display:block;
	float:left;
	list-style:none;
}

#topmenu ul li.a {
	background:url(images/menudevider.gif) left top no-repeat;
}

#topmenu ul li.b {
	background:url(images/menudevider1.gif) 0px 20px no-repeat;
}
#topmenu ul li.b a:hover{background:url(images/hover-strip-1.gif) 0px 20px no-repeat;}
#topmenu ul li.b a.over{background:url(images/hover-strip-1.gif) 0px 20px no-repeat;}
#topmenu li a {
	font:13px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
	background:url(images/menulistbg.gif) right bottom no-repeat;
	padding:0px 20px 0px 15px;
}
#topmenu ul li.a a:hover{background:url(images/hover-strip.gif) no-repeat;}
#topmenu ul li.a a.over{background:url(images/hover-strip.gif) no-repeat;}
#topmenu li a span { cursor:pointer;
	padding:34px 0px 18px 22px;
	display:block;
	float:left;
	background:url(images/topdisc.gif) 0px 0px no-repeat;
}

#topmenu li a:hover {
	color:#e1e1e1;
	background:url(images/menubgover.gif) left top repeat;
}

.listlink {
	padding:0px 0px 0px 0px;
}

.listlink ul {
	margin:0px;
	padding:0px;
}

.listlink ul li {
	list-style:none;
	background:url(images/disc.gif) 0px 12px no-repeat;
	padding:0px 0px 0px 12px;
	margin:0px;
}

.listlink li a {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}

.listlink li a:hover {
	text-decoration:none;
}

#topanchor {
	width:250px;
	background:url(images/topanchorback.gif) left top no-repeat;
	padding:0px 20px 7px 0px;
}

#topanchor a {
	display:block;
	float:left;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	color:#a995b9;
	text-decoration:none;
}

#topanchor a:hover {
	color:#fff;
}

#topanchor a.home {
	background:url(images/home.gif) 0px 2px no-repeat;
	padding:0px 0px 5px 15px;
}

#topanchor a.email {
	background:url(images/email.gif) 0px 2px no-repeat;
	padding:0px 0px 5px 15px;
	margin:0px 0px 0px 10px;
}

#topanchor a.sitemap {
	background:url(images/sitemap.gif) 0px 1px no-repeat;
	padding:0px 0px 5px 15px;
	margin:0px 0px 0px 10px;
}

#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none; color:#ffffff;
}

/*	Menu Style End Here  */
/* inner pages css start */
h1.inner{font:33px Myriad Pro, Arial; color:#fff; font-weight:100; margin:0px; padding:25px 0px 10px 0px; background:none}
.aboutus-img{float:right; border:4px solid #b0a48b;	margin:0px 0px 10px 20px;}
h5{font:15px Myriad Pro, Arial, Helvetica, sans-serif; color:#ffffff; font-weight:bold; padding:0px 0px 5px 0px;	border-bottom:1px dotted #ffffff;	margin:0px 0px 10px 0px;}
h6{font:17px Myriad Pro, Arial, Helvetica, sans-serif; color:#ffffff; font-weight:bold; padding:0px 0px 5px 0px;	margin:0px 0px 10px 0px;}
.aboutcolumnzone{padding:20px 0px 16px 0px;}
.aboutcolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.aboutcolumn2{width:48%; float:right; margin:0px 0px 10px 0px;}
.abouticon{float:left; margin:0px 20px 0px 0px;}
.insidereadmore{padding:10px 0px 10px 0px;}
input.button{color:#ffffff;	background:#414141;	font:bold 11px Arial, Helvetica, sans-serif; text-decoration:none; padding:10px 10px; margin:0px 5px 5px 0;	border:1px solid #000000;}
input.button:hover{cursor:pointer; color:#cccccc;}
.project-img{float:right; margin-left:20px;	border: 6px solid #fff;}
.whiteheading{font:30px Myriad Pro, Arial; color:#ffffff; font-weight:100;	padding:0px; margin:25px 0px 20px 0px;}
.ourprojectrow{margin-bottom:20px;	border-bottom:1px dotted #fff; padding-bottom:10px; width: 95%;}
.servicecolumnzone{padding:20px 0px 16px 0px;}
.servicecolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.servicecolumn2{width:48%; float:right;	margin:0px 0px 10px 0px;}
.blog-posted-row{padding:3px;}
/* inner pages css ends */

