@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	background-image:url(file://///hek201/Websites/HektoenInternational2011/images/back_shadow_970.png);
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	padding:0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #6699cc;
	padding: 0px;/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:950px;
	border-right: #CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	/*border-bottom:#CCCCCC 1px solid;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px;/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: relative;
	/*float:left;
	
	width:950px;
	width:97%;*/
	width:auto;
}
.oneColFixCtrHdr #CoName {
	color: #C03;
	font-size: 38px;
	font-style:normal;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	text-align: center;
	text-transform: none;
	line-height: normal;
}
.oneColFixCtrHdr #CoName a:link    {
	color: #C03;
	font-size: 38px;
	font-style:normal;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	text-align: center;
	text-transform: none;
	line-height: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #CoName a:hover    {
	color: #C03;
	font-size: 38px;
	font-style:normal;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	text-align: center;
	text-transform: none;
	line-height: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #CoName a:focus {
	color: #C03;
	font-size: 38px;
	font-style:normal;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	text-align: center;
	text-transform: none;
	line-height: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #CoName a:visited {
	color: #C03;
	font-size: 38px;
	font-style:normal;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	text-align: center;
	text-transform: none;
	line-height: normal;
	text-decoration: none;
}


.oneColFixCtrHdr #CoNameSub {
	color: #663403;
	font-size: 22px;
	font-style:normal;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.oneColFixCtrHdr #CoNameSub a:link    {
	color: #663403;
	font-size: 22px;
	font-style:normal;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
}
.oneColFixCtrHdr #CoNameSub a:hover    {
	color: #663403;
	font-size: 22px;
	font-style:normal;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
}
.oneColFixCtrHdr #CoNameSub a:focus    {
	color: #663403;
	font-size: 22px;
	font-style:normal;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
}
.oneColFixCtrHdr #CoNameSub a:visited    {
	color: #663403;
	font-size: 22px;
	font-style:normal;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	padding: 5px;/*padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 20px;
	background: #fff;
	color: #666;
	clear:both;
	border-bottom:#999999 2px solid;
	border-top:#ccc 1px solid;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0px;/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}
.oneColFixCtrHdr #footer a:link {
	color: #666;
	padding: 2px;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:visited {
	color: #666;
	padding: 2px;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover, a:focus {
	color: #FF0000;
	padding: 2px;
	background-color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #slide1dv /* for homepage slidehow*/
{
	position:relative;
	width:202px;
	height:402px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border-style:solid;
	border-width:0px;
	border-color:#FFFFFF;
	z-index:1;
	FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=2,enabled=false);
}

/*    ################    Tiers - Divides page into different sections    ################   */
.oneColFixCtrHdr #tiercontainer {
	background-color:#FFFFFF;
	width: 950px;
	padding-top: 0px;
	text-align:left;
	border-right: #CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #tier1area {
	position: relative;
	float:left;
	width: 950px;
	z-index:3000;
	border-top:#CCCCCC 1px solid;
}
.oneColFixCtrHdr #tier2area {
	position: relative;
	float:left;
	width: 100%;
	z-index:2000;
}

.oneColFixCtrHdr #tier2areaBannerImage {
	background:#FFFFFF;
	border-color:#000;
	float:right;
}
.oneColFixCtrHdr #tier2areaBannerImageLeft {
	background:#FFFFFF;
	border-color:#fff;
	float:left;
}
/*    ################    Section for Left Vertical Menu    ################   */
.oneColFixCtrHdr #tier2area #leftsidebar {
	float:left;
	width:20%;
	padding:2px 2px 10px 2px;
	margin: 5px 0px 5px 5px;
	background-color:none;
	border: 0px solid #ccc;
}
.oneColFixCtrHdr #tier2area #rightsidebar {
	float:right;
	width:32%;
	padding:2px 2px 10px 2px;
	margin: 5px 0px 5px 5px;
	background-color:none;
	border: 0px solid #ccc;
}

.oneColFixCtrHdr #tier2area #leftsidebar p {
	font-size:70%;
}

