@charset "utf-8";
/* CSS Document */

/* CSS Rule to reset the margins and padding on the html and body tags to 0 */
html, body {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 40px;
	background-color: #bfd4d4;
	/*background-attachment: fixed;
	background-image: url(../images/bg.jpg);*/
	font-size: 100%;
}

/* Page container for complete page to hold conent of page */
#container {
	margin: auto;
	min-width: 915px;
	width: 90%;
	_width: 915px; /* Static width for IE6 */
	background-color: white;
	z-index: 990;
}

/* Logo at top of all pages */
#branding {
	min-width: 915px;
	height: 92px;
	/*background-image: url(../images/header.jpg);*/
	position: relative;
	z-index: 400;
}

#logo {
	width: 277px;
	height: 92px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/logo.jpg);
}

#headright {
	width: 526px;
	height: 92px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/headright.jpg);
}

/* Homepage style */
#homebtm {
	position: relative;
}

#homeleft {
	padding: 10px;
	min-width: 700px;
	float: left;
	margin-right: 190px;
	min-height: 490px;
}

#homemiddle {
	position: relative;
	margin-right: 200px;
	margin-left: 146px;
	min-height: 1015px;
}

#homeright {
	width: 175px;
	padding: 10px 15px 10px 10px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

p.home {
	margin-top: 0px;
	margin-left: 24px;
	font-style: italic;
}

p.quote {
	margin-top: 0px;
	padding-bottom: 5px;
	font-size: .7em;
	width: 162px;
	font-style: italic;
	color: red;
	display: none;
}

/* Publishing Steps Box */
h1.home {
	color: #c00;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1.25em;
	margin-left: 24px;
	padding-top: 10px;
	margin-top: 0px;
}

#homesteps {
	background: url(../images/content_bg.jpg) repeat;
	min-width: 685px;
	height: 255px;
	margin: 10px 20px 10px 20px;
	position: relative;
	z-index: 0;
	/*margin-left: 10px;*/
}

.pubheadl {
	background-image: url(../images/home_pubheadl.jpg);
	width: 24px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	
}

.pubheadr {
	background-image: url(../images/home_pubheadr.jpg);
	width: 21px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

#pubhead {
	width: 100%;
	position: relative;
	height: 40px;
	background-image: url(../images/headbg.jpg);
	background-repeat: repeat;	
}

.pubsteps {
	background: url(../images/home_step_bg.jpg) no-repeat;
	position: relative;
	left: 10px;
	margin-top: 10px;
	float: left;
	width: 171px;
	height: 186px;
	overflow: hidden;
}

#homepubsteps {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 870px;
}

#homesteps img {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

p.steps {
	text-align: center;
	font-style: normal;
	font-size: 14px;
	margin-top: 0px;
}

h4.steps {
	color: #f90;
	text-align: center;
	font-style: bold;
	font-size: 16px;
	margin: 2px auto 0px auto;
}

.arrow {
	background: url(../images/home_step_arrow_full.jpg) no-repeat;
	width: 34px;
	height: 186px;
	position: relative;
	left: 20px;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}
/* End publishing Steps Box */

/* Left buttons on homepage */
#leftbuttons {
	width: 121px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 15px;
	position: absolute;
	left: 0;
	_left: -146px; /* IE 6 Fix */
	top: 0;
}

.greenbutton a:link, .bluebutton a:link, .orangebutton a:link, .greenbutton a:visited, .bluebutton a:visited, .orangebutton a:visited {
	text-decoration: none;
	color: white;
}

.greenbutton {
	padding-top: 10px;
	background: url(../images/greenbt.jpg) no-repeat;
	position: relative;
	width: 121px;
	height: 89px;
	overflow: hidden;
}

.bluebutton {
	padding-top: 10px;
	background: url(../images/bluebt.jpg) no-repeat;
	position: relative;
	width: 121px;
	height: 89px;
	overflow: hidden;
}

.orangebutton {
	padding-top: 10px;
	background: url(../images/orangebt.jpg) no-repeat;
	position: relative;
	width: 121px;
	height: 89px;
	overflow: hidden;
}

.homebutton {
	padding-top: 10px;
	width: 121px;
	height: 89px;
	position: relative;
}

#manuscriptbt {
	padding-top: 10px;
	width: 121px;
	height: 127px;
	position: relative;
}

#moreinfobt {
	padding-top: 10px;
	width: 121px;
	height: 142px;
	position: relative;
}

#newsletterbt {
	padding-top: 10px;
	width: 121px;
	height: 155px;
	position: relative;
}

#pubconbt {
	padding-top: 10px;
	width: 121px;
	height: 125px;
	position: relative;
}


