@charset "UTF-8";

/*-----------------------------------------------------------------------------
 copied from Style Sheet for  Wellness Ways

version:   1.0
dev date:  Sept 2009
author:    traci vaughan
last edit: 

-----------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------
COLOR GUIDE

	#003E73	-	dark blue
	#79BDE8	-	light blue
	#E7F0FA	-	very light blue
	#0067B1	-	medium blue
	#D1D2D2 -	medium gray
	#E6E7E8	-	light gray

-----------------------------------------------------------------------------*/



/* =GENERAL RESETS
-----------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
 
html, body {
	height: 100%;
	background-color: white;
}

body {
	background: white;
	color: black;
	font: 86%/1.4 Verdana, Arial, Helvetica, sans-serif;
}

/* Put margin back on some elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, form, fieldset {
  margin: 1em 0;
	}



/* Apply some left margins to specific elements */

li, dd, blockquote {
	margin-left: 1.2em;
	}


/* Remove border around linked images */
img {
	border: 0;
	}


address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
	}


blockquote, q {
	quotes: none;
	}


blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}


del {
	text-decoration: line-through;
	}


/* Disable some nasty font attributes in standard browsers. Death to the font tag  */
font { 
	color: inherit !important; font: inherit !important; font-size: inherit !important; 
	}


/* =FUCs (frequently used classes)
-----------------------------------------------------------------------------*

/* Class for clearing floats.  */
.clear {
	clear: both;
	float: none;
	}

/* Put in special headings or text for print versions; remember to turn on in printer stylesheet.  */
.printhead, .printonly  { 
	display: none; 
	} 


/* =Forms
-----------------------------------------------------------------------------*/


input, select, textarea {
	font-size: 95%;
	}

legend {
	font-weight: bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
	
.formrow {
	display: block;
	margin: 0 0 0.5em 2em;
}

.formrow label {
	font-weight: bold;
	float: left;
	width: 15em;
}

.formrow .widget {
	
}

fieldset {
	padding: 0.5em;
	margin-left: 1em;
}

fieldset .cfoapal {
	float: left;
	margin-right: 1em;
}
	
/* =TYPOGRAPHY (but note first body rules above)
-----------------------------------------------------------------------------*/

h1 {
	font-weight: bold;
	font-size: 140%;
}	

h2 {
	font-weight: bold;
	font-size: 125%;
}

/* 
-----------------------------------------------------------------------------
Header and footer
-----------------------------------------------------------------------------*/
#banner_fs {
	font-family: Garamond, "Times New Roman", Times, serif; 
	background-color: #79BDE8;
	background-image: url(/graphics/gradient.png);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	text-transform: uppercase;
	font-size: 200%;
	font-weight: bold;
	padding-right: 20px;
	color: #0067B1;
	height: 33px;
}

#banner_fs .initialcap {
	font-size: 120%;
}

#breadcrumb {
	background-color: #0067B1;
	color: White;
	padding-right: 20px;
	font-size: smaller;
	padding: 2px 5px;
	margin-left: 25%;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: White;
	text-decoration: none;
}

#breadcrumb a:link:hover, #breadcrumb a:visited:hover {
	color: #A7C0E5 !important;
	text-decoration: none;
}

#footer_fs {
	margin: -3.5em 0 auto 0;
	background-color: #D1D2D2;
	text-align: center;
	color: #404040;
	vertical-align: bottom;
	font-size: 130%;
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer_myfs {
	margin: -3.5em 0 auto 0;
	background-color: #D1D2D2;
	text-align: center;
	color: #404040;
	vertical-align: bottom;
	font-size: 130%;
	padding-bottom: 1em;
}

#footer_fs a:link, #footer_fs a:visited,
#footer_myfs a:link, #footer_myfs a:visited {
	color: #404040 !important;
	text-decoration: none; 
}

#footer_fs a:link:hover, #footer_fs a:visited:hover,
#footer_myfs a:link:hover, #footer_myfs a:visited:hover {
	color: #888888 !important;
	text-decoration: none;
}

/* 
-----------------------------------------------------------------------------
Remaining page classes and IDs
-----------------------------------------------------------------------------*/
#main_fs {
	min-height: 100%;
}

#container {
	min-height: 100%;
	background-color: transparent;
	margin: 0 auto;
}

/* 
-----------------------------------------------------------------------------
Maincontent ID
-----------------------------------------------------------------------------*/
#maincontent {
	margin-left: 25%;
	margin-right: 1em;
	padding: 0 5px 0 10px;
}