.oneColFixCtrHdr #tier2area #leftsidebar .CContact {
	font-size:90%;
	margin-left:8px;
	padding:0px;
	height:161px;
	width:170px;
	border:#000 1px solid;
	background-image:url(file://///hek201/Websites/HektoenInternational2011/images/emailsub_bg2.jpg);
	background-repeat:no-repeat;
}
/*    ################    Section for body text    ################   */
.oneColFixCtrHdr #maincontentright {
	float:right;
	width:75%;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background:#fff;
	padding:5px 10px 5px 0px;
	text-align:left;
	
}
.oneColFixCtrHdr #maincontentleft {
	float:left;
	width:auto;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background:#fff;
	padding:5px 10px 5px 0px;
	text-align:left;
}

/*    ################    Styles for paragraph, lists, and headings    ################   */
p {
font-size:70%;
	line-height:1.5em;
	padding-left: 3px;
	padding-right: 3px;
	margin: 10px 0px;
}
ul {
	list-style:disc;
	margin-left: 5px;
	padding-left: 1em;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
}
ul li {
	font-size:70%;
	line-height:1.5em;
}

ul li a:link {
	color: #0066CC;
}
ul li a:visited {
	color: #0066CC;
}
ul li a:hover {
	color: #6699cc;
	/*background-color: #6699cc;*/
}

ul ul{
	list-style:disc;
	margin-left: 5px;
	padding-left: 1em;
}
ul li ul li {
	font-size: 100%;
	line-height:1.5em;
}
ol {
	margin-left: 25px;
	padding-left: 1em;
}
ol li {
	font-size:70%;
	line-height:1.5em;
}
h1 {
	margin: 0px;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}
h2 {
	margin: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px;
	border-bottom: 1px #6699CC dotted;
	background-color: #EBEBEB;
}
h2 a, .h2 a:visited {
	margin: 0px;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px; 
	/*border-bottom: 1px #6699CC dotted;
	background-color: #EBEBEB;*/
	text-decoration:none;
}
h2 a:hover, .h2 a:focus {
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding: 0px 0px 0px 2px;
	/*border-bottom: 1px #6699CC dotted;
	background-color: #EBEBEB;*/
	text-decoration:none;
}
h3 {
	margin: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding-top:0px;
	padding-bottom:0px;
	
}
h3 a:link {
	color: #0066CC;
}
h3 a:visited {
	color: #0066CC;
}

h4 {
	margin: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #333333;/* #3399FF;*/
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #333333 dotted;
	background-color: #F8F1E7;
}
h4 a, .h4 a:visited {
	margin: 0px;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #333333;/* #3399FF;*/
	padding: 0px 0px 0px 2px; 
	/*border-bottom: 1px #333333 dotted;
	background-color: #F8F1E7;*/
	text-decoration: none;
}
h4 a:hover, .h4 a:focus {
	margin: 0px;
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding: 0px 0px 0px 2px; 
	/*border-bottom: 1px #333333 dotted;
	background-color: #F8F1E7;*/
	text-decoration:none;
}
h5 {
	margin: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #F8F1E7;
}
h5 a {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #F8F1E7;
	text-decoration:underline;
}
h5 a:hover, .h5 a:focus {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #F8F1E7;
	text-decoration:underline;
}
h6 {
	margin: 0px;
	margin-bottom:5px;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color:#dc332b;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	border: #CCCCCC 1px solid;
	background-color: #EBEBEB;
	text-decoration:none;
}
h6 a
{
font-size: 90%;
	font-style: normal;
	font-weight: bold;

	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	color: #dc332b;

	background-color: #EBEBEB;

	text-decoration: none;
	border-bottom: #CCCCCC 1px solid;
}
h6 a:hover, h6 a:focus
{
	font-style: normal;
	font-weight: bold;

	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	color: #dc332b;

	background-color: #EBEBEB;

	text-decoration:underline;
	border-bottom: #CCCCCC 1px solid;
}

