/* generic definitions */
body, td {
	background: #eef;
	margin: 0px;
	padding: 0px;
	font: 14px/150% Georgia, "Times New Roman", Times, serif;
	color: black;
}
html, body { min-height: 100%; height: 100% }
img { border: none; padding: 0; margin: 0 }
h1, h2, h3 { padding: 0; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; font-weight: normal; font-variant: normal }
h1, h2 { font-size: 18px; line-height: 100%; font-weight: normal }
h2 { border-bottom: solid 2px yellow; margin: 0 0 20px 0 }
h3, h4 { margin: 15px 0 0 0; font-size: 14px; font-weight: bold; line-height: 150% }
h3 { text-transform: uppercase  }
hr { height: 2px; color: yellow; background-color: yellow; width: 100%; border: none; margin: 20px 0 }
address { padding: 10px; border: 2px solid #eef; margin: 15px 50px; display: block; font-style: normal; line-height: normal }
input, textarea { font: 12px/normal Georgia, "Times New Roman", Times, serif; color: black; border: 2px solid #cad1e7; padding: 2px }
.left { float: left }
.right { float: right }
.errorfield { border: 2px solid red ! important }

/* site specific IDs/classes */
#center-container { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto 0 auto 0; height: 500px; width: 100%; padding: 0px; border: none; text-align: center; vertical-align: middle }
#copyright { position: absolute; right: 0; bottom: 0; padding: 25px; font: 10px/normal Georgia, "Times New Roman", Times, serif; line-height: 150%; color: #99b }

#main-container { height: 100%; width: 100%; padding: 0; margin: 0; border: none }
#main-topbar, #main-bottombar, #main-contentpane { text-align: center } /* for IE<=6, which centers block level objects too */
#main-topbar, #main-bottombar { height: 65px }
#main-topbar { background-color: #eef; vertical-align: top }
#main-bottombar { background-color: #cad1e7; vertical-align: bottom }
#main-headtext { padding: 16px 0 5px 40px; font-size: 12px; line-height: normal }
#main-contentpane { height: 100% }
#main-content { border-left: 2px solid yellow; background-color: white }
#main-contentbody { width: 566px; padding: 40px; max-width: 490px }
#main-contentbody p { margin-top: 0 }
#main-contentbody ul { margin-top: 0; list-style: url(images/bullet.png) none}
#main-contentbody table { margin: 10px 10px 10px 50px; border: 1px solid yellow; width: 50%; background: #eef }
#main-contentbody tfoot td { font-size: 12px; font-style: italic; text-align: right; border: none }
#main-contentbody td, #main-contentbody th { padding: 5px; border-bottom: 2px solid white }
#main-contentbody th { font-size: 12px; font-weight: bold; text-align: center }
#main-contentbody a { text-decoration: none; color: #99c; border-bottom: 1px solid #99c }
#main-contentbody a:hover { color: black; border-bottom: 3px double yellow }
#main-contentbody a img { border: none }
#main-contentbody form { margin: 15px 50px; border: 1px solid yellow; padding: 10px; background: #eef }
#main-nav { float: right; height: 100%; width: 176px; border-left: 2px solid yellow; background: url(images/main-nav_bkgd.png) repeat-y left; overflow: hidden }
#main-nav-pad { padding: 35px 0 35px 0 }
.main-widthcontainer { width: 750px; height: 100%; border: none; margin: 0 auto 0 auto; text-align: left }

/* page specific IDs/classes */
#home-topbar, #home-contentpane, #home-bottombar { text-align: center; min-width: 800px }
#home-topbar { height: 124px; background: white; border-bottom: solid 2px yellow }
#home-contentpane { height: 263px; padding: 30px 0 30px 0; overflow: visible }
#home-bottombar { height: 49px; background: white; border-top: solid 2px yellow }
#home-nav { float: left; width: 300px; margin-right: 30px; padding: 15px 0 15px 0; vertical-align: baseline; background: url(images/home-nav_bkgd.png) repeat-y }
#home-nav-gift { margin-top: 45px }
#home-buttons { text-align: right }
#home-buttons a img { margin: 5px }
#home-contacttext { width: 300px; padding: 10px 35px 5px 35px; text-align: right; font-size: 12px; line-height: normal }
.home-widthcontainer { width: 800px; height: 100%; border: none; margin: 0 auto 0 auto; text-align: left }

#emailform-fromemail, #emailform-fromname, #emailform-msg { width: 40ex }
#emailform-msg { height: 100px }
#emailform-phone { width: 15ex }
#emailform-submit { font-size: 12px; font-weight: bold; background: white; border: 1px solid black }
#emailform-submit:hover { background: #ffffbf }

form#paypalform { height: auto; text-align: center; display: block }
table#paypalform-fields { width: auto; margin: 0; border: none }
#paypalform-fields th { width: 150px; text-align: right }
#paypalform-fields td { width: 290px; text-align: left; font-size: 11px }
#paypalform-fields td, #paypalform-fields th { border: none }
.paypalform-type { border: none }
#paypalform-amount { width: 4em }
#paypalform-services { width: 100% }
#paypalform-submit { padding: 2px }