.picdrop a{
	background-image: url(../images/button1-1.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 160px;


}


.picdrop a:hover{
	background-color: #827CA1;
	color: #000000;
	padding: 15px;
	height: 250px;
	width: 250px;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
	background-color: #FFFFFF;
	width: 150px;
	font-size: 14px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 137px;
}

.wireframemenu ul{
padding: 0;
margin: auto 0;
list-style-type: none;
}

.wireframemenu a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

.wireframemenu a:visited{
color: #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #827CA1;
color: #000000;
}

/* Main Styles*/


body{
	padding: 20px;
	color: #000000;
	text-align: center;
	font: 85% "Trebuchet MS",Arial,sans-serif;
	background-color: #CCCCCC;
}
h1,h2,p{margin: 0;padding: 0 10px;font-weight:normal}
p{
	padding: 0 10px 15px;
	text-align: left;
	color: #000000;
}
h1{
	font-size: 250%;
	color: #FFF;
	letter-spacing: 1px;
	background-color: #1A0E53;
}
h2{
	font-size: 16px;
	line-height:1;
	color:#002455;
	background-color: #FFFFFF;
}





/* Main Divs*/


#Contain {
	position:relative;
	width:840px;
	height:auto;
	z-index:1;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}

div#header{
	padding: 10px;
	text-align:center;
	border-bottom: 10;
	background-color: #1A0E53;
}

div#menu{
	float:left;
	width:150px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #26157A;
	color: #FFFFFF;
}

div#footer{
	clear:both;
	width:95%;
	text-align:center;
	background-color: #827CA1;
	padding: 10px;
	margin: 10px;
	font-family: "Teen Light", Tandelle;
	font-size: xx-large;
	color: #FFFFFF;
	font-weight: bolder;
	font-variant: normal;
}

#MenuLayer {
	position:absolute;
	width:107px;
	height:115px;
	z-index:2;
	left: 14px;
	top: 147px;
	color: #FF0000;
}
#Header-wrap {
	position:relative;
	width:auto;
	height:auto;
	z-index:3;
	left: auto;
	background-position: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#Phone-No {
	position:absolute;
	width:594px;
	height:33px;
	z-index:3;
	left: 203px;
	background-position: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	top: 72px;
}

div#header3{
	padding: 10px;
	text-align:center;
	border-bottom: 10;
	background-color: #FFFFFF;
	color: #000066;
	font-family: "Teen Light", Tandelle;
	font-size: xx-large;
}