p a:link {
	color: #0066CC;
}
p a:visited {
	color: #0066CC;
}
p a:hover {
	color: #6699cc;
	/*background-color: #6699cc;*/
}


/*    ################    Upper Portion of the site with banner and main navigation    ################   */

.oneColFixCtrHdr #banner {
	position: relative;
	width: auto;
	height:70px;
	background-color:#fff;
	padding-bottom: 0px;
	padding-top:0px;
	background-image:url(file://///hek201/Websites/HektoenInternational2011/images/banner1.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #banner2 {
	position: relative;
	width: auto;
	height:auto;
	background-color:#fff;
	padding-bottom: 0px;
	padding-top:0px;
	background-image:url(file://///hek201/Websites/HektoenInternational2011/images/BG_5.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #bannerJournal {
	position: relative;
	width: auto;
	height:70px;
	background-color:#fff;
	padding-bottom: 0px;
	padding-top:0px;
	background-image:url(../images/banner_journal01.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #bannerJournalMain {
	position: relative;
	width: auto;
	height:70px;
	background-color:#fff;
	padding-bottom: 0px;
	padding-top:0px;
	background-image:url(../images/HekIntBkgrnd.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.oneColFixCtrHdr #tagline{
	color: #666666;
	font-size: 70%;
	font-style:italic;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
}

.oneColFixCtrHdr #mainnav{
	height:28px;
	background-color:#6699cc;
	background-image:url(file://///hek201/Websites/HektoenInternational2011/images/bg.gif);
	border-width:0px;		
}

.oneColFixCtrHdr #mainnavleft{
	width:709px;
	float:left;
}

.oneColFixCtrHdr #mainnavright{
	width:240px;
	float:right;
}
.oneColFixCtrHdr #mainnavrightLibrary {
	width:300px;
	float:left;
}

.oneColFixCtrHdr #mainnavrightSrch {
	padding-top: 3px;
	text-align: right;
	padding-right: 10px;
}

.oneColFixCtrHdr #ISSNTier {
	border-width:0px;
	width: 950px;
	height: 60px;
}
.oneColFixCtrHdr #ISSNTierLeft {
	width:545px;
	float:left;
	padding-left: 5px;
}
.oneColFixCtrHdr #ISSNTierLeft1Line {
	width:auto;
	float:left;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-left: 3px;
}

.oneColFixCtrHdr #ISSNTierMid {
	width:100px;
	float: left;
	margin-top: 2px;
}
.oneColFixCtrHdr #ISSNTierRight {
	width:300px;
	float:right;
	text-align: right;
	margin-top: 5px;
}
.oneColFixCtrHdr #mainnav .searchButton{
	background:none;
	color:#ffffff;
	border:0px none #fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
.oneColFixCtrHdr #mainnav .searchButton:hover {
	color:#fff;
	text-decoration:underline;
}
#logobox {
	position: relative;
	top: 0px;
	left: 10px;
	width: auto;
	float:left;
	padding-bottom: 5px;
	background:#FFFFFF;
}
#title {
	height: 30px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #0066CC;
	float: left;
	background-color:#FFFFFF;


}
#titleBig {
	font-family: Arial, Helvetica, sans-serif;
	color: #dc332b;
	font-size: 150%;
	font-weight: bold;
}
#titleSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #dc332b;
	font-size: 80%;
	font-weight: bold;
}

/*    ################    defines the style for horizontal dividers    ################   */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*    ################    Home page panels    ################   */
#textbox {
	width: 100%;
	float:left;
	/*margin:5px;
	margin-top:0px;
	background: #D6E7F7;*/
	background: #F8F1E7;
	border:#999999 solid 1px;
	padding: 3px;
}
.textbox p {
	font-size: 80%;
	text-align:left;
	font-family:"Monotype Corsiva", "Brush Script MT";
	font-weight: bold;
	color: #003399;
	padding:0px 5px;
}

