html, body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/background.gif);
}

#header {
	width:100%;
	height:162px;
	text-align:left;
	background-image: url(images/headerback.jpg);
	background-repeat: repeat-x;
	display: block;
	float: left;
	background-position: 0 -10px;
}

a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration:none;
	color: #2369B3;
}

a:hover {
	text-decoration:none;
	color: #35A724;
}

h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
/*	color:#263067; */
	color:#000000;
}

h2 {
	font: bold 14px tahoma, "Lucida Grande", Verdana, Sans-Serif;
	color:#263067;
	padding-top: 8;
}

h6 {
	font: 11px tahoma, Lucida Grande, Verdana, Sans-Serif;
	color:#5EAC05;
	font-weight:bold;
	float:right;
	vertical-align: bottom;
	padding-right: 30px;
}

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	display: block;
}

#content {
	width: auto;
}

#left_box {
	margin-top:10px;
	padding-top:28px;
	padding-bottom:30px;
	float:left;
	width: 340px;
	margin-left: 20px;
	margin-right: 40px;
}
#portfolio_box {
	margin-top:10px;
	padding-top:1px;
	padding-bottom:10px;
	float:left;
	width: 312px;
	margin-left: 9px;
	margin-right: 9px;
}

#navigation {
	width:200px;
	float:left;
	margin-top: 10px;
	padding-top: 36px;
}

#navigation p {
	font-weight: bold;
	color: #263067;
	font-size: 14px;
	margin: 10px 0px 0px 10px;
}

#navigation ul {
	margin:10px 0px 0px;
	list-style:none;
}

#navigation li {
	padding: 2px 0;
	margin: 5px 0 5px 3px;
	font-weight:bold;
}

#right_box {
	float:left;
	margin-top: 10px;
	padding-top: 40px;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 340px;
}

#thumbnails {
list-style-type: none;
margin:0px;
padding:0px;
}

#thumbnails li {
	margin:0;
	padding:0;
	float:left;
}
#logopic{
	width: 280px;
	float: left;
	margin-top: 14px;
	margin-left: 20px;
}

#footerlogo{
	width: 280px;
	float: left;
	margin-top: -124px;
	margin-left: 20px;
}

.photocontainer {
	width:130px;
	height:100px;
	margin:10px;
	background-color: #fff;
	border: 1px solid #333;
	float:left;
	clear: none;
}
.frontphoto{
	width:544px;
	height:383px;
	background-color: #fff;
	float:left;
	clear: none;
	overflow:hidden;
}

.frontphotoholder{
	padding:2px 2px 2px 2px;
	background-color: #fff;
	border: 1px solid #333;
	float:left;
	clear: none;
	z-index:1000;
}

.photo {
	width:120px;
	height:90px;
	border: 1px solid #666666;
	margin-top: 4px;
	margin-left: 4px;
}
.logo{
}

#footer {
	width:100%;
	margin-top:26px;
	height: 170px;
	padding-top:18px;
	text-align:center;
	font: 10px Arial, Helvetica, sans-serif;
	clear:both;
	border-top:2px solid #000;
	color: #000000;
	background-color: #E0E2E3;
	background-image: url(images/headerback.jpg);
	background-repeat: repeat-x;	
}
#footer p {
	margin-top: 0px;
}

#footer a {
color:#CCCCCC;
border-bottom:1px dotted #fff;
}

#footer div.logos {
	clear: none;
	float: left;
	text-align: left;
	padding-left: 40px;
}
#footer div.logos img {
	vertical-align: top;
}
#footer div.copyright {
	clear: none;
	float: left;
	width: 45%;
	margin-right: auto;
	margin-left: auto;
}

#login a:link, #login a:active, #login a:visited {
	color: #263067;
}
#login a:hover {
	color: #38B431;
}
#login {
	width: 100px;
	float: right;
	font-size: 13px;
	margin-top: 125px;
	margin-right: 60px;
}

.PFphoto {
	width:300px;
	height:100px;
	border: 1px solid #666666;
	margin-top: 4px;
	margin-left: 4px;
}
.PFphotocontainer {
	background-color: #fff;
	border: 1px solid #333;
	margin-bottom: 12px;
	display: block;
	width: 310px;
/*	height: 110px; */
}
.PFphotocontainer:hover{
	background-color:#ECEDEB;
}
.PFphotocontainer h3 {
	margin-left: 4px;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: normal;
}

/* popup thumbsnails*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 2px;
	border: 1 solid #333;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: -200px; /*position where enlarged image should offset horizontally */
}
.hide {
	display: none;
}

#header_contact{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
margin-top:18px;
margin-left:300px;
padding-left:42px;
line-height:26px;
}

#navbar{
margin-left:0px;
padding-left:0px;
margin-top:136px;
background-image:url(images/navback2.png);
background-repeat:repeat-x;
position:absolute;
left:0;
float:left;
width:100%;
height:40px;
}

#navbar ul {
margin: 0;
padding: 5px; /* Set margin and padding for cross browser consistency. */
list-style-type: none; /* Needed to eliminate list item marker */
text-align: center; /* Centers navigation bar */
padding-top:12px;
}

#navbar ul li {
display: inline; /* Needed to create horizontal effect */

}

#navbar ul li a {
text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */
padding: .7em 1em; /* Gives the link space inside it's individual block. */
color: #fff; /* Set as desired */
 /* background-color: #000;Set as zdesired */
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 
margin-top:10px;
}

#navbar ul li a:hover {
color:#FFFF00;
background-image:url(images/small_chk.png);
background-repeat:no-repeat;
padding-left:32px;
background-position:5px 8px;
 /* background-color: #fff;Both of these values create the "Rollover effect, Set as desired */
} 