/* CSS Document :: copyright ©2007-2008 Workbook :: Author: Art & Logic, Inc. */

/*
textarea {
	font-family: sans-serif;
	font-size:12px;
}
*/
h1 {
	font-weight:normal;
}
h2 {
	font-weight:normal;
}
h3 {
	font-weight:normal;
}
h4 {
	font-weight:normal;
}
h5 {
	font-weight:normal;
}
h6 {
	font-weight:normal;
}
input {
	font-family:Georgia, Times, serif;
	padding:0 2px;
}
textarea {
	font-family:Georgia, Times, serif;
	padding:2px;
	font-size:12px;
	font-weight:normal;
}
#container {
	margin:0 auto;
	width:980px;
	text-align:left;
	padding:20px 0 0 0;
}

/************************************
	Utility Styles
************************************/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	font-size: 1px;
    line-height: 0px;
}

/************************************
	Header Styles
************************************/

#globalHeader {
	margin:0;
	padding:0;
	border-bottom:solid 1px #006600;
	width:980px;
	text-align:left;
}


#headerParent {
	margin:0;
	padding:0;
	width:980px;
	text-align:left;
	/* border-bottom:solid 1px #006600; */
}

#headerSiteNav {
	margin:0;
	float:right;
	padding:1px 3px 0 0;
}


/************************************
	Footer Styles
************************************/

#footer {
	border-top:solid 1px #006600;
	width:960px;
	text-align:left;
	padding:8px 0 auto 0;
}
#footerLeft {
	float:left;
	text-align:left;
}
#footerRight {
	text-align:right;
	font-size:10px;
	color:#333333;
}

#footer a:link {font-style: italic;color:#333333;text-decoration: none;}
#footer a:visited {font-style: italic;color: #333333;text-decoration: none;}
#footer a:active {font-style: italic;color: #006600;text-decoration: underline;}
#footer a:hover {font-style: italic;color: #006600;text-decoration: underline;}

.translucent
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#floatwindow
{
    position: absolute;
    background-color: #ffffff;
    border: 1px solid black;
    padding: 1em; /* 2% */
    left: 20%;
    width: 56%;
    top: 5%;
    height: 56%;
    display: none;
    z-index: 50001;
}

/*
 * New Popup stuff
 */
#popupContainer {
    width: 0;
    height: 0;
	
}

.popupWindow {
	/*
	border: 1px solid #4D4843;
	*/
    margin: 0;
	padding:0;
	background:white;
}
.popupDialog { behavior: url(iepngfix.htc) }
.popupDialog {
    border:solid 2px #7b7870;
    margin: 0;
    padding:0;
	background: transparent url(../images/transparent.png);
}

.popupCallout {
    border: solid 1px #7b7870;
    background: #ffffff;
}

.popupWindowTitle {
	margin: 0;
	padding: 22px 0 6px 15px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	text-align:left;
	color:#3c3832;
}

.popupWindowTitleStandAlone {
	background-color:#FFFFFF;
	margin: 0;
	padding: 20px 0 0 24px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:left;
	color:#38352e;
}

.popupDialogTitle {
	margin: 0 15px;
	padding: 15px 0 7px 0;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align:left;
	color:#4d4843;
	font-weight:normal;
	border-bottom:solid 2px #4d4843;
	text-transform:uppercase;
}

.popupWindowSubTitle {
	padding: 20px 0 18px 0;
	margin: 0 0 14px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d4843;
	font-size: 12px;
}

.popupWindowClose {
    margin: 0;
    padding: 0;
    display: block;
  /*  width: 20px;
    height: 20px; */
    position: absolute;
    right: 0;
    top: 15px;
}

.popupWindowClose img {
    border: none;
}

.popupWindow iframe {
    position: absolute;
    left: 0;
    top: 0;
    /* background: green; */
    border: 0;
    margin: 0;
    padding: 0;
}

#popupBarrier {
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
    z-index: -50001;
    background: #000000;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    cursor: wait;
    margin: 0;
    padding: 0;
}
   
.popupSubHead {
	color:#8e8a81;
	margin-bottom:8px;
}
#searchChecklistAll {
	border-bottom:solid 1px #4d4844;
	padding-bottom:4px;
	border-top:solid 1px #4d4844;
	padding-top:9px;
	margin-bottom:16px;
}
.multiColumnChecklist {
	padding:0;
	margin:0;
	list-style:none;
}
#dialogBarrier {
/*
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    */
    z-index: -50003;
    background: transparent;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    cursor: wait;
    margin: 0;
    padding: 0;
}


.borderlessImage {

    border:none;
}

#bookmarkTitle {
	position:absolute;
	right:24px;
	top:31px;
	text-align:right;
	font-size:13px;
}
#bookmarkTitle a {
	color:#4D4844;
	text-decoration:none;
}
#bookmarkTitle a:hover {
	color:#F26C4F;
	text-decoration:underline;
}


.noResultsLink a:link {
text-decoration:none;
color:#f36c4f;
}
.noResultsLink a:visited {
text-decoration:none;
color:#f36c4f;
}
.noResultsLink a:hover {
text-decoration:underline;
color:#f36c4f;
}
.noResultsLink a:active {
text-decoration:underline;
color:#f36c4f;
}
