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

/*
==============
Element Styles
==============
*/

body {
	margin:0;
	padding:0;
	background:#dcddde url(../images/common/background.png) top repeat-x;
}

a {
	color:#003767;
}

a:hover {
	color:#006ac7
}

p {
	font:normal .8em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 12px 0;
	color:#000;
}

h2 {
	font:normal 1em Arial, Helvetica, sans-serif;
	color:#336C9C;
	margin:0;
	padding:0 0 12px 0;
}

h3 {
	font:normal .9em Arial, Helvetica, sans-serif;
	color:#336C9C;
	margin:0;
	padding:0 0 12px 0;
}

h4 {
	font:bold .8em Arial, Helvetica, sans-serif;
	color:#336C9C;
	margin:0;
	padding:0;
}

h5 {
	font:normal .85em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 5px 0;
}

h6 {
	font:normal .7em Arial, Helvetica, sans-serif;
	color:#000;
	text-align:right;
	margin:0;
	padding:0;
}

ul {
	font:normal 1em Arial, Helvetica, sans-serif;
	list-style:square;
}

li {
	font:normal .8em Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

.rightpic {
	border:1px solid #336C9C;
	float:right;
	margin: 0 0 0 10px;
}

.rightpic img {
	clear:both;
}

/*
===========
Common Styles
=============
*/

.Hidden {
	display:none;
}

.FloatClear {
	clear:both;
}

/*
================
Structure Styles
================
*/

#QuickLinks {
	width:945px;
	height:18px;
	margin:0 auto;
	padding:12px 5px 0 0;
}

#Wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	background:transparent url(../images/common/shadows/shadow-right-bottom.png) right repeat-y;	
}

#InteriorWrapper {
	width:960px;
	margin:0;
	padding:0 0 0 5px;
	
}

#ContentWrapper {
	width:950px;
	margin:0;
	padding:25px 0;
	float:left;
	background-color:#fff;
}

#SpacerRight {
	width:5px;
	height:500px;
	margin:0;
	padding:0;
	float:left;
	background:transparent url(../images/common/shadows/shadow-right-top.png) top no-repeat;
}

#ShadowBottom {
	width:960px;
	height:5px;
	margin:0;
	padding:0;
	background:#dcddde url(../images/common/shadows/shadow-bottom.png) repeat-x;
}

#ShadowBottomLeft {
	width:10px;
	height:5px;
	margin:0;
	padding:0;
	float:left;
	background:transparent url(../images/common/shadows/shadow-corner-left.png) left no-repeat;
}

#ShadowBottomRight {
	width:5px;
	height:5px;
	margin:0;
	padding:0;
	float:right;
	background:transparent url(../images/common/shadows/shadow-corner-right.png) right no-repeat;
}

/*
=============
Header Styles
=============
*/

#HomeHeader {
	width:885px;
	height:285px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/common/HomeHeader.jpg) top no-repeat;
}

#RedistrationWrapper {
	width:350px;
	height:50px;
	margin:0;
	padding:0;
}

#InteriorRedistrationWrapper {
	width:350px;
	height:50px;
	margin:0;
	padding:0;
}

#InteriorRedistrationWrapper a {
	display:block;
	width:350px;
	height:50px;
	margin:0;
	padding:0;
}

#About {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/About.jpg) top no-repeat;
}

#TherapeuticHypothermiaHeader {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/TherapeuticHypothermia.jpg) top no-repeat;
}

#Membership {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/Membership.jpg) top no-repeat;
}

#Contact {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/Contact.jpg) top no-repeat;
}


#Conventions {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/Conventions.jpg) top no-repeat;
}

#Store {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/Store.jpg) top no-repeat;
}

#Publications {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/Publications.jpg) top no-repeat;
}

#Links {
	width:885px;
	height:185px;
	margin:0 auto 10px auto;
	padding:15px 0 0 15px;
	background:#ccc url(../images/InteriorHeaders/Links.jpg) top no-repeat;
}

/*
=====================
Top Navigation Styles
=====================
*/

#TopNav {
	width:900px;
	height:50px;
	margin:0 auto 10px auto;
	padding:0;
	border-right:1px solid #003767;
}

.NavButton {
	width:149px;
	height:50px;
	margin:0 0 0 1px;
	padding:0;
	background-color:#003767;
	float:left;
}

.NavButton a {
	display:block;
	width:149px;
	height:32px;
	font:normal .7em Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	margin:0;
	padding:18px 0 0 0;
	text-decoration:none;
}

.NavButton a:hover {
	background-color:#336C9C;
}

/*
===================
Content Area Styles
===================
*/

#ContentArea {
	width:900px;
	margin:0 auto;
	padding:0;
}

#MobileNav {
	width:298px;
	margin:0 0 7px 0;
	padding:0 0 10px 0;
	border:1px solid #B6D6F2;
	background:#fff url(../images/common/MobileNavBG.png) bottom repeat-x;
	float:left
}

#MobileNav a {
	text-decoration:none;
}

#MobileNavHeader {
	width:298px;
	height:65px;
	margin:0;
	padding:0;
	background:transparent url(../images/common/MobileNavHeaderBG.png) top repeat-x;
}

#MobileNavHeader a {
	display:block;
	width:298px;
	height:42px;
	margin:0;
	padding:23px 0 0 0;
	text-align:center;
}

#MobileNavList {
	padding:10px 10px 0 50px;
	margin-bottom:10px;
}

#MobileNavList ul {
	font:normal 1em Arial, Helvetica, sans-serif;
	list-style:square;
	color:#003767;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	line-height:1.25;
}

#JoinButton {
	width:270px;
	height:55px;
	margin:0 auto;
	padding:0;
}

#Copy {
	width:590px;
	margin:0;
	padding:0 0 0 10px;
	float:left;
}

#LogoFront {
	width:205px;
	height:140px;
	margin:0 0 0 10px;
	padding:20px 10px 0 160px;
	background:#e6edf2 url(../images/logo/FrontLogo.jpg) left no-repeat;
	float:right;
}

#LogoFront h3 {
	font:normal 1.05em Arial, Helvetica, sans-serif;
	color:#B4975A;
}

.emphasis {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#e6edf2;
}

.emphasis h5 {
	font:bold 1em Arial, Helvetica, sans-serif;
	margin:5px 0;
	padding:10px 0;
}