/* 
 * Global style sheet
 * Portrait Place
 * Copyright 2006 - ITbyUs
 * Author David Dale
 */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

a:hover {
	color: #556B2F;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
}

h1, .heading1 {
	font-size: 28px;
	font-weight: normal;
}

h2, .heading2 {
	font-size: 18px;
	font-weight: normal;
}

h3, .heading3 {
	font-size: 14px;
	font-weight: bold;
}

h4, .heading4 {
	font-size: 12px;
	font-weight: bold;
}

p, ul, ol, li, h1, h2, h3, .h4, h5 {
	margin: 0 0 10px 0;
}

table, td, th {
	font-size: 100%;
	text-align: left;
	
}

ul, ol {
	margin-left: 20px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

.admin {
	text-align: right; 
	float:right;
}

.adsml {
	margin-top: 100px;
}

.body {
	background-color: #000;
	text-align: center;
}

.content {
	padding: 20px;
}

.contentContainer { height:355px;
margin-right:-10px;
overflow-x:hidden;
overflow-y:auto;
padding-right:10px;
position:relative;
z-index:2; }

div.banners { height: 120px; overflow: hidden; position: relative; }

.banners p {
	margin: 0;
	position: absolute;
	bottom: 0;
}

.layout {
	clear: both;
}

#main {
	background-color: #fff;
	position:relative;
	height: 480px;
	width:auto;
	width:55.5%;
	z-index:1;
}

td#photo { background:#fff;  width:auto; width: 44.5%; }

#header {
}

#header #logo {
	margin: 10px 0;
}

#main {
	background-color: #D4E198;
	background-image: url(../images/main-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}

#menu {
	background-image: url(../images/tab-bg.gif); 
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ABB96F;
	width: 100%;
}

#menu.tabhome { background-image: url(../images/tab-bg.gif); }
#menu.tab1 { background-image: url(../images/tab1-bg.gif);  }
#menu.tab2 { background-image: url(../images/tab2-bg.gif); }
#menu.tab3 { background-image: url(../images/tab3-bg.gif); }
#menu.tab4 { background-image: url(../images/tab4-bg.gif); }
#menu.tab5 { background-image: url(../images/tab5-bg.gif); }
#menu.tab6 { background-image: url(../images/tab6-bg.gif); }
#menu.tab7 { background-image: url(../images/tab7-bg.gif); }
#menu.tab8 { background-image: url(../images/tab8-bg.gif); }

#menu li {
	display: inline;
	margin: 0;
	float:left;
	text-align:center;
	position: relative;
	z-index:5;
	}

#menu li a {
	color: #000;
	display: block;
	font-size: 9px;
	padding: 4px .2em 4px .8em;
	text-decoration: none;
	width: auto;
}

#menu li a:hover {
	color: #556B2F;
}

#menu li#tab1 { width: 8.4em; }
#menu li#tab2 { width: 10em; }
#menu li#tab3 { width: 9.4em; }
#menu li#tab4 { width: 9.4em; }
#menu li#tab5 { width: 9.4em; }
#menu li#tab6 { width: 9.6em; }
#menu li#tab7 { width: 9.5em; }
#menu li#tab8 { width: 9em; }

#menu li#tab1 ul {  }
#menu li#tab2 ul { margin-left:12px; }
#menu li#tab3 ul {  margin-left:5px; }
#menu li#tab4 ul {  margin-left:5px;  }
#menu li#tab5 ul {  margin-left:5px; }
#menu li#tab6 ul {  margin-left:5px;  }
#menu li#tab7 ul {  margin-left:5px;  }
#menu li#tab8 ul {  margin-left:-5px; }

#menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	float:left;
}

#menu li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	z-index: 100000;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: 0px;
	z-index: 100;
	padding-bottom: 10px;
	padding-left:1px;
	background: transparent url(/site/images/menu-bottom.gif) bottom left no-repeat;
	z-index: 100000;
}

#menu li:hover ul li, #menu li.sfhover ul li {

}

#menu li:hover ul li a, #menu li.sfhover ul li a {
	display: block;
	width: 100%;
	width: 92px !important;
	position:relative;
	left:-1px;
	padding:3px;
	color:#666;
	background-color:#BCDC99;
	float:left;
}
#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {
	color:#000;
}

#wrapper {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
}

#galleryLink {
	float: right; width: 165px;
}

#galleryLink a {
	text-decoration: none;
}

#galleryLink a img {
	margin: 3px;
	display: block;
	float:left;
}

#galleryLink div {
	margin-top: 5px;
	clear:both;
	width:95%;
	padding-left:3%;
}

#galleryLink div a {
	text-decoration: underline;
	font-style:italic;
}

#galleryThumbs, #galleryThumbs *  {
	margin:0;
	padding:0;
}
ul#galleryThumbs {
	list-style-type:none;
	width: 100%;
}
#galleryThumbs li {
	display: inline;
}
#galleryThumbs li a {
	text-decoration:none;
}
#galleryThumbs li a img{
	border: 1px solid #5F3D3C;
	margin: 3px;
}

#footer { padding: 1em; color:#ccc;  align:center; width: 750px; margin:auto;  }
#footer a { color: #ccc; }
#footer p span { float: left; padding-right:20px;  }
#footer p { text-align:center; }
