/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.style1 {color: #FFFF00}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
//	background-color: #999999;
background-color: #777EEE;
}

a{
	color: #330099;
	text-decoration: none;
}

a:link{
	color: #330099;
	text-decoration: none;
}

a:visited{
	color: #330099;
	text-decoration: none;
}

a:hover{
	color: #330099;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #FFFFFF;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #666666;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 100%;
}


/*********** #navBar styles ***********/
#navBar{
        position: absolute;
        top: 140px;
	width: 100px;
	background-color: #eeeeee;
//	border-right: 1px solid #cccccc;
//	border-bottom: 1px solid #cccccc;
}

#navBar h3{
	padding: 10px 0px 2px 10px;
}

#navBar a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#navBar a:hover{
	background-color: #dddddd;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; color: #000; text-decoration:none;}
#navBar ul {list-style: none; top:0; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************end navBar***********/

#headlines{
	float: right;
	width: 110px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
//	padding-right: 10px;
}

#content{
	position: absolute;
	left: 120px;
        top: 140px;
}

#photogallery{
	position: relative;
/*	left: 100px;*/
	padding: 0px 0px 0px 5px;
	width: 640px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteHeading{
	position: absolute;
	width: 100%;
	azimuth:center;
}

#siteName{
	float: left;
//	width: 380px;
	color: #FFFFFF;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60px;
}

#siteMotto{
	float: right;
	width: 300px;
        padding-right:10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	color:#FFFFFF;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 100%;
	height: 32px;
	color: #cccccc;
        top: 100px;
        background-image:   url("Images/glbnav_background.gif");
}

#globalNav img{
//	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
}

#gnr {
	position: absolute;
}

#globalLink{
	position: absolute;
/*	top: 6px;*/
	height: 22px;
/*	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;*/
}

a.currentglink, a.glink:visited{
	font-size: small;
	color: #FF3503;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.currentglink:hover{
	background-image: url("Images/glblnav_selected.gif");
	text-decoration: none;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url("Images/glblnav_selected.gif");
	text-decoration: none;
}

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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: absolute;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#collapsibles{
	padding: 0px 0px 5px 5px;
}
