/*Sculpty's Creations
Style.css
partially created by GFDD Group - www.gfddgroup.com*/

body {
 background: #cfc9d8 url(../images/new_headerbg.gif) repeat-x 0 0;
  margin: 0;
  padding: 0;
  font-size:13px;
  
}
*{
  font-family:"Segoe UI","Lucida Sans", Arial, Helvetica, sans-serif;
}
a{
  color:#ff0066;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

a img:hover {
	border: solid 4px #ff0066;
		filter:alpha(opacity=95); 
		-moz-opacity: 0.95; 
		opacity: 0.95;
}

a img {
	border: solid 4px #e3e0e8;
}

#no img{
	border: 0;
	padding:0;
}

#no img:hover {
	border: 0;
	padding:0;
}

#masthead {
	width: 1003px;
	margin: 0 auto;
	z-index: 10;
}

#main {
	width: 869px;
	margin: 0 auto;
	z-index: 0;
	clear:both;
}

#content{
padding:0 0 30px 0;
background-color: white;
}
.mailing{
text-align:left;
border:0px
padding:0px;
width: 200px;
height: 200px;
}

.box{

border:1px solid silver;
padding:15px;



}
h1{
font-family:Georgia,serif;
color:#f06;
font-size:22px;
font-weight:normal;
padding:16px 0 5px 9px;
margin:0;
}
h1 span{
color:gray;
font-size:13px;
}


#footer {
	clear:both;
	z-index: 10;
	color: gray;
	font-size:12px;
	background:url(../images/new_footerbg.gif) repeat-x 0 0;
}

#footer hr {
	display:none;
}

#footer p {
  width:850px;
	margin:0 auto;
	padding:10px 20px 30px 133px;
	text-align:left;
	background:url(../images/new_footer.gif) no-repeat 10px 0;
	
}
ul#menu{
list-style-type:none;
margin:0 auto;
padding:0 0 0 134px;
width:1003px;
}
ul#menu li{
display:inline;
}
ul#menu li a {
font-size:15px;
color:gray;
text-transform:lowercase;
display:block;
float:left;
border-top:6px solid white;
padding:7px 11px;
}

ul#menu li a.currentmenu {
color:black;
border-top:6px solid #ef005f;
}

ul#menu li a:hover {
color:black;
border-color:#bbb;
text-decoration:none;
}

blockquote{
font-size:110%;
font-style:italic;
background:#ffffd1;
padding:10px 10px 10px 10px;
margin:8px 0 8px 20px;
}

#socialMediaFooter{
	width:85px;
	margin:0 auto;
	text-align:center;
	overflow:auto;
}

#socialMediaFooter a {
	display:block;
	text-decoration: none;
	float:left;
	margin:5px;
}


#facebookIconFooter{
	background:url(/images/facebookGray.jpg) no-repeat;
	width:30px;
	height:30px;
}

#facebookIconFooter:hover{
	background:url(/images/facebook.jpg) no-repeat;
	width:30px;
	height:30px;	
}

#twitterIconFooter{
	background:url(/images/twitterGray.jpg) no-repeat;
	width:30px;
	height:30px;
}

#twitterIconFooter:hover{
	background:url(/images/twitter.jpg) no-repeat;
	width:30px;
	height:30px;	
}



