﻿/***********************************************/
/* fluidleftnav.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ffffff url(bg_grad_green178.jpg) fixed repeat-y;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*Image settings*/
img {
	border-style: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 10px;
	padding-left: 179px;
	right: 0px;
	margin: 0 auto;
}

#pageNav{
	position:absolute;
	top: 0px;
	left: 0px;
	float: left;
	width:178px;
	font: small Verdana,sans-serif;
	text-align:center;
	z-index: 100;
}

#pageLogos{
	position:absolute;
	bottom: 0px;
	left: 0px;
	float: left;
	width:178px;
	font: small Verdana,sans-serif;
	text-align:center;
	z-index: 100;
}


#content{
	padding: 0px 10px 1em 20px;
	/*background-color: #ffffff;*/
	bottom: 0px;
	margin: 0 auto;
	text-align:center;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #ffffff;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

html>body #content {height: auto;}

/************** siteInfo styles ****************/

#siteInfo{
	margin-bottom: 10px;
	font-size: small;
	text-align:center;
	color: #cccccc;
	padding: 10px 10px 20px 10px;
	/*border-top: 1px solid #cccccc;*/
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding-top: 20px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks p{
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #C0C0C0;
	margin: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FAFBFD;
}

#sectionLinks a:hover{
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
}

/* Style of the image area in the frontpage */
.maindiv {
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	width: 559px;
	background-color: #FFFFFF;
	padding-top:100px;
	padding-bottom:30px;
	z-index:100;
}

/*Style of each row in the frontpage layout*/
.rowdiv {
		border-width: 0px;
		border-style: none;
		/*margin: 0px;*/
		padding-top: 2px;
		padding-bottom: 2px;
}

/*Style of the blank imageareas in the frontpage layout*/
.spacediv {
		padding: 2px;
}

/*Style of the logo image in the frontpage layout*/
#logospan {
	width: 233px;
}

/*Style of the signature image in the frontpage layout*/
#signaturespan {
	padding: 4px
}

/* Link settings for the links in the frontpage*/
div.rowdiv a {
	padding: 2px;
}
div.rowdiv img {
	vertical-align:top;
}

.cutoutarea {
	position:relative;
	top: 0px;
	font-size: large;
	font-style: normal;
	text-align: center;
	font-weight: 400;
	color: #08615B;
	/*margin-top: 2em;*/
	padding-top: 20px;
	width: 100%;
}

div.cutoutarea a{
	height: 55px;
}

div.cutoutarea span {
	height: 55px;
}

div.cutoutarea img{
	padding: 2px;
	margin:2px;
}

/* Style of the content area in the category pages */
.contentarea {
	position:relative;
	margin-left:auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 0px;
	text-align: center;
	/*width: 500px;*/
	height: 705px;
	vertical-align: bottom;
}

/* The publication layout */
.publication {
	position:relative;
	/*width: 700 px;*/
	text-align:center;
	/*margin-top:1em;*/
	padding-top: 20px;
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 20px;
	margin-bottom: 1em;
}

/* One row in the publications layout*/
.publicationrow {
	position: relative;
	width: 100%;
	border-width: 0px;
	border-style: none;
	margin-bottom: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 350px;
}

/* One row of text in the publications layout*/
.publicationtext {
	position: relative;
	width: 100%;
	border-width: 0px;
	border-style: none;
	margin-bottom: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* One cell in the publications layout */
.publicationleft {
	position: absolute;
	width: 40%;
	left: 5%;
	right: 55%;
	text-align: center;
	vertical-align:top;
	top: 0px;
}

/* One cell in the publications layout */
.publicationright {
	position: absolute;
	width: 40%;
	left: 55%;
	right: 5%;
	text-align: center;
	vertical-align:top;
	top: 0px;
}

/* Text area in the about page */
.abouttext {
	/*margin-top:2em;*/
	border-width: 0px;
	border-style: none;
	padding-top: 20px;
	position:relative;
	margin-left: 5px;
	margin-right:5px;
	text-align: center;
	margin-bottom: 1em;
	min-height: 430px;
}

/* Text area in the contact & privacy page */
.contenttext {
	border-width: 0px;
	border-style: none;
	padding-top: 20px;
	position:relative;
	margin-left: 5px;
	margin-right:5px;
	text-align: center;
	height: 430px;
}

div.abouttext div{
	margin-left:auto;
	margin-right: auto;
	/*margin-bottom: 1em;*/
	width: 100%;
}

div.contenttext div{
	margin-left:auto;
	margin-right: auto;
	/*margin-bottom: 1em;*/
	width: 100%;
}

/* Style of caption text */
.captionstyle {
	font-size: 10px;
}

/********************* end **********************/

