/* Elements */

* { padding:0; margin:0; }

body {
	background:#abdaf6 url(../images/bkg.gif) repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	padding:10px;
	text-align:left;
}

div{
	margin-top:10px;
}



em{
	color:#1B4978;
}

h1 {
	font-size:28px;
	margin: 30px 0px 10px 0px;
}

h2, h3 {
	margin: 0px 0px 10px 0px;
}

h4, h5, h6 {
	font-size:14px;
	color:#fff;
}

div#links a span {display: none;}

div#links a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}

a {
	color: #1B4978;
	font-size:14px;
}

a:hover {
	text-decoration: none;
}

a img , a , img{
	border:none;
	padding:0; 
	margin:0;
}

b{
	color: #173E68;
}

.floatImg {
	float:right;
	margin-left:15px;
	margin-bottom:2px;
}


#content {
	background: #FFFFFF;
	width: auto;
	margin: 0px auto;
	padding: 1px 0px 0px 0px;
	text-align:justify;
	border-width:0 1px; 
	border-left:2px solid #666;
	border-right:2px solid #666;
}


.mainContent {
	
	width:1000px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}


/* Header */

#header {
	width: auto;
	height:58px;
	margin: 0px auto;
	padding-bottom:10px;
	color: #FFFFFF;
	text-align:center;
}
#title {
  text-align: center;
  width: 1000px;
  height: auto;
}
/*.title{
	background-image: url(../images/title.jpg);
	width:598px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}*/


.homepage {
	width:500px;
}


/*------------------------------------------- PAGES ---------------------------------------------- */

#colOne {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 20px;
	text-align:left;
	width:800px;
}

#colOne h2, b {
	text-align:center;
}

.inner{
	margin-left:50px;
	margin-top:10px;
}


.inner2{
	margin-left:100px;
	margin-top:10px;
}

/*------------------------------------------- Homepg ---------------------------------------------- */


#homepage {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 20px;
	font-size:13px;
	width:900px;
	text-align:center;
}

.boxes{
	width:830px;
	height:auto;
	margin-left:50px;
	margin-right:50px;
}

.box1{
	background-image: url(../images/square.jpg);
	height:275px;
	width:267px;
	float:left;
}

.innerBox{
	text-align:center;
	color: #173E68;
	font-size:12px;
	margin-top:65px;
	margin-left:30px;
	width:220px;
}

.text {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	width:800px;
	margin-bottom:20px;
	margin-top:10px;
}

.search1 {
text-align:center;
margin-left:auto;
margin-right:auto;
font-size:14px;
width:250px;
}


.search {
text-align:center;
margin-left:auto;
margin-right:auto;
font-size:14px;
width:250px;
margin-top:30px;
}

.search b{
font-size:16px;
}



.subText {
margin-left:80px;
margin-top:20px;
text-align:center;
font-size:9px;
width:640px;
}

.subText2 {
margin-left:280px;
margin-top:70px;
text-align:left;
font-size:9px;
width:640px;
color: #888;
}

.superscript{
font-size:7px;
line-height:5px;
float:left;
}
/*------------------------------------------- MENU ---------------------------------------------- */

#topMenu{

	list-style:none;
	height:35px;
	background:#fff url(../images/menu/button1.gif);
	position:relative; 
	border-width:0 1px; 
	border-bottom:2px solid #666;

}


.menu1 {
	left:100px;
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/menu/button1.gif);
	position:relative;
	width:800px;
}

.menu1 li {
	float:left;
	list-style:none;
}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}

.menu1 li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu1 li.current a {
	color:#fff;
	background:url(../images/menu/button3.gif);
}

.menu1 li.current a b {
	background:url(../images/menu/button3.gif) no-repeat right top;
}

.menu1 li a:hover {
	color:#fff;
	background:#fff url(../images/menu/button2.gif);
}

.menu1 li a:hover b {
	background:url(../images/menu/button2.gif) no-repeat right top;
}