#textbox2 {
	width: 95%;
	
	/*margin:5px;
	margin-top:0px;*/
	background: #CCCCCC;
	border:#999999 solid 1px;
	padding: 3px;
	text-align:left;
}
.textbox2 p {
	font-size: 80%;
	text-align:left;
	font-family:"Monotype Corsiva", "Brush Script MT";
	font-weight: bold;
	color: #003399;
	padding:0px 5px;
}

.oneColFixCtrHdr #textboxWhite {
	width: 100%;
	float:left;
	border:#999999 solid 1px;
	padding: 0px 0px 3px 0px;
	margin:0px;
}

.oneColFixCtrHdr #textboxWhite2 {
	width: 100%;
	height:80px;
	float:left;
	border:#999999 solid 1px;
	padding: 0px 0px 3px 0px;
	margin:0px;
}
	
.oneColFixCtrHdr #textboxWhite3 {
	width: 100%;
	height:508px;
	float:left;
	border:#999999 solid 1px;
	padding: 0px 0px 3px 0px;
	margin:0px;
}
/*    ################    Container for Images    ################   */
.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size:60%;
	border: #6699cc solid 2px;
}
.leftimageNoBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size:60%;
}
.rightimage {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	font-size:60%;
	border: #6699cc solid 2px;
}
.rightimageNoBorder {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size:60%;
	
}
.centerimage {
	border: #6699cc solid 2px;
	text-align: center;
}
/*    ################    Format for picture quotes    ################   */
.picquote {
	font-size: 70%;
	width: 70%;
}

/*    ################    Format for tables   ################   */
table.contacts
{ width: 100%;
background-color: #fafafa;
border: 0px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #D4E6F7;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
padding-left: 3px;
color: #404040; }


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

td.contact ul li
{
	font-size:100%;
	padding-bottom:0px;
	margin:0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
padding:0px;
}

.thumbnail:hover{
background-color: #6699cc;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.miniBox{
	display: inline;
	float: left;
	width: 300px;
	height: 130px;
	margin: 5px 0px 0 0;
	overflow: hidden;
    }
.miniBox .albumTitle a.nav {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    }

.miniBox .albumTitle a.note {
    font-size: 11px;
    }
.miniBox .albumTitle a:hover {
	color:#000000;
	background-color: transparent;
    }
.miniBox .photo {
    width: 102px;
    }
.imgBorder {
    border: solid 1px #999999;
    }
.spacer {
    clear: both;
    }
	
.superscript {
	vertical-align: super;
	font-size:8px;
	}
.subscript {
	vertical-align: sub;
	font-size:8px;
	}	



.tableGray {
	background-color:#EBEBEB;
	border-color:#000000;
	border:none;
	}
.tablePeach {
	background-color:#F8F1E7;
	border:none;
}

.sharethis {
	margin-left:5px;
}

.libraryTable {

}

.libraryTable a:link {
	color: #993300;
	font-weight:bold;
}
.libraryTable a:visited {
	color: #993300;
	font-weight:bold;
}
.libraryTable a:hover {
	color: #6699cc;
	font-weight:bold;
	/*background-color: #6699cc;*/
}
.libraryTable h1 {
	margin: 0px;
	margin-bottom:5px;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;/*#993300;*/
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	text-decoration:none;
}
.LinksHeading {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #369;
}


/*blockquote {
	display:list-item;
	list-style-image:url(../images/quotes1.png);
	padding-right:3px;
	padding-left: 3px;
	text-indent: 0px;
	background: url(../images/quotes2.png);
	background-position:bottom right;
	background-repeat: no-repeat;
}
blockquote p {
	line-height: 1.8;
	margin: 0;
	
	display: inline;	
	padding-right: 24px;
	background: url(../images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}*/
#CoName_FirstLtrCap {
	font-size: 24px;
}
.oneColFixCtrHdr #container #tiercontainer #tier2area {
	padding-top: 2px;
}
#DonateButton {
}
.quoteoftheday {
	font-family: "Trajan Pro";
	font-size: 16px;
	color: #369;
	font-weight: bold;
}
.leftborder {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFF;
	height: auto;
}

