html { min-height: 100%; margin-bottom: 1px; }
body {
	margin: 0px;
	background-color: #252f48;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	font-family: helvetica, verdana;
	color: #3f3f3f;
}
img {
	border: 0px;
}
/* IE 7 line height difference */
*:first-child+html h3 {
	line-height: 0.8em;
}
h3 {
	font-family: helvetica, verdana, arial;
	font-size: 2.4em;
	margin: 0em 0em 0.5em 0em;
	color: #F3F3F3;
}
h5 {
	padding-top: 0px;
	margin-top: 4px;
	font-size: 1em;
	font-weight: bold;
}
p {
	line-height: 1.8em;
	margin: 0em 0em 1.4em 0em;
}
table {
	margin: 0em 0em 1.6em 0em;
	color: #ffffff;
	font-size: 1em;
}
table td {
	padding: 2px;
}
a:hover {
	text-decoration: none;
}


/* FORMS */
input {
	font-family: helvetica, verdana;
	letter-spacing: 0.05em;
	border: 1px solid #4b587a;
	padding: 3px;
	width: 310px;
	font-size: 1em;	
	background-color: #252f48 !important;
	color: #ffffff;
}
textarea {
	font-family: helvetica, verdana;
	letter-spacing: 0.05em;	
	font-size: 1em;	
	border: 1px solid #4b587a;
	padding: 3px;
	width: 310px;
	line-height: 1.4em;
	height: 10em;
	background-color: #252f48;
	color: #ffffff;
}
select {
	font-family: georgia, helvetica, verdana;
	letter-spacing: 0.18em;
	border: 1px solid #4b587a;
	padding: 3px 0px;
	background-color: #252f48;
	font-size: 1em;
	width: 224px;
	color: #ffffff;
}
input:focus, textarea:focus, select:focus, input.focused, textarea.focused, select.focused {
	border: 1px solid #8996b6;
}

/* send button types */
input.send {
	font-size: 1.1em;
	border: 1px solid #4b587a;	
	width: 8em;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #3a445c !important;	
}
input.sending {
	background-image: url("../images/ajax_aniBar.gif");
	background-position: 0% 50%;
	font-weight: bold;
}
input.sent {
	padding: 3px;	
	background-color: #252f48 !important;
	color: #6c7da7;
}
/* */
/* required fields */
input.requiredShow {
	border-bottom: 1px solid #ffffff;
   	background-image: url("../images/form_required.png");
   	background-repeat: no-repeat;
	background-position: 100% 50%;	
}
/* captcha fields */
.captchaMe {
	text-align: right;
}
.captchaMe input {
	margin-right: 8px;
	width: 9.5em;
}
.captchaMe img {
	border: 1px solid #435072;
	float: right
}
/* error/success display */
#formResponse {
	display: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0em;
	font-size: 0.8em;
	padding: 5px;
	color: #000000;	
	font-family: helvetica, verdana;		
}
.formResTab {
	/* width: 220px; */
	height: 4em;
}
.error {
	background-color: #da2d2d;
	border: 2px solid #a60f0f;	
}
.success {
	background-color: #ffbd69;
	border: 2px solid #f48901;	
}

/* CLASSES */
.dots {
	padding: 0px 0px 9px 1px;
}
.size0_8 {
	font-size: 0.8em;
}
td.labelTab {
	width: 80px;
}
td.alignRight {
	width: 320px;
	text-align: right;
}

