/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{
	width:900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
	position:relative;
	height:150px;
	background-color:#333333;	
} 

#facebook{
	font-size: 11px;
	margin: 0px;
	text-align: center;
	z-index: 151;
	padding: 0px;
	word-spacing: 0%;
	letter-spacing: 0%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 108px;
	} 

#topnav
{
	height:35px;
	background-color:#333;
	clear:both;
 } 

 
#leftcol{
	width:160px;
	float:left;
	position:relative;
	background-color: #0E6698;
	z-index: 1;
  }
  
#search
  {
	height: 21px;
	width: 145px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	font-size: 12px;
	background-color: #0F438F;
	background-image: url(images/search1.jpg);
  }

#memberlogin
  {
	height: 45px;
	width: 145px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E8E8E8;
	font-size: 12px;
  }
 
#twocols{
	width:900px;
	float:right;
	position:relative;
	background-color: #146597;
  }
 
#rightcol{
	width:160px;
	float:right;
	position:relative;
	background-color: #0E6698;
	text-align: center;
	background-image: url(images/rightcolback.png);
	background-repeat: no-repeat;
 }
 
#maincol{
	background-color: #0E6698;
	float: left;
	display:inline;
	position: relative;
	width:580px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0px;
	background-image: url(images/contenback.jpg);
	box-shadow:inset 0 0 5px 0 #000000;
	-moz-box-shadow:inset 0 0 5px 0 #000000;
	-webkit-box-shadow:inset 0 0 5px 0 #000000;
 }
 
  
#maincolone{
	background-color: #0E6698;
	float: left;
	display:inline;
	position: relative;
	width:580px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0px;
	background-image: url(images/contenback.jpg);
	box-shadow:inset 0 0 5px 0 #000000;
	-moz-box-shadow:inset 0 0 5px 0 #000000;
	-webkit-box-shadow:inset 0 0 5px 0 #000000;
	height: 420px;
	overflow: scroll;
	visibility: visible;
 }

#maincol1{
	background-color: #0E6698;
	float: left;
	display:inline;
	position: relative;
	width:580px;

 }

#maincontentcopy
 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0B3366;
	line-height: 28px;
	text-align: left;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 510px;
	min-height: 400px;
	max-width: 510px;
}

#maincontentone
 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0B3366;
	line-height: 28px;
	text-align: left;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 510px;
	min-height: 400px;
	max-width: 510px;
}


#bullets
 {
	text-align: left;
	margin-left: 35px;
	line-height: 16px;
	display: list-item;
	list-style-position: outside;
	list-style-image: url(images/endbulletsm.jpg);
}

#maincontentboard
 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0B3366;
	line-height: 12px;
	text-align: left;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	width: 510px;
}
	
#footer{
	height:40px;
	clear:both;
	background-image: url(images/footer.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 30px;
 } 
 
 #shadow {
  box-shadow: 5px 5px 5px #ccc;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
	z-index: 110;
} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}

}



/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {
	float:none;
}#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{
	width:160px;
	padding:0px;
	margin:0px;
	background-color:#0D6698;
	border-width:0px;
	border-style:solid;
	border-color:#000000;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	background-color:#6ec7ff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1066A8;
	border-right-color: #1066A8;
	border-bottom-color: #CCD5EB;
	border-left-color: #1066A8;
	padding: 10px;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
	color:#333;
	border-color:#333;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#306FBC;
		color:#004EBD;
		border-color:#004EBD;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{
	padding:10px;
	background-color:#C3D1FF;
	border-width:0px;
	border-style:solid;
	border-color:#306FBC;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	line-height: 28px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{
	padding:3px 20px 3px 5px;
	background-color:#C3D1FF;
	color:#000000;
	font-size:12px;
	border-width:0px;
	border-color:#004EBD;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{
	color:#2580a2;
	text-decoration:none;
	position: relative;
	z-index: 3000;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#C3D1FF;
		color:#000000;
		text-decoration:underline;
	}
	
	/*""""""""Typo""""""""*/	
h5	
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	}
	
#headline {
	height: 35px;
	width: 580px;
	background-image: url(images/headline.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 35px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	color: #FFF;
}

#headline2 {
	height: 35px;
	width: 580px;
	background-image: url(images/headline2.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 35px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	color: #FFF;
}

#headline3 {
	height: 35px;
	width: 580px;
	background-image: url(images/headline2.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 35px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	color: #FFF;
}

#photo {
	float: left;
	width: 120px;
	margin-right: 35px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px #ccc;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
}

#logos {
	float: left;
	width: 120px;
	margin-right: 35px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px #ccc;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
}

#photocenter {
	width: 120px;
	margin-right: 25px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px #ccc;
	-moz-box-shadow: 0px 0px 15px #ccc;
	-webkit-box-shadow: 0px 0px 15px #ccc;
	text-align: center;
	float: left;
	margin-left: 25px;
}
.ital {
	font-style: italic;
	font-weight: normal;
}
#title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #112645;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#photocontentbox {
	height: 500px;
	width: 50px;
}
#pagewidth #wrapper #twocols #maincol #maincontentcopy table {
	font-size: 11px;
}
#boardheads {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #142D53;
	line-height: 0px;
	text-align: center;
}

#boardheads2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #142D53;
	text-align: center;
}
house {
	font-family: Arial, Helvetica, sans-serif;
}
#pagewidth #wrapper #twocols #maincol table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E213F;
	border-bottom-color: #C0C0C0;
	line-height: 16px;
}
#moreinfodrisha {
	position: absolute;
	z-index: 1;
	left: 159px;
	top: 204px;
}
#sm8 {
	font-size: 8px;
	font-family: Verdana, Geneva, sans-serif;
}
#arrowr {
	float: right;
	text-align: left;
}
#arrowl {
}
#logo {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	min-height: 350px;
}
#center {
	text-align: center;
}
#center {
	text-align: center;
}
.centerlogo {
	text-align: center;
}
#size8 {
	font-size: 8px;
}
.bullets {
	text-align: left;
	display: list-item;
	list-style-position: outside;
	list-style-image: url(images/endbulletsm.jpg);
	margin-left: 35px;
	line-height: 16px;
}
#sponsorbox {
	width: 160px;
	clear: both;
	float: right;
}
#maincontentcopy2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #0B3366;
	text-align: center;
	width: 560px;
	min-height: 400px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#leftcol2 {
	display:none;
	z-index: 5000;
}
#photo10margin {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#photoleft {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
#toolkit {
	position: absolute;
	top: 360px;
	left: 30px;
	height: 100px;
	width: 100px;
}
#goodshop {
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

