/*
	1/18/10

	COLOR DEFS
	pink: d20063
	background aqua: #A9D1D1
	sky blue: #2BCDFF
	butterfly dark blue: #176680
*/

html
{
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	height: 100%;
	color: #333333;
	font-size: 14px;
	background-image: url(../images/window_bkgd.gif);
	background-repeat: repeat-x;
	background-position: center 0;
	background-color: #A9D1D1;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-image: url(../images/NANT_butterfly_pattern.png);
	background-repeat: repeat;
	background-position: 0 0;
}

h1, h2, h3, h4 {  }

h1
{
	font-size: 28px;
	line-height: 28px;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
}

h2
{
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
	font-size: 25px;
	line-height: 27px;
	font-weight: normal;
	letter-spacing: .02em;
	color: #176680;
}

h3
{
	padding: 0;
	margin: 6px 0 6px 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #176680;
}

h2 + h3 { margin-top: 0; }

p + h3 { margin-top: 20px; }

h4
{
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 6px 0 6px 0;
}

h5
{
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin: 6px 0 6px 0;
}

p
{
	padding: 0;
	margin: 0 0 9px 0;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: .02em;
}

blockquote
{
	text-align: center;
	color: #A46911;
	font-weight: lighter;
	font-style: italic;
	padding: 0;
	margin: 15px 0;
}

