﻿/*
Copyright (c) 2009, EN-Vision Photo
www.en-visionphoto.com*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, "Trebuchet MS", "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 10pt;
	
	scrollbar-base-color: #070707;
	scrollbar-arrow-color: #050100;
	scrollbar-track-color: #514A4D;

}

a:link {color:white; text-decoration:none}
a:visited {color:white; text-decoration:none}
a:active {color:black; text-decoration:none}

body{
	text-align:center; 
	background: #787575 url('../images/back_all.jpg' ) repeat-x top;
	width: 100%;
	margin:10px
}

#header {
	width: 805px;margin: 0 auto;
}
.header {
	font-size:12pt; 
	font-weight:bold;
}
#upperNav {
	width: 800px;
	margin: 0 auto;
	background: url(../images/button.gif) repeat-x;float: left;
	height: 25px;
}

#upperNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#upperNav li {
	float: left;
}

#upperNav a {
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;
}

#upperNav a:hover {
	color: #ffffff;
	background: url(../images/button_r.gif) repeat-x;
}

#menu {
	color: white;
	position: absolute;
	top: 75px;
}
#maintbl {
	height:496px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-position: 50% 50%;
	background-repeat: repeat-y;
}
#mainTx {
	text-align:left;
	color:white;
	margin-left:35px;
	width:370px;
	float:left
}
#Pictures {
	background-image:url('../images/AdvertiseFooter.jpg');
	background-position: 50% 50%;
	background-repeat: repeat-y;
	width:750px;
	height:75px; 
	margin:0 auto auto
}
#News {
	text-align:left;
	color:White;
	margin-left:35px;
	margin-top:35px;
	width:200px;
	
	padding: 0;
	line-height:10px;
}
#News ul {
	margin-top:10px;
	line-height:normal;
}
#News li {
	margin-top:10px;
}
#Resume ul {
	margin-left:10px;
	line-height:normal;
}
#Resume li {
	margin-left:10px;
}

#left
{float: left}
#right
{float: right}

#Event {
	text-align:left;
	color:White;
	margin-right:35px;
	margin-top:32px;
	width:240px;
	float:top;
	padding: 0;
	line-height:14px;
}

#Blog {
	text-align:left;
	color:White;
	margin-right:35px;
	width:200px;
	float:bottom;
	padding: 0;
}

#subTbl {
	color:white;
	margin-left:30px;
	float:left;
	text-align:left
}

#textheader	{
	font-size:12pt
}
#footer {
	width: 750px;
	margin: 0 auto;
	height: 17px;
	background-color: black;
	color: white;
	font-size: 12pt;
}

#scrollbox {
	height:400px;
	margin-left:5px;
	width:710px;
	overflow:auto;
	}

#newsheaderscrollbox {
	float:right;
	margin-top:2px;
	height:32px;
	width:500px;
	overflow:auto;
	}

#newsscrollbox {
	float:right;
	margin-top:5px;
	height:375px;
	width:500px;
	overflow:auto;
	}

.thumbnail {
	float: left;
	margin: 15px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}

.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
	background:  url("images/bg_body.jpg") no-repeat left top;	
	display:block;
	width: 166px;
	height: 175px;
		color: #76B41C;
	font-weight: bold;
}


.thumbnail img{
	background: #000;
	padding: 7px;
	margin: auto;
	display:block;
}

.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/

a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}