/*	=1: Primary Styles
=============================================== */

* {
	margin:0;
	padding:0;
}
body {
	background: #008ece url('../images/body_bg.png') repeat-x top center;
	font:12px/1em Arial, Georgia, "Times New Roman", Times, serif;
	color:#341f0a; /* dark grayish purple: 4c3b56; brown: 341f0a */
}
h1 {
	font-size:18px;
	line-height:1.5em; /* otherwise IE leaves the line-height to 300%, I think */
	color:#0079c2;
	font-family:"Arial Black", Gadget, sans-serif;
}
h2 {
	font-size:18px;
	line-height:1.5em; /* otherwise IE leaves the line-height to 300%, I think */
	color:#545454;
	font-family:"Arial Black", Gadget, sans-serif;
}
h3 {
	font-size:12px;
	color:#0079c2;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
	font-size:12px;
	color:#545454;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {
	font-size:20px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}
p {
	line-height: 1.5em;
	margin: .5em 0 1em;
}
a {
	color:#0079c2; /* dark purple */
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#4e375c; /* muted purple */
}
em {
	font-style: italic;
}
#main {
	width:100%;
	margin:0 auto;
	background: transparent url('../images/t_bg.jpg') repeat-x top left;
}
#container {
	width:975px;
	margin:0 auto;/* background: transparent url('bg_container.png') repeat-y top center; */
}
#container #quote {
	width:975px;
	margin:0px;
	padding:0px;
	text-align:center;
	height:40px;
	padding-top:10px;
}
#container #quoteX {
	width:399px;
	margin:0px;
	padding:0px;
	height:185px;
	position:absolute;
	margin-left: 475px;
	margin-top: -160px;
	z-index: 0;
}
#container #person {
	width:91px;
	height:434px;
	position:absolute;
	margin-left: -80px;
	margin-top: 25px;
}
#container #t_box {
	width:975px;
	height:20px;
	background: transparent url('../images/content_bg.png') no-repeat top left;
}
#container #m_box {
	width:975px;
	background: transparent url('../images/m_bg.png') repeat-y top left;
}
#container #b_box {
	width:975px;
	height:20px;
	background: transparent url('../images/content_bg.png') no-repeat 0px -124px;
}
#container #body_panel {
	padding-left:17px;
	padding-right:15px;
}
#container #body_panelX {
	padding-left:17px;
	padding-right:15px;
	margin-top:40px;
}
#container #fred_panel {
	width:467px;
	float:left;
}
#container #fred_panelX {
	width:230px;
	position:absolute;
	margin-left:730px;
	margin-top:85px;
	z-index:1000;
}
#container #phar_panel {
	width:467px;
	margin-left:475px;
}
#container #phar_panelX {
	width:710px;
}
#container #flush {
	width:467px;
	margin:0 auto;
	height:192px;
	
}
#container #flushY {
	width:467px;
	height:192px;
	position:absolute;
	z-index:100000000000000;
	margin-left:220px;
	padding-top:10px;
}
#container #flushX {
	width:467px;
	height:192px;
	position:relative;
	margin-top: -192px;
	z-index: 10;
	margin-left:240px;
}
#container #ad_b1 {
	width:467px;
	margin:0 auto;
	height: 161px;
	padding-top:11px;
	padding-bottom:6px;
}
#container #ad_b1X {
	width:710px;
	margin:0 auto;
	height: 161px;
	padding-top:11px;
	padding-bottom:6px;
	height:228px;
}
#container #ad_b1 IMG {
	border: 1px solid #8c8c8c;
}
#container #ad_b1X IMG {
	border: 0px solid #8c8c8c;
}
#container #ad_b2 {
	width:467px;
	margin:0 auto;
	height: 65px;
}
#container #phar_panel .phar_block {
	width:467px;
	background: transparent url('../images/phar_block_bg.jpg') no-repeat bottom left;
	padding-left:5px;
	padding-bottom:7px;
}
#login_panel {
	background: transparent url('../images/login_box.png') no-repeat top left;
	width: 229px;
	height: 194px;
}
#login_panel {
	background: transparent url('../images/login_box.png') no-repeat top left;
	width: 229px;
	height: 194px;
}
#login_panel #login_panel_box {
	width: 229px;
	height: 179px;
	padding-left:25px;
	padding-top:15px;
	z-index:1000000;
}
#login_panelX {
	width: 229px;
	height: 194px;
}
#login_panelX #login_panel_boxX {
	width: 229px;
	height: 179px;
	float:left;
	padding-left:10px;
	padding-top:5px;
}
#login_panelX #login_panel_boxX LI A {
	display:block;
	width:200px;
	height:13px;
	font-size:14px;
	font-weight:bold;
	color:#1079bf;
	text-decoration:none;
	padding:3px;
}
#login_panelX #login_panel_boxX LI A:hover {
	display:block;
	width:200px;
	height:13px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #1079bf;
	padding:3px;
}
/*	=2: Header & Navigation
=============================================== */