/*.buttontype, .buttontypefull {
	font-family: Verdana, sans-serif;
	width: 121px;
	height: 89px;
	text-align: center;
	color: white;
	font-size: 12px;
}*/

 /* Code prior to redesign */
.buttontype, .buttontypefull {
	font-family: Verdana, sans-serif;
	width: 121px;
	height: 89px;
	text-align: center;
	position: absolute;
	color: white;
	font-size: 13px;
	margin: auto;
	left: 1px; 
}

.buttontype {
	top: 18px;
}

.buttontypefull {
	top:3%;
}
/* End left buttons on homepage */

/* Content pages containter */
#main {
	min-width: 915px;
	background-color: white;
}

/* Container for content on pages */
#maincontent {
	padding-bottom: 20px;
	padding-top: 5px;
	width: 915px;
	background-color: white;
}

/* Full width page top area */
#fullleft {
	margin-left: 18px;
	padding: 10px;
	min-width: 660px;
	float: left;
	margin-right: 18px;
	width: 95%;
	z-index: 0;
/*	margin-right: 190px;*/
}

#fullright {
	width: 175px;
	padding: 10px;
	float: right;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Full width content box */
#fullcontent {
	clear: both;
	background: url(../images/content_bg.jpg) repeat;
	min-width: 875px;
	width: 90%;
	margin: 0 auto;
	z-index: 0;
	position: relative;
	/*margin-left: 20px;*/
}

#fullcontentleft {  
	float: left;
	width: 30%;
	margin-left: 10px;
	padding: 5px;
}

#fullcontentmiddle {
	float: left;
	width: 30%;
	padding: 5px;
}

#fullcontentright {
	float: right;
	width: 30%;
	padding: 5px;
}

#fullend {
	padding: 5px;
	clear: both;
}

#fullcontent ul {
	margin-left: 0;
	padding-left: 16px;
}

/* Right block area for content pages */
#rightblock {
	background: url(../images/tan_div_bg.jpg) repeat;
	width: 152px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
}

/* Page with no left nav */
#pageleftnn {
	margin-left: 18px;
	padding: 10px;
	min-width: 660px;
	width: auto;
	margin-right: 190px;
	min-height: 500px;
	_height: auto !important; /* IE6 Fix */
	_height: 525px; /* IE6 Fix */
}

#pagerightnn {
	width: 175px;
	padding: 10px;
	float: right;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#pageleftnn p, #pageleft p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Page with left nav */
#content {
	width: 100%;
	position: relative;
	z-index: 0;
}
#pagenav {
	width: 175px;
	margin-left: 15px;
	margin-top: 10px;
	*margin-top: 0px; /*IE Fix*/
	position: absolute;
	top: 0;
	left: 0;
}

#pagenav ul {
	margin-left: 0;
}

#pageleft {
	padding: 10px;
	min-width: 460px;
	width: auto;
	margin-left: 180px;
	margin-right: 190px;
	min-height: 500px;
	_height: auto !important; /* IE6 Fix */
	_height: 525px; /* IE6 Fix */
}

#pageleft img {
	padding-right: 10px;
}

#pageright {
	width: 175px;
	padding: 10px;
	float: right;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Map on contact us page */
#locmap {
	float: right;
	height: 370px;
}

/* Content Box Styling */
.headtext {
	position: relative;
	width: 100%;
	z-index: 150;
	min-height: 34px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.headtext h3 {
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-size: .95em;
}

.contenthl {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/content_hl.jpg) no-repeat;
	width: 21px;
	height: 34px;
	z-index: 2;
}

.contenthr {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/content_hr.jpg) no-repeat;
	width: 21px;
	height: 34px;
	z-index: 2;
}

.contenthead {
	width: 100%;
	position: relative;
	min-height: 34px;
	background-image: url(../images/headbg.jpg);
	background-repeat: repeat;
	z-index: 1;	
}

.contentbox {
	width: 100%;
	position: relative;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat;
	z-index: 0;
}

.contenttext {
	position: relative;
	width: 90%;
	z-index: 2;
	padding: 5px;
	margin: 5px;
}

.contenttext p {
	margin-bottom: 1em;
	margin-top: 0;
}

.contentbtml {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/content_btml.jpg) no-repeat;
	width: 21px;
	height: 20px;
	z-index: 1;
}

.contentbtmr {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/content_btmr.jpg) no-repeat;
	width: 21px;
	height: 20px;
	z-index: 1;
}

/* Main Header text Style */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-size: 1.25em;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align:left;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Sub Header text Style */
#twtr-profile-widget h3 {
	color: white;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #049b9b;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align:left;
	text-decoration: none;
	margin-top: 10px;
}

h2 {
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
}

h3 {
	font-size: .95em;
	margin-bottom: 3px;
	font-style: italic;
	font-weight: bold;
}

