/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #EFF8EF;
	border: none;
}

a:link, a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #004040;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	background-color: #DCF0DC;
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */

/* Logo area */
.logoarea {
	background-image: url(images/background_logoarea.gif);
	background-color: #CCE6CC;
	color: #B9DBB9;
	background-position: center;
	text-align: center;
	background-repeat: repeat;
	padding: 0px;
	border-top: none #A0CFA0;
	border-right: #A0CFA0;
	border-bottom: #A0CFA0;
	border-left: #A0CFA0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 140%;
 color: #002F00;
}

h2{
	font-size: 124%;
	color: #000000;
	padding-bottom: 10px;
}

h3{
 font-size: 110%;
 color: #23353A;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	font-weight: normal;
	border-bottom: thick;
}

ul ul{
	list-style-type: disc;
	border-bottom: 8px;
}

ul ul ul{
 list-style-type: circle;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: none #cccccc;
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
}

#navBar{
	margin: 0 78% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: #cccccc;
	border-left: #cccccc;
}

#content{
	float: right;
	width: 75%;
	margin: 0;
	padding: 0 1% 0 2%;
	background: #D6EDD6;
	text-align: justify;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/*************** #pageName styles **************/

#pageName{
	padding: 20px 10px 30px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #000000;
	padding: 10px;
	white-space: nowrap;
	background-color: #CCE6CC;
	font-weight: normal;
	text-align: center;
	line-height: normal;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 100%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 25px;
	font-size: 100%;
}

.feature h3{
	padding: 0px 0px 10px 5px;
	text-align: left;
}

.feature img{
	float: right;
	padding: 5px 2px 5px 8px;
	margin: 0 2px 5px 5;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 10px 5px;
	font-size: 100%;
}

.story img{
	float: right;
	padding: 3px 5px 3px 8px;
	margin: 0 5px 5px 0;
}

.story p{
	padding: 0px 0px 10px 5px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
	background: #A0CFA0;
	text-align: center;
	width: 75%;
	float: right;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	font-style: italic;
	text-align: center;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar{
	background-color:#A0CFA0
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #A0CFA0;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	color: #408080;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}	

	
/************** #author styles **************/	

#author{
	margin: 0px 20% 0px 0px;
	padding: 10px 0px 20px 10px;
	font-size: 100%;
	font-style: italic;
	text-align: right;
}


/************** image styles **************/

#img descript{
	font-style: italic;
	margin: 10px;
	font-weight: bold;
	page-break-after: left;
}

.table1{
	text-align: center;
	vertical-align: middle;
	float: left;
	image-border: 2px
}

.table-right {
	text-align: right;
	float: none;
	image-border: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

.thumbnail-left, .thumbnail-right{
       float: left;
       width: 170px;
	   margin: 0 10px 10px 0;
       padding: 5px 0;
       text-align: center;
       border-right: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
       font-size: 75%;
	   }
    .thumbnail-right{
       float: right;
       margin: 0 0 15px 15px;
}

.galery-left, .galery-right{
	float: left;
	text-align: left;
	top: 5px;
	border-bottom: #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
    .galery-right{
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

.galery-center{
	float: none;
	text-align: center;
	top: 5px;
	border-bottom: #ccc;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.blockquote{
	text-align: justify;
	vertical-align: middle;
	float: left;
	font-style: italic;
	font-weight: normal;
	text-indent: 25px;
	border: medium solid #A0CFA0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 95%;
}

#counter{
	margin: 5px 5px 10px 10px;
	vertical-align: middle;
}
