/*
--------------------------------------------------
SecureCommunication.com GLOBAL STYLES
Last revised 6 October 2009
--------------------------------------------------
*/
/*
--------------------------------------------------
Color palette:
--------------------------------------------------

DarkBlue #00008B
DarkBlue 33% #ABABD9
DarkBlue 17% #D4D4EB

Web Safe neon green #33FF00

DimGray #696969
DarkGray #A9A9A9
Silver #C0C0C0

Black #000 
White #FFF 

*/
/*
--------------------------------------------------
GLOBAL RESET
--------------------------------------------------
undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved.
*/
:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img { margin: 0; padding: 0 }
a img, :link img, :visited img { border: none }
address { font-style: normal }

/*
--------------------------------------------------
DEFAULT HTML STYLES
--------------------------------------------------
This section concerns generalizations and common elements
*/
body	{
		color: #444; /* Very dark grey */
		font-size: 68.75%; /* Use percentage to avoid bug in Win IE */
		font-family: Verdana, sans-serif;
		line-height: 2;
		min-width: 73em; /* < Win IE7 ignores this */
		background: transparent url(http://securecommunication.com/images/utility/watermark.png) repeat-y right top;
		}

/* Links */
a		{
		text-decoration: none;
		padding: .1em 0;
		}
a:link, a:visited {
		color: #00008B; /* DarkBlue */
		border-bottom: 1px solid #33FF00; /* Web Safe neon green */
		}
a:focus {
		outline: none; /* most browsers do not support yet support this property */
		-moz-outline: none; /* remove focus outline in Mozilla browsers */
		}
a:hover {
		border-bottom-color: #000; /* Black */
		background-color: #ABABD9; /* DarkBlue 33% */
		}
a:active {
		}
a[name] { /* remove bottom border from internal hyperlinks */
		border-bottom: none;
		background: none;
		}

/* Headers */
h1, h2, h3, h4, h5, h6 {
		color: #00008B; /* DarkBlue */
		font-family: Verdana, sans-serif;
		line-height: 2;
		margin: 1em 0;
		}
h1		{
		font-size: 16px;
		line-height: 1.375;
		margin: 0 0 1.375em;
		}
h2		{
		font-size: 12px;
		line-height: 1.8333;
		margin: .9167em 0;
		}

p		{
		margin-bottom: 1em;
		}
blockquote {
		margin: 1em 0;
		padding-left: 2em;
		border-left: 2px solid #FFA616; /* PMS 137 */
		background: transparent;
		}

/* Lists */
ul ul, ol ol, ul ol { /* nested list indent */
		margin-left: 2em;
		}

/* Forms */
input, textarea {
		font-size: 12px;
		line-height: 1.75;
		}

abbr, acronym {
		font-size: 90%;
		letter-spacing: .1em;
		padding-bottom: .1em;
		border-bottom: 1px solid #C0C0C0; /* Silver */
		cursor: help;
		}
dfn		{
		padding-bottom: .1em;
		border-bottom: 1px solid #C0C0C0; /* Silver */
		cursor: help;
		}

/*
--------------------------------------------------
PAGE STRUCTURE
--------------------------------------------------
This section defines layout elements and respective environmental formatting
*/
#wrapper {
		position: relative;
		background: transparent url(http://securecommunication.com/images/utility/background-sidebar.gif) repeat-y left top;
		}
#container {
		width: 73em;
		margin: 0 auto;
		background: transparent;
		}

/*
--------------------------------------------------
Banner
--------------------------------------------------
Identity + navigation
*/
#banner {
		height: 6.5em;
		position: relative;
		margin-bottom: 1em;
		border-bottom: .5em solid DarkBlue;
		background: transparent;
		}
#banner #logo {
		position: absolute;
		bottom: .5em;
		left: 0;
		background: transparent url(http://securecommunication.com/images/logos/logo_sci_name.gif) no-repeat left bottom;
		}
#banner #logo a {
		width: 350px;
		height: 55px;
		display: block;
		}		
#banner #logo span {
		display: none;
		}
#banner #site_tel {
		color: #00008B; /* DarkBlue */
		font-weight: bold;
		font-size: 12px;
		position: absolute;
		top: 1.375em;
		right: 0;
		}

/*
--------------------------------------------------
Main content
--------------------------------------------------
*/
#content {
		width: 48em;
		float: right;
		clear: both;
		margin: 1em 0 2em 2em;
		background: transparent;
		}

/* Heading styles */
h1 > span {
		color: #33FF00; /* Web Safe neon green */
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#content h4 span {
		color: #FD923C; /* PMS 157 */
		color: #FFF;
		font-weight: normal;
		font-family: Monaco, "Andale Mono", "Lucida Sans Typewriter", "Lucida Console", monospace;
		text-transform: uppercase;
		letter-spacing: .1em;
		margin-right: .5em;
		padding: .25em .5em;
		background: #FD923C; /* PMS 157 */
		background: #F20017; /* PMS 186 */
		}

