@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../img/bg_main.png);
	margin:0 auto;
}

body img {
	padding:0px;
	border:0px;
	margin:0px;
}

img, div {
	behavior:url(../files/iepngfix.htc)
}

/*LINKS*/
a:link {
	text-decoration:none;
	font-weight:500;
	color:#990000;
}

a:visited {
	text-decoration:none;
	font-weight:500;
	color:#990000;
}

a:active {
	text-decoration:none;
	font-weight:500;
	color:#990000;
}

a:hover {
	text-decoration:none;
	font-weight:500;
	color:#990000;
	cursor:pointer;
}

/*Containing Div, controls striped gradient.*/
div#gradient {
	height:336px;
	width:100%;
	margin:0 auto;
	padding:0;
	background-image:url(../img/bg_stripes.png);
	background-repeat:repeat-x;
	background-position:center;
}

/*Logo*/
img#logotop {
	margin:55px 0 18px 0;
}

/*Content Area (Within the White)*/
div#content1{
	width:100%;
	height:auto;
	margin:10px 0 12px 0;
	padding:0;
	background-image:url(../img/bg_content1.png);
}
div#content2{
	width:100%;
	height:100%;
	margin:0;
	padding:0 0 45px 0;
	background-image:url(../img/bg_content2.png);
	background-repeat:repeat-y;
	background-position:center;
}

/*Navigation Menu*/
div#nav {
	width:auto;
	min-width:415px;
	height:18px;
	margin:0 auto;
	padding:0;
}

div#nav img {
	margin:0 10px 0 10px;
	border:0;
	padding:0;
}

/*Sub Page Stuff*/

div.sub {
	padding:20px 0 0;
	margin:0 auto;
	border:0;
	width:590px;
	height:auto;
}

div.sub p {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:.64em;
	text-align:justify;
	line-height:22px;
	margin:12px 0 0 0;
	padding-top:5px;
	
}

div.sub img {
	margin:5px 0 0 0;
	
}

.bigletter {
	float:left;
	border:0;
	margin:0px;
	padding:0px 5px 0 0;
}

/*Footer*/

#navbottom {
	padding:0;
	border:0;
	margin:15px 0 5px 0;
}

img#logobottom {
	margin:0px 0 50px 0;
	padding:0;
	border:0;
}

/*Client Questionnaire*/
.textfield	{font-family: Arial, Helvetica, sans-serif; font-size: .9em; background:#E9E9E9; border: 1px solid #666666; color: #777777; width: 400px; padding: 2px;}
.textfield:hover	{font-family: Arial, Helvetica, sans-serif; font-size: .9em; background:#EEEEEE; border: 1px solid #999999; color: #777777; width: 400px; padding: 2px;}
.textfield:focus	{font-family: Arial, Helvetica, sans-serif; font-size: .9em; background: #FFF; border: 1px solid #993333; color: #777777; width: 400px; padding: 2px;}

.questionnairetable	{
	margin:0;
}

.questionnairetable td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}

hr	{
	width:500px;
	margin:20px 0 20px 0;
}

/*Portfolio*/
table.portfolio th	{}
td.portcol	{vertical-align:top;padding:10px;margin:0 0 5px 0;}
td.portcol	h1 {font-size:14px;font-family:Arial, Helvetica, sans-serif;text-align:left;}
td.portcol	h2 {font-size:12px;font-family:Arial, Helvetica, sans-serif;margin-bottom:10px;}
td.portcol p	{vertical-align:top;margin-top:0px;}

/*Site Map*/

ul.sitemap	{
	margin:0px;
	padding:0px;
}

ul.sitemap li	{
	text-align:left;
	margin-top:0px;
	padding:0px 0 10px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

ul.sitemap li a	{
	font-weight:bold;
}

ul.sitemap li p	{
	font-size:11px;
	padding:0px 0 0 0;
	margin:0px 0 0 0;
}

/*Lightbox*/

#lightbox{	position: absolute;	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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; 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; }
