/* CSS for Invite */

.invite {
	margin: 0 25px 0 0;
	background: #FFFFFF url(../images/Fall-leaves.jpg) repeat-y;
	padding-left: 230px;
	padding-top: 10px;
}
.invite ul {
	margin: 0;
	background: transparent;
	padding: 0;
}
.invite li {
	margin: 0;
	list-style:square;
	display: inline;
	padding-right: 20px;
	padding-left: 0px;
	font-size: 1.2em;
	color: #003399;
	font-weight: bold;
}
.invite h5 {
	color: #000066;
	font-size: 1.5em;
	line-height: 1.3em;
}
#form1 {
	width: 400px;
	margin-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #DCE8EF;
	border: 3px double #999999;
}
#form1 p {
	font-weight: bold;
	color: #000066;
	text-align: center;
}
#form1 input, #form1 textarea {
	text-align: center;
	margin-left: 10px;
	color: #000066;
}
.subBtn {
	font-size: 10px;
	font-weight: bold;
}
/*Home Page*/
#smInvite {
	background: #FFFFCC url(../images/Fall-border2.jpg) no-repeat;
	position: absolute;
	z-index: 50;
	visibility: visible;
	height: 125px;
	width: 250px;
	top: 12px;
	left: 565px;
	border: 2px solid #990000;
	padding: 15px 0px 0px 15px;
}
#smInvite .content {
	font: bold 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #000066;
	text-align: center;
}
.closeBox {
	text-transform: uppercase;
	color: #333333;

	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	float: right;
	text-align: center;
	width: 250px;
	margin: 12px 0px 15px;
	display: block;
	padding: 5px 10px 5px 5px;
}
a.closeBox:link, a.closeBox:visited {
	text-decoration: none;
	color: #666666;
}
a.closeBox:hover {
	color: #CC3300;
	text-decoration:underline;
}