.menu1 li.current a:hover {
	color:#fff;
	background:#fff url(../images/menu/button3.gif); 
	cursor:default;
}

.menu1 li.current a:hover b {
	background:url(../images/menu/button3.gif) no-repeat right top;
}

/*-------------------------------------------- HOUSE IMG & HOVER BOXES ---------------------------------------------- */

.house{
	float:left;
	border:none;
	padding:0;
	margin:0;
	width:997px;
	display:block;
	clear:both;
	margin-top:20px;
}

.hovertip {
	position: absolute;
    display: none; /* in case javascript is disabled */
	width: auto;
	height:auto;
    background-color:#fff;
	font-size: 12px;
	border-width:0 4px; 
	border:4px solid #666;
	z-index: 100;
	margin-left: 5px;
	margin-top: 5px;
	}
.hovertip_target {
	font-style: italic;
}
 .hovertip_target:hover {
	text-decoration: none;
    cursor:help;
}

ul.hovertip li {
	/*display:inline;*/
	margin:0;
	padding:0;
	list-style:none;
}
ul.hovertip li a{
	text-decoration:none;
	font-style:italic;
	color: #1B4978;
	font-size:14px;
}
ul.hovertip li a:hover{
  color: white;
	background-color: cornflowerblue;
	width: auto;
}

ul.hovertip {
	width:auto;
	height:auto;
	padding: 10px 10px 10px 10px;
	display:block
}

/*----------------------------------------- VENDOR COUPONS -------------------------------------------------*/

.coupon {
width:713px;
height:463px;
overflow:hidden;
background:url(../images/vendBkg.jpg);
}

.couponContent{
width:700px;
height:500px;
overflow:hidden;
text-align:left;
}

.compInfo{
text-align:left;
padding-left:200px;
width:300px;
font-size:15px;
}

.coupon h3{
/* optional styling, you can use whatever you wish */
	font-size:320%;
	color:#0079b6;
	font-weight:normal;
	letter-spacing:-.05em;
	margin:.6em 0;
	/* now, this is important */
	position:relative;	
	text-align:center;
}

.coupon h3 span{
	position:absolute;
	display:block;
	top:0;
	left:15px;
	height:100%;
	width:750px;
	/*background:url(../images/gradient_1.png) repeat-x;/**/
}

* html .coupon h3 span{
	background-color:#fff;
	background-color:transparent;
	background-image: url(none.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/gradient_1.png", sizingMethod="scale");*/
}

.promo{
text-align:center;
font-size: 35px;
font-weight:strong;
margin: 20px 0px 10px 0px;
}

.promoImg{
margin-left:130px;
margin-top:10px;
margin-bottom:15px;
}

.print{
font-size:9px;
color:#333;
padding-top:150px;
margin-left:350px;
}

/*-------------------------------------------- CATEGORY MENU ---------------------------------------------- */

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;	
	font-size: x-small;
	width:250px;

	}

#menuh
	{
	font-size: x-small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	padding-left:380px;
	margin-left:auto;
	margin-right:auto;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/*----------------------------------------- FORMS -------------------------------------------------*/


#msgform{
	margin:0px 0px 0px 60px ;
	padding:0;
}

#conform{
	margin:0px 0px 0px 35px ;
	padding:0;
}

#msgform div.indent_con div.fm-req label, #msgform  div.indent_con div.fm-opt label{
	float:left;
	width:200px;
	padding:0 1em;
	text-align:right;
}

#conform div.indent_con div.fm-req label, #conform  div.indent_con div.fm-opt label{
	float:left;
	width:120px;
	padding:0 1em;
	text-align:right;
}

#msgform div.indent_con div.fm-multi label{
	float:left;
	padding:3px;
	text-align:right;
}


#conform div.indent_con div.fm-multi label{
	float:left;
	padding:3px;
	text-align:right;
}

