﻿/* CSS layout */

/* Font sizing hack for consistency */

*html body {
    font-size:	x-small; /* for IE5 Win */
    f\ont-size: medium; /* for other IE versions */
}

html>body {
    font-size: small; /* be nice to opera */
}


body {
	margin: 0px;
	background-color: #FFFFFF;
	font-size: medium;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #808080;
	line-height: 130%;
	text-align: center;
}



#pop {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	text-align: center;
	padding: 0px;
	
}

#masthead {
	background-color: #A04107;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
}
	
	
/*-------HEADER----------*/


#head  {
	width: 100%;
	text-align: center;
		
}

#top_nav {
	margin: 0px;
	width: 100%;
	background-color: #F0F0F0;
	text-align: center;
}

#top_nav ul {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	padding: 0px;
	}
	
#top_nav li {
	display: inline;
	}
	
#top_nav a {
	font-family: Arial, sans-serif;
	font-size: 110%;
	line-height: 160%;
	color: #A04107;
	margin: 0px;
	text-decoration: none;
	text-align: center;
	padding: 2px 10px 4px 10px;
	border-left: 1px solid #CC6635;
	}
	
#top_nav a.end {
	border-right: 1px solid #CC6635;
	}


#top_nav a:hover {
	background-color: #E6E6E6;
}



/*-------MAIN CONTENT----------*/

#page_content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	text-align: left;
	}


#box_left {
	margin-left: 0px;
	width: 210px;
	font-size: 90%;
	float: left;
	text-align: center;
	}


#box_mid {
	margin-left: 60px;
	width: 210px;
	font-size: 90%;
	float: left;
	text-align: center;

}


#box_right {
	margin-left: 60px;
	width: 210px;
	font-size: 90%;
	float: left;
	text-align: center;
	}


/*-------FOOTER----------*/
#footer {
	border-top: 7px solid #F0F0F0;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
	color: #161616;
	border-top-color: #E6E6E6;
}

#footer_l {
	width: 245px;
	margin: 20px 5px 0px 0px;
	float: left;
	text-align: right;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
}


#footer_m {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 450px;
	border-left: 2px solid #A04107;
	padding-left: 10px;
	}

#footer table {
	color: #161616;
	}

#footer a {
	color: #333333;
	font-weight: normal; 		
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

/*-------OTHER----------*/



p {
	clear: left;
	margin: 0px;
	
	}
	
p.frame {
	border: 1px solid #C0C0C0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


p.right {
	text-align: right;
	margin: 10px 35px 10px 35px;
	font-size: 85%;
	}
	
p.home {
    border-bottom: 7px solid #F0F0F0;
   
	
}

/*-------IMAGES----------*/

img {
	border-width: 0px;
	}

img.right {
	float: right;
	border-width: 0px;
	margin-left: 20px;
	}

img.left {
	float: left;
	border-width: 0px;
	margin: 7px 20px 0px 0px;
	}



img.tn {
	margin-bottom: 10px;
	}

/*-------TEXT----------*/

h1 {
	margin: 30px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #666666;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #808080;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #808080 solid;
	text-align: left;
}

h3 {
	
	font-size: 110%;
	font-weight: normal;
	color: #333333;
	margin: 10px 0px 5px 0px;
	}
	

.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	line-height: 130%;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

.egallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 170%;
	font-weight: normal;
	color: #999999;
	margin: 10px 0px 10px 0px;
	text-align: left;
	}

/*-------TABLES----------*/

table { 
	width: 100%;
	text-align: left;
	line-height: 130%;
	font-size: 100%;
	margin-top: 5px;
	
}


td {
	vertical-align: top;
	}
	
.label {
	font-weight: bold;
	white-space: nowrap;
	width: 20%;
}

/*-------LISTS----------*/



li {
	list-style-position: outside;
	padding-bottom: 10px;

}

ul 	{
	list-style-type: square; 
	margin-top: 5px;
	padding-left: 15px;
	margin-left: 10px;
	line-height:140%; 
	margin-bottom: 3px;
		}




/*-------NAVIGATION----------*/


a:link {
	color: #808080;
	text-decoration: none;
	}

a:visited {
	color: #808080;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	text-decoration: none;
	}
	

	
/*-------HACKS----------*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* self clearing rules */
	   #top_nav:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #top_nav { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #top_nav { display: block; }
      /* End hide from IE-mac */

/* self clearing rules */
	   #page_content:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #page_content { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #page_content { display: block; }
      /* End hide from IE-mac */

/* self clearing rules */
	   #footer:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #footer { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #footer { display: block; }
      /* End hide from IE-mac */



