/**********************************************************
*   Dade FNPS Print - http://dade.fnpschapters.org/ CSS   *  
*             Last modified:                              *
***********************************************************/

/* GENERAL SELECTORS
---------------------------------------------------------------*/	
body  {
	margin: 0.1em 0 0 0 ;
	padding: 0;
	text-align: center; 
	color: #000;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #236d5a;
	background-image: url(../images/bg_gradient_lg.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}	
	
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #c00069;
}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #73a533;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffb501;
}
	
h5 {
	font-size: 1.0em;
	font-weight: bold;
	color: #ff0000;
}

p {
	margin: 0 0 1.2em 0;
}
	
hr {
	background-color: #0000cc;
	color: #0000cc;
	width: 100%;
	height: 1px;
}	

img { 
	border:none; 
}
	
/* ACCESSIBILITY NAVIGATION
---------------------------------------------------------------*/		
#skip { 
	display:none;
}	
	
/* CORE LAYOUT
---------------------------------------------------------------*/
.twoColFixRt>#shadow {
	background-attachment: fixed;
	background-image: url(../images/container_shdw.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
}

.twoColFixRt>#shadow-footer {
	background-image: url(../images/container_foot_shdw.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.twoColFixRt #container {
	width: 98%; 
	border: none;
	text-align: left; 
	margin: 0;
	background-color: #fff;
}

.twoColFixRt #container-footer {
	display: none;
}

.twoColFixRt #main-content {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.twoColFixRt #main-content a:link { 
	text-decoration: none; 
	color: #0000cc; 
}

.twoColFixRt #main-content a:visited {
	text-decoration: underline; 
	color: purple;
}
	
.twoColFixRt #main-content a:hover, .twoColFixRt #main-content a:active { 
	text-decoration: underline; 
	color: #c00069; 
}

table.tblformatted {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	}
	
table.tblformatted td {
	border-collapse:collapse;
	padding:0.6em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
}	

/* SIDEBAR
---------------------------------------------------------------*/
.twoColFixRt #sidebar {
	display: none;
}

/* HEADER
---------------------------------------------------------------*/
#header {
	float: left;
	width: auto;
	height: auto;	
	position: relative;
}

#header img {
	display: none;
}

#header h1 { 
	display: inline;
	font-size: 1.4em;
}

#header h1 a {
	display: none;
}

#search {
	display: none;
}

/* NAVIGATION 
---------------------------------------------------------------*/
.sf-menu {
	display: none;
}

/* BREADCRUMB
---------------------------------------------------------------*/
#breadcrumb {
	display: none;
}
	
#utility {
	display: none;
}

/* FOOTER
---------------------------------------------------------------*/
.twoColFixRt #footer {
	display: none;	
}

/* ADITIONAL STYLES
---------------------------------------------------------------*/
.fltrt { 
	float: right;
	margin-left: 1.4em;
}

.fltlft { 
	float: left;
	margin-right: 1.4em;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 0;
    line-height: 0;
}

.clearleft { 
	clear:left;
    height:0;
    font-size: 0;
    line-height: 0;
}

.list-last {
	margin-bottom: -1em;
}

/* HACKS
---------------------------------------------------------------*/	
* html .twoColFixRt #footer {
	width: 979px;
	w\idth: 948px;
	}