/* Paragraph styles */
#content h1 + p, #content h2 + p {
		color: #696969; /* DimGray */
		font-weight: bold;
		font-size: 12px;
		line-height: 1.8333;
		}

/* Slideshow */
#photodiv {
		position: relative;
		background-repeat: no-repeat;
		}
#photoimg {
		/* Assign to <img> */
		}		}
#photodiv .credit {
		color: pink; /* White */
		font-style: italic;
		position: absolute;
		right: 1em;
		bottom: 1em;
		z-index: 20;
		}

#content .inset.right {
		float: right;
		padding: 0 0 1em 2em;
		}
#content .inset.left {
		float: left;
		padding: 0 2em 1em 0;
		}
#content .inset img {
		max-width: 60em;
		}
#content .inset p {
		font-style: italic;
		}

/* Swapped content */
#hold	{
		display: none;
		}

/* Columns */
.column {
		width: 23.5em;
		float: left;
		margin-right: 1em;
		background-color: transparent;
		}
.column.right {
		margin-right: 0;
		}
#content .column img {
		max-width: 23.5em;
		overflow: hidden;
		}

/*
--------------------------------------------------
Sidebar
--------------------------------------------------
*/
#sidebar {
		width: 23em;
		float: left;
		margin: 1em 0 0;
		background: transparent;
		}
#sidebar .subsection {
		margin-bottom: 2em;
		padding-top: 1.5em;
		border-top: .3em solid #C0C0C0; /* Silver */		
		}
#sidebar .subsection.last {
		border-bottom: none;
		}

/* Headings */
#sidebar h3, #upcoming-wrapper h3, #upcoming-wrapper h3 a, #latest h3 a {
		color: #666; /* Very dark grey */
		margin: 0 0 1em;
		text-transform: uppercase;
		letter-spacing: .1em;
		}
#sidebar .inline li {
		margin-left: .5em;
		padding-right: 1em;
		background: transparent url(../images/utility/pipe.gif) no-repeat right;
		}
#sidebar .inline li.last {
		margin-right: 0;
		padding-right: 0;
		background: none;
		}

#sidebar #news ol {
		margin-bottom: 1em;
		}
#sidebar #news li {
		border-bottom: .1em dotted #C0C0C0; /* Silver */		
		}
#sidebar #news li h5 {
		font-weight: normal;
		font-family: Monaco, "Andale Mono", "Lucida Sans Typewriter", "Lucida Console", monospace;
		text-transform: uppercase;
		margin-bottom: 0;
		}
#sidebar #news li h4 {
		margin: 0;
		}
#sidebar #news li p {
		/*display: none;*/
		}

/*
--------------------------------------------------
Footer
--------------------------------------------------
*/
#footer {
		position: relative;
		clear: both;
		padding: 0 0 1em 25em;
		background: transparent;
		}
#footer li {
		padding: 0 1em 0 .5em;
		display: inline;
		background: transparent url(http://securecommunication.com/images/utility/pipe.gif) no-repeat right;
		}
#footer li.first {
		padding-left: 0;
		}
#footer li.last {
		background: none;
		}
#footer li.byline {
		color: #DCDCDC; /* Gainsboro */
		text-transform: lowercase;
		position: absolute;
		top: 0;
		left: 0;
		padding-right: 0;
		background: none;
		}
#footer li.byline span {
		font-family: Monaco, "Andale Mono", "Lucida Sans Typewriter", "Lucida Console", monospace;
		text-transform: uppercase;
		}
#footer li.byline a {
		color: #DCDCDC; /* Silver */
		border-bottom-color: #F5F5F5; /* WhiteSmoke */
		}
#footer li.byline a:hover {
		color: #FFF; /* White */
		background-color: #B0C4DE; /* LightSteelBlue */
		}
#footer li.byline:hover {
		color: #B0C4DE; /* LightSteelBlue */
		}

/*
--------------------------------------------------
NAVIGATION
--------------------------------------------------
*/
/* Main navigation */
#nav	{
		float: right;
		margin-top: 43px;
		list-style: none;
		background: transparent;
		}
#nav li {
		position: relative;
		top: 0;
		left: 0;
		float: left; /* gives layout, allows selection of colored background */
		background: transparent;
		}
#nav li.last {
		padding-right: 0;
		}
#nav a.first {
		}
#nav a	{
		font: bold 12px/1.8333 Verdana, Arial, sans-serif;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: .1em;
		display: block;
		padding: 1px .75em 7px;
		border-bottom: none;
		background: transparent;
		}
#nav a:link, #nav a:visited {
		color: #A9A9A9; /* DarkGray */
		}
#nav a:hover {
		color: #00008B; /* DarkBlue */
		background: transparent url(http://securecommunication.com/images/utility/nav.png) no-repeat center top; /* PMS 137 */
		}