/*	=2a: Header Structure
----------------------------------------------- */
#header2 {
	height:85px;
	padding-left:40px;
}
#header2 h1 {
	text-indent:-50000px; /* hides the text so that the header bg image shows through */
}
#phar_but {
	position:absolute;
	width:230px;
	margin-left:240px;
}
#phar_butX {
	width:230px;
	margin-left:-12px;
	padding-top:14px;
}
#presc_cent {
	width:220px;
	height:143px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#presc_cent LI {
	margin:0px;
	padding:0px;
	text-indent: -9999999px;
}
#presc_cent LI.one A {
	display:block;
	width:220px;
	height:34px;
	background: transparent url('../images/pc_btns.png') no-repeat 0 0;
}

#presc_cent LI.one A:hover {

	background: transparent url('../images/pc_btns.png') no-repeat -225px 0;
}

#presc_cent LI.two A {
	display:block;
	width:220px;
	height:34px;
	background: transparent url('../images/pc_btns.png') no-repeat 0px -34px;
}

#presc_cent LI.two A:hover {

	background: transparent url('../images/pc_btns.png') no-repeat -225px -34px;
}


#presc_cent LI.three A {
	display:block;
	width:220px;
	height:34px;
	background: transparent url('../images/pc_btns.png') no-repeat 0px -68px;
}

#presc_cent LI.three A:hover {

	background: transparent url('../images/pc_btns.png') no-repeat -225px -68px;
}


#presc_cent LI.four A {
	display:block;
	width:220px;
	height:31px;
	background: transparent url('../images/pc_btns.png') no-repeat 0px -102px;
}

#presc_cent LI.four A:hover {

	background: transparent url('../images/pc_btns.png') no-repeat -225px -102px;
}