h4 {
	font-family: Verdana, sans-serif;
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-size: .8em;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
}

/* Normal Paragraph Type */
p, .paragraphtype, li, h5, h6 {
	font-family: Verdana, sans-serif;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
	margin-bottom: 0;
}

h5 {
	color: #049b9b;
	margin-bottom: 0px;
	font-weight: bold;
}

h6 {
	color: #049b9b;
	margin-bottom: 0px;
	margin-top: 10px;
}

/* Footer */
/* Old Footer
#footer {
	clear: both;
	margin-top: 10px;
	width: 915px;
	height: 45px;
	background: url(../images/footer.jpg);
	text-align: center;
}*/

#footeritems {
	clear: both;
	min-width: 915px;
	width: 100%;
	height: 36px;
	background: url(../images/foot.jpg) repeat-x;
	text-align: center;
	position: relative;
}

#footer {
	clear: both;
	margin-top: 10px;
	min-width: 915px;
	width: 100%;
	min-height: 45px;
	text-align: center;
	position: relative;
}

#footerline {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

#footer #footerline p {
	font-size: .8em;
	font-style: italic;
	color: #049b9b;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}

#footeritems p {
	position: absolute;
	bottom: 4px;
	width: 100%;
	left: 0;
}

#footerdl {
	background-image: url(../images/footleft.jpg);
	width: 25px;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footerdr {
	background-image: url(../images/footright.jpg);
	width: 26px;
	height: 36px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: .625em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	vertical-align: top;
	color: white;
}

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

/* List Formating */
ul {
	margin-top: 0;
}

/* Nav Formatting */
#sitenav { 
	height: 32px;
	min-width: 915px;
	width: 100%;
	margin: 0;
	background: url(../images/menu_back.jpg) repeat-x;
	padding-bottom: 5px;
}

#sitenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#sitenav li {
	margin: 0;
	padding: 0 1px 0 0;
	height: 32px;
	background: url(../images/menu_sep.jpg) no-repeat right center;
	float: left;
}

#sitenav li.last {
	padding: 0;
	background-image: none;
}

#sitenav li a {
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
	display: block;
}

#sitenav li a:hover, #sitenav li.active a {
	background: url(../images/menu_active) repeat-x;
}

#sitenav a, #sitenav a:hover, #sitenav li.active a {
	font-family: Verdana, Arial, sans-serif;
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: .8em;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
}

#pagenav ul {
	list-style: none;
	padding: 10px 0 0 0;
}

#pagenav li {
	padding: 0;
	margin: 0;
}

#pagenav a {
	font-family: Verdana, sans-serif;
	color: #099;
	font-style: normal;
	font-weight: bold;
	font-size: .875em;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
}

#pagenav a:hover, #pagenav li.active a {
	color: #093;
}

.navbreak {
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
}

/*gets rid of dotted line outline on links in firefox */
a:focus { -moz-outline-style: none; }

/*gets rid of blue line around images*/
img
{  border-style: none;
}

a:link, a:visited {
	color: #2AA;	
}

a:hover {
	color: gray;
}

/* Table Style */
table.tb1 {
	border-width: 1pt;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: white;
	font-family: Verdana, sans-serif;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
}
table.tb1 th, table.tb1 td {
	border-width: 1pt;
	padding: 2px;
	border-style: solid;
	border-color: #ccc;
	-moz-border-radius: 0px 0px 0px 0px;
}

tr.d0 td, tr.d0 th {
	background-color: white;
}

tr.d1 td, tr.d1 th {
	background-color: white;
}

/* Search */
#search {
	width:476px;
	position: absolute;
	float: right;
	bottom: 28px;
	right: 0;
	z-index:900;
	padding-right: 5px;
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label {
color: #444444;
}


#search input {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: gray;
    font-size: 13px;
    line-height: 23px;
}

#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 310px;
    width: 100px;
    height: 19px;
    color: gray;
}

#ajaxSearch_submit {
    width: 50px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    background: url(../images/search.jpg) no-repeat center top;
    padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 420px;
}

#ajaxSearch_output {
    background: gray;
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 310px;
    width: 165px !important;
    height: auto;
    z-index: 950;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
	font-size: .875em;
	z-index: 951;
}

#current-search-results {
	z-index: 952;
}

#ajaxSearch_output a:hover{ background-color: #333333; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result, .AS_ajax_more {
    border-top: 1px solid white;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
    z-index: 953;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
        z-index: 954;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

/* Search Terms Highlighting */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { color: gray; font-size: .8em; position: absolute; left: 310px; top: -30px;}
.searchTerms .AS_ajax_highlight { margin: 0;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 0; padding: 0; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }