/* CSS Document */

html, body { 
	height: 100%; 
}
body {
	background-color: #333;
	margin: 0;
	padding: 0;
	background-image: url(../graphics/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link, a:visited {
	color: #0054A4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
h1 {
	position: relative;
	left: -6000px;
	font-size: 0px;
}
h2, legend {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
}
legend {
	padding: 0 5px;
}
fieldset {
	padding: 0 10px;
	border: 1px solid #ccc;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	margin: 2px 0 4px 0;
	width: 100%;
	font-size: 11px;
	padding: 3px 1px;
}
.blur {
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #F4F4F4;
}
.focus {
	border-style: solid;
	border-width: 1px;
	border-color: #004383 #a6c3df #a6c3df #004383;
	background-color: #FFF;
}
#weddingsWrapper, #portraitsWrapper, #commercialWrapper, #contactWrapper, #aboutWrapper, #homeWrapper {
	width: 705px;
	background-color: #FFF;
	margin: 0 auto;
	background-image: url(../graphics/right-side-back.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#homeWrapper {
	height: 100%;
	background-image: none;
	background-color: #666;
}
#topBar {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.02em;
	background-image: url(../graphics/topbar-back.gif);
	background-color: #808080;
	background-repeat: repeat-x;
	padding: 5px 0 5px 10px;
	color: #fff;
}
#topBar a {
	color: #fff;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-left-color: #777;
	padding: 5px 10px;
}
#topBar a:hover {
	background-color: #555;
	text-decoration: none;
}
#topBar a:active {
	background-color: #555;
}
#logo {
	float: left;
	margin: 18px 0 0 20px;
}
#logo a:hover {
	border: 0;
}
#homeWrapper #logo {
	margin: 10px 0 0 25px;
}
#navBar {
	background-image: url(../graphics/navbar-back.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	background-color: #999;
}
#homeWrapper #navBar {
	background-image: url(../graphics/navbar-back-home.gif);
	background-repeat: repeat-x;
	background-color: #A6A6A6;
}
#navBarBlueLine {
	background-image: url(../graphics/navbar-blue-back.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 10px;
	font-size: 1px;
}
#nav {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .875em;
}
#nav ul {
	margin: 40px 10px 10px 0;
}
#homeWrapper #nav ul {
	margin: 40px 20px 10px 0;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	padding: 40px 10px 10px 10px;
	color: #404040;
	margin: 0;
}
#nav li a:hover {
	background-image: url(../graphics/nav-hover.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}
#nav li a.active {
	background-image: url(../graphics/nav-active.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	font-style: italic;
}
#homeWrapper #nav li a:hover {
	background-image: url(../graphics/nav-hover-home.gif);
	background-repeat: repeat-x;
	border-bottom: 0;
}
#mainPicture {
	float: left;
	width: 100%;
}
#pageTitle {
	background-repeat: no-repeat;
	background-position: 15px 0;
	height: 75px;
	margin: -5px 0 -25px 0;
	float: left;
	width: 100%;
}
#weddingsWrapper #pageTitle {
	background-image: url(../graphics/title-romance.gif);
}
#portraitsWrapper #pageTitle {
	background-image: url(../graphics/title-faces.gif);
}
#aboutWrapper #pageTitle {
	background-image: url(../graphics/title-about.gif);
}
#contactWrapper #pageTitle {
	background-image: url(../graphics/title-contact.gif);
}
#commercialWrapper #pageTitle {
	background-image: url(../graphics/title-commercial.gif);
}
#content {
	width: 100%;
	padding-bottom: 50px;
	clear: both;
}
#homeWrapper #content {
	background-color: #4D4D4D;
	background-image: url(../graphics/home-content-back.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	float: left;
	padding-bottom: 20px;
}
#homeWrapper #content p {
	margin: 8px 0;
}
#homeWrapper #content h2 {
	color: #8C8C8C;
	margin-top: 25px;
	font-size: 16px;
	margin-bottom: 0;
}
#homeWrapper #content a:link, #homeWrapper #content a:visited {
	color: #EEE;
	border-bottom: 1px solid #777;
}
#homeWrapper #content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #bbb;
}
#homeWrapper #content ul {
	margin: 8px 0 0 0;
	padding: 0;
}
#homeWrapper #content ul li {
	list-style-type: none;
	background-image: url(../graphics/bullet-home.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}
#homeWrapper .container {
	width: 195px;
	float: left;
	padding: 0 0 0 25px;
}
#leftSide {
	width: 70px;
	padding-top: 30px;
	float: left;
}
#body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	width: 355px;
	margin-left: 140px;
	margin-top: 10px;
}
#rightSide {
	width: 180px;
	float: right;
	background-color: #D9D9D9;
	margin-top: 0px;
}
#rightSide h2 {
	border-style: solid;
	border-color: #B2B2B2;
	border-width: 0 0 1px 0;
	text-indent: 10px;
	margin-top: 20px;
}
#rightSide form, #rightSide p {
	padding: 0px 10px;
}
#rightSide form input {
	width: 155px;
}
#rightSide form .button {
	width: 75px;
}
#body form .button {
	width: 85px;
	margin-top: 10px;
}
#body form textarea {
	width: 100%;
	height: 100px;
}
#rightSide .container {
	background-image: url(../graphics/right-sidebar-header-back.gif);
	background-repeat: repeat-x;
	background-position: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightSide .container .flushRightImage {
	margin-right: -10px;
	border-width: 0;
}
#rightSide .container ul {
	list-style-type: none;
	margin: 15px 10px;
	padding: 0;
	line-height: 100%;
}
#rightSide .container ul li.pdf {
	background-image: url(../graphics/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 10px 40px;
}	
#rightSide .container ul li {
	padding: 3px 0 3px 10px;
	margin: 0;
	background-image: url(../graphics/bullet-home.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#footer {
	background-color: #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../graphics/footer-shadow.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#homeWrapper #footer {
	background-image: url(../graphics/footer-shadow-home.gif);
}
#footer h2 {
	color: #CCC;
	margin: 0;
}
#footer p {
	margin: 5px 0;
}
#footer a {
	color: #FFF;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#footer ul li {
	background-image: url(../graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 5px 12px;
}
#footerMiddle {
	width: 470px;
	float: left;
}
#footerRight {
	width: 145px;
	float: right;
}
#footerRight, #footerMiddle {
	padding: 20px 20px 20px 25px;
}
#footerRight {
	background-image: url(../graphics/footer-spacer.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
}
.gallery {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
	line-height: 100%;
	margin-left: 30px;
/*	background-image: url(../graphics/gallery-pic.gif);
	background-repeat: no-repeat; */
}
.gallery a, .gallery a:link, .gallery a:visited, .gallery a:hover {
	color: #666;
	text-decoration: none;
}
.calloutBoxTopOutside {
	background-image: url(../graphics/body-spacer-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.calloutBoxBottomInside {
	background-image: url(../graphics/body-spacer-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 25px 0;
}
.calloutBoxTopOutside h2 {
	color: #0054A4;
}
p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
	margin: 10px;
}