html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
#container {
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#header {
	width: 1005px;
	height: 130px;
}
.logo {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 128px;
	width: 383px;
}
.logo a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
#nav-box {
	float: left;
	width: 622px;
	height: 20px;
}
#nav-box ul#navlist {
	z-index: 5000;
}

#nav-box ul#navlist li {
	list-style:none;
	position: relative;
	float: left;
	width:auto;
	padding-left: 5px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#nav-box ul#navlist li a {
	display: block;
	padding: 0;
	color: #FF9;
	text-decoration: none;
	text-align: center;
    background:#000;
}

#nav-box ul#navlist li a span {
	padding: 0 15px 0 10px;
   /*	background: url(arrow.gif) no-repeat 100% 50%;  optional */
}

#nav-box ul#navlist  li ul {
	display: block;
	position: absolute;
	/* hidding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
	width: 162px;
	padding: 3px 8px 3px 8px;
	background-color: #000000;
}

#nav-box ul#navlist  li:hover ul,
#nav-box ul#navlist  li.over ul /* This is for Internet Explorer 6  */
{
    display: block;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 4000;
    width: 146px;
}

#nav-box ul#navlist  li ul li {
    width: 146px;
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}

#nav-box ul#navlist  li:hover ul li a,
#nav-box ul#navlist  li.over ul li a {
    display: block;
    width: 126px;/*this is to adjust if used some background image for dropdown */
    background: transparent;
    padding: 15px 10px;
    text-decoration: none;
    margin: 0;
    color: #FFFFFF;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
}

#nav-box ul#navlist li ul li a:hover {
	color: #fff;
	background-color: #000000;
}

#nav-box ul#navlist li.active a,
#nav-box ul#navlist li a:hover,
#nav-box ul#navlist li:hover a,
#nav-box ul#navlist li.over a {
	background-color: #000000;
}
#social-box {
	float: left;
	height: 100px;
	width: 520px;
	margin-left: 102px;
	text-align: right;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#slidebox {
	height: 400px;
	width: 1005px;
}
#contact-infobx {
	width: 1005px;
	height: 30px;	
	color: #FFF;
	text-align: center;
	
}
#contact-info li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#contact-info li a {
	color: #FFFFFF;
	text-decoration: none;
}
#content-top {
	background-image: url(contentbgtop.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 1005px;
}
#content-area {
	background-image: url(contentbg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 1005px;
	background-position: left top;
}
#sidebar {
	float: left;
	height: auto;
	width: 255px;
	margin-top: 10px;
}#sidebar-social-box {
	height: 100px;
	width: 245px;
	text-align: center;
	background-color: #1F1F1F;
	margin-left: 10px;
}
#main-content {
	float: left;
	height: auto;
	width: 730px;
	margin: 10px;
}
#content-bottom {
	background-image: url(content-bottom-rs.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 1005px;
}
#content-bottom-wp {
	background-image: url(content-bottom-rs.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
}
.sidebar-info {
	text-align: left;
	background-color: #1F1F1F;
	padding-bottom: 50px;
	padding-top: 25px;
	height: auto;
	width: 230px;
	margin-left: 10px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 5px;
}
.sidebar-info-wp {
	text-align: left;
	background-color: #1F1F1F;
	padding-bottom: 50px;
	padding-top: 25px;
	height: auto;
	width: 230px;	
	font-size: 16px;	
	padding-right: 5px;
}
.content-info {
	background-color: #FFF;
	width: 710px;
	font-size: 14px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 75px;
	height: 100%;
}
#footer {
	height: 20px;
	width: 1005px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
footertext {
}
.footertext a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footertext a:hover {
	color: #FF9;
	text-decoration: none;
}
.clear {
	clear: both;
}
.sb-text {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
}
.sb-text ul li{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: disc;
	margin-left: 25px;
}
.main-titles {
	text-align: center;
	margin-bottom: 10px;
}
.main-sub-titles {
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	text-align: left;
	font-size: 14px;
}
.home-subtitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.specials_pricing {
	padding-left: 10px;
	color: #666666;
	margin-bottom: 10px;
}
.pricelist {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
.specials_pricelist {
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;	
	background-image: url(cam_icon.png);
}
.additionalprices {
	float: left;
	width: 350px;
	font-size: 14px;
	text-align: right;
	margin-right: 5px;
}
.wallportraits {
	float: left;
	width: 350px;
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
}
.ambassador_photo {
	background-image: url(Senior-2013.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 473px;
	width: 710px;
}
.form_left {
	float: left;
	width: 195px;
	height: 30px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.form_right {
	float: left;
	width: 400px;
	height: 40px;
}
.form_rightS {
	float: left;
	width: 510px;
	height: auto;
}
.link_colleft {
	float: left;
	height: auto;
	width: 355px;
}
.link_colright {
	float: left;
	height: auto;
	width: 345px;
	margin-left: 10px;
	word-wrap:break-word;
}
.recent-photos-button {
	background-image: url(recent-photo-button2.png);
	background-repeat: no-repeat;
	float: right;
	height: 60px;
	width: 220px;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.recent-photos-button a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
/* slide show */
#slideshow {
	width: 1005px;
	z-index: 6;
	position: relative;
	height: 400px;
}
 
#slideshow IMG {
	z-index:7;
	opacity:0.0;
	position: absolute;
	left: 0px;
	top: 0px;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
	z-index:8;
}
.PP-box {
	height: 80px;
	width: 140px;
	float: right;
	margin-top: 10px;
}
.red-text {
	color: #FF0000;
}
