body {background-image:url('../images/background.jpg');
	background-repeat:repeat;
	font-family: 'News Cycle', Arial, sans-serif;
	font-size: 15px;
	color:#3a3f40;}
div#wrapper
	{width:1028px;
	margin:0 auto;}
a:visited
	{border:none;}

/*begin header css*/
div#header
	{width: 100%;
	position: relative; 
	/*text-align: center;*/}
	 
/*begin navigatgion css*/

div#list
	{width:122px;
	float: left; /*causes list to display horizontally*/
	font-size:1.25em;
	/*background-color:#004080; navy*/
	margin:0px;
	
	}

div#list ul
	{border: 0px; 
	margin:0;
	padding:0;
	float: left;
	list-style:none;
	text-align: left;
	width:125px;}

div#list li	
	{float: left;
	/*background-color: #004080; navy*/
	padding:3px;
	/*border-right: 1px solid #C0C0C0 grey;*/
	position: relative;}

div#list a
	{text-decoration: none;
	 color:white;
	 padding: 3px;
	}

div#list li:first-child
	/*{border-left:1px solid #C0C0C0 grey;adds border on far left
	}*/

div#list li:hover
	/*{background-color:#C0C0C0 grey;
	 }*/


/*drop down here*/

div#list ul li ul
	{margin:0px; /*prevents temp value inheriting from the horizontal menu*/
	 width: 10em; /*sets width of menu, when in combo with 100%li makes menu stack*/
	 position: absolute;
	 left:-1px;}

div#list ul li ul li 
	{width: 100%; /*makes list item fill list container*/
	 border-left: 1.5px solid white;
 	 /*border-bottom: 1.5px solid white;*/
	 border-right: 1.5px solid white;}

/*div#list ul li ul li:first-child
	{border-top: 1.5px solid white;}*/

div#list ul li:hover ul 
	{display:block;}/*shows the drop down when menu is hovered*/

div#list ul li ul 
	{display:none;} /* conceals the drop-down when menu not hovered */

body div#list ul li ul li ul 
	{visibility:hidden;
	 left: 10em;
	 top: -1px;} /*same as display none*/

div#list ul li ul li:hover ul
	{visibility:visible;}/*same as display block*/

div#list ul a
	{/*white-space:nowrap;*/
	display: block;}

/*begin main page navigatgion css*/

div#listcentered
	{width:1024px;
	float: left;
	margin:0 33%;
	}

div#listcentered ul
	{border: 0px; 
	padding:0;
	list-style:none;
	text-align: left;
	}
div#listcentered ul li
	{border: 0px; 
	width: 135px;
	float: left;}

div#listcentered a
	{text-decoration: none;
	 /*color:white;*/
	 padding: 0px;
	}
/*begin gallery css*/

.tn	{float: left;
	 border: 3px dashed #C0C0C0 /*grey*/;
	 margin: 0 5px 5px 0;
	 padding: 5px;
	 background-color: white;}

.text	{margin: 0;
	 font-size: 13px;
	 font-style: oblique;
	 text-align: center;
	 /*color: #004080; navy*/
	 }

.clearboth	{clear: both;}

/*a:link	{color: #004080; navy
		}*/

.center	{margin:0 auto;
		 padding-top: 0px;
	 	 width: 620px;}

div#rounded	{background-color: #fff; 
	height: auto; width:630px;
	border-radius:50px 50px 50px 50px; 
	margin: 0 auto; padding: 10px 5px 10px 30px;}

#roundedgal	{height: auto; width:700px;
	border-radius:50px 50px 50px 50px; 
	margin: 0 auto; padding:0px ; }

.enlargements {font-size: 18px;
		   font-weight: bold;}