#container {
	width: 740px;
	margin: 0px auto 5px auto;
	position: relative;
}
	/* top content */
	#container #topArea {
		position: relative;
		color: #292929;
		height: 362px;
		width: 100%;
		text-align: left;
		z-index: 20;
	}
	
		#container #topArea #photoFrame {
			position: absolute;
			z-index: 20;
			padding-top: 5px;
		}
		#container #topArea #frameGrunge {
			position: absolute;
			z-index: 25;
		}
		#container #topArea #frameBlue {
			position: absolute;
			z-index: 26;
		}		
		#container #topArea #photo {
			position: absolute;
			z-index: 22;
			padding: 17px 0px 0px 20px;
		}
		
		#container #topArea #city {
			position: absolute;
			top: 177px;
			right: 12px;
		}
		
		/* MENU */
		#container #topArea #menu {
			position: absolute;
			top: 55px;
			left: 375px;
			font-family: helvetica, verdana, arial;
			font-size: 1.6em;
			font-weight: bold;
			letter-spacing: 0.01em;			
		}
		#container #topArea #menu a {
			display:block;
			width: 140px;
			overflow:hidden;
			text-decoration: none;
			text-indent:-9999px;
			background-position:0px 0px;
		}
		#container #topArea #menu a:hover {
			background-position:-140px 0px;
		}
		#menu1 {
			background-image:url(../images/menu1.gif);
		}
		#menu2 {
			background-image:url(../images/menu2.gif);
		}
		#menu3 {
			background-image:url(../images/menu3.gif);
		}
		#menu4 {
			background-image:url(../images/menu4.gif);
		}
		#menu5 {
			background-image:url(../images/menu5.gif);
		}
		#container #topArea #menu a:visited {
			color: #6b6b6b;
		}
		#container #topArea #menu a:hover {
			background-color: #3f3f3f;
			color: #ffffff;
		}			
		
			#container #topArea #menu ul {
				padding: 0px;
				margin: 0px;
				list-style-type: none;
			}
				#container #topArea #menu ul li {
					line-height: 1.1em;
				}		
			/* enlarged orange full stops */
			#container #topArea #menu span {
				color: #f48900;
				font-weight: bold;
			}				
		#container #topArea #logo {
			position: absolute;
			right: 12px;
			top: 45px;
		}		
			
		
	h3#title1 {
		text-indent: -9999px;
		background: url(../images/title1.gif) top left no-repeat;
		height: 33px;
	}
	h3#title2 {
		text-indent: -9999px;
		background: url(../images/title2.gif) top left no-repeat;
		height: 33px;
	}
	h3#title3 {
		text-indent: -9999px;
		background: url(../images/title3.gif) top left no-repeat;
		height: 33px;
	}
	h3#title4 {
		text-indent: -9999px;
		background: url(../images/title4.gif) top left no-repeat;
		height: 33px;
	}
	h3#title5 {
		text-indent: -9999px;
		background: url(../images/title5.gif) top left no-repeat;
		height: 33px;
	}	
	/* quote stuff */
	#container #qBox{
		text-align: left;
		position: absolute;
		z-index: 10;
		left: 301px;
		top: 259px;
		width: 435px;
		color: #ffffff;
		font-weight: bold;
	}
		#container #qBox #lQ{
			float: left;
		}
		#container #qBox #rQ{
			float: right;
		}	
		#container #qBox #cQ{
			float: left;
			margin: 28px 10px 0px 10px;
			width: 251px;
			font-family: Georgia;
		}
		#container #qBox #cQ span {
			display: block;
		}
		/* quote text sizes */
		#container #qBox #cQ .qSmall {
			font-size: 1.05em;
			text-align: center;
		}
		#container #qBox #cQ .qMid {
			font-size: 1.2em;
			text-align: right;
		}
		#container #qBox #cQ .qLarge {
			font-size: 1.5em;
			text-align: left;
		}
	
	/* main content */
	#container #contentArea {
		position: relative;
		text-align: left;
		color: #d9d9d9;
		padding: 0px 34px 10px 34px;
		letter-spacing: 0.05em;
		font-size: 0.85em;
		margin-top: -4px;
	}
	#container #contentArea a {
		font-weight: bold;
		color: #ff9c00;
		text-decoration: none;
	}
	#container #contentArea a:visited {
		color: #ffc365;
	}	
	#container #contentArea a:hover {
		text-decoration: underline;
	}
	#container #contentArea #fC p {
		/* text-align: justify; */
	}	
	
	/* column based pages */
	/* 1/3 Left 2/3 Right */
	#container #contentArea #bio {	
		clear:both;
	}
	#container #contentArea #lC1{
		width: 200px;
		float: left;
		text-align: left;	
	}
	#container #contentArea #rC2{
		width: 450px;
		float: right;
	}	
	/* 2/3 Left 1/3 Right */	
	#container #contentArea #lC2{
		width: 450px;
		float: left;			
	}	
	#container #contentArea #rC1 {
		width: 200px;
		float: right;
		text-align: right;
	}
	
	#container #workMap {
		clear:both;	
		background-color: white;
		width: 698px;
		height: 500px;
	}
	.dots {
		border-bottom: 1px dotted #666;
		margin-bottom: 25px;
	}
	.icon {
		display: block;
		float: left;
		margin-right: 5px;
		width: 16px; height: 16px;
		text-indent: -9999px;
	}
	.tw {
		background-image: url("../images/twitter_16.png");
	}
	.fb {
		background-image: url("../images/facebook_16.png");
	}
	.dl {
		background-image: url("../images/delicious_16.png");
	}
	img.profile {
		margin-bottom: 5px;
	}

	