#find_box {
	padding-top:25px;
	width:200px;
	float:left;
	position:absolute;
	padding-left:280px;
}
#find_boxX {
	padding-top:25px;
	width:200px;
	float:left;
	position:absolute;
	padding-left:310px;
}
/*	=2b: Navigation Structure
----------------------------------------------- */
#navigation {
	width:467px;
	height:31px;
	padding-left:17px;
	padding-bottom:5px;
	z-index: 1000;
}
#navigationX {
	width:710px;
	height:31px;
	padding-left:17px;
	padding-bottom:5px;
	z-index: 1000;
	position:absolute;
}
/*	=2c: Navigation Lists
----------------------------------------------- */
.fnav {
	background: transparent url('../images/f-nav-m.jpg') repeat-x top left;
	color:#8dc63f;
}
.pnav {
	background: transparent url('../images/p-nav-m.jpg') repeat-x top left;
	color:#0079c2;
}
#navigation ul {
	list-style-type:none;
	margin:0px;
	width:428px;
	height:31px;
	z-index: 1000;
	padding:0px;
	list-style:none;
}
#navigation ul li {
	float:left;
	padding-top:10px;
	font-weight:bold;
}
#navigation ul li a {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	font-size:14px;
	padding: 0 4px 0 4px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul li a span { /* kerns the A V combination in 'TRAVEL' */
	letter-spacing:-.05em;
}
#navigation ul li a:hover {
	color:#2e2e2e;
	text-decoration:none;
}
#navigation ul li.current a, #navigation ul li.current a:hover {
	color:#fff200; /* muted purple */
	font-weight:bold;
	display:block;
	float:left;
	font-size:13px;
	padding: 0 4px 0 4px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigationX ul {
	list-style-type:none;
	margin:0 0 0 0;
	height:31px;
	z-index: 10000;
}
#navigationX ul li {
	float:left;
	padding-top:10px;
	font-weight:bold;
}
#navigationX ul li a {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	font-size:14px;
	padding: 0 7px 0 7px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#navigationX ul li a:hover {
	color:#2e2e2e;
	text-decoration:none;
}
#navigationX ul li.current a, #navigationX ul li.current a:hover {
	color:#fff200; /* muted purple */
	font-weight:bold;
	display:block;
	float:left;
	font-size:14px;
	padding: 0 7px 0 7px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigationX ul li.active a, #navigationX ul li.active a:hover {
	color:#0079c2; /* muted purple */
	font-weight:bold;
	display:block;
	float:left;
	font-size:14px;
	padding: 0 7px 0 7px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigationY ul {
	list-style-type:none;
	margin:0 0 0 0;
	height:31px;
	z-index: 1000;
}
#navigationY ul li {
	float:left;
	padding-top:10px;
	font-weight:bold;
}
#navigationY ul li a {
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	font-size:14px;
	padding: 0 7px 0 7px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#navigationY ul li a:hover {
	color:#2e2e2e;
	text-decoration:none;
}
#navigationY ul li.current a, #navigationY ul li.current a:hover {
	color:#fff200; /* muted purple */
	font-weight:bold;
	display:block;
	float:left;
	font-size:14px;
	padding: 0 7px 0 7px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#navigationY ul li.active a, #navigationY ul li.active a:hover {
	color:#0079c2; /* muted purple */
	font-weight:bold;
	display:block;
	float:left;
	font-size:14px;
	padding: 0 7px 0 7px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
}
/* special navigation for the homepage only */
body#index #body ul {
	background: url('bg_navigation_home.png') no-repeat top left;
	position:relative;
	height:223px;
	width:200px;
	top:50px;
	left:192px;
}
body#index #body ul {
	background: url('bg_navigation_home.png') no-repeat top left;
	position:relative;
	height:248px;
	width:200px;
	top:40px;
	left:200px;
}
body#index #body ul li {
	text-align:center;
	line-height:3.05em;
	font-size:12px;
	letter-spacing:.05em;
}
body#index #body ul li#first {
	padding-top:32px;
}
body#index #body ul li a {
	color:#e9cff9;
	font-weight:normal;
	display:block;
	width:75%;
	margin:0 auto;
}
body#index #body ul li a:hover {
	color:#fff;
	background-color:#441d5c;
	text-decoration:none;
}
/* =3: Body
=============================================== */


/*	=3a: Body Structure
----------------------------------------------- */
#body {
}
body#index #body {
	padding:0 18px 0;
}
/* for the flash on the homepage if you decide to go with it */
body#index #body object {
	padding: 0;
	margin:0;
	height:330px;
}
/* for the div that contains the navigation on the homepage */
body#index #body div {
	background: url('bg_body_home.jpg') no-repeat top left;
	height:330px;
}
div.column {
	width:275px;
	float:left;
	margin-right:15px;
}
div.column.last {
	margin-right:0;
	width:255px
}
body #body div.column ul li {
	margin: .5em 0 1em;
}
body #body div#audio {
	width:77px;
	height:26px;
	float:right;
	margin:-40px 1px 0 0;
}
/* =3b: Type
----------------------------------------------- */
body#rsvp #body h2 {
	background: url('bg_h2.png') no-repeat 0 0;
	height:30px;
}
body#rsvp-thanks #body h2 {
	background: url('bg_h2.png') no-repeat center -150px;
	height:30px;
}
body#story #body h2 {
	background: url('bg_h2.png') no-repeat 0 -30px;
	height:30px;
}
body#travel #body h2 {
	background: url('bg_h2.png') no-repeat 0 -60px;
	height:30px;
}
body#registry #body h2 {
	background: url('bg_h2.png') no-repeat 0 -90px;
	height:30px;
}
body#photos #body h2 {
	background: url('bg_h2.png') no-repeat 0 -120px;
	height:30px;
}
p {
}
/* =3c: Images
----------------------------------------------- */

