/***********************************************************
*   Dade FNPS Screen - 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.5em;
	font-weight: bold;
	color: #c00069;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}	
	
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #c00069;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
	
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: #666;
	color: #666;
	width: 100%;
	height: 1px;
	border: 0;
}	

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: 980px; 
	border: 1px solid #666;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../images/bg_faux_column.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.twoColFixRt #container-footer {
	width: 980px;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.twoColFixRt #main-content {
	margin: 0 270px 0 0;
	padding: 0 0 0 1.6em;
	min-height: 450px;
	font-size: 0.8em;
}

.twoColFixRt #main-content ul li {
	padding-bottom: 0.8em;
}

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

.twoColFixRt #main-content a:visited {
	text-decoration: underline; 
	color: #9900ff;
}
	
.twoColFixRt #main-content a:hover, .twoColFixRt #main-content a:active { 
	text-decoration: underline; 
	color: #ff0066; 
}

.twoColFixRt #main-content a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 26px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.twoColFixRt #main-content a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 18px;
} 

.twoColFixRt #main-content a.button:visited {
    color: #fff;
	text-decoration: none;
}

.twoColFixRt #main-content a.button:hover {
    background-position: bottom right;
    color: #fff;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.twoColFixRt #main-content a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.twoColFixRt #main-content #cse-search-results iframe {
	width: 680px;
}

.twoColFixRt #main-content .caption {
	font-size: 0.85em;
	display: block;
	color: #515151;
}

.twoColFixRt #main-content #newsletterlinks {
	float: left;
	width: 50%;
}

.twoColFixRt #main-content #newsletteractivities {
	float: left;
	border: solid 1px #999;
	padding: 1em;
	margin-bottom: 1em;
}

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 {
	float: right;
	width: 227px;	
	padding: 80px 10px 0 10px;
	border-left: 1px solid #ccc;
	background-color: #ededee;
	background-image: url(../images/bg_sidebar_gradient.jpg);
	background-repeat: no-repeat;
}

.twoColFixRt #sidebar h3, h4 {
	font-size: 1.1em;
	margin-bottom: 0.6em;	
}

.twoColFixRt #sidebar ul {
	margin: 0;
	padding: 0 0 0 0.2em;
}

.twoColFixRt #sidebar ul li {
	list-style: none;
	font-size: 0.75em;
	background-image: url(../images/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0 0 1em 1em;
}

.twoColFixRt #sidebar a:link, .twoColFixRt #sidebar a:visited { 
	text-decoration: underline; 
	color: #0000cc; 
}	
	
.twoColFixRt #sidebar a:hover,.twoColFixRt #sidebar a:active { 
	text-decoration: none; 
	color: #ff0066; 
}

.twoColFixRt #sidebar .sidebar-caption {
	font-size: 0.7em;
	display: block;
	color: #515151;
}

.twoColFixRt #sidebar .sidebar-caption a:link, .twoColFixRt #sidebar .sidebar-caption a:visited {
	text-decoration: none;
	color: #515151;
}

.twoColFixRt #sidebar .sidebar-caption a:hover, .twoColFixRt #sidebar .sidebar-caption a:active {
	text-decoration: underline;
	color: #ff0066;
}

.twoColFixRt #sidebar .feedburnerFeedBlock {
	border: 1px solid #73a533;
	padding: 0.5em;
}

.twoColFixRt #sidebar .feedburnerFeedBlock ul {
	margin: 0;
	padding: 0;
}

.twoColFixRt #sidebar .feedburnerFeedBlock ul li {
	background-image: url(../images/bullet_arrows_grey.gif);
	padding: 0 0 1em 1.1em;
}

.twoColFixRt #sidebar .feedburnerFeedBlock ul li a:link, .twoColFixRt #sidebar .feedburnerFeedBlock ul li a:visited {
	text-decoration: none;
	color: #515151;
}

.twoColFixRt #sidebar .feedburnerFeedBlock ul li a:hover, .twoColFixRt #sidebar .feedburnerFeedBlock ul li a:active {
	text-decoration: underline;
	color: #ff0066;
}

.twoColFixRt #sidebar #announcements p {
	font-size: 0.8em;
	margin-bottom: 0.6em;	
}

.twoColFixRt #sidebar #announcements p a.dialog-link, .twoColFixRt #sidebar #announcements a.announce {
	display: block;
	text-decoration: none;
	background-color:#fad163;
	border: 1px solid #ffb501;
	color: blue;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

.twoColFixRt #sidebar #announcements p a.dialog-link:hover, .twoColFixRt #sidebar #announcements a.announce:hover {
	background-color: #ebebeb;
	border: 1px solid #ff0066;
	/*text-decoration: underline;*/
	color: #ff0066;
}

#dialog, #dialog-modal {
	color: #333;
	font-size: 0.75em;
	text-align: left;
}


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

#header img {
	vertical-align:top;
}

#header h1, #header span { 
	display: inline;
	font-size: 0.1em;
	color: #fff;
}

#header h1 a, #header span a {
	position:absolute;
	left:170px;
	top:0;
	z-index:1;
	background-color: transparent;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 563px;
	height: 143px;	
}

#search {
	float: left;
	width: 247px;
	height: 143px;
	background-image: url(../images/bg_header_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	text-align: right;
}

#search form {
	padding: 0.8em 0.8em 0 0;
	margin-bottom: 0;
}

#search input {
	color: #828282;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#search .addthis_button_compact {
	font-size:0.8em; text-decoration:none;
}

/* BREADCRUMB
---------------------------------------------------------------*/
#breadcrumb {
	font-size: 0.85em;
	color: #666;
	float:left;
}
	
#main-content #breadcrumb a:link, #main-content #utility a:link, 
#main-content #breadcrumb a:visited, #main-content #utility a:visited {
	color: #666;
	text-decoration:none;
}	

#main-content #breadcrumb a:hover, #main-content #utility a:hover,
#main-content #breadcrumb a:active, #main-content #utility a:active {
	text-decoration:underline;
}
	
#utility {
	font-size: 0.85em;
	color: #666;
	float:right;
	height: 18px;
}

#utility img { 
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}

/* FOOTER
---------------------------------------------------------------*/
.twoColFixRt #footer {
	background-color: #73a533;
	font-size: 0.7em;
	color: #fff;
	padding: 0.7em 1.4em;
	position: relative;
	overflow:auto;	
}

.twoColFixRt #footer #footer-left {
	float: left;
	padding-right: 1em;
	border-right: 1px solid #fff;
}

.twoColFixRt #footer #footer-right {
	float: left;
	padding-left: 1em;
}

#footer a:link, #footer a:visited { 
	text-decoration: underline; 
	color: #fff; 
}	
	
#footer a:hover, #footer a:active { 
	text-decoration: none;	
}

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

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

.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;
}

.contentbox {
	border: solid 1px #999;
	padding: 1em;
	margin-bottom: 1em;
}

.npd {
	/*border: solid 1px #73a533;*/
	padding: 0.1em 1em;
	margin-bottom: 1em;
}

.backtotop {
	text-align: right;
	font-size: 0.8em;
}	

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