@charset "UTF-8";

/* Page Layout ------------------------------------------------------------------*/

* {
}
html {
	background-image:url(images/background/wood.gif);
}
body {
	background:url(images/background/layout_03_background.png) no-repeat center top;
	width:100%;
	height:800px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/* Structure -------------------------------------------------------------------*/

#shadow_top {
	background-image:url(images/background/shadow_top.png);
	background-repeat:repeat-x;
	width:100%;
	height:50px;
}
#wrapper {
	width:930px;
	float:none;
	margin:0 auto;
}
#banner {
	background-image:url(images/banner/layout_03_banner.png);
	background-repeat:no-repeat;
	background-position:top;
	width:930px;
	height:169px;
	margin-top:48px;
	float:left;
}
#css_links_spacer {
	float:left;
	width:605px;
	height:1px;
}
#css_links {
	float:left;
	width:300px;
	padding-top:65px;
	padding-right:25px;
}
#container_01 {
	background-image:url(images/background/layout_03_page_background.png);
	background-repeat:repeat-y;
	width:920px;
	padding-top:0px;
	float:left;
}
#container_02 {
	width:888px;
	padding:21px;
	float:left;
}

/* Content ------------------------------------------- */

#navigation {
	line-height:18px;
	vertical-align:top;
}
#site_map {
	width:890px;
	padding-top:10px;
	float:left;
}
#contact_me_image {
	background-image:url(images/contact_me/contact_me_layout_03.png);
	background-repeat:no-repeat;
	width:296px;
	height:36px;
	float:left;
}
#footer {
	background-image:url(images/banner/layout_03_footer.png);
	background-repeat:no-repeat;
	width:930px;
	height:50px;
	float:left;
}
#validation_images {
	width:180px;
	margin:auto;
	margin-top:30px;
}

/* Columns 1-3 ------------------------------------------- */

#column_01 {
	width:296px;
	float:left;
}
#column_01_A {
	width:148px;
	height:1px;
	float:left;
}
#column_01_B {
	width:148px;
	float:left;
}

/* ------------ */

#column_02 {
	width:296px;
	float:left;
}
#column_02_A {
	width:296px;
	float:left;
}
#column_02_B {
	width:0px;
	float:left;
}
.divider {
	width:592px;
	float:left;
	clear:both;
	padding-bottom:40px;
}
#column_02.portfolio {
	width:592px;
	float:left;
}
.gallery {
	width:140px;
	padding-right:8px;
	padding-bottom:8px;
	float:left;
}
.image {
	border:1px;
	border-color:#990000;
	border-style:solid;
}
.motion_graphics {
	padding-right:8px;
	padding-bottom:8px;
	clear:both;
}
.float_left {	
	width:148px;
	float:left;
	padding-bottom:10px;
}


/* ------------ */

#column_03 {
	width:296px;
	float:left;
}
#column_03_A {
	width:296px;
	float:left;
	padding-top:15px;
}
#column_03_B {
	width:0px;
	float:left;
}

/* Site Map -------------------------------------------------------------------*/

#homepage {
	width:148px;
	float:left;
}
#contact_me {
	width:148px;
	float:left;
}
#graphic_design {
	width:148px;
	float:left;
}
#hosting {
	width:148px;
	float:left;
}
#portfolio {
	width:148px;
	float:left;
}
#virtual_tours {
	width:148px;
	float:left;
}

/* Table ------------------------------------------- */

table {
	float:left;
}

/* Text ------------------------------------------- */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#990000;
	text-align:left;
	margin-top:0px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#990000;
	text-align:left;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
	line-height:16px;
}
.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
}
ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0;
	margin:0;
}
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	display:block;
	line-height:16px;
}
.notation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#000000;
	margin-top:0px;
}

/* Horizontal Rule -------------------------------------------------------------------*/

#hr_01 {
	width:890px;
	height:1px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}
#hr_02 {
	width:890px;
	height:1px;
	float:left;
}
#hr_03 {
	width:890px;
	height:1px;
	float:left;
}

/* Page Links -------------------------------------------------------------------*/

a:link {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-decoration:none;
    color:#000000;
	text-align:center;
}
a:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-decoration:none;
    color:#000000;
	text-align:center;
}
a:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-decoration:none;
    color:#000000;
	text-align:center;
}
a:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
    text-decoration:none;
    color:#990000;
	text-align:center;
}

/* Navigation -------------------------------------------------------------------*/

a:link.navigation {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-decoration:none;
    color:#000000;
	text-align:center;
}
a:visited.navigation {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-decoration:none;
    color:#000000;
	text-align:center;
}
a:active.navigation {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    text-decoration:none;
    color:#000000;
	text-align:center;
}
a:hover.navigation {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
    text-decoration:none;
    color:#990000;
	text-align:center;
}

/* Copyright Links -------------------------------------------------------------------*/

a:link.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color:#000000;
}
a:visited.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color:#000000;
}
a:active.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
    font-weight: normal;
    color:#000000;
}
a:hover.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none;
    font-weight:bold;
	color:#990000;
}

/* CSS Navigation ------------------------------------------------------------------ */

/* Setup */

ul.cssmenu {
	list-style: none;
	padding: 0px;
}
.displace {
	position: absolute;
	left: -5000px;
}
ul.cssmenu li {
	float: left;
}
ul.cssmenu li a {
	display: block;
	width: 75px;
	height: 76px;
	background: url('images/css_buttons/CSS_nav.png') no-repeat;
}

/* Normal Links */

ul.cssmenu li.layout_01 a {
	background-position: 0 0;
}
ul.cssmenu li.layout_02 a {
	background-position: -80px 0;
}
ul.cssmenu li.layout_03 a {
	background-position: -160px 0;
}
ul.cssmenu li.layout_04 a {
	background-position: -240px 0;
}

/* Hover Links */

ul.cssmenu li.layout_01 a:hover {
	background-position: 0 -80px;
}
ul.cssmenu li.layout_02 a:hover {
	background-position: -80px -80px;
}
ul.cssmenu li.layout_03 a:hover {
	background-position: -160px -80px;
}
ul.cssmenu li.layout_04 a:hover {
	background-position: -240px -80px;
}

/* Clicked Links */

ul.cssmenu li.layout_01 a:active {
	background-position: 0 0;
}
ul.cssmenu li.layout_02 a:active {
	background-position: -80px 0;
}
ul.cssmenu li.layout_03 a:active {
	background-position: -160px 0;
}
ul.cssmenu li.layout_04 a:active {
	background-position: -240px 0;
}
	
/* Selected/Active Links */

ul.cssmenu li.layout_01 a.selected {
	background-position: 0 -80px;
}
ul.cssmenu li.layout_02 a.selected {
	background-position: -80px -80px;
}
ul.cssmenu li.layout_03 a.selected {
	background-position: -160px -80px;
}
ul.cssmenu li.layout_04	 a.selected {
	background-position: -240px -80px;
}

/* Lightbox CSS -------------------------------------------------------------------*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width:auto;
	height:auto;
}
#lightbox a img {
	border:none;
}
#outerImageContainer {
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding:10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left:0;
}
#hoverNav a {
	outline:none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}
#imageData {
	padding:0 10px;
	color:#666;
}
#imageData #imageDetails {
	width:70%;
	float:left;
	text-align:left;
}	
#imageData #caption {
	font-weight:bold;
}
#imageData #numberDisplay {
	display:block;
	clear:left;
	padding-bottom:1.0em;
}			
#imageData #bottomNavClose {
	width:66px;
	float:right; 
	padding-bottom:0.7em;
	outline:none;
}	 	
#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000;
}