@charset "UTF-8";
/* CSS Document */

body {
	behavior:	url("../css/csshover.htc");
	background: #9fc938 url(../images/bg.jpg) repeat-x fixed 0 -100px;
	height: 100%;
	font-family: "Lucida Grande", Calibri, "Lucida Sans Unicode", Lucida, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 17px;
}



a {
	color: #0072bc;
	text-decoration: none;
}

a:hover {
	color: #9fc938;	
}

#ie6Warning {
	background: #FC3;
	color: #000;
	padding: 15px;
	border-bottom: 8px solid #000;
}

.clear {
	clear: both;	
}

#container {
	background: url(../images/footer_top.png) repeat-x fixed 180px 435px;
}


.prop {
	float: right;
	height: 600px;	
	width: 1px;
}

#main {
	/* height: 750px; */
	width: 930px;
	margin: 20px auto 0;
}

#header {
	background: url(../images/header.png) no-repeat;	
	height: 170px;
	width: 930px;
}

#logo {
	padding: 0 0 0 30px;
	text-indent: -9999px;
	float: left;
}

.logo_link {
	height: 170px;
	width: 180px;
	display: block;
}

/* //////////// NAV */

#navMainWrapper {
	margin: 0em;
	padding: 0 20px 0 0;
	font-weight: bold;
	color: #ffffff;
	height: 15px;
	float: right;
	}
	
#navMain ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li {
	display: inline;
	}

#navMain ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#nav {
	padding: 120px 0 0 240px; 
}

#nav table {
	height: 38px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#nav a:hover {
	color: #9fc938;
}

.nav_left {
	background: url(../images/nav_left.png);
	width: 16px;
}

.nav_right {
	background: url(../images/nav_right.png);
	width: 16px;
}

.nav_middle {
	background: url(../images/nav_middle.png);
	width: 20px;
}

.nav_bg {
	background: url(../images/nav_bg.png);
	width: 16px;
	height: 14px;
	padding: 8px 5px 0;	
}

/* //////////// Content */

#content {
	background: transparent url(../images/content_bg.png) repeat-y;
	padding: 15px 60px;
	width: 810px;
}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
}

#content p {
	margin: 10px 0;	
}

#content_bottom {
	background: url(../images/content_bottom.png) no-repeat bottom center;
	height: 44px;
}

.left_col {
	float: left;
	width: 320px;	
}

.left_col_wide {
	float: left;
	width: 780px;
}

.left_col_img {
	margin: 0 0 0 20px;	
}

.right_col {
	float: right;
	width: 450px;
		
}

.pagetitle {
	font-size: 20px;
	color: #0072bc;
	font-weight: bold;
	padding: 10px 0 10px;
}

.homepage_img {
	margin: 15px 0 0;
}	

.intro {
	font-weight: bold;
	font-size: 19px;
	color: #9fc938;
	letter-spacing: -1px;
	line-height: 26px;
	padding: 10px 0;
	
}

.caption {
	font-weight: bold;
	font-size: 26px;
	color: #9fc938;
	letter-spacing: -1px;
	line-height: 34px;
	padding: 10px 0;
}

.product {
	padding: 20px 0 25px 0;
	border-bottom: 2px solid #eee;
}

.required {
	color: #F00;	
}

.button {
	height: 150px;
	width: 220px;
}
.nonprofit a {
	background: url(../images/nonprofit.gif);
	height: 150px;
	width: 220px;
	text-indent: -9999px;
	display: block;
}

.nonprofit a:hover {
	background: url(../images/nonprofit_over.gif);
}

.forprofit a{
	background: url(../images/forprofit.gif);
	height: 150px;
	width: 220px;
	text-indent: -9999px;
	display: block;
}

.forprofit a:hover {
	background: url(../images/forprofit_over.gif);
}

/* ////////////////// FOOTER */

#footer {
	padding: 0 0 60px 60px;
	color: #FFFFFF;
}

/* ////////////////Thumb Img  */

#thumb_img { border: 1px solid #bbb}

.thumbnail img { border: 1px solid #bbb}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 2px;
left: -1000px;
border: 1px solid #bbb;
visibility: hidden;
color: black;
text-decoration: none;
font-size: 9px;
color: #333;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: 60px; /*position where enlarged image should offset horizontally */
}

/* ////////////////Customize page  */
#customize_btn { width: 800px; height: 200px;  display:block; position: relative}

#calendar_btn, #tipbook_btn, #sparky_btn, #guideline_btn { float: left;}

#calendar_btn { background: url(../images/calendar_btn.jpg) no-repeat; width: 200px; height: 200px; margin: 0 0 0 -8px;}
a:hover#calendar_btn { background-position: 0 -201px;}


#tipbook_btn { background: url(../images/tipbook_btn.jpg) no-repeat; width: 200px; height: 200px; margin: 0 0 0 2px;}
a:hover#tipbook_btn { background-position: 0 -201px;}

#sparky_btn { background: url(../images/sparky_btn.jpg) no-repeat; width: 200px; height: 200px; margin: 0 0 0 2px;}
a:hover#sparky_btn { background-position: 0 -201px;}


#guideline_btn { background: url(../images/guideline_btn.jpg) no-repeat; width: 200px; height: 200px; margin: 0 0 0 2px;}
a:hover#guideline_btn { background-position: 0 -201px;}