blockquote p
{
	font-size: 21px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

blockquote + h2,
ul + h2,
p + h2,
h4 + h2 { margin-top: 20px; }

a
{
	color: #2BCDFF;
	text-decoration: underline;
}

a:hover { color: #9D272D; }
a img { border: 0 none; }
a:focus { outline: none; }

strong,
b { font-weight: bold; }

sup
{
	font-size: 70%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.5em;
}

hr
{
	border-top: 1px #CCC solid;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	margin: 10px 0;
}

em { font-style: italic; }

dl
{
	margin: 0 0 9px 0;
	padding: 0;
}

dt
{
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

dd
{
	margin: 6px 0 6px 0;
	padding: 0;
}

ol 
{
	font-size: 14px;
	line-height: 19px;
}

ul
{
	margin: 0 0 12px 0;
	padding: 0 0 0 24px;
}

li
{
	margin: 0 0 6px 0;
	padding: 0;
}

object { display: block; }

/*   FORM ELEMENTS   */
form
{
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

label { font-weight: bold; }

input[type=text],
input[type=password],
select,
textarea
{
	background-color: #FFF;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;
	border-style: solid;
	padding: 3px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

form dl
{
	margin: 0;
	padding: 0;
}

form dt
{
	float: left;
	padding: 0 10px 0 0;
	width: 200px;
	text-align: right;
}

form dd
{
	margin: 0 0 6px 210px;
	padding: 0;
}

form dd.submit_row { }
input.type1,
select.type1 { width: 230px; }
input.type2,
select.type2 { width: 150px; }
input.type3,
select.type3 { width: 60px; }
input.type4,
select.type4 { width: 100px; }

textarea.type1
{
	width: 230px;
	height: 200px;
}

.checkbox { }

textarea.type1
{
	width: 230px;
	height: 200px;
}

/*   END FORM ELEMENTS   */
#outer_wrap
{
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/NANT_logo_butterfly.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
}

* html #outer_wrap { height: 100%; }

#main { padding: 0 50px 90px 50px; }

#footer
{
	width: 950px;
	height: 70px;
	margin: -70px auto 0 auto;
	text-align: left;
	color: #176680;
}

#footer .inner
{
	border-top: 2px #176680 solid;
	margin: 0 50px;
	padding: 15px 0 0 0;
}

#footer p
{
	font-size: 12px;
	line-height: 14px;
}

#footer ul
{
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 20px;
	letter-spacing: .02em;
	clear: both;
	overflow: auto;
}

#footer li
{
	padding: 0 0 0 15px;
	margin: 0 0 0 16px;
	border-left: 1px #176680 solid;
	font-size: 14px;
	line-height: 16px;
	display: inline;
}

#footer ul li:first-child
{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer li a
{
}

#footer li a:hover {  }

#header
{
	padding: 10px 0 15px 200px;
	overflow: auto;
}

#header h1
{
	padding: 0;
	margin: 15px 0 0 2px;
	border: none;
}

#header h2
{
	padding: 0;
	margin: 7px 0 15px 2px;
	border: none;
}

#header h1 a span
{
	display: block;
	width: 695px;
	height: 32px;
	background-image: url(../images/NANT_logo_words.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -3000px;
}

#header h2 a span
{
	display: block;
	width: 516px;
	height: 18px;
	background-image: url(../images/NANT_logo_slogan.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -3000px;
}

#member_login
{
	text-align: right;
	height: 20px;
	margin: 0 50px 0 0;
}

#content { padding: 12px 0 0 0; }

/* Top Menu */
/* SUCKERFISH MENUS */

#header ul#mc_menu_1
{
	display: block;
	height: 28px;
	list-style: none;
	padding: 0 20px;
	margin: 0;
	line-height: 20px;
	background-image: url(../images/menu_bkgd.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header #mc_menu_1 li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 20px;
	background-image: url(../images/menu_bkgd.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}

#header #mc_menu_1 li a
{
	display: block;
	height: 28px;
	color: #FFF;
	text-decoration: none;
}

#header #mc_menu_1 li a span
{
	display: block;
	padding: 4px 7px 0 7px;
}

#header #mc_menu_1 li:hover,
#header #mc_menu_1 li.sfhover
{
	position: static;
	background-position: center -58px;
}

#header #mc_menu_1 li ul
{
	position: absolute;
	clear: both;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #mc_menu_1 li li
{
	width: 200px;
	margin: 0;
	background-color: #2BCDFF;
	background-image: none;
	font-size: 16px;
	line-height: 18px;
}

#header #mc_menu_1 li li a span
{
	display: block;
	padding: 5px 10px 5px 10px;
}

#header #mc_menu_1 li li:hover,
#header #mc_menu_1 li li.sfhover { background-color: #176680; }

#header #mc_menu_1 li ul ul
{
	margin: -28px 0 0 180px;
	border-left: 2px #FFF solid;
	border-bottom: 2px #FFF solid;
}

#header #mc_menu_1 li:hover ul ul,
#header #mc_menu_1 li:hover ul ul ul,
#header #mc_menu_1 li.sfhover ul ul,
#header #mc_menu_1 li.sfhover ul ul ul { left: -999em; }

#header #mc_menu_1 li:hover ul,
#header #mc_menu_1 li li:hover ul,
#header #mc_menu_1 li li li:hover ul,
#header #mc_menu_1 li.sfhover ul,
#header #mc_menu_1 li li.sfhover ul,
#header #mc_menu_1 li li li.sfhover ul { left: auto; }

/* End Suckerfish menus */




p.type1 { float: right; }
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }

img.float_left,
img.alignleft
{
	float: left;
	margin: 0 20px 10px 0;
}

img.float_right,
img.alignright
{
	float: right;
	margin: 0 0 10px 20px;
}

input[type=submit]
{
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-transform: uppercase;
	background-color: #700703;
	cursor: pointer;
	padding: 1px 5px 2px 5px;
	*padding: 1px 0 2px 0;
	border-top: 1px #890904 solid;
	border-right: 1px #3d0301 solid;
	border-bottom: 1px #3d0301 solid;
	border-left: 1px #890904 solid;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

div.btn
{
	float: left;
	margin: -9px 15px 0 -9px;
	padding: 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

div.btn a
{
	display: block;
	width: 160px;
	height: 56px;
	border: 0;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/btn_pink.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.btn a span
{
	display: block;
	padding: 17px 23px 0 16px;
}

div.btn a:hover
{
	background-position: 0 -66px;
	color: #FFF;
}

.col_2
{
	width: 50%;
	float: left;
}

.box
{
}

.box .inner
{
	padding: 23px 20px 20px 20px;
	background-image: url(../images/box_mask_355_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box .shim
{
	height: 23px;
	background-image: url(../images/box_mask_355_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box h2
{
	padding: 0;
	margin: 0 0 6px 0;
}

.box_full
{
	background-color: #DDD;
	width: 850px;
	clear: both;
}

.box_full .inner
{
	padding: 23px 20px 20px 20px;
	background-image: url(../images/box_mask_850_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box_full .shim
{
	height: 23px;
	background-image: url(../images/box_mask_850_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box_250
{
	background-color: #DDD;
	width: 250px;
	float: right;
}

.box_250 .inner
{
	padding: 23px 20px 20px 20px;
	background-image: url(../images/box_mask_250_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.box_250 .shim
{
	height: 23px;
	background-image: url(../images/box_mask_250_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.aqua
{
	background-color: #A9D1D1;
	background-image: url(../images/aqua_gradient.jpg);
	background-repeat: no-repeat;
	background-position: -50px -50px;
}

.section { width: 100%; }

/* HOME_PAGE ONLY */

.intro { margin-top: 30px; }

.intro p
{
	font-size: 16px;
	line-height: 25px;
}

#book
{
	float: right;
	margin: 0 0 0 25px;
	padding: 0;
	width: 355px;
	overflow: visible;
	background-color: #A9D1D1;
	background-image: url(../images/5_Creative_Ways_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#book .inner
{
	display: block;
	height: 215px;
	padding: 20px 20px 20px 181px;
}

#book h2
{
	color: #d20063;
	font-weight: bold;
	padding-top: 30px;
}

#book h3
{
	padding: 0;
	margin: 6px 0 3px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}

#book h4
{
	padding: 0;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

#book .shim
{
	height: 23px;
	background-image: url(../images/box_mask_355_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

p.splat
{
	width: 239px;
	height: 64px;
	padding: 0;
	margin: 15px 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
}

p.splat a
{
	display: block;
	width: 239px;
	height: 64px;
	background-image: url(../images/pink_oval.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFF;
	text-decoration: none;
}

p.splat a:hover
{
	background-position: 0 -74px;
	color: #FFF;
}

p.splat a span
{
	display: block;
	padding: 7px 13px 0 13px;
}

p.splat_smaller
{
	width: 131px;
	height: 44px;
	padding: 0;
	margin: 15px 0 15px 20px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	float: right;
}

p.splat_smaller a
{
	display: block;
	width: 131px;
	height: 44px;
	background-image: url(../images/pink_oval_smaller.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFF;
	text-decoration: none;
}

p.splat_smaller a:hover
{
	background-position: 0 -54px;
	color: #FFF;
}

p.splat_smaller a span
{
	display: block;
	padding: 12px 13px 0 13px;
}

#home_page .section { margin: 40px 0 0 0; }

/*
#blog
{
	width: 465px;
	float: left;
	background-color: #176680;
	color: #FFF;
	margin: 25px 0 0 0;
	background-image: url(../images/dark_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 100px -100px;
}

#blog .inner
{
	padding: 23px 20px 20px 20px;
	background-image: url(../images/box_mask_465_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#blog .nant_announces
{
	height: 317px;
	overflow: hidden;
}

#blog .nant_announces p
{
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 16px;
	margin: 0 0 16px 0;
	padding: 0;
}


#blog .more
{
	padding: 15px 0 0 0;
	margin-bottom: -15px;
}

#blog .shim
{
	height: 23px;
	background-image: url(../images/box_mask_465_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#blog h2
{
	color: #A9D1D1;
	font-size: 26px;
	line-height: 28px;
	padding: 0;
	margin: 0 0 12px 0; 
}

#blog h3
{
	color: #FF6;
	padding: 0;
	margin: 0 0 12px 0; 
}

#blog h4,
#blog h5 { color: #FFF; }

#blog a { color: #FF6; }
#blog a:hover { text-decoration: none; }
*/

.nant_announces h2
{
	margin: 25px 390px 15px 0;
	padding: 20px 0 0 0;
	border-top: 2px #176680 solid;
	font-size: 28px;
}

.nant_announces h3 { margin: 0 0 12px 0; }

.nant_announces h3 span.date 
{
	display: block;
	font-size: 11px;
	clear: left;
	float: right;
}

#flash
{
	float: right;
	clear: right;
	margin: 25px 0 25px 25px;
}

/* END HOME_PAGE ONLY */

#contact_info {  }

#contact_info dt
{
	width: 80px;
	padding: 0;
}

#contact_info dd { margin: 8px 0 8px 90px; }

p.larger
{
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 20px 0;
}

#dateline
{
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin: 12px 0 0 0;
}

#sidebar
{
	width: 250px;
	float: right;
	margin: 0 0 30px 50px;
	background-color: #A9D1D1;
	background-image: url(../images/aqua_gradient.jpg);
	background-repeat: no-repeat;
	background-position: -50px -50px;
}

#sidebar .inner
{
	padding: 23px 20px 20px 20px;
	background-image: url(../images/box_mask_250_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar .shim
{
	height: 23px;
	background-image: url(../images/box_mask_250_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li
{
	padding: 0 0 5px 0;
	margin: 0;
}

#sidebar a { color: #176680; }
#sidebar a:hover { text-decoration: none; }

#searchform { margin: 0 0 15px 0; }

#sidebar label
{
	display: block;
	padding: 0;
	margin: 6px 0 6px 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #176680;
}

#sidebar input#s,
#sidebar input[type=text]
{
	width: 130px;
	height: 20px;
	border-color: #176680;
	background-color: #FFF;
	font-size: 14px;
	padding: 2px 0 0 4px;
	margin: 0 3px 0 0;
}

p.author
{
	font-weight: bold;
	padding: 2px 0 2px 30px;
	background-image: url(/images/small_butterfly.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.postmetadata
{
	clear: both;
	font-size: 11px;
	line-height: 15px;
	padding: 10px;
	background-color: #DDD;
	margin: 15px 0 10px 0;
}
.postmetadata p
{
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

.nocomments { display: none; }

fieldset.type1 { margin: 20px 0; }

fieldset.type1 div
{
	clear: both;
	margin: 0 0 8px 0;
	overflow: auto;
}

fieldset.type1 label
{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding: 5px 0 0 0;
}

fieldset.type1 input
{
	display: block;
	margin: 0 0 5px 160px;
}

#privacy
{
	clear: both;
	border-top: 1px #CCC solid;
	padding: 12px 0 0 0;
	margin: 12px 0
}

#privacy p { font-size: 12px; }

body#about .box_full { margin-top: 24px; }

/* SUBMENU FOR MEMBERS ONLY SECTION */

#mc_menu_3
{
	display: block;
	list-style: none;
	padding: 5px 0;
	margin: -5px 0 5px 0;
	border-top: 1px #176680 solid;
	border-bottom: 1px #176680 solid;
	text-align: center;
}

#mc_menu_3 li
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	display: inline;
	padding: 0 13px 0 13px;
}

#mc_menu_3 li a
{
	color: #176680;
	text-decoration: none;
}

#mc_menu_3 li a:hover { color: #9D272D; }

a.more-link
{
	display: block;
	float: right;
}


/* TEMPORARY CLASSES */
body#announcing-the-national-association-of-neonatal-therapists h3 { display: none; }