div.fm-multi input{
	width:2em;
	padding: 0;
	margin: 0;
}

div.fm-multi label{
	display:block;
	float:left;
	width:300px;
	margin-left:26px !important;
	margin-left:0px;
	padding-top:0.2em;
	color:#036;
	font-weight:bold;
}

div.indent_con p.instructinfo {
	display:block;
	float:left;
	width:210px;
	margin-left:30px !important;
	margin-left:0px;
	padding-top:0.2em;
	color:#7da8ff;
	font-weight:bold;
	margin-bottom:10px;
	font-size:10px;
}

.fm-req input,.fm-opt input ,div textarea {
	width:204px !important;
	width:190px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:auto;
	margin-bottom:10px;
	color:#333;
}

.fm-req select , fieldset .fm-opt select {
	width:208px !important;
	width:200px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;color:#333;
}

#fm-submit{
	text-align:center;
	padding: 0;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
}

input:focus,textarea:focus{
	background:#efefef;
	color:#000;
}
.fm-req{
	font-weight:bold;
	color:#036;
}

.fm-req span , .fm-req span{
	font-size:10px;
	font-weight:100;
	color:#7da8ff;
}

p#fm-intro{
	margin:0px 0px 15px 258px;
	font-size:10px;
	color:#FF0000;
	text-align:left;
}

p#fm-intro strong{
	color:#036;
}


.indent_con{
	margin-left:0px !important;
	margin-left:20px;
	
}

.errmsg{
	text-align:center;
	margin:10px 60px 0px 60px ;
}

.errmsg .successmsg{
	padding:3px 60px 3px 60px ;
	color: #2F73B8;
	font-size:1.3em;
	font-weight:bold;
	display:block;
}

.errmsgchar {
	margin:10px 60px 10px 60px ;
	padding:0;
	color:#ff3030;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}

.errmsgchar  .chardisplay{
	color:#036;
}

.errmsg .errordisplay{
	padding:3px 60px 3px 60px ;
	border: 1px solid #ff3030;
	color:#ff3030;
	font-size:1.3em;
	font-weight:bold;
	display:block;
}

/*----------------------------------------- FUNDRAISER PAGE------------------------------------------------*/
/*Added by Tim Gane, CBS Group, May 09*/
.fundRBkg{
	width:713px;
	height:450px;
	padding-top: 13px;
	overflow:hidden;
	background:url(../images/leadBkg.jpg);
}

.fundR{
	width:auto;
	height:380px;
	margin-left:30px;
	margin-top:10px;
	margin-right:10px;
	overflow: auto;
}

/*----------------------------------------- TELL A FRIEND -------------------------------------------------*/

.tellFriendBkg{
	width:713px;
	height:463px;
	overflow: auto;
	background:url(../images/leadBkg.jpg);
}

.tellFriend{
	width:auto;
	height:auto;
	margin-left:120px;
	margin-top:30px;
}

.tellFriend td{
font-size:14px;
}

.tellFriendTitle{
/* optional styling, you can use whatever you wish */
	font-size:250%;
	color:#0079b6;
	font-weight:normal;
	letter-spacing:-.05em;
	/* now, this is important */
	position:relative;	
	text-align:center;
	margin-bottom:10px;
	left:-30px;
}

.tellFriendTitle span{
	position:absolute;
	display:block;
	top:0;
	left:15px;
	height:100%;
	width:600px;
	background:url(../images/gradient_1.png) repeat-x;
}

* html .tellFriendTitle span{
	background-color:#fff;
	background-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/gradient_1.png", sizingMethod="scale");
}



/*-----------------------------------------FOOTER-------------------------------------------------*/

#footerMenu {
	width:auto;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #fff;
	text-align:center;
}

#footer {
	width:auto;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 75px;
	background: #fff;
	border-width:0 1px; 
	border-left:2px solid #666;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #666666;
}

#footer a:hover {
margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #333333;
}