/* =3d: Forms
----------------------------------------------- */
fieldset {
	margin-bottom:1.5em;
	padding-bottom:1.5em;
	background: transparent url('bg_hr.png') no-repeat bottom center;
}
input {
	color:#7b7b7b;
	background: transparent url('../images/input_bg.png') no-repeat top left;
	height:20px;
	padding-left:4px;
	padding-top:4px;
	font-size:11px;
}
input.iput1 {
	color:#7b7b7b;
	background: transparent url('../images/input_bg1.png') no-repeat top left;
	height:15px;
	position:absolute;
	width:160px;
	padding-left:4px;
	padding-top:4px;
	font-size:11px;
}
fieldset.radios input {
	border:none;
}
form span {
	display:block;
}
label {
	line-height:2em;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing:.04em;
	font-size:105%;
}
form table td {
	padding-right:3em;
}
input.button {
	height:32px;
	width:59px;
	border:none;
	margin:0;
	padding:0;
	float:left;
}
label.error {
	font-weight:bold;
}
.error span {
	border-color:#dfcbcb;
}
.error input {
	border-color:#900;
}
.invisible {
	display:none;
}
.visible {
	display:block;
	color:#900;
	font-weight:bold;
	font-style:italic;
	float:left;
	margin-left:1.5em;
	padding-left:3em;
	border-left:1px dotted #D6D2D9;
	background: url('icon_warning.png') no-repeat 1.4em center;
}
/* =4: Footer
=============================================== */
#footer {
	width:100%;
	background: transparent url('../images/foo_bg.png') repeat-x bottom left;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #000000;
}
#footer #foo {
	width:975px;
	background: transparent url('../images/foo_body_bg.png') no-repeat top center;
	padding-left:80px;
	padding-top:15px;
}
#footer #foo UL {
	width:165px;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px;
	color:#555454;
	font-weight:bold;
}
#footer #foo LI {
	margin:0px;
	padding:0px;
	height:18px;
}
#footer #foo LI A {
	display:block;
	margin:0px;
	padding:0px;
	color:#555454;
	font-size:12px;
	text-decoration:none;
}
#footer #foo LI A:hover {
	text-decoration:underline;
}
/* =5: Misc
=============================================== */

.amp {
	font-size:105%;
	font-family:Baskerville, "Goudy Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	font-style:italic;
	font-weight:normal;
}
.last {
	background:none;
	margin-bottom:-5px;
	padding-bottom:0;
}
form table td.last {
	padding-right:0;
}
.right {
	text-align:right;
}
img.right {
	float:right;
	margin: 5px -94px 5px 5px;
}
img.left {
	float:left;
	margin: 5px 5px 5px -77px;
}
iframe {
	border:1px solid #b0adb3;
	padding:1px;
}
/* =5a: Special Links
----------------------------------------------- */

a#target {
	text-indent:-50000px;
	display:block;
	width:190px;
	height:57px;
	background: url('bg_registry.png') no-repeat top left;
	float:left;
}
a#target:hover {
	background-position:bottom left;
}
a#williams {
	text-indent:-50000px;
	display:block;
	width:356px;
	height:57px;
	background: url('bg_registry.png') no-repeat top right;
	float:left;
}
a#williams:hover {
	background-position:bottom right;
}
a#amazon {
	text-indent:-50000px;
	display:block;
	width:194px;
	height:56px;
	background: url('bg_registry_amazon.png') no-repeat top left;
}
a#amazon:hover {
	background-position:bottom left;
}
/* previous/next buttons for photo page */

body#photos p.nav {
	height:32px;
	margin:0 0 22px;
	padding:0 126px; /* centers the next and previous buttons */
}
body#photos .nav a, body#photo #nav a:visited {
	height:32px;
	background:url(bg_previous_next_btn.png) no-repeat top left;
	display:block;
	text-indent:-50000px;
	float:left;
}
body#photos .nav a#previous {
	width:161px;
	background-position:top left;
}
body#photos .nav a:hover#previous {
	background-position:bottom left;
}
body#photos .nav a#next {
	width:128px;
	background-position:top right;
}
body#photos .nav a:hover#next {
	background-position:bottom right;
}


#footer_black 
{
	background-image:url{../images/foo_body_bg_f.png);
	background-repeat:no-repeat;
	background-color:Black;
	width:975px;
	height:19px;
	color:#333333;
	clear:both;
}