body
	{
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Geneva, sans-serif;
	border-bottom: 1px solid;
	}
	
a
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}	

#header
	{
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#content
	{
	padding: 10px;
	padding-top: 50px;
	width: calc(100% - 20px);
	font-size: 12px;
	margin: 0px;
	min-height: 386px;
	background-image: url('/images/family-logo.png');
	background-repeat: no-repeat;
 	background-size: 100%;
	background-position: 0px 88px;
	}
	
#content li 
	{
	padding-bottom: 1em;
	}
	
#content ul
	{
	list-style: none;
	}
	
#weAre
	{
	width: calc(100% - 10px);
	text-align: center;
	padding: 5px;
	position: fixed;
	left: 0px;
	}
	
#contentLinks
	{
	visibility: hidden;
	}
	
#contentLinks li
	{
	padding-bottom: .5em;
	}
	
#sidebar
	{
	visibility: hidden;
	width: 0px;
	height: 0px;
	}

#footer
	{
	width: 100%;
	height: 50px;
	text-align: center;
	}

#footer p
	{
	font-size: 0.6em;
	display: block;
	vertical-align: middle;
	margin-top: 0px;
	}

#logo
	{
	position: fixed;
	left: 3px;
	top: 0px;
	width: 175px;
	height: 50px;
	z-index: 2;
	}
	
#logo img
	{
	width: 175px;
	height: 40px;
	margin: 5px 0px;
	}

#ddmenuspan
	{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 0.95em;
	z-index: 1;
	padding: 16px 8px 6px 6px;
	}

#dDMButton img
	{
	margin-left: 4px;
	vertical-align: middle;
	}

#menu ul
	{
  	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 4px;
	right: 0px;
	height: 100%;
	width: 0;
	transition: 0.5s;
	margin-top: 46px;
	margin-right: -1px;
	overflow-y: auto;
	}

#menu li
	{
	display: block;
	font-size: 0.95em;
	padding: 10px;
	text-align: left;
	white-space: nowrap
	}

/*
#menu li a, #menu li a:visited, #menu li a:hover
	{
	font-weight: bold;
	}
*/
	
#menu li .moreLinks
	{
	display: block;
	}

#closeButton
	{
	margin-top: 8px;
	margin-left: 7px;
	margin-right: 5px;
	}

#ticker 
	{ 
	width: 100%; 
	height: 100%;
	margin: auto;
	}

#ticker table 
	{
	width: 100%;
	height: 100%;
	text-align: center;
	}

#ticker table td
	{
	vertical-align: middle;
	}

#ticker table td#tic-item a, 
#ticker table td#tic-item a:hover, 
#ticker table td#tic-item a:visited 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
	opacity: 1.0;
	}

@media all and (min-width:512px)
	{
	#content
		{
		background-position: 0px 69px;
		}
	}
	

@media all and (min-width: 321px)
	{
	#content
		{
		min-height: 446px;
		}
	}
	
@media all and (min-width: 376px)
	{
	#content
		{
		min-height: 490px;		
		}
	}

/* when there is enough room... */
@media all and (min-width: 750px)
	{
	/* hide the menu button at the top-right of the header */
	#ddmenuspan
		{
		visibility: hidden;
		}

	#menu
		{
		visibility: visible;
		top: 0px;
		opacity: 1;
		text-align: right;
		}

	#menu ul
		{
		width: 100%;
		list-style-type: none;
		position: fixed;
		z-index: 0;
		margin: auto;
		box-shadow: none;
		border-width: 0px 0px 1px 0px;
		top: 0px;
		right: 10px;
		height: 50px;
		line-height:50px;
		vertical-align: middle;
		transition: none;
		overflow-y: hidden;
		}

	#menu li
		{
		margin: auto;
		padding: 0px 5px 0px 5px;
		display: inline-block;
		text-shadow: none;
		text-align: center;
		}
		
	#menu li.moreLinks
		{
		display: none;
		}

	#content
		{
		width: calc(100% - 201px);
		border-right: 1px solid;
		background-position: 0px 50px;
		min-height: 500px;
		}
		
	#content img
		{
		max-width: 100%;
		}
		
	#contentLinks
		{
		visibility: visible;
		list-style-type: none;
		font-size: 15px;
		padding-left: 10px;
		}

	#sidebar
		{
		visibility: visible;
		position: relative;
		float: right;
		min-height: 180px;
		width: 180px;
		margin-top: 50px;
		padding-top: 20px;
		background: url("/img/rnavbg.png") no-repeat top right;
		text-align: center;
		font-size: 14px;
		}
		
	#sidebar ul 
		{
		list-style: none;
		margin: 0 0 1em 0;
		padding: 0;
		text-align: left;
		}
		
	#sidebar li
		{
		padding-bottom: 0.5em;
		margin-left: 5px;
		}
		
	#sidebar img
		{
		padding-bottom: 30px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	#contactTable 
		{
		width: 450px; 
		}
		
	#weAre
		{
		position: relative;
		}

	}
	
@media all and (min-width: 1002px)
	{
	body, #header, 	#menu ul
		{
		width: 1000px;
		margin: auto;
		}
		
	body
		{
		border-left: 1px solid;
		border-right: 1px solid;
		}
		
	#header
		{
		left: calc( (100% - 1000px) / 2);
		}
		
	#logo
		{
		left: calc( ( (100% - 1000px) / 2) + 3px ); /* I <3 calc() */
		}
		
	#menu ul
		{
		left: 0px;
		}
	}