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

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

body{
	font-family: "trebuchet MS", Arial, sans-serif, Verdana;
	background-image: url(background/background.gif);
	background-repeat: repeat;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}

a:link, a:visited, a:hover {
	color:#666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:"trebuchet MS", Arial,sans-serif,Verdana;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family:"trebuchet MS", Arial,sans-serif,Verdana;
	font-size: 120%;
	color: #FC9F13;
}

h2{
 font-size: 114%;

}

h3{
 font-size: 100%;

}

h4{
 font-size: 100%;
 font-weight: normal;

}

h5{
 font-size: 100%;

}

b{
font-size:100%;
font-style:italic;
}

ul{
 list-style-type: square;
}

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

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

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

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


#wrapper {
	background-color: #FFFFFF;
	margin: 30px auto 5px;
	border: 1px solid #ccc;
	width: 1100px;
}

#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;

	
}

#navBar{
	padding: 5px 0px;
	background-color: #FFFFFF;
	background-color:#FFFFFF;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 79%;

}

#content{
	float:right;
	width: 70%;
	margin: 0 30px 0 0;
	padding: 10px;
	background-color:#FFFFFF;
	font-size: 95%;
	

}


#content_{
	float:right;
	width: 70%;
	margin: 0 30px 0 0;
	padding: 10px;
	background-color:#FFFFFF;
	font-size: 90%;
	

}

#content_album{
	float:right;
	width: 70%;
	margin: 0 30px 0 0;
	padding: 10px;
	background-color:#FFFFFF;
	font-size: 90%;
	

}



#content_foto{
	float:right;
	width: 70%;
	margin: 0 30px 0 0;
	padding: 10px;
	background-color:#FFFFFF;
	font-size: 90%;
	height: 400px;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 0px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#header{
	background-image: url(images/logo_header2.gif);
	height: 180px;
	background-repeat: no-repeat;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-position: 20px;
}

#header img{
	margin-left:270px;
	margin-top:10px;

}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	padding-bottom: 10%;
	background-repeat: no-repeat;
	background-position: left;
}


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

#pageName{
	padding: 0px 0px 10px 10px;
}


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

#globalNav{
	color: #cccccc;
	font-size: 95%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	margin-bottom: 30px;
}
/* '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: 90%;
	white-space: nowrap;
	letter-spacing: 3px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}





/************** .feature styles ***************/

.feature{
	padding: 20px 0px 10px 10px;
	font-size: 90%;
	border: 1px solid #ccc;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature iframe{
	width:950px;
	height:600px;
}



/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: none;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
	float: right;
}

.story p{
	padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px;
	background-color: White;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	margin-top: 30px;
}
/* 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;
}



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

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

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	border-top: thin solid #cccccc;
	border-right: thin solid #cccccc;
	border-bottom: thin #cccccc;
	border-left: thin solid #cccccc;
}

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

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0px 5px 10px;
	background-color: #F2F2F2;
}

#sectionLinks a:hover{
	border-top: 1px inset #cccccc;
	background-color: #E6E6E6;
	background-image: none;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #cccccc;
}

#google {
	margin-top: 60px;
	position:relative;
}


/*********** .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%;
	border-top: 1px solid #cccccc;
	margin-top:20px;
}

#advert img{
	display: block;
}


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

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

#headlines p{
	padding: 5px 0px 5px 0px;
}
/************** #iframe          ****************/
.iframe{
	padding:10px;
	margin:10px;

}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