#nav .last a:hover {
		background-position: 1em top;
		}
#nav a:active {
		color: #33FF00; /* Web Safe neon green */
		}
#nav li.selected a {
		color: #33FF00 !important; /* Web Safe neon green */
		background: transparent url(http://securecommunication.com/images/utility/nav.png) no-repeat center bottom;
		}
#nav li.selected a:after {
		content: "_";
		}

/*
--------------------------------------------------
FORMATTING STYLES & UTILITY ELEMENTS
--------------------------------------------------
Positional, text, font, and miscellaneous formatting not defined in environmental contexts
*/
/*	Utility elements */
.hidden { /* completely remove from layout */
		display: none !important;
		}
.display {
		display: block !important;
		}
.invisible { /* does not display but remains in layout flow */
		visibility: hidden;
		}
.clip	{
		overflow: hidden;
		}
.clearance {
		height: 0;
		clear: both;
		}
.clear	{
		clear: both;
		}

/* Positioning elements */
.center {
		text-align: center;
		}
.flush-right {
		text-align: right;
		}
.justify {
		text-align: justify;
		}		
.inline {
		display: inline;
		}
.trim	{
		margin: 0;
		padding: 0;
		}

/* Fonts */
.italic {
		font-style: italic;
		}
.bold	{
		font-weight: bold;
		}
.caps	{
		font-size: 90%;
		text-transform: uppercase;
		letter-spacing: .2em;
		}
.normal {
		font-variant: normal !important;
		font-style: normal !important;
		font-weight: normal !important;
		text-transform: none !important;
		letter-spacing: normal !important;
		}
.caption {
		font-style: italic;
		}

/* Typography */


/* Linked content */
.heading a {
		padding: 0 !important;
		border-bottom: none !important;
		}
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
		color: #00008B; /* DarkBlue */
		border-bottom: none;
		}
#sidebar h3 a, #sidebar h4 a, #sidebar h5 a, #sidebar h6 a {
		color: #696969; /* DimGray */
		}
a.img:link, a.img:visited, a.img:hover, a.img:active {
		padding: 0 !important;
		border-bottom: none !important;
		background: none !important;
		}
.info	{
		cursor: help;
		}
.pdf	{
		padding-left: 1.5em;
		background: transparent url(http://securecommunication.com/images/utility/icon_pdf.gif) no-repeat left;
		}
.rss	{
		padding-left: 2em;
		background: transparent url(http://securecommunication.com/images/utility/icon_rss.png) no-repeat left;
		}
.enlarge {
		padding-left: 1.875em;
		background: transparent url(http://securecommunication.com/images/utility/icon_magnifying_glass.png) no-repeat left center;
		}

/* Lists */
.square {
		margin: 1em 0 1em 1.5em;
		list-style: square;
		}
.decimal {
		list-style-type: decimal;
		margin: 0 0 1em 2em;
		}
.inline {
		}
.inline li {
		margin-left: 1em;
		display: inline;
		}
.inline li:first-child, .inline li.first {
		margin-left: 0;
		}

/* Forms */
input.field, input.field2 {
		color: #A9A9A9; /* DimGray */
		font: 1em Verdana, Arial, sans-serif;
		padding-left: .25em;
		}
input.field:focus, input.field2:focus {
		color: #444; /* Very dark grey */
		background: #D4D4EB; /* DarkBlue 17% */
		}

/* Calendars */
.calendar {
		margin: 0 auto;
		border: none;
		background: transparent;
		}
.calendar td {
		padding: 3px;
		}
.calendar td.top {
		}
.calendar .calendarMonthLinks a {
		color: #00008B; /* DarkBlue */
		font-size: 18px;
		line-height: 1;
		font-family: Arial, sans-serif;
		border-bottom: none;
		background: none;
		}
.calendar .calendarMonthLinks a:hover {
		background: none;
		}
.calendar .calendarHeader {
		color: #00008B; /* DarkBlue */
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: .1em;
		border-bottom: .1em solid #A9A9A9; /* DarkGray */
		}
.calendar .calendarDayHeading {
		color: #00008B; /* DarkBlue */
		font-weight: bold;
		text-align: center;
		border-bottom: .2em solid #A9A9A9; /* DarkGray */
		background: transparent;
		}
.calendar .calendarCell {
		text-align: right;
		vertical-align: middle;
		padding: 0 9px;
		}
.calendar .calendarCell a {
		color: #00008B; /* DarkBlue */
		font-weight: bold;
		padding: .1em .25em;
		}
.calendar .calendarCell a:hover {
		}
.calendar .calendarToday {
		color: #00008B; /* DarkBlue */
		font-weight: bold;
		}

/* Entry posted data */
.posted span {
		color: #00008B; /* DarkBlue */
		font-family: Monaco, "Andale Mono", "Lucida Sans Typewriter", "Lucida Console", monospace;
		text-transform: uppercase;
		}