#maincontent .fs-letters {
	letter-spacing: 5px;
}

#maincontent .imgleft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

#maincontent .imgright {
	float: right;
}

#maincontent #panelright {
	float: right;
	width: 25%;
}

#maincontent .inline {
	display: inline;
}

#maincontent dt {
	font-weight: bold;
}

#maincontent li ul {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}

#maincontent .smallvertical li {
	margin-bottom: 0.3em;
	margin-top: 0.2em;
}

#maincontent ul.none {
	list-style: none;
}

#maincontent a:link, #maincontent a:visited {
	color: #0067B1;
	/*color: #003E73/*/
}

#maincontent a:link:hover, #maincontent a:visited:hover {
	color: #0067B1;
	background-color: #FFFFE0;
}

#maincontent .thumb {
	margin-bottom: 0.5em;
	margin-top: 0;
}

#maincontent .thumbhoriz {
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}

/* 
-----------------------------------------------------------------------------
Left Navigation related ids and classes
-----------------------------------------------------------------------------*/
#leftnavTOC {
	position: absolute;
	left: -200px;
	top: -200px;
}

#leftnav_fs {
	background-color: #ECEDEE;
	float: left;
	width: 25%;
	border-top-color: #ECEDEE;
	border-top-style: solid;
	border-top-width: 1px;
}

#leftnav_fs p, #leftnav_fs h2 {
	padding-left: .5em;
	margin-bottom: 0;
}

#leftnav_fs ul {
	margin: 0.5em 0.5em 0 0;
}

#leftnav_fs ul ul {
	margin: 0px;
}

#leftnav_fs ul li {
	list-style-type: none;
	line-height: 1.1em;
	padding: .5em;
	font-weight: bold;
	border-top: 1px dotted #404040;
	margin-left: 0.5em;
}

#leftnav_fs ul li ul li {
	list-style-type: none;
	line-height: 1em;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 0;
	border-top: none;
}

#leftnav_fs form {
	display: inline;
	padding: 0 0 0 2em;
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: 0;
	vertical-align: top;
}

#leftnav_fs form fieldset {
	margin-top: 0;
	margin-bottom: 0.25em;
	display: inline;
	border: none;
	vertical-align: top;
}

#leftnav_fs #query {
	border: 0;
	background-image: url(/graphics/searchFSLt.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#leftnav_fs #query:focus, #leftnav_fs #query:active {
	background: #fff;
	background-image: none;
}

#leftnav_fs a:link, #leftnav_fs a:visited {
	color: Black;
	text-decoration: none;
}

#leftnav_fs a:link:hover, #leftnav_fs a:visited:hover {
	color: #888888;
	text-decoration: none;
}

/* 
-----------------------------------------------------------------------------
Related Topics classes and IDs
-----------------------------------------------------------------------------*/
#relatedtopicsnav {
	position: absolute;
	left: -200px;
	top: -200px;
}

#relatedtopics {
	float: right;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: -1em;
	color: White;
	font-size: 120%;
	max-width: 25%;
	border: 1px dotted #003E73;
}

#relatedtopics #heading {
	font-weight: bold;
	background-color: #003E73;
	border: medium solid #003E73;
	padding-left: 1em;
}

#relatedtopics #body {
	padding-right: 0.5em;
}

#relatedtopics a:link, #relatedtopics a:visited {
	color: #404040;
	text-decoration: none;
}

#relatedtopics a:link:hover, #relatedtopics a:visited:hover {
	color: #888888;
	text-decoration: none;
}

#relatedtopics ul {
	background-color: White;
	color: #888888;
	font-size: 85%;
	list-style-type: circle;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* 
-----------------------------------------------------------------------------
Other miscellaneous classes and IDs
-----------------------------------------------------------------------------*/
.alert {
	font-weight: bold;
	color: Red;
}

#searchbtn {
	vertical-align: text-bottom;
}

#clearfooter {font-size: 130%;
	height: 4em;}

.businesscard {
	border: 1px solid black;
}

.fineprint {
	font-size: small;
}

.hideme {
	display:none;
}

object, iframe {
	min-width: 100%;
	margin-bottom: -0.5em;
}

* html #container {
	height: 100%;
}

@import url("antiscreen.css") handheld;
@import url("antiscreen.css") only screen and (max-device-width:480px);